@objectstack/spec 2.0.2 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/index.d.mts +1 -1
- package/dist/api/index.d.ts +1 -1
- package/dist/api/index.js +794 -686
- package/dist/api/index.js.map +1 -1
- package/dist/api/index.mjs +789 -686
- package/dist/api/index.mjs.map +1 -1
- package/dist/{index-DAQcdY6O.d.ts → index-BbtSaxHm.d.ts} +138 -2
- package/dist/{index-D9IaDTui.d.ts → index-BpP0MwlW.d.ts} +1 -1
- package/dist/{index-C_oDEJoO.d.mts → index-DRCh2NTZ.d.mts} +138 -2
- package/dist/{index-DRMAu-1t.d.mts → index-DTCkpGMm.d.mts} +1 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1129 -1025
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1129 -1025
- package/dist/index.mjs.map +1 -1
- package/dist/system/index.d.mts +1 -1
- package/dist/system/index.d.ts +1 -1
- package/dist/system/index.js +2 -1
- package/dist/system/index.js.map +1 -1
- package/dist/system/index.mjs +2 -1
- package/dist/system/index.mjs.map +1 -1
- package/json-schema/ai/AICodeReviewResult.json +222 -4
- package/json-schema/ai/AIKnowledge.json +22 -4
- package/json-schema/ai/AIModelConfig.json +35 -4
- package/json-schema/ai/AIOperationCost.json +78 -4
- package/json-schema/ai/AIOpsAgentConfig.json +538 -4
- package/json-schema/ai/AIOrchestration.json +419 -4
- package/json-schema/ai/AIOrchestrationExecutionResult.json +142 -4
- package/json-schema/ai/AIOrchestrationTrigger.json +11 -5
- package/json-schema/ai/AITask.json +141 -4
- package/json-schema/ai/AITaskType.json +14 -5
- package/json-schema/ai/AITool.json +25 -4
- package/json-schema/ai/Agent.json +709 -4
- package/json-schema/ai/AgentAction.json +479 -4
- package/json-schema/ai/AgentActionResult.json +61 -4
- package/json-schema/ai/AgentActionSequence.json +550 -4
- package/json-schema/ai/AgentActionSequenceResult.json +135 -4
- package/json-schema/ai/AnomalyDetectionConfig.json +71 -4
- package/json-schema/ai/AutoScalingPolicy.json +186 -4
- package/json-schema/ai/BatchAIOrchestrationExecution.json +43 -4
- package/json-schema/ai/BillingPeriod.json +11 -5
- package/json-schema/ai/BudgetLimit.json +110 -4
- package/json-schema/ai/BudgetStatus.json +93 -4
- package/json-schema/ai/BudgetType.json +10 -5
- package/json-schema/ai/CICDPipelineConfig.json +141 -4
- package/json-schema/ai/ChunkingStrategy.json +142 -5
- package/json-schema/ai/CodeContent.json +28 -4
- package/json-schema/ai/CodeGenerationConfig.json +61 -4
- package/json-schema/ai/CodeGenerationRequest.json +254 -4
- package/json-schema/ai/CodeGenerationTarget.json +12 -5
- package/json-schema/ai/ComponentActionParams.json +69 -4
- package/json-schema/ai/ComponentActionType.json +13 -5
- package/json-schema/ai/ComponentAgentAction.json +148 -4
- package/json-schema/ai/ConversationAnalytics.json +96 -4
- package/json-schema/ai/ConversationContext.json +46 -4
- package/json-schema/ai/ConversationMessage.json +303 -4
- package/json-schema/ai/ConversationSession.json +625 -4
- package/json-schema/ai/ConversationSummary.json +72 -4
- package/json-schema/ai/CostAlert.json +109 -4
- package/json-schema/ai/CostAlertType.json +9 -5
- package/json-schema/ai/CostAnalytics.json +642 -4
- package/json-schema/ai/CostBreakdownDimension.json +13 -5
- package/json-schema/ai/CostBreakdownEntry.json +58 -4
- package/json-schema/ai/CostEntry.json +124 -4
- package/json-schema/ai/CostMetricType.json +10 -5
- package/json-schema/ai/CostOptimizationRecommendation.json +96 -4
- package/json-schema/ai/CostQueryFilters.json +114 -4
- package/json-schema/ai/CostReport.json +1051 -4
- package/json-schema/ai/DataActionParams.json +36 -4
- package/json-schema/ai/DataActionType.json +11 -5
- package/json-schema/ai/DataAgentAction.json +113 -4
- package/json-schema/ai/DeploymentStrategy.json +51 -4
- package/json-schema/ai/DevOpsAgent.json +1451 -4
- package/json-schema/ai/DevOpsTool.json +30 -4
- package/json-schema/ai/DevelopmentConfig.json +187 -4
- package/json-schema/ai/DocumentChunk.json +100 -4
- package/json-schema/ai/DocumentLoaderConfig.json +69 -4
- package/json-schema/ai/DocumentMetadata.json +61 -4
- package/json-schema/ai/EmbeddingModel.json +57 -4
- package/json-schema/ai/Entity.json +46 -4
- package/json-schema/ai/EvaluationMetrics.json +59 -4
- package/json-schema/ai/FeedbackLoop.json +6785 -4
- package/json-schema/ai/FieldSynonymConfig.json +31 -4
- package/json-schema/ai/FileContent.json +32 -4
- package/json-schema/ai/FilterExpression.json +55 -4
- package/json-schema/ai/FilterGroup.json +83 -4
- package/json-schema/ai/FormActionParams.json +31 -4
- package/json-schema/ai/FormActionType.json +13 -5
- package/json-schema/ai/FormAgentAction.json +110 -4
- package/json-schema/ai/FunctionCall.json +20 -4
- package/json-schema/ai/GeneratedCode.json +199 -4
- package/json-schema/ai/GitHubIntegration.json +70 -4
- package/json-schema/ai/Hyperparameters.json +95 -4
- package/json-schema/ai/ImageContent.json +34 -4
- package/json-schema/ai/IntegrationConfig.json +162 -4
- package/json-schema/ai/IntentActionMapping.json +539 -4
- package/json-schema/ai/Issue.json +70 -4
- package/json-schema/ai/MCPCapability.json +42 -4
- package/json-schema/ai/MCPClientConfig.json +926 -4
- package/json-schema/ai/MCPPrompt.json +94 -4
- package/json-schema/ai/MCPPromptArgument.json +30 -4
- package/json-schema/ai/MCPPromptMessage.json +21 -4
- package/json-schema/ai/MCPPromptRequest.json +19 -4
- package/json-schema/ai/MCPPromptResponse.json +38 -4
- package/json-schema/ai/MCPResource.json +97 -4
- package/json-schema/ai/MCPResourceRequest.json +19 -4
- package/json-schema/ai/MCPResourceResponse.json +110 -4
- package/json-schema/ai/MCPResourceTemplate.json +78 -4
- package/json-schema/ai/MCPResourceType.json +8 -5
- package/json-schema/ai/MCPServerConfig.json +861 -4
- package/json-schema/ai/MCPServerInfo.json +84 -4
- package/json-schema/ai/MCPTool.json +215 -4
- package/json-schema/ai/MCPToolCallRequest.json +51 -4
- package/json-schema/ai/MCPToolCallResponse.json +50 -4
- package/json-schema/ai/MCPToolParameter.json +76 -4
- package/json-schema/ai/MCPTransportConfig.json +111 -4
- package/json-schema/ai/MCPTransportType.json +8 -5
- package/json-schema/ai/MessageContent.json +128 -5
- package/json-schema/ai/MessageContentType.json +9 -5
- package/json-schema/ai/MessagePruningEvent.json +75 -4
- package/json-schema/ai/MessageRole.json +9 -5
- package/json-schema/ai/MetadataFilter.json +182 -5
- package/json-schema/ai/MetadataSource.json +25 -4
- package/json-schema/ai/ModelCapability.json +48 -4
- package/json-schema/ai/ModelConfig.json +195 -4
- package/json-schema/ai/ModelDrift.json +68 -4
- package/json-schema/ai/ModelFeature.json +65 -4
- package/json-schema/ai/ModelLimits.json +42 -4
- package/json-schema/ai/ModelPricing.json +23 -4
- package/json-schema/ai/ModelProvider.json +12 -5
- package/json-schema/ai/ModelRegistry.json +466 -4
- package/json-schema/ai/ModelRegistryEntry.json +264 -4
- package/json-schema/ai/ModelSelectionCriteria.json +45 -4
- package/json-schema/ai/MonitoringConfig.json +76 -4
- package/json-schema/ai/NLQAnalytics.json +117 -4
- package/json-schema/ai/NLQFieldMapping.json +32 -4
- package/json-schema/ai/NLQModelConfig.json +82 -4
- package/json-schema/ai/NLQParseResult.json +253 -4
- package/json-schema/ai/NLQRequest.json +117 -4
- package/json-schema/ai/NLQResponse.json +329 -4
- package/json-schema/ai/NLQTrainingExample.json +125 -4
- package/json-schema/ai/NavigationActionParams.json +48 -4
- package/json-schema/ai/NavigationActionType.json +14 -5
- package/json-schema/ai/NavigationAgentAction.json +128 -4
- package/json-schema/ai/PerformanceOptimization.json +108 -4
- package/json-schema/ai/PipelineStage.json +78 -4
- package/json-schema/ai/PluginCompositionRequest.json +87 -4
- package/json-schema/ai/PluginCompositionResult.json +142 -4
- package/json-schema/ai/PluginRecommendation.json +135 -4
- package/json-schema/ai/PluginRecommendationRequest.json +79 -4
- package/json-schema/ai/PluginScaffoldingTemplate.json +123 -4
- package/json-schema/ai/PostProcessingAction.json +36 -4
- package/json-schema/ai/PredictionRequest.json +36 -4
- package/json-schema/ai/PredictionResult.json +116 -4
- package/json-schema/ai/PredictiveModel.json +499 -4
- package/json-schema/ai/PredictiveModelType.json +11 -5
- package/json-schema/ai/PromptTemplate.json +162 -4
- package/json-schema/ai/PromptVariable.json +51 -4
- package/json-schema/ai/QueryContext.json +71 -4
- package/json-schema/ai/QueryIntent.json +14 -5
- package/json-schema/ai/QueryTemplate.json +80 -4
- package/json-schema/ai/RAGPipelineConfig.json +773 -4
- package/json-schema/ai/RAGPipelineStatus.json +61 -4
- package/json-schema/ai/RAGQueryRequest.json +62 -4
- package/json-schema/ai/RAGQueryResponse.json +140 -4
- package/json-schema/ai/RerankingConfig.json +31 -4
- package/json-schema/ai/Resolution.json +6686 -4
- package/json-schema/ai/RetrievalStrategy.json +128 -5
- package/json-schema/ai/RootCauseAnalysisRequest.json +94 -4
- package/json-schema/ai/RootCauseAnalysisResult.json +194 -4
- package/json-schema/ai/SelfHealingAction.json +102 -4
- package/json-schema/ai/SelfHealingConfig.json +230 -4
- package/json-schema/ai/TestingConfig.json +56 -4
- package/json-schema/ai/TextContent.json +23 -4
- package/json-schema/ai/Timeframe.json +63 -4
- package/json-schema/ai/TokenBudgetConfig.json +95 -4
- package/json-schema/ai/TokenBudgetStrategy.json +9 -5
- package/json-schema/ai/TokenUsage.json +27 -4
- package/json-schema/ai/TokenUsageStats.json +74 -4
- package/json-schema/ai/ToolCall.json +42 -4
- package/json-schema/ai/TrainingConfig.json +100 -4
- package/json-schema/ai/TypedAgentAction.json +799 -5
- package/json-schema/ai/UIActionType.json +85 -5
- package/json-schema/ai/VectorStoreConfig.json +88 -4
- package/json-schema/ai/VectorStoreProvider.json +14 -5
- package/json-schema/ai/VercelIntegration.json +70 -4
- package/json-schema/ai/VersionManagement.json +58 -4
- package/json-schema/ai/ViewActionParams.json +69 -4
- package/json-schema/ai/ViewActionType.json +14 -5
- package/json-schema/ai/ViewAgentAction.json +149 -4
- package/json-schema/ai/WorkflowActionParams.json +59 -4
- package/json-schema/ai/WorkflowActionType.json +11 -5
- package/json-schema/ai/WorkflowAgentAction.json +136 -4
- package/json-schema/ai/WorkflowFieldCondition.json +26 -4
- package/json-schema/ai/WorkflowSchedule.json +47 -4
- package/json-schema/api/AckMessage.json +41 -4
- package/json-schema/api/AiChatRequest.json +23 -4
- package/json-schema/api/AiChatResponse.json +46 -4
- package/json-schema/api/AiInsightsRequest.json +25 -4
- package/json-schema/api/AiInsightsResponse.json +48 -4
- package/json-schema/api/AiNlqRequest.json +19 -4
- package/json-schema/api/AiNlqResponse.json +27 -4
- package/json-schema/api/AiSuggestRequest.json +23 -4
- package/json-schema/api/AiSuggestResponse.json +38 -4
- package/json-schema/api/AnalyticsEndpoint.json +7 -5
- package/json-schema/api/AnalyticsMetadataResponse.json +283 -4
- package/json-schema/api/AnalyticsQueryRequest.json +151 -4
- package/json-schema/api/AnalyticsResultResponse.json +109 -4
- package/json-schema/api/AnalyticsSqlResponse.json +81 -4
- package/json-schema/api/ApiCapabilities.json +56 -4
- package/json-schema/api/ApiChangelogEntry.json +86 -4
- package/json-schema/api/ApiDiscoveryQuery.json +49 -4
- package/json-schema/api/ApiDiscoveryResponse.json +654 -4
- package/json-schema/api/ApiDocumentationConfig.json +800 -4
- package/json-schema/api/ApiEndpoint.json +167 -4
- package/json-schema/api/ApiEndpointRegistration.json +432 -4
- package/json-schema/api/ApiError.json +27 -4
- package/json-schema/api/ApiMapping.json +20 -4
- package/json-schema/api/ApiMetadata.json +43 -4
- package/json-schema/api/ApiParameter.json +133 -4
- package/json-schema/api/ApiProtocolType.json +14 -5
- package/json-schema/api/ApiRegistry.json +1844 -4
- package/json-schema/api/ApiRegistryEntry.json +582 -4
- package/json-schema/api/ApiResponse.json +114 -4
- package/json-schema/api/ApiRoutes.json +64 -4
- package/json-schema/api/ApiTestCollection.json +251 -4
- package/json-schema/api/ApiTestRequest.json +97 -4
- package/json-schema/api/ApiTestingUiConfig.json +157 -4
- package/json-schema/api/ApiTestingUiType.json +13 -5
- package/json-schema/api/AppDefinitionResponse.json +390 -4
- package/json-schema/api/AuthEndpoint.json +201 -0
- package/json-schema/api/AuthProvider.json +10 -5
- package/json-schema/api/AutomationTriggerRequest.json +18 -4
- package/json-schema/api/AutomationTriggerResponse.json +14 -4
- package/json-schema/api/BaseResponse.json +63 -4
- package/json-schema/api/BatchConfig.json +53 -4
- package/json-schema/api/BatchDataRequest.json +94 -4
- package/json-schema/api/BatchDataResponse.json +155 -4
- package/json-schema/api/BatchEndpointsConfig.json +59 -4
- package/json-schema/api/BatchOperationResult.json +60 -4
- package/json-schema/api/BatchOperationType.json +8 -5
- package/json-schema/api/BatchOptions.json +30 -4
- package/json-schema/api/BatchRecord.json +20 -4
- package/json-schema/api/BatchUpdateRequest.json +79 -4
- package/json-schema/api/BatchUpdateResponse.json +155 -4
- package/json-schema/api/BulkRequest.json +25 -4
- package/json-schema/api/BulkResponse.json +123 -4
- package/json-schema/api/CacheControl.json +34 -4
- package/json-schema/api/CacheDirective.json +10 -5
- package/json-schema/api/CacheInvalidationRequest.json +36 -4
- package/json-schema/api/CacheInvalidationResponse.json +23 -4
- package/json-schema/api/CacheInvalidationTarget.json +10 -5
- package/json-schema/api/CheckPermissionRequest.json +33 -4
- package/json-schema/api/CheckPermissionResponse.json +15 -4
- package/json-schema/api/CodeGenerationTemplate.json +28 -4
- package/json-schema/api/CompleteUploadRequest.json +15 -4
- package/json-schema/api/ConceptListResponse.json +90 -4
- package/json-schema/api/ConflictResolutionStrategy.json +8 -5
- package/json-schema/api/CreateDataRequest.json +20 -4
- package/json-schema/api/CreateDataResponse.json +25 -4
- package/json-schema/api/CreateManyDataRequest.json +23 -4
- package/json-schema/api/CreateManyDataResponse.json +28 -4
- package/json-schema/api/CreateRequest.json +15 -4
- package/json-schema/api/CrudEndpointPattern.json +33 -4
- package/json-schema/api/CrudEndpointsConfig.json +117 -4
- package/json-schema/api/CrudOperation.json +9 -5
- package/json-schema/api/CursorMessage.json +141 -4
- package/json-schema/api/CursorPosition.json +112 -4
- package/json-schema/api/DeleteDataRequest.json +16 -4
- package/json-schema/api/DeleteDataResponse.json +21 -4
- package/json-schema/api/DeleteManyDataRequest.json +52 -4
- package/json-schema/api/DeleteManyDataResponse.json +155 -4
- package/json-schema/api/DeleteManyRequest.json +49 -4
- package/json-schema/api/DeleteResponse.json +68 -4
- package/json-schema/api/DeleteViewRequest.json +16 -4
- package/json-schema/api/DeleteViewResponse.json +21 -4
- package/json-schema/api/DisablePackageRequest.json +10 -4
- package/json-schema/api/DisablePackageResponse.json +1820 -4
- package/json-schema/api/Discovery.json +223 -4
- package/json-schema/api/DispatcherConfig.json +89 -4
- package/json-schema/api/DispatcherRoute.json +60 -4
- package/json-schema/api/DocumentState.json +44 -4
- package/json-schema/api/ETag.json +17 -4
- package/json-schema/api/EditMessage.json +138 -4
- package/json-schema/api/EditOperation.json +109 -4
- package/json-schema/api/EditOperationType.json +7 -5
- package/json-schema/api/EnablePackageRequest.json +10 -4
- package/json-schema/api/EnablePackageResponse.json +1820 -4
- package/json-schema/api/EndpointRegistry.json +284 -4
- package/json-schema/api/EnhancedApiError.json +220 -4
- package/json-schema/api/ErrorCategory.json +13 -5
- package/json-schema/api/ErrorHandlingConfig.json +70 -4
- package/json-schema/api/ErrorMessage.json +38 -4
- package/json-schema/api/ErrorResponse.json +254 -4
- package/json-schema/api/EventFilter.json +62 -4
- package/json-schema/api/EventFilterCondition.json +34 -4
- package/json-schema/api/EventMessage.json +51 -4
- package/json-schema/api/EventPattern.json +5 -5
- package/json-schema/api/EventSubscription.json +108 -4
- package/json-schema/api/ExportRequest.json +469 -5
- package/json-schema/api/FieldError.json +80 -4
- package/json-schema/api/FileUploadResponse.json +113 -4
- package/json-schema/api/FilterOperator.json +17 -5
- package/json-schema/api/FindDataRequest.json +460 -4
- package/json-schema/api/FindDataResponse.json +31 -4
- package/json-schema/api/GeneratedApiDocumentation.json +622 -4
- package/json-schema/api/GeneratedEndpoint.json +80 -4
- package/json-schema/api/GetAnalyticsMetaRequest.json +8 -4
- package/json-schema/api/GetDataRequest.json +16 -4
- package/json-schema/api/GetDataResponse.json +25 -4
- package/json-schema/api/GetDiscoveryRequest.json +4 -5
- package/json-schema/api/GetDiscoveryResponse.json +184 -4
- package/json-schema/api/GetEffectivePermissionsRequest.json +4 -5
- package/json-schema/api/GetEffectivePermissionsResponse.json +84 -4
- package/json-schema/api/GetFieldLabelsRequest.json +16 -4
- package/json-schema/api/GetFieldLabelsResponse.json +51 -4
- package/json-schema/api/GetLocalesRequest.json +4 -5
- package/json-schema/api/GetLocalesResponse.json +35 -4
- package/json-schema/api/GetMetaItemCachedRequest.json +70 -4
- package/json-schema/api/GetMetaItemCachedResponse.json +82 -4
- package/json-schema/api/GetMetaItemRequest.json +16 -4
- package/json-schema/api/GetMetaItemResponse.json +20 -4
- package/json-schema/api/GetMetaItemsRequest.json +11 -4
- package/json-schema/api/GetMetaItemsResponse.json +17 -4
- package/json-schema/api/GetMetaTypesRequest.json +4 -5
- package/json-schema/api/GetMetaTypesResponse.json +14 -4
- package/json-schema/api/GetNotificationPreferencesRequest.json +4 -5
- package/json-schema/api/GetNotificationPreferencesResponse.json +74 -4
- package/json-schema/api/GetObjectPermissionsRequest.json +11 -4
- package/json-schema/api/GetObjectPermissionsResponse.json +102 -4
- package/json-schema/api/GetPackageRequest.json +10 -4
- package/json-schema/api/GetPackageResponse.json +1817 -4
- package/json-schema/api/GetPresenceRequest.json +11 -4
- package/json-schema/api/GetPresenceResponse.json +55 -4
- package/json-schema/api/GetPresignedUrlRequest.json +31 -4
- package/json-schema/api/GetTranslationsRequest.json +22 -4
- package/json-schema/api/GetTranslationsResponse.json +108 -4
- package/json-schema/api/GetUiViewRequest.json +20 -4
- package/json-schema/api/GetViewRequest.json +16 -4
- package/json-schema/api/GetWorkflowConfigRequest.json +11 -4
- package/json-schema/api/GetWorkflowConfigResponse.json +746 -4
- package/json-schema/api/GetWorkflowStateRequest.json +16 -4
- package/json-schema/api/GetWorkflowStateResponse.json +107 -4
- package/json-schema/api/GraphQLConfig.json +1554 -4
- package/json-schema/api/GraphQLDataLoaderConfig.json +103 -4
- package/json-schema/api/GraphQLDirectiveConfig.json +104 -4
- package/json-schema/api/GraphQLDirectiveLocation.json +23 -5
- package/json-schema/api/GraphQLMutationConfig.json +183 -4
- package/json-schema/api/GraphQLPersistedQuery.json +167 -4
- package/json-schema/api/GraphQLQueryComplexity.json +89 -4
- package/json-schema/api/GraphQLQueryConfig.json +259 -4
- package/json-schema/api/GraphQLQueryDepthLimit.json +42 -4
- package/json-schema/api/GraphQLRateLimit.json +161 -4
- package/json-schema/api/GraphQLResolverConfig.json +94 -4
- package/json-schema/api/GraphQLScalarType.json +25 -5
- package/json-schema/api/GraphQLSubscriptionConfig.json +125 -4
- package/json-schema/api/GraphQLTypeConfig.json +112 -4
- package/json-schema/api/HttpMethod.json +11 -5
- package/json-schema/api/HttpStatusCode.json +17 -5
- package/json-schema/api/IdRequest.json +11 -4
- package/json-schema/api/InstallPackageRequest.json +1778 -4
- package/json-schema/api/InstallPackageResponse.json +1820 -4
- package/json-schema/api/ListNotificationsRequest.json +24 -4
- package/json-schema/api/ListNotificationsResponse.json +73 -4
- package/json-schema/api/ListPackagesRequest.json +34 -4
- package/json-schema/api/ListPackagesResponse.json +1824 -4
- package/json-schema/api/ListRecordResponse.json +111 -4
- package/json-schema/api/ListViewsRequest.json +19 -4
- package/json-schema/api/LoginRequest.json +41 -4
- package/json-schema/api/LoginType.json +9 -5
- package/json-schema/api/MarkAllNotificationsReadRequest.json +4 -5
- package/json-schema/api/MarkAllNotificationsReadResponse.json +16 -4
- package/json-schema/api/MarkNotificationsReadRequest.json +14 -4
- package/json-schema/api/MarkNotificationsReadResponse.json +16 -4
- package/json-schema/api/MetadataCacheRequest.json +51 -4
- package/json-schema/api/MetadataCacheResponse.json +82 -4
- package/json-schema/api/MetadataEndpointsConfig.json +59 -4
- package/json-schema/api/ModificationResult.json +53 -4
- package/json-schema/api/Notification.json +51 -4
- package/json-schema/api/NotificationPreferences.json +64 -4
- package/json-schema/api/ODataConfig.json +129 -4
- package/json-schema/api/ODataError.json +60 -4
- package/json-schema/api/ODataFilterFunction.json +32 -5
- package/json-schema/api/ODataFilterOperator.json +17 -5
- package/json-schema/api/ODataMetadata.json +108 -4
- package/json-schema/api/ODataQuery.json +83 -4
- package/json-schema/api/ODataResponse.json +34 -4
- package/json-schema/api/ObjectDefinitionResponse.json +2819 -4
- package/json-schema/api/ObjectQLReference.json +34 -4
- package/json-schema/api/OpenApiGenerationConfig.json +173 -4
- package/json-schema/api/OpenApiSecurityScheme.json +58 -4
- package/json-schema/api/OpenApiServer.json +44 -4
- package/json-schema/api/OpenApiSpec.json +333 -4
- package/json-schema/api/PingMessage.json +25 -4
- package/json-schema/api/PongMessage.json +31 -4
- package/json-schema/api/PresenceMessage.json +91 -4
- package/json-schema/api/PresenceState.json +62 -4
- package/json-schema/api/PresenceUpdate.json +30 -4
- package/json-schema/api/PresignedUrlResponse.json +110 -4
- package/json-schema/api/RateLimit.json +28 -4
- package/json-schema/api/RealtimeAction.json +7 -5
- package/json-schema/api/RealtimeConfig.json +87 -4
- package/json-schema/api/RealtimeConnectRequest.json +24 -4
- package/json-schema/api/RealtimeConnectResponse.json +25 -4
- package/json-schema/api/RealtimeDisconnectRequest.json +8 -4
- package/json-schema/api/RealtimeDisconnectResponse.json +11 -4
- package/json-schema/api/RealtimeEvent.json +55 -4
- package/json-schema/api/RealtimeEventType.json +8 -5
- package/json-schema/api/RealtimePresence.json +37 -4
- package/json-schema/api/RealtimePresenceStatus.json +8 -5
- package/json-schema/api/RealtimeSubscribeRequest.json +26 -4
- package/json-schema/api/RealtimeSubscribeResponse.json +16 -4
- package/json-schema/api/RealtimeUnsubscribeRequest.json +11 -4
- package/json-schema/api/RealtimeUnsubscribeResponse.json +11 -4
- package/json-schema/api/RecordData.json +6 -4
- package/json-schema/api/RefreshTokenRequest.json +11 -4
- package/json-schema/api/RegisterDeviceRequest.json +29 -4
- package/json-schema/api/RegisterDeviceResponse.json +16 -4
- package/json-schema/api/RegisterRequest.json +23 -4
- package/json-schema/api/RequestValidationConfig.json +61 -4
- package/json-schema/api/ResponseEnvelopeConfig.json +56 -4
- package/json-schema/api/RestApiConfig.json +143 -4
- package/json-schema/api/RestApiEndpoint.json +108 -4
- package/json-schema/api/RestApiPluginConfig.json +814 -4
- package/json-schema/api/RestApiRouteCategory.json +17 -5
- package/json-schema/api/RestApiRouteRegistration.json +261 -4
- package/json-schema/api/RestServerConfig.json +474 -4
- package/json-schema/api/RetryStrategy.json +8 -5
- package/json-schema/api/RouteCategory.json +10 -5
- package/json-schema/api/RouteDefinition.json +73 -4
- package/json-schema/api/RouteGenerationConfig.json +77 -4
- package/json-schema/api/RouterConfig.json +204 -4
- package/json-schema/api/SaveMetaItemRequest.json +20 -4
- package/json-schema/api/SaveMetaItemResponse.json +13 -4
- package/json-schema/api/SchemaDefinition.json +53 -5
- package/json-schema/api/ServiceInfo.json +33 -4
- package/json-schema/api/Session.json +29 -4
- package/json-schema/api/SessionResponse.json +183 -4
- package/json-schema/api/SessionUser.json +70 -4
- package/json-schema/api/SetPresenceRequest.json +52 -4
- package/json-schema/api/SetPresenceResponse.json +11 -4
- package/json-schema/api/SimpleCursorPosition.json +45 -4
- package/json-schema/api/SimplePresenceState.json +39 -4
- package/json-schema/api/SingleRecordResponse.json +72 -4
- package/json-schema/api/StandardErrorCode.json +55 -5
- package/json-schema/api/SubscribeMessage.json +137 -4
- package/json-schema/api/Subscription.json +58 -4
- package/json-schema/api/SubscriptionEvent.json +24 -4
- package/json-schema/api/TransportProtocol.json +7 -5
- package/json-schema/api/UninstallPackageRequest.json +10 -4
- package/json-schema/api/UninstallPackageResponse.json +17 -4
- package/json-schema/api/UnregisterDeviceRequest.json +11 -4
- package/json-schema/api/UnregisterDeviceResponse.json +11 -4
- package/json-schema/api/UnsubscribeMessage.json +42 -4
- package/json-schema/api/UnsubscribeRequest.json +13 -4
- package/json-schema/api/UpdateDataRequest.json +25 -4
- package/json-schema/api/UpdateDataResponse.json +25 -4
- package/json-schema/api/UpdateManyDataRequest.json +71 -4
- package/json-schema/api/UpdateManyDataResponse.json +155 -4
- package/json-schema/api/UpdateManyRequest.json +68 -4
- package/json-schema/api/UpdateNotificationPreferencesRequest.json +68 -4
- package/json-schema/api/UpdateNotificationPreferencesResponse.json +74 -4
- package/json-schema/api/UpdateRequest.json +15 -4
- package/json-schema/api/UserProfileResponse.json +136 -4
- package/json-schema/api/ValidationMode.json +7 -5
- package/json-schema/api/VersionDefinition.json +52 -4
- package/json-schema/api/VersionNegotiationResponse.json +93 -4
- package/json-schema/api/VersionStatus.json +9 -5
- package/json-schema/api/VersioningConfig.json +149 -4
- package/json-schema/api/VersioningStrategy.json +8 -5
- package/json-schema/api/WebSocketConfig.json +67 -4
- package/json-schema/api/WebSocketEvent.json +33 -4
- package/json-schema/api/WebSocketMessage.json +758 -5
- package/json-schema/api/WebSocketMessageType.json +14 -5
- package/json-schema/api/WebSocketPresenceStatus.json +8 -5
- package/json-schema/api/WebSocketServerConfig.json +42 -4
- package/json-schema/api/WorkflowApproveRequest.json +28 -4
- package/json-schema/api/WorkflowApproveResponse.json +112 -4
- package/json-schema/api/WorkflowRejectRequest.json +25 -4
- package/json-schema/api/WorkflowRejectResponse.json +112 -4
- package/json-schema/api/WorkflowState.json +87 -4
- package/json-schema/api/WorkflowTransitionRequest.json +33 -4
- package/json-schema/api/WorkflowTransitionResponse.json +112 -4
- package/json-schema/automation/ActionRef.json +26 -5
- package/json-schema/automation/ApprovalAction.json +37 -4
- package/json-schema/automation/ApprovalActionType.json +9 -5
- package/json-schema/automation/ApprovalProcess.json +382 -4
- package/json-schema/automation/ApprovalStep.json +161 -4
- package/json-schema/automation/ApproverType.json +9 -5
- package/json-schema/automation/AuthField.json +67 -4
- package/json-schema/automation/Authentication.json +158 -4
- package/json-schema/automation/AuthenticationType.json +11 -5
- package/json-schema/automation/ConflictResolution.json +9 -5
- package/json-schema/automation/Connector.json +459 -4
- package/json-schema/automation/ConnectorActionRef.json +35 -4
- package/json-schema/automation/ConnectorCategory.json +19 -5
- package/json-schema/automation/ConnectorInstance.json +71 -4
- package/json-schema/automation/ConnectorOperation.json +118 -4
- package/json-schema/automation/ConnectorTrigger.json +53 -4
- package/json-schema/automation/CustomScriptAction.json +46 -4
- package/json-schema/automation/DataDestinationConfig.json +194 -4
- package/json-schema/automation/DataSourceConfig.json +26 -4
- package/json-schema/automation/DataSyncConfig.json +489 -4
- package/json-schema/automation/ETLDestination.json +53 -4
- package/json-schema/automation/ETLEndpointType.json +12 -5
- package/json-schema/automation/ETLPipeline.json +267 -4
- package/json-schema/automation/ETLPipelineRun.json +115 -4
- package/json-schema/automation/ETLRunStatus.json +10 -5
- package/json-schema/automation/ETLSource.json +56 -4
- package/json-schema/automation/ETLSyncMode.json +7 -5
- package/json-schema/automation/ETLTransformation.json +42 -4
- package/json-schema/automation/ETLTransformationType.json +14 -5
- package/json-schema/automation/EmailAlertAction.json +29 -4
- package/json-schema/automation/Event.json +19 -4
- package/json-schema/automation/FieldUpdateAction.json +25 -4
- package/json-schema/automation/Flow.json +248 -4
- package/json-schema/automation/FlowEdge.json +39 -4
- package/json-schema/automation/FlowNode.json +87 -4
- package/json-schema/automation/FlowNodeAction.json +19 -5
- package/json-schema/automation/FlowVariable.json +28 -4
- package/json-schema/automation/GuardRef.json +26 -5
- package/json-schema/automation/HttpCallAction.json +48 -4
- package/json-schema/automation/OAuth2Config.json +37 -4
- package/json-schema/automation/OperationParameter.json +55 -4
- package/json-schema/automation/OperationType.json +10 -5
- package/json-schema/automation/PushNotificationAction.json +54 -4
- package/json-schema/automation/StateMachine.json +557 -4
- package/json-schema/automation/StateNode.json +351 -4
- package/json-schema/automation/SyncDirection.json +7 -5
- package/json-schema/automation/SyncExecutionResult.json +155 -4
- package/json-schema/automation/SyncExecutionStatus.json +10 -5
- package/json-schema/automation/SyncMode.json +7 -5
- package/json-schema/automation/TaskCreationAction.json +54 -4
- package/json-schema/automation/TimeTrigger.json +363 -4
- package/json-schema/automation/Transition.json +71 -4
- package/json-schema/automation/Webhook.json +183 -4
- package/json-schema/automation/WebhookReceiver.json +62 -4
- package/json-schema/automation/WebhookTriggerType.json +9 -5
- package/json-schema/automation/WorkflowAction.json +308 -5
- package/json-schema/automation/WorkflowRule.json +728 -4
- package/json-schema/automation/WorkflowTriggerType.json +9 -5
- package/json-schema/data/Address.json +32 -4
- package/json-schema/data/AggregationFunction.json +12 -5
- package/json-schema/data/AggregationMetricType.json +13 -5
- package/json-schema/data/AggregationNode.json +72 -4
- package/json-schema/data/AggregationPipeline.json +104 -4
- package/json-schema/data/AggregationStage.json +20 -4
- package/json-schema/data/AnalyticsQuery.json +125 -4
- package/json-schema/data/ApiMethod.json +18 -5
- package/json-schema/data/AsyncValidation.json +120 -4
- package/json-schema/data/CDCConfig.json +29 -4
- package/json-schema/data/ComputedFieldCache.json +25 -4
- package/json-schema/data/ConditionalValidation.json +1523 -4
- package/json-schema/data/ConsistencyLevel.json +10 -5
- package/json-schema/data/CrossFieldValidation.json +82 -4
- package/json-schema/data/Cube.json +204 -4
- package/json-schema/data/CubeJoin.json +26 -4
- package/json-schema/data/CurrencyConfig.json +32 -4
- package/json-schema/data/CurrencyValue.json +18 -4
- package/json-schema/data/CustomValidator.json +82 -4
- package/json-schema/data/DataEngineAggregateOptions.json +90 -4
- package/json-schema/data/DataEngineAggregateRequest.json +108 -4
- package/json-schema/data/DataEngineBatchRequest.json +674 -4
- package/json-schema/data/DataEngineCountOptions.json +54 -4
- package/json-schema/data/DataEngineCountRequest.json +71 -4
- package/json-schema/data/DataEngineDeleteOptions.json +58 -4
- package/json-schema/data/DataEngineDeleteRequest.json +86 -4
- package/json-schema/data/DataEngineExecuteRequest.json +20 -4
- package/json-schema/data/DataEngineFilter.json +48 -5
- package/json-schema/data/DataEngineFindOneRequest.json +158 -4
- package/json-schema/data/DataEngineFindRequest.json +158 -4
- package/json-schema/data/DataEngineInsertOptions.json +9 -4
- package/json-schema/data/DataEngineInsertRequest.json +48 -4
- package/json-schema/data/DataEngineQueryOptions.json +141 -4
- package/json-schema/data/DataEngineRequest.json +1297 -5
- package/json-schema/data/DataEngineSort.json +59 -5
- package/json-schema/data/DataEngineUpdateOptions.json +66 -4
- package/json-schema/data/DataEngineUpdateRequest.json +102 -4
- package/json-schema/data/DataEngineVectorFindRequest.json +86 -4
- package/json-schema/data/DataQualityRules.json +41 -4
- package/json-schema/data/DataTypeMapping.json +43 -4
- package/json-schema/data/Dataset.json +61 -4
- package/json-schema/data/DatasetMode.json +9 -5
- package/json-schema/data/Datasource.json +208 -4
- package/json-schema/data/DatasourceCapabilities.json +61 -4
- package/json-schema/data/Dimension.json +52 -4
- package/json-schema/data/DimensionType.json +9 -5
- package/json-schema/data/Document.json +296 -4
- package/json-schema/data/DocumentTemplate.json +71 -4
- package/json-schema/data/DocumentValidationSchema.json +37 -4
- package/json-schema/data/DocumentVersion.json +43 -4
- package/json-schema/data/DriverCapabilities.json +201 -4
- package/json-schema/data/DriverConfig.json +270 -4
- package/json-schema/data/DriverDefinition.json +94 -4
- package/json-schema/data/DriverOptions.json +29 -4
- package/json-schema/data/DriverType.json +3 -5
- package/json-schema/data/ESignatureConfig.json +70 -4
- package/json-schema/data/EqualityOperator.json +6 -4
- package/json-schema/data/ExternalDataSource.json +63 -4
- package/json-schema/data/ExternalFieldMapping.json +148 -4
- package/json-schema/data/ExternalLookup.json +340 -4
- package/json-schema/data/Field.json +938 -4
- package/json-schema/data/FieldMapping.json +79 -4
- package/json-schema/data/FieldNode.json +27 -5
- package/json-schema/data/FieldReference.json +11 -4
- package/json-schema/data/FieldType.json +48 -5
- package/json-schema/data/FileAttachmentConfig.json +231 -4
- package/json-schema/data/FilterCondition.json +31 -5
- package/json-schema/data/FormatValidation.json +85 -4
- package/json-schema/data/FullTextSearch.json +58 -4
- package/json-schema/data/HookContext.json +87 -4
- package/json-schema/data/HookEvent.json +22 -5
- package/json-schema/data/Index.json +41 -4
- package/json-schema/data/JSONValidation.json +83 -4
- package/json-schema/data/JoinNode.json +446 -4
- package/json-schema/data/JoinStrategy.json +8 -5
- package/json-schema/data/JoinType.json +8 -5
- package/json-schema/data/LocationCoordinates.json +28 -4
- package/json-schema/data/Mapping.json +598 -4
- package/json-schema/data/Metric.json +58 -4
- package/json-schema/data/NoSQLDataTypeMapping.json +55 -4
- package/json-schema/data/NoSQLDatabaseType.json +12 -5
- package/json-schema/data/NoSQLDriverConfig.json +494 -4
- package/json-schema/data/NoSQLIndex.json +86 -4
- package/json-schema/data/NoSQLIndexType.json +12 -5
- package/json-schema/data/NoSQLOperationType.json +15 -5
- package/json-schema/data/NoSQLQueryOptions.json +63 -4
- package/json-schema/data/NoSQLTransactionOptions.json +40 -4
- package/json-schema/data/Object.json +2752 -4
- package/json-schema/data/ObjectCapabilities.json +83 -4
- package/json-schema/data/ObjectExtension.json +1837 -4
- package/json-schema/data/ObjectOwnershipEnum.json +6 -5
- package/json-schema/data/PartitioningConfig.json +30 -4
- package/json-schema/data/PoolConfig.json +34 -4
- package/json-schema/data/Query.json +443 -4
- package/json-schema/data/QueryFilter.json +41 -4
- package/json-schema/data/ReplicationConfig.json +42 -4
- package/json-schema/data/SQLDialect.json +10 -5
- package/json-schema/data/SQLDriverConfig.json +356 -4
- package/json-schema/data/SSLConfig.json +24 -4
- package/json-schema/data/ScriptValidation.json +74 -4
- package/json-schema/data/SearchConfig.json +28 -4
- package/json-schema/data/SelectOption.json +26 -4
- package/json-schema/data/SetOperator.json +12 -4
- package/json-schema/data/ShardingConfig.json +31 -4
- package/json-schema/data/SoftDeleteConfig.json +23 -4
- package/json-schema/data/SortNode.json +19 -4
- package/json-schema/data/SpecialOperator.json +10 -4
- package/json-schema/data/StateMachineValidation.json +88 -4
- package/json-schema/data/StringOperator.json +13 -4
- package/json-schema/data/TenancyConfig.json +33 -4
- package/json-schema/data/TimeUpdateInterval.json +12 -5
- package/json-schema/data/TransformType.json +11 -5
- package/json-schema/data/UniquenessValidation.json +86 -4
- package/json-schema/data/ValidationRule.json +809 -5
- package/json-schema/data/VectorConfig.json +46 -4
- package/json-schema/data/VersioningConfig.json +32 -4
- package/json-schema/data/WindowFunction.json +17 -5
- package/json-schema/data/WindowFunctionNode.json +97 -4
- package/json-schema/data/WindowSpec.json +58 -4
- package/json-schema/hub/DatabaseLevelIsolationStrategy.json +157 -4
- package/json-schema/hub/DependencyGraph.json +190 -4
- package/json-schema/hub/DependencyGraphNode.json +97 -4
- package/json-schema/hub/Feature.json +45 -4
- package/json-schema/hub/LevelIsolationStrategySchema.json +102 -4
- package/json-schema/hub/License.json +62 -4
- package/json-schema/hub/LicenseMetricType.json +8 -5
- package/json-schema/hub/PackageDependency.json +33 -4
- package/json-schema/hub/PackageDependencyConflict.json +80 -4
- package/json-schema/hub/PackageDependencyResolutionResult.json +336 -4
- package/json-schema/hub/Plan.json +49 -4
- package/json-schema/hub/PluginInstallConfig.json +48 -4
- package/json-schema/hub/PluginProvenance.json +229 -4
- package/json-schema/hub/PluginQualityMetrics.json +110 -4
- package/json-schema/hub/PluginRegistryEntry.json +903 -4
- package/json-schema/hub/PluginSearchFilters.json +84 -4
- package/json-schema/hub/PluginStatistics.json +104 -4
- package/json-schema/hub/PluginTrustScore.json +100 -4
- package/json-schema/hub/PluginVendor.json +42 -4
- package/json-schema/hub/RegistryConfig.json +267 -4
- package/json-schema/hub/RegistrySyncPolicy.json +8 -5
- package/json-schema/hub/RegistryUpstream.json +118 -4
- package/json-schema/hub/RowLevelIsolationStrategy.json +77 -4
- package/json-schema/hub/SBOM.json +170 -4
- package/json-schema/hub/SBOMEntry.json +90 -4
- package/json-schema/hub/SecurityPolicy.json +184 -4
- package/json-schema/hub/SecurityScanResult.json +373 -4
- package/json-schema/hub/SecurityVulnerability.json +128 -4
- package/json-schema/hub/Tenant.json +57 -4
- package/json-schema/hub/TenantIsolationConfig.json +345 -5
- package/json-schema/hub/TenantIsolationLevel.json +7 -5
- package/json-schema/hub/TenantQuota.json +22 -4
- package/json-schema/hub/TenantSecurityPolicy.json +123 -4
- package/json-schema/hub/VulnerabilitySeverity.json +10 -5
- package/json-schema/identity/Account.json +81 -4
- package/json-schema/identity/Invitation.json +66 -4
- package/json-schema/identity/InvitationStatus.json +8 -5
- package/json-schema/identity/Member.json +40 -4
- package/json-schema/identity/Organization.json +49 -4
- package/json-schema/identity/Role.json +25 -4
- package/json-schema/identity/SCIMAddress.json +45 -4
- package/json-schema/identity/SCIMEmail.json +32 -4
- package/json-schema/identity/SCIMEnterpriseUser.json +47 -4
- package/json-schema/identity/SCIMError.json +45 -4
- package/json-schema/identity/SCIMGroup.json +97 -4
- package/json-schema/identity/SCIMGroupReference.json +28 -4
- package/json-schema/identity/SCIMListResponse.json +618 -4
- package/json-schema/identity/SCIMMemberReference.json +28 -4
- package/json-schema/identity/SCIMMeta.json +29 -4
- package/json-schema/identity/SCIMName.json +28 -4
- package/json-schema/identity/SCIMPatchOperation.json +23 -4
- package/json-schema/identity/SCIMPatchRequest.json +49 -4
- package/json-schema/identity/SCIMPhoneNumber.json +33 -4
- package/json-schema/identity/SCIMUser.json +464 -4
- package/json-schema/identity/Session.json +58 -4
- package/json-schema/identity/User.json +47 -4
- package/json-schema/identity/VerificationToken.json +30 -4
- package/json-schema/integration/AckMode.json +8 -5
- package/json-schema/integration/ApiVersionConfig.json +25 -4
- package/json-schema/integration/BuildConfig.json +34 -4
- package/json-schema/integration/CdcConfig.json +50 -4
- package/json-schema/integration/ConflictResolution.json +9 -5
- package/json-schema/integration/Connector.json +926 -4
- package/json-schema/integration/ConnectorAction.json +35 -4
- package/json-schema/integration/ConnectorStatus.json +9 -5
- package/json-schema/integration/ConnectorTrigger.json +32 -4
- package/json-schema/integration/ConnectorType.json +11 -5
- package/json-schema/integration/ConsumerConfig.json +68 -4
- package/json-schema/integration/DataSyncConfig.json +82 -4
- package/json-schema/integration/DatabaseConnector.json +1409 -4
- package/json-schema/integration/DatabasePoolConfig.json +54 -4
- package/json-schema/integration/DatabaseProvider.json +17 -5
- package/json-schema/integration/DatabaseTable.json +215 -4
- package/json-schema/integration/DeliveryGuarantee.json +8 -5
- package/json-schema/integration/DeploymentConfig.json +75 -4
- package/json-schema/integration/DlqConfig.json +32 -4
- package/json-schema/integration/DomainConfig.json +44 -4
- package/json-schema/integration/EdgeFunctionConfig.json +39 -4
- package/json-schema/integration/EnvironmentVariables.json +39 -4
- package/json-schema/integration/FieldMapping.json +168 -4
- package/json-schema/integration/FileAccessPattern.json +10 -5
- package/json-schema/integration/FileFilterConfig.json +42 -4
- package/json-schema/integration/FileMetadataConfig.json +39 -4
- package/json-schema/integration/FileStorageConnector.json +1279 -4
- package/json-schema/integration/FileStorageProvider.json +16 -5
- package/json-schema/integration/FileVersioningConfig.json +23 -4
- package/json-schema/integration/GitHubActionsWorkflow.json +54 -4
- package/json-schema/integration/GitHubCommitConfig.json +32 -4
- package/json-schema/integration/GitHubConnector.json +1297 -4
- package/json-schema/integration/GitHubIssueTracking.json +65 -4
- package/json-schema/integration/GitHubProvider.json +7 -5
- package/json-schema/integration/GitHubPullRequestConfig.json +47 -4
- package/json-schema/integration/GitHubReleaseConfig.json +38 -4
- package/json-schema/integration/GitHubRepository.json +76 -4
- package/json-schema/integration/GitRepositoryConfig.json +39 -4
- package/json-schema/integration/MessageFormat.json +11 -5
- package/json-schema/integration/MessageQueueConnector.json +1373 -4
- package/json-schema/integration/MessageQueueProvider.json +18 -5
- package/json-schema/integration/MultipartUploadConfig.json +34 -4
- package/json-schema/integration/ProducerConfig.json +74 -4
- package/json-schema/integration/RateLimitConfig.json +68 -4
- package/json-schema/integration/RateLimitStrategy.json +9 -5
- package/json-schema/integration/RetryConfig.json +75 -4
- package/json-schema/integration/RetryStrategy.json +9 -5
- package/json-schema/integration/SaasConnector.json +1297 -4
- package/json-schema/integration/SaasObjectType.json +220 -4
- package/json-schema/integration/SaasProvider.json +17 -5
- package/json-schema/integration/SslConfig.json +30 -4
- package/json-schema/integration/StorageBucket.json +92 -4
- package/json-schema/integration/SyncStrategy.json +9 -5
- package/json-schema/integration/TopicQueue.json +275 -4
- package/json-schema/integration/VercelConnector.json +1376 -4
- package/json-schema/integration/VercelFramework.json +17 -5
- package/json-schema/integration/VercelMonitoring.json +63 -4
- package/json-schema/integration/VercelProject.json +330 -4
- package/json-schema/integration/VercelProvider.json +6 -5
- package/json-schema/integration/VercelTeam.json +12 -4
- package/json-schema/integration/WebhookConfig.json +212 -4
- package/json-schema/integration/WebhookEvent.json +13 -5
- package/json-schema/integration/WebhookSignatureAlgorithm.json +8 -5
- package/json-schema/kernel/ActivationEvent.json +26 -4
- package/json-schema/kernel/AdvancedPluginLifecycleConfig.json +497 -4
- package/json-schema/kernel/BreakingChange.json +56 -4
- package/json-schema/kernel/CapabilityConformanceLevel.json +9 -5
- package/json-schema/kernel/CompatibilityLevel.json +10 -5
- package/json-schema/kernel/CompatibilityMatrixEntry.json +117 -4
- package/json-schema/kernel/DeadLetterQueueEntry.json +135 -4
- package/json-schema/kernel/DependencyConflict.json +95 -4
- package/json-schema/kernel/DependencyGraph.json +190 -4
- package/json-schema/kernel/DependencyGraphNode.json +97 -4
- package/json-schema/kernel/DependencyResolutionResult.json +159 -4
- package/json-schema/kernel/DeprecationNotice.json +30 -4
- package/json-schema/kernel/DisablePackageRequest.json +10 -4
- package/json-schema/kernel/DisablePackageResponse.json +1820 -4
- package/json-schema/kernel/DistributedStateConfig.json +79 -4
- package/json-schema/kernel/DynamicLoadRequest.json +109 -4
- package/json-schema/kernel/DynamicLoadingConfig.json +146 -4
- package/json-schema/kernel/DynamicPluginOperation.json +10 -5
- package/json-schema/kernel/DynamicPluginResult.json +66 -4
- package/json-schema/kernel/DynamicUnloadRequest.json +48 -4
- package/json-schema/kernel/EnablePackageRequest.json +10 -4
- package/json-schema/kernel/EnablePackageResponse.json +1820 -4
- package/json-schema/kernel/Event.json +72 -4
- package/json-schema/kernel/EventBusConfig.json +647 -4
- package/json-schema/kernel/EventHandler.json +74 -4
- package/json-schema/kernel/EventLogEntry.json +154 -4
- package/json-schema/kernel/EventMessageQueueConfig.json +79 -4
- package/json-schema/kernel/EventMetadata.json +47 -4
- package/json-schema/kernel/EventPersistence.json +34 -4
- package/json-schema/kernel/EventPhase.json +8 -5
- package/json-schema/kernel/EventPriority.json +9 -5
- package/json-schema/kernel/EventQueueConfig.json +74 -4
- package/json-schema/kernel/EventReplayConfig.json +48 -4
- package/json-schema/kernel/EventRoute.json +22 -4
- package/json-schema/kernel/EventSourcingConfig.json +72 -4
- package/json-schema/kernel/EventTypeDefinition.json +39 -4
- package/json-schema/kernel/EventWebhookConfig.json +133 -4
- package/json-schema/kernel/ExtensionPoint.json +60 -4
- package/json-schema/kernel/FeatureFlag.json +83 -4
- package/json-schema/kernel/FeatureStrategy.json +9 -5
- package/json-schema/kernel/GetPackageRequest.json +10 -4
- package/json-schema/kernel/GetPackageResponse.json +1817 -4
- package/json-schema/kernel/GracefulDegradation.json +90 -4
- package/json-schema/kernel/HealthStatus.json +30 -4
- package/json-schema/kernel/HookRegisteredEvent.json +25 -4
- package/json-schema/kernel/HookTriggeredEvent.json +30 -4
- package/json-schema/kernel/HotReloadConfig.json +148 -4
- package/json-schema/kernel/InstallPackageRequest.json +1778 -4
- package/json-schema/kernel/InstallPackageResponse.json +1820 -4
- package/json-schema/kernel/InstalledPackage.json +1808 -4
- package/json-schema/kernel/KernelContext.json +62 -4
- package/json-schema/kernel/KernelEventBase.json +13 -4
- package/json-schema/kernel/KernelReadyEvent.json +24 -4
- package/json-schema/kernel/KernelSecurityPolicy.json +193 -4
- package/json-schema/kernel/KernelSecurityScanResult.json +367 -4
- package/json-schema/kernel/KernelSecurityVulnerability.json +88 -4
- package/json-schema/kernel/KernelShutdownEvent.json +17 -4
- package/json-schema/kernel/ListPackagesRequest.json +34 -4
- package/json-schema/kernel/ListPackagesResponse.json +1824 -4
- package/json-schema/kernel/Manifest.json +1757 -4
- package/json-schema/kernel/MetadataCollectionInfo.json +48 -4
- package/json-schema/kernel/MetadataExportOptions.json +45 -4
- package/json-schema/kernel/MetadataFormat.json +8 -5
- package/json-schema/kernel/MetadataImportOptions.json +40 -4
- package/json-schema/kernel/MetadataLoadOptions.json +51 -4
- package/json-schema/kernel/MetadataLoadResult.json +88 -4
- package/json-schema/kernel/MetadataLoaderContract.json +78 -4
- package/json-schema/kernel/MetadataManagerConfig.json +121 -4
- package/json-schema/kernel/MetadataSaveOptions.json +66 -4
- package/json-schema/kernel/MetadataSaveResult.json +35 -4
- package/json-schema/kernel/MetadataStats.json +48 -4
- package/json-schema/kernel/MetadataWatchEvent.json +41 -4
- package/json-schema/kernel/MultiVersionSupport.json +95 -4
- package/json-schema/kernel/OpsDomainModule.json +29 -4
- package/json-schema/kernel/OpsFilePath.json +3 -5
- package/json-schema/kernel/OpsPluginStructure.json +28 -4
- package/json-schema/kernel/PackageDependency.json +33 -4
- package/json-schema/kernel/PackageDependencyConflict.json +80 -4
- package/json-schema/kernel/PackageDependencyResolutionResult.json +336 -4
- package/json-schema/kernel/PackageStatusEnum.json +9 -5
- package/json-schema/kernel/Permission.json +104 -4
- package/json-schema/kernel/PermissionAction.json +16 -5
- package/json-schema/kernel/PermissionScope.json +10 -5
- package/json-schema/kernel/PermissionSet.json +155 -4
- package/json-schema/kernel/PluginCaching.json +80 -4
- package/json-schema/kernel/PluginCapability.json +129 -4
- package/json-schema/kernel/PluginCapabilityManifest.json +423 -4
- package/json-schema/kernel/PluginCodeSplitting.json +59 -4
- package/json-schema/kernel/PluginCompatibilityMatrix.json +173 -4
- package/json-schema/kernel/PluginDependency.json +32 -4
- package/json-schema/kernel/PluginDependencyResolution.json +94 -4
- package/json-schema/kernel/PluginDiscoveryConfig.json +89 -4
- package/json-schema/kernel/PluginDiscoverySource.json +58 -4
- package/json-schema/kernel/PluginDynamicImport.json +75 -4
- package/json-schema/kernel/PluginErrorEvent.json +64 -4
- package/json-schema/kernel/PluginEventBase.json +18 -4
- package/json-schema/kernel/PluginHealthCheck.json +67 -4
- package/json-schema/kernel/PluginHealthReport.json +124 -4
- package/json-schema/kernel/PluginHealthStatus.json +11 -5
- package/json-schema/kernel/PluginHotReload.json +151 -4
- package/json-schema/kernel/PluginInitialization.json +71 -4
- package/json-schema/kernel/PluginInstallConfig.json +48 -4
- package/json-schema/kernel/PluginInterface.json +139 -4
- package/json-schema/kernel/PluginLifecycleEventType.json +24 -5
- package/json-schema/kernel/PluginLifecyclePhaseEvent.json +32 -4
- package/json-schema/kernel/PluginLoadingConfig.json +857 -4
- package/json-schema/kernel/PluginLoadingEvent.json +67 -4
- package/json-schema/kernel/PluginLoadingState.json +53 -4
- package/json-schema/kernel/PluginLoadingStrategy.json +10 -5
- package/json-schema/kernel/PluginMetadata.json +29 -4
- package/json-schema/kernel/PluginPerformanceMonitoring.json +72 -4
- package/json-schema/kernel/PluginPreloadConfig.json +70 -4
- package/json-schema/kernel/PluginProvenance.json +229 -4
- package/json-schema/kernel/PluginQualityMetrics.json +110 -4
- package/json-schema/kernel/PluginRegisteredEvent.json +22 -4
- package/json-schema/kernel/PluginRegistryEntry.json +903 -4
- package/json-schema/kernel/PluginSandboxing.json +147 -4
- package/json-schema/kernel/PluginSearchFilters.json +84 -4
- package/json-schema/kernel/PluginSecurityManifest.json +1297 -4
- package/json-schema/kernel/PluginSource.json +32 -4
- package/json-schema/kernel/PluginStartupResult.json +94 -4
- package/json-schema/kernel/PluginStateSnapshot.json +49 -4
- package/json-schema/kernel/PluginStatistics.json +104 -4
- package/json-schema/kernel/PluginTrustLevel.json +10 -5
- package/json-schema/kernel/PluginTrustScore.json +100 -4
- package/json-schema/kernel/PluginUpdateStrategy.json +119 -4
- package/json-schema/kernel/PluginVendor.json +42 -4
- package/json-schema/kernel/PluginVersionMetadata.json +365 -4
- package/json-schema/kernel/ProtocolFeature.json +27 -4
- package/json-schema/kernel/ProtocolReference.json +51 -4
- package/json-schema/kernel/ProtocolVersion.json +25 -4
- package/json-schema/kernel/RealTimeNotificationConfig.json +90 -4
- package/json-schema/kernel/ResourceType.json +21 -5
- package/json-schema/kernel/RuntimeConfig.json +150 -4
- package/json-schema/kernel/RuntimeMode.json +9 -5
- package/json-schema/kernel/SBOM.json +170 -4
- package/json-schema/kernel/SBOMEntry.json +90 -4
- package/json-schema/kernel/SandboxConfig.json +352 -4
- package/json-schema/kernel/ScopeConfig.json +23 -4
- package/json-schema/kernel/ScopeInfo.json +37 -4
- package/json-schema/kernel/SecurityPolicy.json +184 -4
- package/json-schema/kernel/SecurityScanResult.json +373 -4
- package/json-schema/kernel/SecurityVulnerability.json +128 -4
- package/json-schema/kernel/SemanticVersion.json +36 -4
- package/json-schema/kernel/ServiceFactoryRegistration.json +39 -4
- package/json-schema/kernel/ServiceMetadata.json +41 -4
- package/json-schema/kernel/ServiceRegisteredEvent.json +22 -4
- package/json-schema/kernel/ServiceRegistryConfig.json +37 -4
- package/json-schema/kernel/ServiceScopeType.json +8 -5
- package/json-schema/kernel/ServiceUnregisteredEvent.json +18 -4
- package/json-schema/kernel/StartupOptions.json +35 -4
- package/json-schema/kernel/StartupOrchestrationResult.json +125 -4
- package/json-schema/kernel/UninstallPackageRequest.json +10 -4
- package/json-schema/kernel/UninstallPackageResponse.json +17 -4
- package/json-schema/kernel/ValidationError.json +20 -4
- package/json-schema/kernel/ValidationResult.json +63 -4
- package/json-schema/kernel/ValidationWarning.json +20 -4
- package/json-schema/kernel/VersionConstraint.json +53 -5
- package/json-schema/kernel/VulnerabilitySeverity.json +10 -5
- package/json-schema/qa/TestAction.json +39 -4
- package/json-schema/qa/TestActionType.json +13 -5
- package/json-schema/qa/TestAssertion.json +34 -4
- package/json-schema/qa/TestAssertionType.json +16 -5
- package/json-schema/qa/TestContext.json +6 -4
- package/json-schema/qa/TestScenario.json +392 -4
- package/json-schema/qa/TestStep.json +108 -4
- package/json-schema/qa/TestSuite.json +411 -4
- package/json-schema/security/AuditPolicy.json +25 -4
- package/json-schema/security/CriteriaSharingRule.json +76 -4
- package/json-schema/security/FieldPermission.json +18 -4
- package/json-schema/security/NetworkPolicy.json +25 -4
- package/json-schema/security/OWDModel.json +8 -5
- package/json-schema/security/ObjectPermission.json +60 -4
- package/json-schema/security/OwnerSharingRule.json +96 -4
- package/json-schema/security/PasswordPolicy.json +41 -4
- package/json-schema/security/PermissionSet.json +214 -4
- package/json-schema/security/Policy.json +148 -4
- package/json-schema/security/RLSConfig.json +61 -4
- package/json-schema/security/RLSEvaluationResult.json +32 -4
- package/json-schema/security/RLSOperation.json +9 -5
- package/json-schema/security/RLSUserContext.json +47 -4
- package/json-schema/security/RowLevelSecurityPolicy.json +73 -4
- package/json-schema/security/SessionPolicy.json +24 -4
- package/json-schema/security/ShareRecipientType.json +9 -5
- package/json-schema/security/SharingLevel.json +7 -5
- package/json-schema/security/SharingRule.json +179 -5
- package/json-schema/security/SharingRuleType.json +6 -5
- package/json-schema/security/Territory.json +75 -4
- package/json-schema/security/TerritoryModel.json +27 -4
- package/json-schema/security/TerritoryType.json +8 -5
- package/json-schema/shared/AggregationFunctionEnum.json +15 -5
- package/json-schema/shared/BaseMetadataRecord.json +34 -4
- package/json-schema/shared/CacheStrategyEnum.json +9 -5
- package/json-schema/shared/CorsConfig.json +56 -4
- package/json-schema/shared/EventName.json +5 -5
- package/json-schema/shared/FieldMapping.json +138 -4
- package/json-schema/shared/HttpMethod.json +11 -5
- package/json-schema/shared/IsolationLevelEnum.json +10 -5
- package/json-schema/shared/MetadataFormat.json +9 -5
- package/json-schema/shared/MutationEventEnum.json +9 -5
- package/json-schema/shared/RateLimitConfig.json +28 -4
- package/json-schema/shared/SnakeCaseIdentifier.json +5 -5
- package/json-schema/shared/SortDirectionEnum.json +7 -5
- package/json-schema/shared/StaticMount.json +20 -4
- package/json-schema/shared/SystemIdentifier.json +5 -5
- package/json-schema/shared/TransformType.json +117 -5
- package/json-schema/studio/ActionContribution.json +39 -4
- package/json-schema/studio/ActionLocation.json +7 -5
- package/json-schema/studio/ActivationEvent.json +3 -5
- package/json-schema/studio/CommandContribution.json +24 -4
- package/json-schema/studio/MetadataIconContribution.json +21 -4
- package/json-schema/studio/MetadataViewerContribution.json +48 -4
- package/json-schema/studio/PanelContribution.json +31 -4
- package/json-schema/studio/PanelLocation.json +7 -5
- package/json-schema/studio/SidebarGroupContribution.json +34 -4
- package/json-schema/studio/StudioPluginContributions.json +245 -4
- package/json-schema/studio/StudioPluginManifest.json +298 -4
- package/json-schema/studio/ViewMode.json +8 -5
- package/json-schema/system/AccessControlConfig.json +107 -4
- package/json-schema/system/AddFieldOperation.json +964 -4
- package/json-schema/system/AnalyzerConfig.json +38 -4
- package/json-schema/system/AuditConfig.json +620 -4
- package/json-schema/system/AuditEvent.json +234 -4
- package/json-schema/system/AuditEventActor.json +41 -4
- package/json-schema/system/AuditEventChange.json +17 -4
- package/json-schema/system/AuditEventFilter.json +124 -4
- package/json-schema/system/AuditEventSeverity.json +12 -5
- package/json-schema/system/AuditEventTarget.json +28 -4
- package/json-schema/system/AuditEventType.json +46 -5
- package/json-schema/system/AuditLogConfig.json +50 -4
- package/json-schema/system/AuditRetentionPolicy.json +78 -4
- package/json-schema/system/AuditStorageConfig.json +61 -4
- package/json-schema/system/AuthConfig.json +101 -4
- package/json-schema/system/AuthPluginConfig.json +30 -4
- package/json-schema/system/AuthProviderConfig.json +28 -4
- package/json-schema/system/AwarenessEvent.json +47 -4
- package/json-schema/system/AwarenessSession.json +121 -4
- package/json-schema/system/AwarenessUpdate.json +30 -4
- package/json-schema/system/AwarenessUserState.json +75 -4
- package/json-schema/system/BatchProgress.json +73 -4
- package/json-schema/system/BucketConfig.json +358 -4
- package/json-schema/system/CRDTMergeResult.json +319 -4
- package/json-schema/system/CRDTState.json +283 -5
- package/json-schema/system/CRDTType.json +13 -5
- package/json-schema/system/CacheConfig.json +137 -4
- package/json-schema/system/CacheInvalidation.json +40 -4
- package/json-schema/system/CacheStrategy.json +10 -5
- package/json-schema/system/CacheTier.json +52 -4
- package/json-schema/system/ChangeImpact.json +47 -4
- package/json-schema/system/ChangePriority.json +8 -5
- package/json-schema/system/ChangeRequest.json +313 -4
- package/json-schema/system/ChangeSet.json +6627 -4
- package/json-schema/system/ChangeStatus.json +14 -5
- package/json-schema/system/ChangeType.json +8 -5
- package/json-schema/system/CollaborationMode.json +8 -5
- package/json-schema/system/CollaborationSession.json +621 -4
- package/json-schema/system/CollaborationSessionConfig.json +87 -4
- package/json-schema/system/CollaborativeCursor.json +196 -4
- package/json-schema/system/ComplianceConfig.json +252 -4
- package/json-schema/system/ConsoleDestinationConfig.json +26 -4
- package/json-schema/system/ConsumerConfig.json +34 -4
- package/json-schema/system/CoreServiceName.json +21 -5
- package/json-schema/system/CounterOperation.json +25 -4
- package/json-schema/system/CreateObjectOperation.json +2768 -4
- package/json-schema/system/CronSchedule.json +22 -4
- package/json-schema/system/CursorColorPreset.json +14 -5
- package/json-schema/system/CursorSelection.json +62 -4
- package/json-schema/system/CursorStyle.json +54 -4
- package/json-schema/system/CursorUpdate.json +102 -4
- package/json-schema/system/DatabaseLevelIsolationStrategy.json +157 -4
- package/json-schema/system/DeadLetterQueue.json +24 -4
- package/json-schema/system/DeleteObjectOperation.json +17 -4
- package/json-schema/system/EmailTemplate.json +62 -4
- package/json-schema/system/EncryptionAlgorithm.json +8 -5
- package/json-schema/system/EncryptionConfig.json +107 -4
- package/json-schema/system/ExecuteSqlOperation.json +21 -4
- package/json-schema/system/ExtendedLogLevel.json +11 -5
- package/json-schema/system/ExternalServiceDestinationConfig.json +46 -4
- package/json-schema/system/FacetConfig.json +28 -4
- package/json-schema/system/Feature.json +45 -4
- package/json-schema/system/FieldEncryption.json +128 -4
- package/json-schema/system/FileDestinationConfig.json +56 -4
- package/json-schema/system/FileMetadata.json +46 -4
- package/json-schema/system/GCounter.json +24 -4
- package/json-schema/system/GDPRConfig.json +85 -4
- package/json-schema/system/HIPAAConfig.json +52 -4
- package/json-schema/system/HistogramBucketConfig.json +86 -4
- package/json-schema/system/HttpDestinationConfig.json +123 -4
- package/json-schema/system/HttpServerConfig.json +177 -4
- package/json-schema/system/InAppNotification.json +41 -4
- package/json-schema/system/IntervalSchedule.json +18 -4
- package/json-schema/system/Job.json +136 -4
- package/json-schema/system/JobExecution.json +45 -4
- package/json-schema/system/JobExecutionStatus.json +8 -5
- package/json-schema/system/KernelServiceMap.json +45 -4
- package/json-schema/system/KeyManagementProvider.json +10 -5
- package/json-schema/system/KeyRotationPolicy.json +32 -4
- package/json-schema/system/LWWRegister.json +49 -4
- package/json-schema/system/LevelIsolationStrategySchema.json +102 -4
- package/json-schema/system/License.json +62 -4
- package/json-schema/system/LicenseMetricType.json +8 -5
- package/json-schema/system/LifecycleAction.json +8 -5
- package/json-schema/system/LifecyclePolicyConfig.json +84 -4
- package/json-schema/system/LifecyclePolicyRule.json +64 -4
- package/json-schema/system/Locale.json +3 -5
- package/json-schema/system/LogDestination.json +326 -4
- package/json-schema/system/LogDestinationType.json +19 -5
- package/json-schema/system/LogEnrichmentConfig.json +65 -4
- package/json-schema/system/LogEntry.json +63 -4
- package/json-schema/system/LogFormat.json +8 -5
- package/json-schema/system/LogLevel.json +11 -5
- package/json-schema/system/LoggerConfig.json +77 -4
- package/json-schema/system/LoggingConfig.json +705 -4
- package/json-schema/system/MaskingConfig.json +82 -4
- package/json-schema/system/MaskingRule.json +56 -4
- package/json-schema/system/MaskingStrategy.json +12 -5
- package/json-schema/system/MessageQueueConfig.json +168 -4
- package/json-schema/system/MessageQueueProvider.json +11 -5
- package/json-schema/system/MetadataCollectionInfo.json +21 -4
- package/json-schema/system/MetadataExportOptions.json +37 -4
- package/json-schema/system/MetadataFormat.json +11 -5
- package/json-schema/system/MetadataImportOptions.json +26 -4
- package/json-schema/system/MetadataLoadOptions.json +47 -4
- package/json-schema/system/MetadataLoadResult.json +75 -4
- package/json-schema/system/MetadataLoaderContract.json +61 -4
- package/json-schema/system/MetadataManagerConfig.json +36 -4
- package/json-schema/system/MetadataRecord.json +86 -4
- package/json-schema/system/MetadataSaveOptions.json +50 -4
- package/json-schema/system/MetadataSaveResult.json +65 -4
- package/json-schema/system/MetadataScope.json +7 -5
- package/json-schema/system/MetadataState.json +8 -5
- package/json-schema/system/MetadataStats.json +38 -4
- package/json-schema/system/MetadataWatchEvent.json +74 -4
- package/json-schema/system/MetricAggregationConfig.json +67 -4
- package/json-schema/system/MetricAggregationType.json +18 -5
- package/json-schema/system/MetricDataPoint.json +134 -4
- package/json-schema/system/MetricDefinition.json +196 -4
- package/json-schema/system/MetricExportConfig.json +95 -4
- package/json-schema/system/MetricLabels.json +8 -4
- package/json-schema/system/MetricType.json +9 -5
- package/json-schema/system/MetricUnit.json +25 -5
- package/json-schema/system/MetricsConfig.json +771 -4
- package/json-schema/system/MiddlewareConfig.json +69 -4
- package/json-schema/system/MiddlewareType.json +11 -5
- package/json-schema/system/MigrationDependency.json +16 -4
- package/json-schema/system/MigrationOperation.json +3862 -5
- package/json-schema/system/ModifyFieldOperation.json +31 -4
- package/json-schema/system/MultipartUploadConfig.json +48 -4
- package/json-schema/system/NotificationChannel.json +11 -5
- package/json-schema/system/NotificationConfig.json +348 -4
- package/json-schema/system/ORSet.json +53 -4
- package/json-schema/system/ORSetElement.json +35 -4
- package/json-schema/system/OTComponent.json +77 -5
- package/json-schema/system/OTOperation.json +135 -4
- package/json-schema/system/OTOperationType.json +7 -5
- package/json-schema/system/OTTransformResult.json +157 -4
- package/json-schema/system/ObjectMetadata.json +86 -4
- package/json-schema/system/ObjectStorageConfig.json +511 -4
- package/json-schema/system/OnceSchedule.json +18 -4
- package/json-schema/system/OpenTelemetryCompatibility.json +210 -4
- package/json-schema/system/OtelExporterType.json +15 -5
- package/json-schema/system/PCIDSSConfig.json +49 -4
- package/json-schema/system/PNCounter.json +37 -4
- package/json-schema/system/Plan.json +49 -4
- package/json-schema/system/PresignedUrlConfig.json +41 -4
- package/json-schema/system/PushNotification.json +55 -4
- package/json-schema/system/QueueConfig.json +152 -4
- package/json-schema/system/RegistryConfig.json +267 -4
- package/json-schema/system/RegistrySyncPolicy.json +8 -5
- package/json-schema/system/RegistryUpstream.json +118 -4
- package/json-schema/system/RemoveFieldOperation.json +22 -4
- package/json-schema/system/RenameObjectOperation.json +22 -4
- package/json-schema/system/RetryPolicy.json +29 -4
- package/json-schema/system/RollbackPlan.json +43 -4
- package/json-schema/system/RouteHandlerMetadata.json +80 -4
- package/json-schema/system/RowLevelIsolationStrategy.json +77 -4
- package/json-schema/system/SMSTemplate.json +29 -4
- package/json-schema/system/SamplingDecision.json +8 -5
- package/json-schema/system/SamplingStrategyType.json +13 -5
- package/json-schema/system/Schedule.json +67 -5
- package/json-schema/system/SearchConfig.json +231 -4
- package/json-schema/system/SearchIndexConfig.json +88 -4
- package/json-schema/system/SearchProvider.json +10 -5
- package/json-schema/system/ServerCapabilities.json +65 -4
- package/json-schema/system/ServerEvent.json +35 -4
- package/json-schema/system/ServerEventType.json +11 -5
- package/json-schema/system/ServerStatus.json +99 -4
- package/json-schema/system/ServiceConfig.json +40 -4
- package/json-schema/system/ServiceCriticality.json +7 -5
- package/json-schema/system/ServiceLevelIndicator.json +100 -4
- package/json-schema/system/ServiceLevelObjective.json +170 -4
- package/json-schema/system/ServiceStatus.json +57 -4
- package/json-schema/system/Span.json +410 -4
- package/json-schema/system/SpanAttributeValue.json +31 -5
- package/json-schema/system/SpanAttributes.json +37 -4
- package/json-schema/system/SpanEvent.json +58 -4
- package/json-schema/system/SpanKind.json +10 -5
- package/json-schema/system/SpanLink.json +111 -4
- package/json-schema/system/SpanStatus.json +8 -5
- package/json-schema/system/StorageAcl.json +11 -5
- package/json-schema/system/StorageClass.json +10 -5
- package/json-schema/system/StorageConnection.json +57 -4
- package/json-schema/system/StorageProvider.json +14 -5
- package/json-schema/system/StorageScope.json +15 -5
- package/json-schema/system/StructuredLogEntry.json +202 -4
- package/json-schema/system/SuspiciousActivityRule.json +175 -4
- package/json-schema/system/Task.json +157 -4
- package/json-schema/system/TaskExecutionResult.json +82 -4
- package/json-schema/system/TaskPriority.json +9 -5
- package/json-schema/system/TaskRetryPolicy.json +48 -4
- package/json-schema/system/TaskStatus.json +12 -5
- package/json-schema/system/Tenant.json +57 -4
- package/json-schema/system/TenantIsolationConfig.json +345 -5
- package/json-schema/system/TenantIsolationLevel.json +7 -5
- package/json-schema/system/TenantQuota.json +22 -4
- package/json-schema/system/TenantSecurityPolicy.json +123 -4
- package/json-schema/system/TextCRDTOperation.json +49 -4
- package/json-schema/system/TextCRDTState.json +107 -4
- package/json-schema/system/TimeSeries.json +70 -4
- package/json-schema/system/TimeSeriesDataPoint.json +29 -4
- package/json-schema/system/TopicConfig.json +40 -4
- package/json-schema/system/TraceContext.json +62 -4
- package/json-schema/system/TraceContextPropagation.json +81 -4
- package/json-schema/system/TraceFlags.json +5 -5
- package/json-schema/system/TracePropagationFormat.json +12 -5
- package/json-schema/system/TraceSamplingConfig.json +191 -4
- package/json-schema/system/TraceState.json +18 -4
- package/json-schema/system/TracingConfig.json +595 -4
- package/json-schema/system/TranslationBundle.json +102 -4
- package/json-schema/system/TranslationData.json +94 -4
- package/json-schema/system/UserActivityStatus.json +8 -5
- package/json-schema/system/VectorClock.json +19 -4
- package/json-schema/system/WorkerStats.json +94 -4
- package/json-schema/ui/Action.json +206 -4
- package/json-schema/ui/ActionParam.json +88 -4
- package/json-schema/ui/Animation.json +48 -4
- package/json-schema/ui/App.json +323 -4
- package/json-schema/ui/AppBranding.json +16 -4
- package/json-schema/ui/BorderRadius.json +36 -4
- package/json-schema/ui/Breakpoints.json +28 -4
- package/json-schema/ui/CalendarConfig.json +20 -4
- package/json-schema/ui/ChartAnnotation.json +63 -4
- package/json-schema/ui/ChartAxis.json +51 -4
- package/json-schema/ui/ChartConfig.json +374 -4
- package/json-schema/ui/ChartInteraction.json +25 -4
- package/json-schema/ui/ChartSeries.json +77 -4
- package/json-schema/ui/ChartType.json +42 -5
- package/json-schema/ui/ColorPalette.json +75 -4
- package/json-schema/ui/Dashboard.json +589 -4
- package/json-schema/ui/DashboardNavItem.json +36 -4
- package/json-schema/ui/DashboardWidget.json +525 -4
- package/json-schema/ui/FormField.json +53 -4
- package/json-schema/ui/GanttConfig.json +24 -4
- package/json-schema/ui/GroupNavItem.json +37 -4
- package/json-schema/ui/HttpMethod.json +9 -5
- package/json-schema/ui/HttpRequest.json +45 -4
- package/json-schema/ui/KanbanConfig.json +23 -4
- package/json-schema/ui/ListColumn.json +57 -4
- package/json-schema/ui/ListView.json +563 -4
- package/json-schema/ui/NavigationConfig.json +47 -4
- package/json-schema/ui/NavigationItem.json +231 -5
- package/json-schema/ui/NavigationMode.json +11 -5
- package/json-schema/ui/ObjectNavItem.json +40 -4
- package/json-schema/ui/Page.json +201 -4
- package/json-schema/ui/PageCardProps.json +30 -4
- package/json-schema/ui/PageComponent.json +85 -4
- package/json-schema/ui/PageComponentType.json +25 -5
- package/json-schema/ui/PageHeaderProps.json +32 -4
- package/json-schema/ui/PageNavItem.json +44 -4
- package/json-schema/ui/PageRegion.json +112 -4
- package/json-schema/ui/PageTabsProps.json +50 -4
- package/json-schema/ui/PageVariable.json +24 -4
- package/json-schema/ui/PaginationConfig.json +23 -4
- package/json-schema/ui/RecordDetailsProps.json +33 -4
- package/json-schema/ui/RecordHighlightsProps.json +16 -4
- package/json-schema/ui/RecordRelatedListProps.json +32 -4
- package/json-schema/ui/Report.json +464 -4
- package/json-schema/ui/ReportChart.json +277 -4
- package/json-schema/ui/ReportColumn.json +27 -4
- package/json-schema/ui/ReportGrouping.json +31 -4
- package/json-schema/ui/ReportType.json +8 -5
- package/json-schema/ui/SelectionConfig.json +17 -4
- package/json-schema/ui/Shadow.json +36 -4
- package/json-schema/ui/Spacing.json +56 -4
- package/json-schema/ui/Theme.json +540 -4
- package/json-schema/ui/ThemeMode.json +7 -5
- package/json-schema/ui/Typography.json +134 -4
- package/json-schema/ui/UrlNavItem.json +46 -4
- package/json-schema/ui/ViewData.json +149 -5
- package/json-schema/ui/WidgetEvent.json +39 -4
- package/json-schema/ui/WidgetLifecycle.json +32 -4
- package/json-schema/ui/WidgetManifest.json +320 -4
- package/json-schema/ui/WidgetProperty.json +54 -4
- package/json-schema/ui/WidgetSource.json +77 -5
- package/json-schema/ui/ZIndex.json +36 -4
- package/package.json +2 -3
- package/json-schema/api/CreateViewRequest.json +0 -7
- package/json-schema/api/CreateViewResponse.json +0 -7
- package/json-schema/api/GetUiViewResponse.json +0 -7
- package/json-schema/api/GetViewResponse.json +0 -7
- package/json-schema/api/ListViewsResponse.json +0 -7
- package/json-schema/api/ObjectStackProtocol.json +0 -7
- package/json-schema/api/UpdateViewRequest.json +0 -7
- package/json-schema/api/UpdateViewResponse.json +0 -7
- package/json-schema/data/ComparisonOperator.json +0 -7
- package/json-schema/data/DataEngineContract.json +0 -7
- package/json-schema/data/DriverInterface.json +0 -7
- package/json-schema/data/FieldOperators.json +0 -7
- package/json-schema/data/Hook.json +0 -7
- package/json-schema/data/NormalizedFilter.json +0 -7
- package/json-schema/data/RangeOperator.json +0 -7
- package/json-schema/kernel/Plugin.json +0 -7
- package/json-schema/kernel/PluginContext.json +0 -7
- package/json-schema/kernel/PluginLifecycle.json +0 -7
- package/json-schema/system/BatchTask.json +0 -7
- package/json-schema/system/WorkerConfig.json +0 -7
- package/json-schema/ui/FieldWidgetProps.json +0 -7
- package/json-schema/ui/FormSection.json +0 -7
- package/json-schema/ui/FormView.json +0 -7
- package/json-schema/ui/View.json +0 -7
|
@@ -1,7 +1,677 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$
|
|
3
|
-
"
|
|
4
|
-
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"properties": {
|
|
5
|
+
"method": {
|
|
6
|
+
"type": "string",
|
|
7
|
+
"const": "batch"
|
|
8
|
+
},
|
|
9
|
+
"requests": {
|
|
10
|
+
"type": "array",
|
|
11
|
+
"items": {
|
|
12
|
+
"oneOf": [
|
|
13
|
+
{
|
|
14
|
+
"type": "object",
|
|
15
|
+
"properties": {
|
|
16
|
+
"method": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"const": "find"
|
|
19
|
+
},
|
|
20
|
+
"object": {
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"query": {
|
|
24
|
+
"type": "object",
|
|
25
|
+
"properties": {
|
|
26
|
+
"filter": {
|
|
27
|
+
"anyOf": [
|
|
28
|
+
{
|
|
29
|
+
"type": "object",
|
|
30
|
+
"propertyNames": {
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
"additionalProperties": {}
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"$ref": "#/$defs/__schema0"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"description": "Data Engine query filter conditions"
|
|
40
|
+
},
|
|
41
|
+
"select": {
|
|
42
|
+
"type": "array",
|
|
43
|
+
"items": {
|
|
44
|
+
"type": "string"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"sort": {
|
|
48
|
+
"anyOf": [
|
|
49
|
+
{
|
|
50
|
+
"type": "object",
|
|
51
|
+
"propertyNames": {
|
|
52
|
+
"type": "string"
|
|
53
|
+
},
|
|
54
|
+
"additionalProperties": {
|
|
55
|
+
"type": "string",
|
|
56
|
+
"enum": [
|
|
57
|
+
"asc",
|
|
58
|
+
"desc"
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"type": "object",
|
|
64
|
+
"propertyNames": {
|
|
65
|
+
"type": "string"
|
|
66
|
+
},
|
|
67
|
+
"additionalProperties": {
|
|
68
|
+
"anyOf": [
|
|
69
|
+
{
|
|
70
|
+
"type": "number",
|
|
71
|
+
"const": 1
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"type": "number",
|
|
75
|
+
"const": -1
|
|
76
|
+
}
|
|
77
|
+
]
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"type": "array",
|
|
82
|
+
"items": {
|
|
83
|
+
"type": "object",
|
|
84
|
+
"properties": {
|
|
85
|
+
"field": {
|
|
86
|
+
"type": "string"
|
|
87
|
+
},
|
|
88
|
+
"order": {
|
|
89
|
+
"default": "asc",
|
|
90
|
+
"type": "string",
|
|
91
|
+
"enum": [
|
|
92
|
+
"asc",
|
|
93
|
+
"desc"
|
|
94
|
+
]
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"required": [
|
|
98
|
+
"field",
|
|
99
|
+
"order"
|
|
100
|
+
],
|
|
101
|
+
"additionalProperties": false
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"description": "Sort order definition"
|
|
106
|
+
},
|
|
107
|
+
"limit": {
|
|
108
|
+
"type": "integer",
|
|
109
|
+
"minimum": 1,
|
|
110
|
+
"maximum": 9007199254740991
|
|
111
|
+
},
|
|
112
|
+
"skip": {
|
|
113
|
+
"type": "integer",
|
|
114
|
+
"minimum": 0,
|
|
115
|
+
"maximum": 9007199254740991
|
|
116
|
+
},
|
|
117
|
+
"top": {
|
|
118
|
+
"type": "integer",
|
|
119
|
+
"minimum": 1,
|
|
120
|
+
"maximum": 9007199254740991
|
|
121
|
+
},
|
|
122
|
+
"populate": {
|
|
123
|
+
"type": "array",
|
|
124
|
+
"items": {
|
|
125
|
+
"type": "string"
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"additionalProperties": false,
|
|
130
|
+
"description": "Query options for IDataEngine.find() operations"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"required": [
|
|
134
|
+
"method",
|
|
135
|
+
"object"
|
|
136
|
+
],
|
|
137
|
+
"additionalProperties": false
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"type": "object",
|
|
141
|
+
"properties": {
|
|
142
|
+
"method": {
|
|
143
|
+
"type": "string",
|
|
144
|
+
"const": "findOne"
|
|
145
|
+
},
|
|
146
|
+
"object": {
|
|
147
|
+
"type": "string"
|
|
148
|
+
},
|
|
149
|
+
"query": {
|
|
150
|
+
"type": "object",
|
|
151
|
+
"properties": {
|
|
152
|
+
"filter": {
|
|
153
|
+
"anyOf": [
|
|
154
|
+
{
|
|
155
|
+
"type": "object",
|
|
156
|
+
"propertyNames": {
|
|
157
|
+
"type": "string"
|
|
158
|
+
},
|
|
159
|
+
"additionalProperties": {}
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"$ref": "#/$defs/__schema0"
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"description": "Data Engine query filter conditions"
|
|
166
|
+
},
|
|
167
|
+
"select": {
|
|
168
|
+
"type": "array",
|
|
169
|
+
"items": {
|
|
170
|
+
"type": "string"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"sort": {
|
|
174
|
+
"anyOf": [
|
|
175
|
+
{
|
|
176
|
+
"type": "object",
|
|
177
|
+
"propertyNames": {
|
|
178
|
+
"type": "string"
|
|
179
|
+
},
|
|
180
|
+
"additionalProperties": {
|
|
181
|
+
"type": "string",
|
|
182
|
+
"enum": [
|
|
183
|
+
"asc",
|
|
184
|
+
"desc"
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"type": "object",
|
|
190
|
+
"propertyNames": {
|
|
191
|
+
"type": "string"
|
|
192
|
+
},
|
|
193
|
+
"additionalProperties": {
|
|
194
|
+
"anyOf": [
|
|
195
|
+
{
|
|
196
|
+
"type": "number",
|
|
197
|
+
"const": 1
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"type": "number",
|
|
201
|
+
"const": -1
|
|
202
|
+
}
|
|
203
|
+
]
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"type": "array",
|
|
208
|
+
"items": {
|
|
209
|
+
"type": "object",
|
|
210
|
+
"properties": {
|
|
211
|
+
"field": {
|
|
212
|
+
"type": "string"
|
|
213
|
+
},
|
|
214
|
+
"order": {
|
|
215
|
+
"default": "asc",
|
|
216
|
+
"type": "string",
|
|
217
|
+
"enum": [
|
|
218
|
+
"asc",
|
|
219
|
+
"desc"
|
|
220
|
+
]
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
"required": [
|
|
224
|
+
"field",
|
|
225
|
+
"order"
|
|
226
|
+
],
|
|
227
|
+
"additionalProperties": false
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
],
|
|
231
|
+
"description": "Sort order definition"
|
|
232
|
+
},
|
|
233
|
+
"limit": {
|
|
234
|
+
"type": "integer",
|
|
235
|
+
"minimum": 1,
|
|
236
|
+
"maximum": 9007199254740991
|
|
237
|
+
},
|
|
238
|
+
"skip": {
|
|
239
|
+
"type": "integer",
|
|
240
|
+
"minimum": 0,
|
|
241
|
+
"maximum": 9007199254740991
|
|
242
|
+
},
|
|
243
|
+
"top": {
|
|
244
|
+
"type": "integer",
|
|
245
|
+
"minimum": 1,
|
|
246
|
+
"maximum": 9007199254740991
|
|
247
|
+
},
|
|
248
|
+
"populate": {
|
|
249
|
+
"type": "array",
|
|
250
|
+
"items": {
|
|
251
|
+
"type": "string"
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"additionalProperties": false,
|
|
256
|
+
"description": "Query options for IDataEngine.find() operations"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"required": [
|
|
260
|
+
"method",
|
|
261
|
+
"object"
|
|
262
|
+
],
|
|
263
|
+
"additionalProperties": false
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"type": "object",
|
|
267
|
+
"properties": {
|
|
268
|
+
"method": {
|
|
269
|
+
"type": "string",
|
|
270
|
+
"const": "insert"
|
|
271
|
+
},
|
|
272
|
+
"object": {
|
|
273
|
+
"type": "string"
|
|
274
|
+
},
|
|
275
|
+
"data": {
|
|
276
|
+
"anyOf": [
|
|
277
|
+
{
|
|
278
|
+
"type": "object",
|
|
279
|
+
"propertyNames": {
|
|
280
|
+
"type": "string"
|
|
281
|
+
},
|
|
282
|
+
"additionalProperties": {}
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"type": "array",
|
|
286
|
+
"items": {
|
|
287
|
+
"type": "object",
|
|
288
|
+
"propertyNames": {
|
|
289
|
+
"type": "string"
|
|
290
|
+
},
|
|
291
|
+
"additionalProperties": {}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
"options": {
|
|
297
|
+
"type": "object",
|
|
298
|
+
"properties": {
|
|
299
|
+
"returning": {
|
|
300
|
+
"default": true,
|
|
301
|
+
"type": "boolean"
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
"additionalProperties": false,
|
|
305
|
+
"description": "Options for DataEngine.insert operations"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"required": [
|
|
309
|
+
"method",
|
|
310
|
+
"object",
|
|
311
|
+
"data"
|
|
312
|
+
],
|
|
313
|
+
"additionalProperties": false
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"type": "object",
|
|
317
|
+
"properties": {
|
|
318
|
+
"method": {
|
|
319
|
+
"type": "string",
|
|
320
|
+
"const": "update"
|
|
321
|
+
},
|
|
322
|
+
"object": {
|
|
323
|
+
"type": "string"
|
|
324
|
+
},
|
|
325
|
+
"data": {
|
|
326
|
+
"type": "object",
|
|
327
|
+
"propertyNames": {
|
|
328
|
+
"type": "string"
|
|
329
|
+
},
|
|
330
|
+
"additionalProperties": {}
|
|
331
|
+
},
|
|
332
|
+
"id": {
|
|
333
|
+
"description": "ID for single update, or use filter in options",
|
|
334
|
+
"anyOf": [
|
|
335
|
+
{
|
|
336
|
+
"type": "string"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"type": "number"
|
|
340
|
+
}
|
|
341
|
+
]
|
|
342
|
+
},
|
|
343
|
+
"options": {
|
|
344
|
+
"type": "object",
|
|
345
|
+
"properties": {
|
|
346
|
+
"filter": {
|
|
347
|
+
"anyOf": [
|
|
348
|
+
{
|
|
349
|
+
"type": "object",
|
|
350
|
+
"propertyNames": {
|
|
351
|
+
"type": "string"
|
|
352
|
+
},
|
|
353
|
+
"additionalProperties": {}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"$ref": "#/$defs/__schema0"
|
|
357
|
+
}
|
|
358
|
+
],
|
|
359
|
+
"description": "Data Engine query filter conditions"
|
|
360
|
+
},
|
|
361
|
+
"upsert": {
|
|
362
|
+
"default": false,
|
|
363
|
+
"type": "boolean"
|
|
364
|
+
},
|
|
365
|
+
"multi": {
|
|
366
|
+
"default": false,
|
|
367
|
+
"type": "boolean"
|
|
368
|
+
},
|
|
369
|
+
"returning": {
|
|
370
|
+
"default": false,
|
|
371
|
+
"type": "boolean"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"additionalProperties": false,
|
|
375
|
+
"description": "Options for DataEngine.update operations"
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
"required": [
|
|
379
|
+
"method",
|
|
380
|
+
"object",
|
|
381
|
+
"data"
|
|
382
|
+
],
|
|
383
|
+
"additionalProperties": false
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"type": "object",
|
|
387
|
+
"properties": {
|
|
388
|
+
"method": {
|
|
389
|
+
"type": "string",
|
|
390
|
+
"const": "delete"
|
|
391
|
+
},
|
|
392
|
+
"object": {
|
|
393
|
+
"type": "string"
|
|
394
|
+
},
|
|
395
|
+
"id": {
|
|
396
|
+
"description": "ID for single delete, or use filter in options",
|
|
397
|
+
"anyOf": [
|
|
398
|
+
{
|
|
399
|
+
"type": "string"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"type": "number"
|
|
403
|
+
}
|
|
404
|
+
]
|
|
405
|
+
},
|
|
406
|
+
"options": {
|
|
407
|
+
"type": "object",
|
|
408
|
+
"properties": {
|
|
409
|
+
"filter": {
|
|
410
|
+
"anyOf": [
|
|
411
|
+
{
|
|
412
|
+
"type": "object",
|
|
413
|
+
"propertyNames": {
|
|
414
|
+
"type": "string"
|
|
415
|
+
},
|
|
416
|
+
"additionalProperties": {}
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"$ref": "#/$defs/__schema0"
|
|
420
|
+
}
|
|
421
|
+
],
|
|
422
|
+
"description": "Data Engine query filter conditions"
|
|
423
|
+
},
|
|
424
|
+
"multi": {
|
|
425
|
+
"default": false,
|
|
426
|
+
"type": "boolean"
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
"additionalProperties": false,
|
|
430
|
+
"description": "Options for DataEngine.delete operations"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"required": [
|
|
434
|
+
"method",
|
|
435
|
+
"object"
|
|
436
|
+
],
|
|
437
|
+
"additionalProperties": false
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"type": "object",
|
|
441
|
+
"properties": {
|
|
442
|
+
"method": {
|
|
443
|
+
"type": "string",
|
|
444
|
+
"const": "count"
|
|
445
|
+
},
|
|
446
|
+
"object": {
|
|
447
|
+
"type": "string"
|
|
448
|
+
},
|
|
449
|
+
"query": {
|
|
450
|
+
"type": "object",
|
|
451
|
+
"properties": {
|
|
452
|
+
"filter": {
|
|
453
|
+
"anyOf": [
|
|
454
|
+
{
|
|
455
|
+
"type": "object",
|
|
456
|
+
"propertyNames": {
|
|
457
|
+
"type": "string"
|
|
458
|
+
},
|
|
459
|
+
"additionalProperties": {}
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"$ref": "#/$defs/__schema0"
|
|
463
|
+
}
|
|
464
|
+
],
|
|
465
|
+
"description": "Data Engine query filter conditions"
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
"additionalProperties": false,
|
|
469
|
+
"description": "Options for DataEngine.count operations"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"required": [
|
|
473
|
+
"method",
|
|
474
|
+
"object"
|
|
475
|
+
],
|
|
476
|
+
"additionalProperties": false
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"type": "object",
|
|
480
|
+
"properties": {
|
|
481
|
+
"method": {
|
|
482
|
+
"type": "string",
|
|
483
|
+
"const": "aggregate"
|
|
484
|
+
},
|
|
485
|
+
"object": {
|
|
486
|
+
"type": "string"
|
|
487
|
+
},
|
|
488
|
+
"query": {
|
|
489
|
+
"type": "object",
|
|
490
|
+
"properties": {
|
|
491
|
+
"filter": {
|
|
492
|
+
"anyOf": [
|
|
493
|
+
{
|
|
494
|
+
"type": "object",
|
|
495
|
+
"propertyNames": {
|
|
496
|
+
"type": "string"
|
|
497
|
+
},
|
|
498
|
+
"additionalProperties": {}
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"$ref": "#/$defs/__schema0"
|
|
502
|
+
}
|
|
503
|
+
],
|
|
504
|
+
"description": "Data Engine query filter conditions"
|
|
505
|
+
},
|
|
506
|
+
"groupBy": {
|
|
507
|
+
"type": "array",
|
|
508
|
+
"items": {
|
|
509
|
+
"type": "string"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
"aggregations": {
|
|
513
|
+
"type": "array",
|
|
514
|
+
"items": {
|
|
515
|
+
"type": "object",
|
|
516
|
+
"properties": {
|
|
517
|
+
"field": {
|
|
518
|
+
"type": "string"
|
|
519
|
+
},
|
|
520
|
+
"method": {
|
|
521
|
+
"type": "string",
|
|
522
|
+
"enum": [
|
|
523
|
+
"count",
|
|
524
|
+
"sum",
|
|
525
|
+
"avg",
|
|
526
|
+
"min",
|
|
527
|
+
"max",
|
|
528
|
+
"count_distinct"
|
|
529
|
+
]
|
|
530
|
+
},
|
|
531
|
+
"alias": {
|
|
532
|
+
"type": "string"
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"required": [
|
|
536
|
+
"field",
|
|
537
|
+
"method"
|
|
538
|
+
],
|
|
539
|
+
"additionalProperties": false
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
"additionalProperties": false,
|
|
544
|
+
"description": "Options for DataEngine.aggregate operations"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
"required": [
|
|
548
|
+
"method",
|
|
549
|
+
"object",
|
|
550
|
+
"query"
|
|
551
|
+
],
|
|
552
|
+
"additionalProperties": false
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"type": "object",
|
|
556
|
+
"properties": {
|
|
557
|
+
"method": {
|
|
558
|
+
"type": "string",
|
|
559
|
+
"const": "execute"
|
|
560
|
+
},
|
|
561
|
+
"command": {},
|
|
562
|
+
"options": {
|
|
563
|
+
"type": "object",
|
|
564
|
+
"propertyNames": {
|
|
565
|
+
"type": "string"
|
|
566
|
+
},
|
|
567
|
+
"additionalProperties": {}
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
"required": [
|
|
571
|
+
"method",
|
|
572
|
+
"command"
|
|
573
|
+
],
|
|
574
|
+
"additionalProperties": false
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"type": "object",
|
|
578
|
+
"properties": {
|
|
579
|
+
"method": {
|
|
580
|
+
"type": "string",
|
|
581
|
+
"const": "vectorFind"
|
|
582
|
+
},
|
|
583
|
+
"object": {
|
|
584
|
+
"type": "string"
|
|
585
|
+
},
|
|
586
|
+
"vector": {
|
|
587
|
+
"type": "array",
|
|
588
|
+
"items": {
|
|
589
|
+
"type": "number"
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
"filter": {
|
|
593
|
+
"anyOf": [
|
|
594
|
+
{
|
|
595
|
+
"type": "object",
|
|
596
|
+
"propertyNames": {
|
|
597
|
+
"type": "string"
|
|
598
|
+
},
|
|
599
|
+
"additionalProperties": {}
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"$ref": "#/$defs/__schema0"
|
|
603
|
+
}
|
|
604
|
+
],
|
|
605
|
+
"description": "Data Engine query filter conditions"
|
|
606
|
+
},
|
|
607
|
+
"select": {
|
|
608
|
+
"type": "array",
|
|
609
|
+
"items": {
|
|
610
|
+
"type": "string"
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
"limit": {
|
|
614
|
+
"default": 5,
|
|
615
|
+
"type": "integer",
|
|
616
|
+
"minimum": -9007199254740991,
|
|
617
|
+
"maximum": 9007199254740991
|
|
618
|
+
},
|
|
619
|
+
"threshold": {
|
|
620
|
+
"type": "number"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
"required": [
|
|
624
|
+
"method",
|
|
625
|
+
"object",
|
|
626
|
+
"vector"
|
|
627
|
+
],
|
|
628
|
+
"additionalProperties": false
|
|
629
|
+
}
|
|
630
|
+
]
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
"transaction": {
|
|
634
|
+
"default": true,
|
|
635
|
+
"type": "boolean"
|
|
636
|
+
}
|
|
5
637
|
},
|
|
6
|
-
"
|
|
638
|
+
"required": [
|
|
639
|
+
"method",
|
|
640
|
+
"requests"
|
|
641
|
+
],
|
|
642
|
+
"additionalProperties": false,
|
|
643
|
+
"$defs": {
|
|
644
|
+
"__schema0": {
|
|
645
|
+
"allOf": [
|
|
646
|
+
{
|
|
647
|
+
"type": "object",
|
|
648
|
+
"propertyNames": {
|
|
649
|
+
"type": "string"
|
|
650
|
+
},
|
|
651
|
+
"additionalProperties": {}
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"type": "object",
|
|
655
|
+
"properties": {
|
|
656
|
+
"$and": {
|
|
657
|
+
"type": "array",
|
|
658
|
+
"items": {
|
|
659
|
+
"$ref": "#/$defs/__schema0"
|
|
660
|
+
}
|
|
661
|
+
},
|
|
662
|
+
"$or": {
|
|
663
|
+
"type": "array",
|
|
664
|
+
"items": {
|
|
665
|
+
"$ref": "#/$defs/__schema0"
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
"$not": {
|
|
669
|
+
"$ref": "#/$defs/__schema0"
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
"additionalProperties": false
|
|
673
|
+
}
|
|
674
|
+
]
|
|
675
|
+
}
|
|
676
|
+
}
|
|
7
677
|
}
|