@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.
Files changed (1301) hide show
  1. package/dist/api/index.d.mts +1 -1
  2. package/dist/api/index.d.ts +1 -1
  3. package/dist/api/index.js +794 -686
  4. package/dist/api/index.js.map +1 -1
  5. package/dist/api/index.mjs +789 -686
  6. package/dist/api/index.mjs.map +1 -1
  7. package/dist/{index-DAQcdY6O.d.ts → index-BbtSaxHm.d.ts} +138 -2
  8. package/dist/{index-D9IaDTui.d.ts → index-BpP0MwlW.d.ts} +1 -1
  9. package/dist/{index-C_oDEJoO.d.mts → index-DRCh2NTZ.d.mts} +138 -2
  10. package/dist/{index-DRMAu-1t.d.mts → index-DTCkpGMm.d.mts} +1 -1
  11. package/dist/index.d.mts +3 -3
  12. package/dist/index.d.ts +3 -3
  13. package/dist/index.js +1129 -1025
  14. package/dist/index.js.map +1 -1
  15. package/dist/index.mjs +1129 -1025
  16. package/dist/index.mjs.map +1 -1
  17. package/dist/system/index.d.mts +1 -1
  18. package/dist/system/index.d.ts +1 -1
  19. package/dist/system/index.js +2 -1
  20. package/dist/system/index.js.map +1 -1
  21. package/dist/system/index.mjs +2 -1
  22. package/dist/system/index.mjs.map +1 -1
  23. package/json-schema/ai/AICodeReviewResult.json +222 -4
  24. package/json-schema/ai/AIKnowledge.json +22 -4
  25. package/json-schema/ai/AIModelConfig.json +35 -4
  26. package/json-schema/ai/AIOperationCost.json +78 -4
  27. package/json-schema/ai/AIOpsAgentConfig.json +538 -4
  28. package/json-schema/ai/AIOrchestration.json +419 -4
  29. package/json-schema/ai/AIOrchestrationExecutionResult.json +142 -4
  30. package/json-schema/ai/AIOrchestrationTrigger.json +11 -5
  31. package/json-schema/ai/AITask.json +141 -4
  32. package/json-schema/ai/AITaskType.json +14 -5
  33. package/json-schema/ai/AITool.json +25 -4
  34. package/json-schema/ai/Agent.json +709 -4
  35. package/json-schema/ai/AgentAction.json +479 -4
  36. package/json-schema/ai/AgentActionResult.json +61 -4
  37. package/json-schema/ai/AgentActionSequence.json +550 -4
  38. package/json-schema/ai/AgentActionSequenceResult.json +135 -4
  39. package/json-schema/ai/AnomalyDetectionConfig.json +71 -4
  40. package/json-schema/ai/AutoScalingPolicy.json +186 -4
  41. package/json-schema/ai/BatchAIOrchestrationExecution.json +43 -4
  42. package/json-schema/ai/BillingPeriod.json +11 -5
  43. package/json-schema/ai/BudgetLimit.json +110 -4
  44. package/json-schema/ai/BudgetStatus.json +93 -4
  45. package/json-schema/ai/BudgetType.json +10 -5
  46. package/json-schema/ai/CICDPipelineConfig.json +141 -4
  47. package/json-schema/ai/ChunkingStrategy.json +142 -5
  48. package/json-schema/ai/CodeContent.json +28 -4
  49. package/json-schema/ai/CodeGenerationConfig.json +61 -4
  50. package/json-schema/ai/CodeGenerationRequest.json +254 -4
  51. package/json-schema/ai/CodeGenerationTarget.json +12 -5
  52. package/json-schema/ai/ComponentActionParams.json +69 -4
  53. package/json-schema/ai/ComponentActionType.json +13 -5
  54. package/json-schema/ai/ComponentAgentAction.json +148 -4
  55. package/json-schema/ai/ConversationAnalytics.json +96 -4
  56. package/json-schema/ai/ConversationContext.json +46 -4
  57. package/json-schema/ai/ConversationMessage.json +303 -4
  58. package/json-schema/ai/ConversationSession.json +625 -4
  59. package/json-schema/ai/ConversationSummary.json +72 -4
  60. package/json-schema/ai/CostAlert.json +109 -4
  61. package/json-schema/ai/CostAlertType.json +9 -5
  62. package/json-schema/ai/CostAnalytics.json +642 -4
  63. package/json-schema/ai/CostBreakdownDimension.json +13 -5
  64. package/json-schema/ai/CostBreakdownEntry.json +58 -4
  65. package/json-schema/ai/CostEntry.json +124 -4
  66. package/json-schema/ai/CostMetricType.json +10 -5
  67. package/json-schema/ai/CostOptimizationRecommendation.json +96 -4
  68. package/json-schema/ai/CostQueryFilters.json +114 -4
  69. package/json-schema/ai/CostReport.json +1051 -4
  70. package/json-schema/ai/DataActionParams.json +36 -4
  71. package/json-schema/ai/DataActionType.json +11 -5
  72. package/json-schema/ai/DataAgentAction.json +113 -4
  73. package/json-schema/ai/DeploymentStrategy.json +51 -4
  74. package/json-schema/ai/DevOpsAgent.json +1451 -4
  75. package/json-schema/ai/DevOpsTool.json +30 -4
  76. package/json-schema/ai/DevelopmentConfig.json +187 -4
  77. package/json-schema/ai/DocumentChunk.json +100 -4
  78. package/json-schema/ai/DocumentLoaderConfig.json +69 -4
  79. package/json-schema/ai/DocumentMetadata.json +61 -4
  80. package/json-schema/ai/EmbeddingModel.json +57 -4
  81. package/json-schema/ai/Entity.json +46 -4
  82. package/json-schema/ai/EvaluationMetrics.json +59 -4
  83. package/json-schema/ai/FeedbackLoop.json +6785 -4
  84. package/json-schema/ai/FieldSynonymConfig.json +31 -4
  85. package/json-schema/ai/FileContent.json +32 -4
  86. package/json-schema/ai/FilterExpression.json +55 -4
  87. package/json-schema/ai/FilterGroup.json +83 -4
  88. package/json-schema/ai/FormActionParams.json +31 -4
  89. package/json-schema/ai/FormActionType.json +13 -5
  90. package/json-schema/ai/FormAgentAction.json +110 -4
  91. package/json-schema/ai/FunctionCall.json +20 -4
  92. package/json-schema/ai/GeneratedCode.json +199 -4
  93. package/json-schema/ai/GitHubIntegration.json +70 -4
  94. package/json-schema/ai/Hyperparameters.json +95 -4
  95. package/json-schema/ai/ImageContent.json +34 -4
  96. package/json-schema/ai/IntegrationConfig.json +162 -4
  97. package/json-schema/ai/IntentActionMapping.json +539 -4
  98. package/json-schema/ai/Issue.json +70 -4
  99. package/json-schema/ai/MCPCapability.json +42 -4
  100. package/json-schema/ai/MCPClientConfig.json +926 -4
  101. package/json-schema/ai/MCPPrompt.json +94 -4
  102. package/json-schema/ai/MCPPromptArgument.json +30 -4
  103. package/json-schema/ai/MCPPromptMessage.json +21 -4
  104. package/json-schema/ai/MCPPromptRequest.json +19 -4
  105. package/json-schema/ai/MCPPromptResponse.json +38 -4
  106. package/json-schema/ai/MCPResource.json +97 -4
  107. package/json-schema/ai/MCPResourceRequest.json +19 -4
  108. package/json-schema/ai/MCPResourceResponse.json +110 -4
  109. package/json-schema/ai/MCPResourceTemplate.json +78 -4
  110. package/json-schema/ai/MCPResourceType.json +8 -5
  111. package/json-schema/ai/MCPServerConfig.json +861 -4
  112. package/json-schema/ai/MCPServerInfo.json +84 -4
  113. package/json-schema/ai/MCPTool.json +215 -4
  114. package/json-schema/ai/MCPToolCallRequest.json +51 -4
  115. package/json-schema/ai/MCPToolCallResponse.json +50 -4
  116. package/json-schema/ai/MCPToolParameter.json +76 -4
  117. package/json-schema/ai/MCPTransportConfig.json +111 -4
  118. package/json-schema/ai/MCPTransportType.json +8 -5
  119. package/json-schema/ai/MessageContent.json +128 -5
  120. package/json-schema/ai/MessageContentType.json +9 -5
  121. package/json-schema/ai/MessagePruningEvent.json +75 -4
  122. package/json-schema/ai/MessageRole.json +9 -5
  123. package/json-schema/ai/MetadataFilter.json +182 -5
  124. package/json-schema/ai/MetadataSource.json +25 -4
  125. package/json-schema/ai/ModelCapability.json +48 -4
  126. package/json-schema/ai/ModelConfig.json +195 -4
  127. package/json-schema/ai/ModelDrift.json +68 -4
  128. package/json-schema/ai/ModelFeature.json +65 -4
  129. package/json-schema/ai/ModelLimits.json +42 -4
  130. package/json-schema/ai/ModelPricing.json +23 -4
  131. package/json-schema/ai/ModelProvider.json +12 -5
  132. package/json-schema/ai/ModelRegistry.json +466 -4
  133. package/json-schema/ai/ModelRegistryEntry.json +264 -4
  134. package/json-schema/ai/ModelSelectionCriteria.json +45 -4
  135. package/json-schema/ai/MonitoringConfig.json +76 -4
  136. package/json-schema/ai/NLQAnalytics.json +117 -4
  137. package/json-schema/ai/NLQFieldMapping.json +32 -4
  138. package/json-schema/ai/NLQModelConfig.json +82 -4
  139. package/json-schema/ai/NLQParseResult.json +253 -4
  140. package/json-schema/ai/NLQRequest.json +117 -4
  141. package/json-schema/ai/NLQResponse.json +329 -4
  142. package/json-schema/ai/NLQTrainingExample.json +125 -4
  143. package/json-schema/ai/NavigationActionParams.json +48 -4
  144. package/json-schema/ai/NavigationActionType.json +14 -5
  145. package/json-schema/ai/NavigationAgentAction.json +128 -4
  146. package/json-schema/ai/PerformanceOptimization.json +108 -4
  147. package/json-schema/ai/PipelineStage.json +78 -4
  148. package/json-schema/ai/PluginCompositionRequest.json +87 -4
  149. package/json-schema/ai/PluginCompositionResult.json +142 -4
  150. package/json-schema/ai/PluginRecommendation.json +135 -4
  151. package/json-schema/ai/PluginRecommendationRequest.json +79 -4
  152. package/json-schema/ai/PluginScaffoldingTemplate.json +123 -4
  153. package/json-schema/ai/PostProcessingAction.json +36 -4
  154. package/json-schema/ai/PredictionRequest.json +36 -4
  155. package/json-schema/ai/PredictionResult.json +116 -4
  156. package/json-schema/ai/PredictiveModel.json +499 -4
  157. package/json-schema/ai/PredictiveModelType.json +11 -5
  158. package/json-schema/ai/PromptTemplate.json +162 -4
  159. package/json-schema/ai/PromptVariable.json +51 -4
  160. package/json-schema/ai/QueryContext.json +71 -4
  161. package/json-schema/ai/QueryIntent.json +14 -5
  162. package/json-schema/ai/QueryTemplate.json +80 -4
  163. package/json-schema/ai/RAGPipelineConfig.json +773 -4
  164. package/json-schema/ai/RAGPipelineStatus.json +61 -4
  165. package/json-schema/ai/RAGQueryRequest.json +62 -4
  166. package/json-schema/ai/RAGQueryResponse.json +140 -4
  167. package/json-schema/ai/RerankingConfig.json +31 -4
  168. package/json-schema/ai/Resolution.json +6686 -4
  169. package/json-schema/ai/RetrievalStrategy.json +128 -5
  170. package/json-schema/ai/RootCauseAnalysisRequest.json +94 -4
  171. package/json-schema/ai/RootCauseAnalysisResult.json +194 -4
  172. package/json-schema/ai/SelfHealingAction.json +102 -4
  173. package/json-schema/ai/SelfHealingConfig.json +230 -4
  174. package/json-schema/ai/TestingConfig.json +56 -4
  175. package/json-schema/ai/TextContent.json +23 -4
  176. package/json-schema/ai/Timeframe.json +63 -4
  177. package/json-schema/ai/TokenBudgetConfig.json +95 -4
  178. package/json-schema/ai/TokenBudgetStrategy.json +9 -5
  179. package/json-schema/ai/TokenUsage.json +27 -4
  180. package/json-schema/ai/TokenUsageStats.json +74 -4
  181. package/json-schema/ai/ToolCall.json +42 -4
  182. package/json-schema/ai/TrainingConfig.json +100 -4
  183. package/json-schema/ai/TypedAgentAction.json +799 -5
  184. package/json-schema/ai/UIActionType.json +85 -5
  185. package/json-schema/ai/VectorStoreConfig.json +88 -4
  186. package/json-schema/ai/VectorStoreProvider.json +14 -5
  187. package/json-schema/ai/VercelIntegration.json +70 -4
  188. package/json-schema/ai/VersionManagement.json +58 -4
  189. package/json-schema/ai/ViewActionParams.json +69 -4
  190. package/json-schema/ai/ViewActionType.json +14 -5
  191. package/json-schema/ai/ViewAgentAction.json +149 -4
  192. package/json-schema/ai/WorkflowActionParams.json +59 -4
  193. package/json-schema/ai/WorkflowActionType.json +11 -5
  194. package/json-schema/ai/WorkflowAgentAction.json +136 -4
  195. package/json-schema/ai/WorkflowFieldCondition.json +26 -4
  196. package/json-schema/ai/WorkflowSchedule.json +47 -4
  197. package/json-schema/api/AckMessage.json +41 -4
  198. package/json-schema/api/AiChatRequest.json +23 -4
  199. package/json-schema/api/AiChatResponse.json +46 -4
  200. package/json-schema/api/AiInsightsRequest.json +25 -4
  201. package/json-schema/api/AiInsightsResponse.json +48 -4
  202. package/json-schema/api/AiNlqRequest.json +19 -4
  203. package/json-schema/api/AiNlqResponse.json +27 -4
  204. package/json-schema/api/AiSuggestRequest.json +23 -4
  205. package/json-schema/api/AiSuggestResponse.json +38 -4
  206. package/json-schema/api/AnalyticsEndpoint.json +7 -5
  207. package/json-schema/api/AnalyticsMetadataResponse.json +283 -4
  208. package/json-schema/api/AnalyticsQueryRequest.json +151 -4
  209. package/json-schema/api/AnalyticsResultResponse.json +109 -4
  210. package/json-schema/api/AnalyticsSqlResponse.json +81 -4
  211. package/json-schema/api/ApiCapabilities.json +56 -4
  212. package/json-schema/api/ApiChangelogEntry.json +86 -4
  213. package/json-schema/api/ApiDiscoveryQuery.json +49 -4
  214. package/json-schema/api/ApiDiscoveryResponse.json +654 -4
  215. package/json-schema/api/ApiDocumentationConfig.json +800 -4
  216. package/json-schema/api/ApiEndpoint.json +167 -4
  217. package/json-schema/api/ApiEndpointRegistration.json +432 -4
  218. package/json-schema/api/ApiError.json +27 -4
  219. package/json-schema/api/ApiMapping.json +20 -4
  220. package/json-schema/api/ApiMetadata.json +43 -4
  221. package/json-schema/api/ApiParameter.json +133 -4
  222. package/json-schema/api/ApiProtocolType.json +14 -5
  223. package/json-schema/api/ApiRegistry.json +1844 -4
  224. package/json-schema/api/ApiRegistryEntry.json +582 -4
  225. package/json-schema/api/ApiResponse.json +114 -4
  226. package/json-schema/api/ApiRoutes.json +64 -4
  227. package/json-schema/api/ApiTestCollection.json +251 -4
  228. package/json-schema/api/ApiTestRequest.json +97 -4
  229. package/json-schema/api/ApiTestingUiConfig.json +157 -4
  230. package/json-schema/api/ApiTestingUiType.json +13 -5
  231. package/json-schema/api/AppDefinitionResponse.json +390 -4
  232. package/json-schema/api/AuthEndpoint.json +201 -0
  233. package/json-schema/api/AuthProvider.json +10 -5
  234. package/json-schema/api/AutomationTriggerRequest.json +18 -4
  235. package/json-schema/api/AutomationTriggerResponse.json +14 -4
  236. package/json-schema/api/BaseResponse.json +63 -4
  237. package/json-schema/api/BatchConfig.json +53 -4
  238. package/json-schema/api/BatchDataRequest.json +94 -4
  239. package/json-schema/api/BatchDataResponse.json +155 -4
  240. package/json-schema/api/BatchEndpointsConfig.json +59 -4
  241. package/json-schema/api/BatchOperationResult.json +60 -4
  242. package/json-schema/api/BatchOperationType.json +8 -5
  243. package/json-schema/api/BatchOptions.json +30 -4
  244. package/json-schema/api/BatchRecord.json +20 -4
  245. package/json-schema/api/BatchUpdateRequest.json +79 -4
  246. package/json-schema/api/BatchUpdateResponse.json +155 -4
  247. package/json-schema/api/BulkRequest.json +25 -4
  248. package/json-schema/api/BulkResponse.json +123 -4
  249. package/json-schema/api/CacheControl.json +34 -4
  250. package/json-schema/api/CacheDirective.json +10 -5
  251. package/json-schema/api/CacheInvalidationRequest.json +36 -4
  252. package/json-schema/api/CacheInvalidationResponse.json +23 -4
  253. package/json-schema/api/CacheInvalidationTarget.json +10 -5
  254. package/json-schema/api/CheckPermissionRequest.json +33 -4
  255. package/json-schema/api/CheckPermissionResponse.json +15 -4
  256. package/json-schema/api/CodeGenerationTemplate.json +28 -4
  257. package/json-schema/api/CompleteUploadRequest.json +15 -4
  258. package/json-schema/api/ConceptListResponse.json +90 -4
  259. package/json-schema/api/ConflictResolutionStrategy.json +8 -5
  260. package/json-schema/api/CreateDataRequest.json +20 -4
  261. package/json-schema/api/CreateDataResponse.json +25 -4
  262. package/json-schema/api/CreateManyDataRequest.json +23 -4
  263. package/json-schema/api/CreateManyDataResponse.json +28 -4
  264. package/json-schema/api/CreateRequest.json +15 -4
  265. package/json-schema/api/CrudEndpointPattern.json +33 -4
  266. package/json-schema/api/CrudEndpointsConfig.json +117 -4
  267. package/json-schema/api/CrudOperation.json +9 -5
  268. package/json-schema/api/CursorMessage.json +141 -4
  269. package/json-schema/api/CursorPosition.json +112 -4
  270. package/json-schema/api/DeleteDataRequest.json +16 -4
  271. package/json-schema/api/DeleteDataResponse.json +21 -4
  272. package/json-schema/api/DeleteManyDataRequest.json +52 -4
  273. package/json-schema/api/DeleteManyDataResponse.json +155 -4
  274. package/json-schema/api/DeleteManyRequest.json +49 -4
  275. package/json-schema/api/DeleteResponse.json +68 -4
  276. package/json-schema/api/DeleteViewRequest.json +16 -4
  277. package/json-schema/api/DeleteViewResponse.json +21 -4
  278. package/json-schema/api/DisablePackageRequest.json +10 -4
  279. package/json-schema/api/DisablePackageResponse.json +1820 -4
  280. package/json-schema/api/Discovery.json +223 -4
  281. package/json-schema/api/DispatcherConfig.json +89 -4
  282. package/json-schema/api/DispatcherRoute.json +60 -4
  283. package/json-schema/api/DocumentState.json +44 -4
  284. package/json-schema/api/ETag.json +17 -4
  285. package/json-schema/api/EditMessage.json +138 -4
  286. package/json-schema/api/EditOperation.json +109 -4
  287. package/json-schema/api/EditOperationType.json +7 -5
  288. package/json-schema/api/EnablePackageRequest.json +10 -4
  289. package/json-schema/api/EnablePackageResponse.json +1820 -4
  290. package/json-schema/api/EndpointRegistry.json +284 -4
  291. package/json-schema/api/EnhancedApiError.json +220 -4
  292. package/json-schema/api/ErrorCategory.json +13 -5
  293. package/json-schema/api/ErrorHandlingConfig.json +70 -4
  294. package/json-schema/api/ErrorMessage.json +38 -4
  295. package/json-schema/api/ErrorResponse.json +254 -4
  296. package/json-schema/api/EventFilter.json +62 -4
  297. package/json-schema/api/EventFilterCondition.json +34 -4
  298. package/json-schema/api/EventMessage.json +51 -4
  299. package/json-schema/api/EventPattern.json +5 -5
  300. package/json-schema/api/EventSubscription.json +108 -4
  301. package/json-schema/api/ExportRequest.json +469 -5
  302. package/json-schema/api/FieldError.json +80 -4
  303. package/json-schema/api/FileUploadResponse.json +113 -4
  304. package/json-schema/api/FilterOperator.json +17 -5
  305. package/json-schema/api/FindDataRequest.json +460 -4
  306. package/json-schema/api/FindDataResponse.json +31 -4
  307. package/json-schema/api/GeneratedApiDocumentation.json +622 -4
  308. package/json-schema/api/GeneratedEndpoint.json +80 -4
  309. package/json-schema/api/GetAnalyticsMetaRequest.json +8 -4
  310. package/json-schema/api/GetDataRequest.json +16 -4
  311. package/json-schema/api/GetDataResponse.json +25 -4
  312. package/json-schema/api/GetDiscoveryRequest.json +4 -5
  313. package/json-schema/api/GetDiscoveryResponse.json +184 -4
  314. package/json-schema/api/GetEffectivePermissionsRequest.json +4 -5
  315. package/json-schema/api/GetEffectivePermissionsResponse.json +84 -4
  316. package/json-schema/api/GetFieldLabelsRequest.json +16 -4
  317. package/json-schema/api/GetFieldLabelsResponse.json +51 -4
  318. package/json-schema/api/GetLocalesRequest.json +4 -5
  319. package/json-schema/api/GetLocalesResponse.json +35 -4
  320. package/json-schema/api/GetMetaItemCachedRequest.json +70 -4
  321. package/json-schema/api/GetMetaItemCachedResponse.json +82 -4
  322. package/json-schema/api/GetMetaItemRequest.json +16 -4
  323. package/json-schema/api/GetMetaItemResponse.json +20 -4
  324. package/json-schema/api/GetMetaItemsRequest.json +11 -4
  325. package/json-schema/api/GetMetaItemsResponse.json +17 -4
  326. package/json-schema/api/GetMetaTypesRequest.json +4 -5
  327. package/json-schema/api/GetMetaTypesResponse.json +14 -4
  328. package/json-schema/api/GetNotificationPreferencesRequest.json +4 -5
  329. package/json-schema/api/GetNotificationPreferencesResponse.json +74 -4
  330. package/json-schema/api/GetObjectPermissionsRequest.json +11 -4
  331. package/json-schema/api/GetObjectPermissionsResponse.json +102 -4
  332. package/json-schema/api/GetPackageRequest.json +10 -4
  333. package/json-schema/api/GetPackageResponse.json +1817 -4
  334. package/json-schema/api/GetPresenceRequest.json +11 -4
  335. package/json-schema/api/GetPresenceResponse.json +55 -4
  336. package/json-schema/api/GetPresignedUrlRequest.json +31 -4
  337. package/json-schema/api/GetTranslationsRequest.json +22 -4
  338. package/json-schema/api/GetTranslationsResponse.json +108 -4
  339. package/json-schema/api/GetUiViewRequest.json +20 -4
  340. package/json-schema/api/GetViewRequest.json +16 -4
  341. package/json-schema/api/GetWorkflowConfigRequest.json +11 -4
  342. package/json-schema/api/GetWorkflowConfigResponse.json +746 -4
  343. package/json-schema/api/GetWorkflowStateRequest.json +16 -4
  344. package/json-schema/api/GetWorkflowStateResponse.json +107 -4
  345. package/json-schema/api/GraphQLConfig.json +1554 -4
  346. package/json-schema/api/GraphQLDataLoaderConfig.json +103 -4
  347. package/json-schema/api/GraphQLDirectiveConfig.json +104 -4
  348. package/json-schema/api/GraphQLDirectiveLocation.json +23 -5
  349. package/json-schema/api/GraphQLMutationConfig.json +183 -4
  350. package/json-schema/api/GraphQLPersistedQuery.json +167 -4
  351. package/json-schema/api/GraphQLQueryComplexity.json +89 -4
  352. package/json-schema/api/GraphQLQueryConfig.json +259 -4
  353. package/json-schema/api/GraphQLQueryDepthLimit.json +42 -4
  354. package/json-schema/api/GraphQLRateLimit.json +161 -4
  355. package/json-schema/api/GraphQLResolverConfig.json +94 -4
  356. package/json-schema/api/GraphQLScalarType.json +25 -5
  357. package/json-schema/api/GraphQLSubscriptionConfig.json +125 -4
  358. package/json-schema/api/GraphQLTypeConfig.json +112 -4
  359. package/json-schema/api/HttpMethod.json +11 -5
  360. package/json-schema/api/HttpStatusCode.json +17 -5
  361. package/json-schema/api/IdRequest.json +11 -4
  362. package/json-schema/api/InstallPackageRequest.json +1778 -4
  363. package/json-schema/api/InstallPackageResponse.json +1820 -4
  364. package/json-schema/api/ListNotificationsRequest.json +24 -4
  365. package/json-schema/api/ListNotificationsResponse.json +73 -4
  366. package/json-schema/api/ListPackagesRequest.json +34 -4
  367. package/json-schema/api/ListPackagesResponse.json +1824 -4
  368. package/json-schema/api/ListRecordResponse.json +111 -4
  369. package/json-schema/api/ListViewsRequest.json +19 -4
  370. package/json-schema/api/LoginRequest.json +41 -4
  371. package/json-schema/api/LoginType.json +9 -5
  372. package/json-schema/api/MarkAllNotificationsReadRequest.json +4 -5
  373. package/json-schema/api/MarkAllNotificationsReadResponse.json +16 -4
  374. package/json-schema/api/MarkNotificationsReadRequest.json +14 -4
  375. package/json-schema/api/MarkNotificationsReadResponse.json +16 -4
  376. package/json-schema/api/MetadataCacheRequest.json +51 -4
  377. package/json-schema/api/MetadataCacheResponse.json +82 -4
  378. package/json-schema/api/MetadataEndpointsConfig.json +59 -4
  379. package/json-schema/api/ModificationResult.json +53 -4
  380. package/json-schema/api/Notification.json +51 -4
  381. package/json-schema/api/NotificationPreferences.json +64 -4
  382. package/json-schema/api/ODataConfig.json +129 -4
  383. package/json-schema/api/ODataError.json +60 -4
  384. package/json-schema/api/ODataFilterFunction.json +32 -5
  385. package/json-schema/api/ODataFilterOperator.json +17 -5
  386. package/json-schema/api/ODataMetadata.json +108 -4
  387. package/json-schema/api/ODataQuery.json +83 -4
  388. package/json-schema/api/ODataResponse.json +34 -4
  389. package/json-schema/api/ObjectDefinitionResponse.json +2819 -4
  390. package/json-schema/api/ObjectQLReference.json +34 -4
  391. package/json-schema/api/OpenApiGenerationConfig.json +173 -4
  392. package/json-schema/api/OpenApiSecurityScheme.json +58 -4
  393. package/json-schema/api/OpenApiServer.json +44 -4
  394. package/json-schema/api/OpenApiSpec.json +333 -4
  395. package/json-schema/api/PingMessage.json +25 -4
  396. package/json-schema/api/PongMessage.json +31 -4
  397. package/json-schema/api/PresenceMessage.json +91 -4
  398. package/json-schema/api/PresenceState.json +62 -4
  399. package/json-schema/api/PresenceUpdate.json +30 -4
  400. package/json-schema/api/PresignedUrlResponse.json +110 -4
  401. package/json-schema/api/RateLimit.json +28 -4
  402. package/json-schema/api/RealtimeAction.json +7 -5
  403. package/json-schema/api/RealtimeConfig.json +87 -4
  404. package/json-schema/api/RealtimeConnectRequest.json +24 -4
  405. package/json-schema/api/RealtimeConnectResponse.json +25 -4
  406. package/json-schema/api/RealtimeDisconnectRequest.json +8 -4
  407. package/json-schema/api/RealtimeDisconnectResponse.json +11 -4
  408. package/json-schema/api/RealtimeEvent.json +55 -4
  409. package/json-schema/api/RealtimeEventType.json +8 -5
  410. package/json-schema/api/RealtimePresence.json +37 -4
  411. package/json-schema/api/RealtimePresenceStatus.json +8 -5
  412. package/json-schema/api/RealtimeSubscribeRequest.json +26 -4
  413. package/json-schema/api/RealtimeSubscribeResponse.json +16 -4
  414. package/json-schema/api/RealtimeUnsubscribeRequest.json +11 -4
  415. package/json-schema/api/RealtimeUnsubscribeResponse.json +11 -4
  416. package/json-schema/api/RecordData.json +6 -4
  417. package/json-schema/api/RefreshTokenRequest.json +11 -4
  418. package/json-schema/api/RegisterDeviceRequest.json +29 -4
  419. package/json-schema/api/RegisterDeviceResponse.json +16 -4
  420. package/json-schema/api/RegisterRequest.json +23 -4
  421. package/json-schema/api/RequestValidationConfig.json +61 -4
  422. package/json-schema/api/ResponseEnvelopeConfig.json +56 -4
  423. package/json-schema/api/RestApiConfig.json +143 -4
  424. package/json-schema/api/RestApiEndpoint.json +108 -4
  425. package/json-schema/api/RestApiPluginConfig.json +814 -4
  426. package/json-schema/api/RestApiRouteCategory.json +17 -5
  427. package/json-schema/api/RestApiRouteRegistration.json +261 -4
  428. package/json-schema/api/RestServerConfig.json +474 -4
  429. package/json-schema/api/RetryStrategy.json +8 -5
  430. package/json-schema/api/RouteCategory.json +10 -5
  431. package/json-schema/api/RouteDefinition.json +73 -4
  432. package/json-schema/api/RouteGenerationConfig.json +77 -4
  433. package/json-schema/api/RouterConfig.json +204 -4
  434. package/json-schema/api/SaveMetaItemRequest.json +20 -4
  435. package/json-schema/api/SaveMetaItemResponse.json +13 -4
  436. package/json-schema/api/SchemaDefinition.json +53 -5
  437. package/json-schema/api/ServiceInfo.json +33 -4
  438. package/json-schema/api/Session.json +29 -4
  439. package/json-schema/api/SessionResponse.json +183 -4
  440. package/json-schema/api/SessionUser.json +70 -4
  441. package/json-schema/api/SetPresenceRequest.json +52 -4
  442. package/json-schema/api/SetPresenceResponse.json +11 -4
  443. package/json-schema/api/SimpleCursorPosition.json +45 -4
  444. package/json-schema/api/SimplePresenceState.json +39 -4
  445. package/json-schema/api/SingleRecordResponse.json +72 -4
  446. package/json-schema/api/StandardErrorCode.json +55 -5
  447. package/json-schema/api/SubscribeMessage.json +137 -4
  448. package/json-schema/api/Subscription.json +58 -4
  449. package/json-schema/api/SubscriptionEvent.json +24 -4
  450. package/json-schema/api/TransportProtocol.json +7 -5
  451. package/json-schema/api/UninstallPackageRequest.json +10 -4
  452. package/json-schema/api/UninstallPackageResponse.json +17 -4
  453. package/json-schema/api/UnregisterDeviceRequest.json +11 -4
  454. package/json-schema/api/UnregisterDeviceResponse.json +11 -4
  455. package/json-schema/api/UnsubscribeMessage.json +42 -4
  456. package/json-schema/api/UnsubscribeRequest.json +13 -4
  457. package/json-schema/api/UpdateDataRequest.json +25 -4
  458. package/json-schema/api/UpdateDataResponse.json +25 -4
  459. package/json-schema/api/UpdateManyDataRequest.json +71 -4
  460. package/json-schema/api/UpdateManyDataResponse.json +155 -4
  461. package/json-schema/api/UpdateManyRequest.json +68 -4
  462. package/json-schema/api/UpdateNotificationPreferencesRequest.json +68 -4
  463. package/json-schema/api/UpdateNotificationPreferencesResponse.json +74 -4
  464. package/json-schema/api/UpdateRequest.json +15 -4
  465. package/json-schema/api/UserProfileResponse.json +136 -4
  466. package/json-schema/api/ValidationMode.json +7 -5
  467. package/json-schema/api/VersionDefinition.json +52 -4
  468. package/json-schema/api/VersionNegotiationResponse.json +93 -4
  469. package/json-schema/api/VersionStatus.json +9 -5
  470. package/json-schema/api/VersioningConfig.json +149 -4
  471. package/json-schema/api/VersioningStrategy.json +8 -5
  472. package/json-schema/api/WebSocketConfig.json +67 -4
  473. package/json-schema/api/WebSocketEvent.json +33 -4
  474. package/json-schema/api/WebSocketMessage.json +758 -5
  475. package/json-schema/api/WebSocketMessageType.json +14 -5
  476. package/json-schema/api/WebSocketPresenceStatus.json +8 -5
  477. package/json-schema/api/WebSocketServerConfig.json +42 -4
  478. package/json-schema/api/WorkflowApproveRequest.json +28 -4
  479. package/json-schema/api/WorkflowApproveResponse.json +112 -4
  480. package/json-schema/api/WorkflowRejectRequest.json +25 -4
  481. package/json-schema/api/WorkflowRejectResponse.json +112 -4
  482. package/json-schema/api/WorkflowState.json +87 -4
  483. package/json-schema/api/WorkflowTransitionRequest.json +33 -4
  484. package/json-schema/api/WorkflowTransitionResponse.json +112 -4
  485. package/json-schema/automation/ActionRef.json +26 -5
  486. package/json-schema/automation/ApprovalAction.json +37 -4
  487. package/json-schema/automation/ApprovalActionType.json +9 -5
  488. package/json-schema/automation/ApprovalProcess.json +382 -4
  489. package/json-schema/automation/ApprovalStep.json +161 -4
  490. package/json-schema/automation/ApproverType.json +9 -5
  491. package/json-schema/automation/AuthField.json +67 -4
  492. package/json-schema/automation/Authentication.json +158 -4
  493. package/json-schema/automation/AuthenticationType.json +11 -5
  494. package/json-schema/automation/ConflictResolution.json +9 -5
  495. package/json-schema/automation/Connector.json +459 -4
  496. package/json-schema/automation/ConnectorActionRef.json +35 -4
  497. package/json-schema/automation/ConnectorCategory.json +19 -5
  498. package/json-schema/automation/ConnectorInstance.json +71 -4
  499. package/json-schema/automation/ConnectorOperation.json +118 -4
  500. package/json-schema/automation/ConnectorTrigger.json +53 -4
  501. package/json-schema/automation/CustomScriptAction.json +46 -4
  502. package/json-schema/automation/DataDestinationConfig.json +194 -4
  503. package/json-schema/automation/DataSourceConfig.json +26 -4
  504. package/json-schema/automation/DataSyncConfig.json +489 -4
  505. package/json-schema/automation/ETLDestination.json +53 -4
  506. package/json-schema/automation/ETLEndpointType.json +12 -5
  507. package/json-schema/automation/ETLPipeline.json +267 -4
  508. package/json-schema/automation/ETLPipelineRun.json +115 -4
  509. package/json-schema/automation/ETLRunStatus.json +10 -5
  510. package/json-schema/automation/ETLSource.json +56 -4
  511. package/json-schema/automation/ETLSyncMode.json +7 -5
  512. package/json-schema/automation/ETLTransformation.json +42 -4
  513. package/json-schema/automation/ETLTransformationType.json +14 -5
  514. package/json-schema/automation/EmailAlertAction.json +29 -4
  515. package/json-schema/automation/Event.json +19 -4
  516. package/json-schema/automation/FieldUpdateAction.json +25 -4
  517. package/json-schema/automation/Flow.json +248 -4
  518. package/json-schema/automation/FlowEdge.json +39 -4
  519. package/json-schema/automation/FlowNode.json +87 -4
  520. package/json-schema/automation/FlowNodeAction.json +19 -5
  521. package/json-schema/automation/FlowVariable.json +28 -4
  522. package/json-schema/automation/GuardRef.json +26 -5
  523. package/json-schema/automation/HttpCallAction.json +48 -4
  524. package/json-schema/automation/OAuth2Config.json +37 -4
  525. package/json-schema/automation/OperationParameter.json +55 -4
  526. package/json-schema/automation/OperationType.json +10 -5
  527. package/json-schema/automation/PushNotificationAction.json +54 -4
  528. package/json-schema/automation/StateMachine.json +557 -4
  529. package/json-schema/automation/StateNode.json +351 -4
  530. package/json-schema/automation/SyncDirection.json +7 -5
  531. package/json-schema/automation/SyncExecutionResult.json +155 -4
  532. package/json-schema/automation/SyncExecutionStatus.json +10 -5
  533. package/json-schema/automation/SyncMode.json +7 -5
  534. package/json-schema/automation/TaskCreationAction.json +54 -4
  535. package/json-schema/automation/TimeTrigger.json +363 -4
  536. package/json-schema/automation/Transition.json +71 -4
  537. package/json-schema/automation/Webhook.json +183 -4
  538. package/json-schema/automation/WebhookReceiver.json +62 -4
  539. package/json-schema/automation/WebhookTriggerType.json +9 -5
  540. package/json-schema/automation/WorkflowAction.json +308 -5
  541. package/json-schema/automation/WorkflowRule.json +728 -4
  542. package/json-schema/automation/WorkflowTriggerType.json +9 -5
  543. package/json-schema/data/Address.json +32 -4
  544. package/json-schema/data/AggregationFunction.json +12 -5
  545. package/json-schema/data/AggregationMetricType.json +13 -5
  546. package/json-schema/data/AggregationNode.json +72 -4
  547. package/json-schema/data/AggregationPipeline.json +104 -4
  548. package/json-schema/data/AggregationStage.json +20 -4
  549. package/json-schema/data/AnalyticsQuery.json +125 -4
  550. package/json-schema/data/ApiMethod.json +18 -5
  551. package/json-schema/data/AsyncValidation.json +120 -4
  552. package/json-schema/data/CDCConfig.json +29 -4
  553. package/json-schema/data/ComputedFieldCache.json +25 -4
  554. package/json-schema/data/ConditionalValidation.json +1523 -4
  555. package/json-schema/data/ConsistencyLevel.json +10 -5
  556. package/json-schema/data/CrossFieldValidation.json +82 -4
  557. package/json-schema/data/Cube.json +204 -4
  558. package/json-schema/data/CubeJoin.json +26 -4
  559. package/json-schema/data/CurrencyConfig.json +32 -4
  560. package/json-schema/data/CurrencyValue.json +18 -4
  561. package/json-schema/data/CustomValidator.json +82 -4
  562. package/json-schema/data/DataEngineAggregateOptions.json +90 -4
  563. package/json-schema/data/DataEngineAggregateRequest.json +108 -4
  564. package/json-schema/data/DataEngineBatchRequest.json +674 -4
  565. package/json-schema/data/DataEngineCountOptions.json +54 -4
  566. package/json-schema/data/DataEngineCountRequest.json +71 -4
  567. package/json-schema/data/DataEngineDeleteOptions.json +58 -4
  568. package/json-schema/data/DataEngineDeleteRequest.json +86 -4
  569. package/json-schema/data/DataEngineExecuteRequest.json +20 -4
  570. package/json-schema/data/DataEngineFilter.json +48 -5
  571. package/json-schema/data/DataEngineFindOneRequest.json +158 -4
  572. package/json-schema/data/DataEngineFindRequest.json +158 -4
  573. package/json-schema/data/DataEngineInsertOptions.json +9 -4
  574. package/json-schema/data/DataEngineInsertRequest.json +48 -4
  575. package/json-schema/data/DataEngineQueryOptions.json +141 -4
  576. package/json-schema/data/DataEngineRequest.json +1297 -5
  577. package/json-schema/data/DataEngineSort.json +59 -5
  578. package/json-schema/data/DataEngineUpdateOptions.json +66 -4
  579. package/json-schema/data/DataEngineUpdateRequest.json +102 -4
  580. package/json-schema/data/DataEngineVectorFindRequest.json +86 -4
  581. package/json-schema/data/DataQualityRules.json +41 -4
  582. package/json-schema/data/DataTypeMapping.json +43 -4
  583. package/json-schema/data/Dataset.json +61 -4
  584. package/json-schema/data/DatasetMode.json +9 -5
  585. package/json-schema/data/Datasource.json +208 -4
  586. package/json-schema/data/DatasourceCapabilities.json +61 -4
  587. package/json-schema/data/Dimension.json +52 -4
  588. package/json-schema/data/DimensionType.json +9 -5
  589. package/json-schema/data/Document.json +296 -4
  590. package/json-schema/data/DocumentTemplate.json +71 -4
  591. package/json-schema/data/DocumentValidationSchema.json +37 -4
  592. package/json-schema/data/DocumentVersion.json +43 -4
  593. package/json-schema/data/DriverCapabilities.json +201 -4
  594. package/json-schema/data/DriverConfig.json +270 -4
  595. package/json-schema/data/DriverDefinition.json +94 -4
  596. package/json-schema/data/DriverOptions.json +29 -4
  597. package/json-schema/data/DriverType.json +3 -5
  598. package/json-schema/data/ESignatureConfig.json +70 -4
  599. package/json-schema/data/EqualityOperator.json +6 -4
  600. package/json-schema/data/ExternalDataSource.json +63 -4
  601. package/json-schema/data/ExternalFieldMapping.json +148 -4
  602. package/json-schema/data/ExternalLookup.json +340 -4
  603. package/json-schema/data/Field.json +938 -4
  604. package/json-schema/data/FieldMapping.json +79 -4
  605. package/json-schema/data/FieldNode.json +27 -5
  606. package/json-schema/data/FieldReference.json +11 -4
  607. package/json-schema/data/FieldType.json +48 -5
  608. package/json-schema/data/FileAttachmentConfig.json +231 -4
  609. package/json-schema/data/FilterCondition.json +31 -5
  610. package/json-schema/data/FormatValidation.json +85 -4
  611. package/json-schema/data/FullTextSearch.json +58 -4
  612. package/json-schema/data/HookContext.json +87 -4
  613. package/json-schema/data/HookEvent.json +22 -5
  614. package/json-schema/data/Index.json +41 -4
  615. package/json-schema/data/JSONValidation.json +83 -4
  616. package/json-schema/data/JoinNode.json +446 -4
  617. package/json-schema/data/JoinStrategy.json +8 -5
  618. package/json-schema/data/JoinType.json +8 -5
  619. package/json-schema/data/LocationCoordinates.json +28 -4
  620. package/json-schema/data/Mapping.json +598 -4
  621. package/json-schema/data/Metric.json +58 -4
  622. package/json-schema/data/NoSQLDataTypeMapping.json +55 -4
  623. package/json-schema/data/NoSQLDatabaseType.json +12 -5
  624. package/json-schema/data/NoSQLDriverConfig.json +494 -4
  625. package/json-schema/data/NoSQLIndex.json +86 -4
  626. package/json-schema/data/NoSQLIndexType.json +12 -5
  627. package/json-schema/data/NoSQLOperationType.json +15 -5
  628. package/json-schema/data/NoSQLQueryOptions.json +63 -4
  629. package/json-schema/data/NoSQLTransactionOptions.json +40 -4
  630. package/json-schema/data/Object.json +2752 -4
  631. package/json-schema/data/ObjectCapabilities.json +83 -4
  632. package/json-schema/data/ObjectExtension.json +1837 -4
  633. package/json-schema/data/ObjectOwnershipEnum.json +6 -5
  634. package/json-schema/data/PartitioningConfig.json +30 -4
  635. package/json-schema/data/PoolConfig.json +34 -4
  636. package/json-schema/data/Query.json +443 -4
  637. package/json-schema/data/QueryFilter.json +41 -4
  638. package/json-schema/data/ReplicationConfig.json +42 -4
  639. package/json-schema/data/SQLDialect.json +10 -5
  640. package/json-schema/data/SQLDriverConfig.json +356 -4
  641. package/json-schema/data/SSLConfig.json +24 -4
  642. package/json-schema/data/ScriptValidation.json +74 -4
  643. package/json-schema/data/SearchConfig.json +28 -4
  644. package/json-schema/data/SelectOption.json +26 -4
  645. package/json-schema/data/SetOperator.json +12 -4
  646. package/json-schema/data/ShardingConfig.json +31 -4
  647. package/json-schema/data/SoftDeleteConfig.json +23 -4
  648. package/json-schema/data/SortNode.json +19 -4
  649. package/json-schema/data/SpecialOperator.json +10 -4
  650. package/json-schema/data/StateMachineValidation.json +88 -4
  651. package/json-schema/data/StringOperator.json +13 -4
  652. package/json-schema/data/TenancyConfig.json +33 -4
  653. package/json-schema/data/TimeUpdateInterval.json +12 -5
  654. package/json-schema/data/TransformType.json +11 -5
  655. package/json-schema/data/UniquenessValidation.json +86 -4
  656. package/json-schema/data/ValidationRule.json +809 -5
  657. package/json-schema/data/VectorConfig.json +46 -4
  658. package/json-schema/data/VersioningConfig.json +32 -4
  659. package/json-schema/data/WindowFunction.json +17 -5
  660. package/json-schema/data/WindowFunctionNode.json +97 -4
  661. package/json-schema/data/WindowSpec.json +58 -4
  662. package/json-schema/hub/DatabaseLevelIsolationStrategy.json +157 -4
  663. package/json-schema/hub/DependencyGraph.json +190 -4
  664. package/json-schema/hub/DependencyGraphNode.json +97 -4
  665. package/json-schema/hub/Feature.json +45 -4
  666. package/json-schema/hub/LevelIsolationStrategySchema.json +102 -4
  667. package/json-schema/hub/License.json +62 -4
  668. package/json-schema/hub/LicenseMetricType.json +8 -5
  669. package/json-schema/hub/PackageDependency.json +33 -4
  670. package/json-schema/hub/PackageDependencyConflict.json +80 -4
  671. package/json-schema/hub/PackageDependencyResolutionResult.json +336 -4
  672. package/json-schema/hub/Plan.json +49 -4
  673. package/json-schema/hub/PluginInstallConfig.json +48 -4
  674. package/json-schema/hub/PluginProvenance.json +229 -4
  675. package/json-schema/hub/PluginQualityMetrics.json +110 -4
  676. package/json-schema/hub/PluginRegistryEntry.json +903 -4
  677. package/json-schema/hub/PluginSearchFilters.json +84 -4
  678. package/json-schema/hub/PluginStatistics.json +104 -4
  679. package/json-schema/hub/PluginTrustScore.json +100 -4
  680. package/json-schema/hub/PluginVendor.json +42 -4
  681. package/json-schema/hub/RegistryConfig.json +267 -4
  682. package/json-schema/hub/RegistrySyncPolicy.json +8 -5
  683. package/json-schema/hub/RegistryUpstream.json +118 -4
  684. package/json-schema/hub/RowLevelIsolationStrategy.json +77 -4
  685. package/json-schema/hub/SBOM.json +170 -4
  686. package/json-schema/hub/SBOMEntry.json +90 -4
  687. package/json-schema/hub/SecurityPolicy.json +184 -4
  688. package/json-schema/hub/SecurityScanResult.json +373 -4
  689. package/json-schema/hub/SecurityVulnerability.json +128 -4
  690. package/json-schema/hub/Tenant.json +57 -4
  691. package/json-schema/hub/TenantIsolationConfig.json +345 -5
  692. package/json-schema/hub/TenantIsolationLevel.json +7 -5
  693. package/json-schema/hub/TenantQuota.json +22 -4
  694. package/json-schema/hub/TenantSecurityPolicy.json +123 -4
  695. package/json-schema/hub/VulnerabilitySeverity.json +10 -5
  696. package/json-schema/identity/Account.json +81 -4
  697. package/json-schema/identity/Invitation.json +66 -4
  698. package/json-schema/identity/InvitationStatus.json +8 -5
  699. package/json-schema/identity/Member.json +40 -4
  700. package/json-schema/identity/Organization.json +49 -4
  701. package/json-schema/identity/Role.json +25 -4
  702. package/json-schema/identity/SCIMAddress.json +45 -4
  703. package/json-schema/identity/SCIMEmail.json +32 -4
  704. package/json-schema/identity/SCIMEnterpriseUser.json +47 -4
  705. package/json-schema/identity/SCIMError.json +45 -4
  706. package/json-schema/identity/SCIMGroup.json +97 -4
  707. package/json-schema/identity/SCIMGroupReference.json +28 -4
  708. package/json-schema/identity/SCIMListResponse.json +618 -4
  709. package/json-schema/identity/SCIMMemberReference.json +28 -4
  710. package/json-schema/identity/SCIMMeta.json +29 -4
  711. package/json-schema/identity/SCIMName.json +28 -4
  712. package/json-schema/identity/SCIMPatchOperation.json +23 -4
  713. package/json-schema/identity/SCIMPatchRequest.json +49 -4
  714. package/json-schema/identity/SCIMPhoneNumber.json +33 -4
  715. package/json-schema/identity/SCIMUser.json +464 -4
  716. package/json-schema/identity/Session.json +58 -4
  717. package/json-schema/identity/User.json +47 -4
  718. package/json-schema/identity/VerificationToken.json +30 -4
  719. package/json-schema/integration/AckMode.json +8 -5
  720. package/json-schema/integration/ApiVersionConfig.json +25 -4
  721. package/json-schema/integration/BuildConfig.json +34 -4
  722. package/json-schema/integration/CdcConfig.json +50 -4
  723. package/json-schema/integration/ConflictResolution.json +9 -5
  724. package/json-schema/integration/Connector.json +926 -4
  725. package/json-schema/integration/ConnectorAction.json +35 -4
  726. package/json-schema/integration/ConnectorStatus.json +9 -5
  727. package/json-schema/integration/ConnectorTrigger.json +32 -4
  728. package/json-schema/integration/ConnectorType.json +11 -5
  729. package/json-schema/integration/ConsumerConfig.json +68 -4
  730. package/json-schema/integration/DataSyncConfig.json +82 -4
  731. package/json-schema/integration/DatabaseConnector.json +1409 -4
  732. package/json-schema/integration/DatabasePoolConfig.json +54 -4
  733. package/json-schema/integration/DatabaseProvider.json +17 -5
  734. package/json-schema/integration/DatabaseTable.json +215 -4
  735. package/json-schema/integration/DeliveryGuarantee.json +8 -5
  736. package/json-schema/integration/DeploymentConfig.json +75 -4
  737. package/json-schema/integration/DlqConfig.json +32 -4
  738. package/json-schema/integration/DomainConfig.json +44 -4
  739. package/json-schema/integration/EdgeFunctionConfig.json +39 -4
  740. package/json-schema/integration/EnvironmentVariables.json +39 -4
  741. package/json-schema/integration/FieldMapping.json +168 -4
  742. package/json-schema/integration/FileAccessPattern.json +10 -5
  743. package/json-schema/integration/FileFilterConfig.json +42 -4
  744. package/json-schema/integration/FileMetadataConfig.json +39 -4
  745. package/json-schema/integration/FileStorageConnector.json +1279 -4
  746. package/json-schema/integration/FileStorageProvider.json +16 -5
  747. package/json-schema/integration/FileVersioningConfig.json +23 -4
  748. package/json-schema/integration/GitHubActionsWorkflow.json +54 -4
  749. package/json-schema/integration/GitHubCommitConfig.json +32 -4
  750. package/json-schema/integration/GitHubConnector.json +1297 -4
  751. package/json-schema/integration/GitHubIssueTracking.json +65 -4
  752. package/json-schema/integration/GitHubProvider.json +7 -5
  753. package/json-schema/integration/GitHubPullRequestConfig.json +47 -4
  754. package/json-schema/integration/GitHubReleaseConfig.json +38 -4
  755. package/json-schema/integration/GitHubRepository.json +76 -4
  756. package/json-schema/integration/GitRepositoryConfig.json +39 -4
  757. package/json-schema/integration/MessageFormat.json +11 -5
  758. package/json-schema/integration/MessageQueueConnector.json +1373 -4
  759. package/json-schema/integration/MessageQueueProvider.json +18 -5
  760. package/json-schema/integration/MultipartUploadConfig.json +34 -4
  761. package/json-schema/integration/ProducerConfig.json +74 -4
  762. package/json-schema/integration/RateLimitConfig.json +68 -4
  763. package/json-schema/integration/RateLimitStrategy.json +9 -5
  764. package/json-schema/integration/RetryConfig.json +75 -4
  765. package/json-schema/integration/RetryStrategy.json +9 -5
  766. package/json-schema/integration/SaasConnector.json +1297 -4
  767. package/json-schema/integration/SaasObjectType.json +220 -4
  768. package/json-schema/integration/SaasProvider.json +17 -5
  769. package/json-schema/integration/SslConfig.json +30 -4
  770. package/json-schema/integration/StorageBucket.json +92 -4
  771. package/json-schema/integration/SyncStrategy.json +9 -5
  772. package/json-schema/integration/TopicQueue.json +275 -4
  773. package/json-schema/integration/VercelConnector.json +1376 -4
  774. package/json-schema/integration/VercelFramework.json +17 -5
  775. package/json-schema/integration/VercelMonitoring.json +63 -4
  776. package/json-schema/integration/VercelProject.json +330 -4
  777. package/json-schema/integration/VercelProvider.json +6 -5
  778. package/json-schema/integration/VercelTeam.json +12 -4
  779. package/json-schema/integration/WebhookConfig.json +212 -4
  780. package/json-schema/integration/WebhookEvent.json +13 -5
  781. package/json-schema/integration/WebhookSignatureAlgorithm.json +8 -5
  782. package/json-schema/kernel/ActivationEvent.json +26 -4
  783. package/json-schema/kernel/AdvancedPluginLifecycleConfig.json +497 -4
  784. package/json-schema/kernel/BreakingChange.json +56 -4
  785. package/json-schema/kernel/CapabilityConformanceLevel.json +9 -5
  786. package/json-schema/kernel/CompatibilityLevel.json +10 -5
  787. package/json-schema/kernel/CompatibilityMatrixEntry.json +117 -4
  788. package/json-schema/kernel/DeadLetterQueueEntry.json +135 -4
  789. package/json-schema/kernel/DependencyConflict.json +95 -4
  790. package/json-schema/kernel/DependencyGraph.json +190 -4
  791. package/json-schema/kernel/DependencyGraphNode.json +97 -4
  792. package/json-schema/kernel/DependencyResolutionResult.json +159 -4
  793. package/json-schema/kernel/DeprecationNotice.json +30 -4
  794. package/json-schema/kernel/DisablePackageRequest.json +10 -4
  795. package/json-schema/kernel/DisablePackageResponse.json +1820 -4
  796. package/json-schema/kernel/DistributedStateConfig.json +79 -4
  797. package/json-schema/kernel/DynamicLoadRequest.json +109 -4
  798. package/json-schema/kernel/DynamicLoadingConfig.json +146 -4
  799. package/json-schema/kernel/DynamicPluginOperation.json +10 -5
  800. package/json-schema/kernel/DynamicPluginResult.json +66 -4
  801. package/json-schema/kernel/DynamicUnloadRequest.json +48 -4
  802. package/json-schema/kernel/EnablePackageRequest.json +10 -4
  803. package/json-schema/kernel/EnablePackageResponse.json +1820 -4
  804. package/json-schema/kernel/Event.json +72 -4
  805. package/json-schema/kernel/EventBusConfig.json +647 -4
  806. package/json-schema/kernel/EventHandler.json +74 -4
  807. package/json-schema/kernel/EventLogEntry.json +154 -4
  808. package/json-schema/kernel/EventMessageQueueConfig.json +79 -4
  809. package/json-schema/kernel/EventMetadata.json +47 -4
  810. package/json-schema/kernel/EventPersistence.json +34 -4
  811. package/json-schema/kernel/EventPhase.json +8 -5
  812. package/json-schema/kernel/EventPriority.json +9 -5
  813. package/json-schema/kernel/EventQueueConfig.json +74 -4
  814. package/json-schema/kernel/EventReplayConfig.json +48 -4
  815. package/json-schema/kernel/EventRoute.json +22 -4
  816. package/json-schema/kernel/EventSourcingConfig.json +72 -4
  817. package/json-schema/kernel/EventTypeDefinition.json +39 -4
  818. package/json-schema/kernel/EventWebhookConfig.json +133 -4
  819. package/json-schema/kernel/ExtensionPoint.json +60 -4
  820. package/json-schema/kernel/FeatureFlag.json +83 -4
  821. package/json-schema/kernel/FeatureStrategy.json +9 -5
  822. package/json-schema/kernel/GetPackageRequest.json +10 -4
  823. package/json-schema/kernel/GetPackageResponse.json +1817 -4
  824. package/json-schema/kernel/GracefulDegradation.json +90 -4
  825. package/json-schema/kernel/HealthStatus.json +30 -4
  826. package/json-schema/kernel/HookRegisteredEvent.json +25 -4
  827. package/json-schema/kernel/HookTriggeredEvent.json +30 -4
  828. package/json-schema/kernel/HotReloadConfig.json +148 -4
  829. package/json-schema/kernel/InstallPackageRequest.json +1778 -4
  830. package/json-schema/kernel/InstallPackageResponse.json +1820 -4
  831. package/json-schema/kernel/InstalledPackage.json +1808 -4
  832. package/json-schema/kernel/KernelContext.json +62 -4
  833. package/json-schema/kernel/KernelEventBase.json +13 -4
  834. package/json-schema/kernel/KernelReadyEvent.json +24 -4
  835. package/json-schema/kernel/KernelSecurityPolicy.json +193 -4
  836. package/json-schema/kernel/KernelSecurityScanResult.json +367 -4
  837. package/json-schema/kernel/KernelSecurityVulnerability.json +88 -4
  838. package/json-schema/kernel/KernelShutdownEvent.json +17 -4
  839. package/json-schema/kernel/ListPackagesRequest.json +34 -4
  840. package/json-schema/kernel/ListPackagesResponse.json +1824 -4
  841. package/json-schema/kernel/Manifest.json +1757 -4
  842. package/json-schema/kernel/MetadataCollectionInfo.json +48 -4
  843. package/json-schema/kernel/MetadataExportOptions.json +45 -4
  844. package/json-schema/kernel/MetadataFormat.json +8 -5
  845. package/json-schema/kernel/MetadataImportOptions.json +40 -4
  846. package/json-schema/kernel/MetadataLoadOptions.json +51 -4
  847. package/json-schema/kernel/MetadataLoadResult.json +88 -4
  848. package/json-schema/kernel/MetadataLoaderContract.json +78 -4
  849. package/json-schema/kernel/MetadataManagerConfig.json +121 -4
  850. package/json-schema/kernel/MetadataSaveOptions.json +66 -4
  851. package/json-schema/kernel/MetadataSaveResult.json +35 -4
  852. package/json-schema/kernel/MetadataStats.json +48 -4
  853. package/json-schema/kernel/MetadataWatchEvent.json +41 -4
  854. package/json-schema/kernel/MultiVersionSupport.json +95 -4
  855. package/json-schema/kernel/OpsDomainModule.json +29 -4
  856. package/json-schema/kernel/OpsFilePath.json +3 -5
  857. package/json-schema/kernel/OpsPluginStructure.json +28 -4
  858. package/json-schema/kernel/PackageDependency.json +33 -4
  859. package/json-schema/kernel/PackageDependencyConflict.json +80 -4
  860. package/json-schema/kernel/PackageDependencyResolutionResult.json +336 -4
  861. package/json-schema/kernel/PackageStatusEnum.json +9 -5
  862. package/json-schema/kernel/Permission.json +104 -4
  863. package/json-schema/kernel/PermissionAction.json +16 -5
  864. package/json-schema/kernel/PermissionScope.json +10 -5
  865. package/json-schema/kernel/PermissionSet.json +155 -4
  866. package/json-schema/kernel/PluginCaching.json +80 -4
  867. package/json-schema/kernel/PluginCapability.json +129 -4
  868. package/json-schema/kernel/PluginCapabilityManifest.json +423 -4
  869. package/json-schema/kernel/PluginCodeSplitting.json +59 -4
  870. package/json-schema/kernel/PluginCompatibilityMatrix.json +173 -4
  871. package/json-schema/kernel/PluginDependency.json +32 -4
  872. package/json-schema/kernel/PluginDependencyResolution.json +94 -4
  873. package/json-schema/kernel/PluginDiscoveryConfig.json +89 -4
  874. package/json-schema/kernel/PluginDiscoverySource.json +58 -4
  875. package/json-schema/kernel/PluginDynamicImport.json +75 -4
  876. package/json-schema/kernel/PluginErrorEvent.json +64 -4
  877. package/json-schema/kernel/PluginEventBase.json +18 -4
  878. package/json-schema/kernel/PluginHealthCheck.json +67 -4
  879. package/json-schema/kernel/PluginHealthReport.json +124 -4
  880. package/json-schema/kernel/PluginHealthStatus.json +11 -5
  881. package/json-schema/kernel/PluginHotReload.json +151 -4
  882. package/json-schema/kernel/PluginInitialization.json +71 -4
  883. package/json-schema/kernel/PluginInstallConfig.json +48 -4
  884. package/json-schema/kernel/PluginInterface.json +139 -4
  885. package/json-schema/kernel/PluginLifecycleEventType.json +24 -5
  886. package/json-schema/kernel/PluginLifecyclePhaseEvent.json +32 -4
  887. package/json-schema/kernel/PluginLoadingConfig.json +857 -4
  888. package/json-schema/kernel/PluginLoadingEvent.json +67 -4
  889. package/json-schema/kernel/PluginLoadingState.json +53 -4
  890. package/json-schema/kernel/PluginLoadingStrategy.json +10 -5
  891. package/json-schema/kernel/PluginMetadata.json +29 -4
  892. package/json-schema/kernel/PluginPerformanceMonitoring.json +72 -4
  893. package/json-schema/kernel/PluginPreloadConfig.json +70 -4
  894. package/json-schema/kernel/PluginProvenance.json +229 -4
  895. package/json-schema/kernel/PluginQualityMetrics.json +110 -4
  896. package/json-schema/kernel/PluginRegisteredEvent.json +22 -4
  897. package/json-schema/kernel/PluginRegistryEntry.json +903 -4
  898. package/json-schema/kernel/PluginSandboxing.json +147 -4
  899. package/json-schema/kernel/PluginSearchFilters.json +84 -4
  900. package/json-schema/kernel/PluginSecurityManifest.json +1297 -4
  901. package/json-schema/kernel/PluginSource.json +32 -4
  902. package/json-schema/kernel/PluginStartupResult.json +94 -4
  903. package/json-schema/kernel/PluginStateSnapshot.json +49 -4
  904. package/json-schema/kernel/PluginStatistics.json +104 -4
  905. package/json-schema/kernel/PluginTrustLevel.json +10 -5
  906. package/json-schema/kernel/PluginTrustScore.json +100 -4
  907. package/json-schema/kernel/PluginUpdateStrategy.json +119 -4
  908. package/json-schema/kernel/PluginVendor.json +42 -4
  909. package/json-schema/kernel/PluginVersionMetadata.json +365 -4
  910. package/json-schema/kernel/ProtocolFeature.json +27 -4
  911. package/json-schema/kernel/ProtocolReference.json +51 -4
  912. package/json-schema/kernel/ProtocolVersion.json +25 -4
  913. package/json-schema/kernel/RealTimeNotificationConfig.json +90 -4
  914. package/json-schema/kernel/ResourceType.json +21 -5
  915. package/json-schema/kernel/RuntimeConfig.json +150 -4
  916. package/json-schema/kernel/RuntimeMode.json +9 -5
  917. package/json-schema/kernel/SBOM.json +170 -4
  918. package/json-schema/kernel/SBOMEntry.json +90 -4
  919. package/json-schema/kernel/SandboxConfig.json +352 -4
  920. package/json-schema/kernel/ScopeConfig.json +23 -4
  921. package/json-schema/kernel/ScopeInfo.json +37 -4
  922. package/json-schema/kernel/SecurityPolicy.json +184 -4
  923. package/json-schema/kernel/SecurityScanResult.json +373 -4
  924. package/json-schema/kernel/SecurityVulnerability.json +128 -4
  925. package/json-schema/kernel/SemanticVersion.json +36 -4
  926. package/json-schema/kernel/ServiceFactoryRegistration.json +39 -4
  927. package/json-schema/kernel/ServiceMetadata.json +41 -4
  928. package/json-schema/kernel/ServiceRegisteredEvent.json +22 -4
  929. package/json-schema/kernel/ServiceRegistryConfig.json +37 -4
  930. package/json-schema/kernel/ServiceScopeType.json +8 -5
  931. package/json-schema/kernel/ServiceUnregisteredEvent.json +18 -4
  932. package/json-schema/kernel/StartupOptions.json +35 -4
  933. package/json-schema/kernel/StartupOrchestrationResult.json +125 -4
  934. package/json-schema/kernel/UninstallPackageRequest.json +10 -4
  935. package/json-schema/kernel/UninstallPackageResponse.json +17 -4
  936. package/json-schema/kernel/ValidationError.json +20 -4
  937. package/json-schema/kernel/ValidationResult.json +63 -4
  938. package/json-schema/kernel/ValidationWarning.json +20 -4
  939. package/json-schema/kernel/VersionConstraint.json +53 -5
  940. package/json-schema/kernel/VulnerabilitySeverity.json +10 -5
  941. package/json-schema/qa/TestAction.json +39 -4
  942. package/json-schema/qa/TestActionType.json +13 -5
  943. package/json-schema/qa/TestAssertion.json +34 -4
  944. package/json-schema/qa/TestAssertionType.json +16 -5
  945. package/json-schema/qa/TestContext.json +6 -4
  946. package/json-schema/qa/TestScenario.json +392 -4
  947. package/json-schema/qa/TestStep.json +108 -4
  948. package/json-schema/qa/TestSuite.json +411 -4
  949. package/json-schema/security/AuditPolicy.json +25 -4
  950. package/json-schema/security/CriteriaSharingRule.json +76 -4
  951. package/json-schema/security/FieldPermission.json +18 -4
  952. package/json-schema/security/NetworkPolicy.json +25 -4
  953. package/json-schema/security/OWDModel.json +8 -5
  954. package/json-schema/security/ObjectPermission.json +60 -4
  955. package/json-schema/security/OwnerSharingRule.json +96 -4
  956. package/json-schema/security/PasswordPolicy.json +41 -4
  957. package/json-schema/security/PermissionSet.json +214 -4
  958. package/json-schema/security/Policy.json +148 -4
  959. package/json-schema/security/RLSConfig.json +61 -4
  960. package/json-schema/security/RLSEvaluationResult.json +32 -4
  961. package/json-schema/security/RLSOperation.json +9 -5
  962. package/json-schema/security/RLSUserContext.json +47 -4
  963. package/json-schema/security/RowLevelSecurityPolicy.json +73 -4
  964. package/json-schema/security/SessionPolicy.json +24 -4
  965. package/json-schema/security/ShareRecipientType.json +9 -5
  966. package/json-schema/security/SharingLevel.json +7 -5
  967. package/json-schema/security/SharingRule.json +179 -5
  968. package/json-schema/security/SharingRuleType.json +6 -5
  969. package/json-schema/security/Territory.json +75 -4
  970. package/json-schema/security/TerritoryModel.json +27 -4
  971. package/json-schema/security/TerritoryType.json +8 -5
  972. package/json-schema/shared/AggregationFunctionEnum.json +15 -5
  973. package/json-schema/shared/BaseMetadataRecord.json +34 -4
  974. package/json-schema/shared/CacheStrategyEnum.json +9 -5
  975. package/json-schema/shared/CorsConfig.json +56 -4
  976. package/json-schema/shared/EventName.json +5 -5
  977. package/json-schema/shared/FieldMapping.json +138 -4
  978. package/json-schema/shared/HttpMethod.json +11 -5
  979. package/json-schema/shared/IsolationLevelEnum.json +10 -5
  980. package/json-schema/shared/MetadataFormat.json +9 -5
  981. package/json-schema/shared/MutationEventEnum.json +9 -5
  982. package/json-schema/shared/RateLimitConfig.json +28 -4
  983. package/json-schema/shared/SnakeCaseIdentifier.json +5 -5
  984. package/json-schema/shared/SortDirectionEnum.json +7 -5
  985. package/json-schema/shared/StaticMount.json +20 -4
  986. package/json-schema/shared/SystemIdentifier.json +5 -5
  987. package/json-schema/shared/TransformType.json +117 -5
  988. package/json-schema/studio/ActionContribution.json +39 -4
  989. package/json-schema/studio/ActionLocation.json +7 -5
  990. package/json-schema/studio/ActivationEvent.json +3 -5
  991. package/json-schema/studio/CommandContribution.json +24 -4
  992. package/json-schema/studio/MetadataIconContribution.json +21 -4
  993. package/json-schema/studio/MetadataViewerContribution.json +48 -4
  994. package/json-schema/studio/PanelContribution.json +31 -4
  995. package/json-schema/studio/PanelLocation.json +7 -5
  996. package/json-schema/studio/SidebarGroupContribution.json +34 -4
  997. package/json-schema/studio/StudioPluginContributions.json +245 -4
  998. package/json-schema/studio/StudioPluginManifest.json +298 -4
  999. package/json-schema/studio/ViewMode.json +8 -5
  1000. package/json-schema/system/AccessControlConfig.json +107 -4
  1001. package/json-schema/system/AddFieldOperation.json +964 -4
  1002. package/json-schema/system/AnalyzerConfig.json +38 -4
  1003. package/json-schema/system/AuditConfig.json +620 -4
  1004. package/json-schema/system/AuditEvent.json +234 -4
  1005. package/json-schema/system/AuditEventActor.json +41 -4
  1006. package/json-schema/system/AuditEventChange.json +17 -4
  1007. package/json-schema/system/AuditEventFilter.json +124 -4
  1008. package/json-schema/system/AuditEventSeverity.json +12 -5
  1009. package/json-schema/system/AuditEventTarget.json +28 -4
  1010. package/json-schema/system/AuditEventType.json +46 -5
  1011. package/json-schema/system/AuditLogConfig.json +50 -4
  1012. package/json-schema/system/AuditRetentionPolicy.json +78 -4
  1013. package/json-schema/system/AuditStorageConfig.json +61 -4
  1014. package/json-schema/system/AuthConfig.json +101 -4
  1015. package/json-schema/system/AuthPluginConfig.json +30 -4
  1016. package/json-schema/system/AuthProviderConfig.json +28 -4
  1017. package/json-schema/system/AwarenessEvent.json +47 -4
  1018. package/json-schema/system/AwarenessSession.json +121 -4
  1019. package/json-schema/system/AwarenessUpdate.json +30 -4
  1020. package/json-schema/system/AwarenessUserState.json +75 -4
  1021. package/json-schema/system/BatchProgress.json +73 -4
  1022. package/json-schema/system/BucketConfig.json +358 -4
  1023. package/json-schema/system/CRDTMergeResult.json +319 -4
  1024. package/json-schema/system/CRDTState.json +283 -5
  1025. package/json-schema/system/CRDTType.json +13 -5
  1026. package/json-schema/system/CacheConfig.json +137 -4
  1027. package/json-schema/system/CacheInvalidation.json +40 -4
  1028. package/json-schema/system/CacheStrategy.json +10 -5
  1029. package/json-schema/system/CacheTier.json +52 -4
  1030. package/json-schema/system/ChangeImpact.json +47 -4
  1031. package/json-schema/system/ChangePriority.json +8 -5
  1032. package/json-schema/system/ChangeRequest.json +313 -4
  1033. package/json-schema/system/ChangeSet.json +6627 -4
  1034. package/json-schema/system/ChangeStatus.json +14 -5
  1035. package/json-schema/system/ChangeType.json +8 -5
  1036. package/json-schema/system/CollaborationMode.json +8 -5
  1037. package/json-schema/system/CollaborationSession.json +621 -4
  1038. package/json-schema/system/CollaborationSessionConfig.json +87 -4
  1039. package/json-schema/system/CollaborativeCursor.json +196 -4
  1040. package/json-schema/system/ComplianceConfig.json +252 -4
  1041. package/json-schema/system/ConsoleDestinationConfig.json +26 -4
  1042. package/json-schema/system/ConsumerConfig.json +34 -4
  1043. package/json-schema/system/CoreServiceName.json +21 -5
  1044. package/json-schema/system/CounterOperation.json +25 -4
  1045. package/json-schema/system/CreateObjectOperation.json +2768 -4
  1046. package/json-schema/system/CronSchedule.json +22 -4
  1047. package/json-schema/system/CursorColorPreset.json +14 -5
  1048. package/json-schema/system/CursorSelection.json +62 -4
  1049. package/json-schema/system/CursorStyle.json +54 -4
  1050. package/json-schema/system/CursorUpdate.json +102 -4
  1051. package/json-schema/system/DatabaseLevelIsolationStrategy.json +157 -4
  1052. package/json-schema/system/DeadLetterQueue.json +24 -4
  1053. package/json-schema/system/DeleteObjectOperation.json +17 -4
  1054. package/json-schema/system/EmailTemplate.json +62 -4
  1055. package/json-schema/system/EncryptionAlgorithm.json +8 -5
  1056. package/json-schema/system/EncryptionConfig.json +107 -4
  1057. package/json-schema/system/ExecuteSqlOperation.json +21 -4
  1058. package/json-schema/system/ExtendedLogLevel.json +11 -5
  1059. package/json-schema/system/ExternalServiceDestinationConfig.json +46 -4
  1060. package/json-schema/system/FacetConfig.json +28 -4
  1061. package/json-schema/system/Feature.json +45 -4
  1062. package/json-schema/system/FieldEncryption.json +128 -4
  1063. package/json-schema/system/FileDestinationConfig.json +56 -4
  1064. package/json-schema/system/FileMetadata.json +46 -4
  1065. package/json-schema/system/GCounter.json +24 -4
  1066. package/json-schema/system/GDPRConfig.json +85 -4
  1067. package/json-schema/system/HIPAAConfig.json +52 -4
  1068. package/json-schema/system/HistogramBucketConfig.json +86 -4
  1069. package/json-schema/system/HttpDestinationConfig.json +123 -4
  1070. package/json-schema/system/HttpServerConfig.json +177 -4
  1071. package/json-schema/system/InAppNotification.json +41 -4
  1072. package/json-schema/system/IntervalSchedule.json +18 -4
  1073. package/json-schema/system/Job.json +136 -4
  1074. package/json-schema/system/JobExecution.json +45 -4
  1075. package/json-schema/system/JobExecutionStatus.json +8 -5
  1076. package/json-schema/system/KernelServiceMap.json +45 -4
  1077. package/json-schema/system/KeyManagementProvider.json +10 -5
  1078. package/json-schema/system/KeyRotationPolicy.json +32 -4
  1079. package/json-schema/system/LWWRegister.json +49 -4
  1080. package/json-schema/system/LevelIsolationStrategySchema.json +102 -4
  1081. package/json-schema/system/License.json +62 -4
  1082. package/json-schema/system/LicenseMetricType.json +8 -5
  1083. package/json-schema/system/LifecycleAction.json +8 -5
  1084. package/json-schema/system/LifecyclePolicyConfig.json +84 -4
  1085. package/json-schema/system/LifecyclePolicyRule.json +64 -4
  1086. package/json-schema/system/Locale.json +3 -5
  1087. package/json-schema/system/LogDestination.json +326 -4
  1088. package/json-schema/system/LogDestinationType.json +19 -5
  1089. package/json-schema/system/LogEnrichmentConfig.json +65 -4
  1090. package/json-schema/system/LogEntry.json +63 -4
  1091. package/json-schema/system/LogFormat.json +8 -5
  1092. package/json-schema/system/LogLevel.json +11 -5
  1093. package/json-schema/system/LoggerConfig.json +77 -4
  1094. package/json-schema/system/LoggingConfig.json +705 -4
  1095. package/json-schema/system/MaskingConfig.json +82 -4
  1096. package/json-schema/system/MaskingRule.json +56 -4
  1097. package/json-schema/system/MaskingStrategy.json +12 -5
  1098. package/json-schema/system/MessageQueueConfig.json +168 -4
  1099. package/json-schema/system/MessageQueueProvider.json +11 -5
  1100. package/json-schema/system/MetadataCollectionInfo.json +21 -4
  1101. package/json-schema/system/MetadataExportOptions.json +37 -4
  1102. package/json-schema/system/MetadataFormat.json +11 -5
  1103. package/json-schema/system/MetadataImportOptions.json +26 -4
  1104. package/json-schema/system/MetadataLoadOptions.json +47 -4
  1105. package/json-schema/system/MetadataLoadResult.json +75 -4
  1106. package/json-schema/system/MetadataLoaderContract.json +61 -4
  1107. package/json-schema/system/MetadataManagerConfig.json +36 -4
  1108. package/json-schema/system/MetadataRecord.json +86 -4
  1109. package/json-schema/system/MetadataSaveOptions.json +50 -4
  1110. package/json-schema/system/MetadataSaveResult.json +65 -4
  1111. package/json-schema/system/MetadataScope.json +7 -5
  1112. package/json-schema/system/MetadataState.json +8 -5
  1113. package/json-schema/system/MetadataStats.json +38 -4
  1114. package/json-schema/system/MetadataWatchEvent.json +74 -4
  1115. package/json-schema/system/MetricAggregationConfig.json +67 -4
  1116. package/json-schema/system/MetricAggregationType.json +18 -5
  1117. package/json-schema/system/MetricDataPoint.json +134 -4
  1118. package/json-schema/system/MetricDefinition.json +196 -4
  1119. package/json-schema/system/MetricExportConfig.json +95 -4
  1120. package/json-schema/system/MetricLabels.json +8 -4
  1121. package/json-schema/system/MetricType.json +9 -5
  1122. package/json-schema/system/MetricUnit.json +25 -5
  1123. package/json-schema/system/MetricsConfig.json +771 -4
  1124. package/json-schema/system/MiddlewareConfig.json +69 -4
  1125. package/json-schema/system/MiddlewareType.json +11 -5
  1126. package/json-schema/system/MigrationDependency.json +16 -4
  1127. package/json-schema/system/MigrationOperation.json +3862 -5
  1128. package/json-schema/system/ModifyFieldOperation.json +31 -4
  1129. package/json-schema/system/MultipartUploadConfig.json +48 -4
  1130. package/json-schema/system/NotificationChannel.json +11 -5
  1131. package/json-schema/system/NotificationConfig.json +348 -4
  1132. package/json-schema/system/ORSet.json +53 -4
  1133. package/json-schema/system/ORSetElement.json +35 -4
  1134. package/json-schema/system/OTComponent.json +77 -5
  1135. package/json-schema/system/OTOperation.json +135 -4
  1136. package/json-schema/system/OTOperationType.json +7 -5
  1137. package/json-schema/system/OTTransformResult.json +157 -4
  1138. package/json-schema/system/ObjectMetadata.json +86 -4
  1139. package/json-schema/system/ObjectStorageConfig.json +511 -4
  1140. package/json-schema/system/OnceSchedule.json +18 -4
  1141. package/json-schema/system/OpenTelemetryCompatibility.json +210 -4
  1142. package/json-schema/system/OtelExporterType.json +15 -5
  1143. package/json-schema/system/PCIDSSConfig.json +49 -4
  1144. package/json-schema/system/PNCounter.json +37 -4
  1145. package/json-schema/system/Plan.json +49 -4
  1146. package/json-schema/system/PresignedUrlConfig.json +41 -4
  1147. package/json-schema/system/PushNotification.json +55 -4
  1148. package/json-schema/system/QueueConfig.json +152 -4
  1149. package/json-schema/system/RegistryConfig.json +267 -4
  1150. package/json-schema/system/RegistrySyncPolicy.json +8 -5
  1151. package/json-schema/system/RegistryUpstream.json +118 -4
  1152. package/json-schema/system/RemoveFieldOperation.json +22 -4
  1153. package/json-schema/system/RenameObjectOperation.json +22 -4
  1154. package/json-schema/system/RetryPolicy.json +29 -4
  1155. package/json-schema/system/RollbackPlan.json +43 -4
  1156. package/json-schema/system/RouteHandlerMetadata.json +80 -4
  1157. package/json-schema/system/RowLevelIsolationStrategy.json +77 -4
  1158. package/json-schema/system/SMSTemplate.json +29 -4
  1159. package/json-schema/system/SamplingDecision.json +8 -5
  1160. package/json-schema/system/SamplingStrategyType.json +13 -5
  1161. package/json-schema/system/Schedule.json +67 -5
  1162. package/json-schema/system/SearchConfig.json +231 -4
  1163. package/json-schema/system/SearchIndexConfig.json +88 -4
  1164. package/json-schema/system/SearchProvider.json +10 -5
  1165. package/json-schema/system/ServerCapabilities.json +65 -4
  1166. package/json-schema/system/ServerEvent.json +35 -4
  1167. package/json-schema/system/ServerEventType.json +11 -5
  1168. package/json-schema/system/ServerStatus.json +99 -4
  1169. package/json-schema/system/ServiceConfig.json +40 -4
  1170. package/json-schema/system/ServiceCriticality.json +7 -5
  1171. package/json-schema/system/ServiceLevelIndicator.json +100 -4
  1172. package/json-schema/system/ServiceLevelObjective.json +170 -4
  1173. package/json-schema/system/ServiceStatus.json +57 -4
  1174. package/json-schema/system/Span.json +410 -4
  1175. package/json-schema/system/SpanAttributeValue.json +31 -5
  1176. package/json-schema/system/SpanAttributes.json +37 -4
  1177. package/json-schema/system/SpanEvent.json +58 -4
  1178. package/json-schema/system/SpanKind.json +10 -5
  1179. package/json-schema/system/SpanLink.json +111 -4
  1180. package/json-schema/system/SpanStatus.json +8 -5
  1181. package/json-schema/system/StorageAcl.json +11 -5
  1182. package/json-schema/system/StorageClass.json +10 -5
  1183. package/json-schema/system/StorageConnection.json +57 -4
  1184. package/json-schema/system/StorageProvider.json +14 -5
  1185. package/json-schema/system/StorageScope.json +15 -5
  1186. package/json-schema/system/StructuredLogEntry.json +202 -4
  1187. package/json-schema/system/SuspiciousActivityRule.json +175 -4
  1188. package/json-schema/system/Task.json +157 -4
  1189. package/json-schema/system/TaskExecutionResult.json +82 -4
  1190. package/json-schema/system/TaskPriority.json +9 -5
  1191. package/json-schema/system/TaskRetryPolicy.json +48 -4
  1192. package/json-schema/system/TaskStatus.json +12 -5
  1193. package/json-schema/system/Tenant.json +57 -4
  1194. package/json-schema/system/TenantIsolationConfig.json +345 -5
  1195. package/json-schema/system/TenantIsolationLevel.json +7 -5
  1196. package/json-schema/system/TenantQuota.json +22 -4
  1197. package/json-schema/system/TenantSecurityPolicy.json +123 -4
  1198. package/json-schema/system/TextCRDTOperation.json +49 -4
  1199. package/json-schema/system/TextCRDTState.json +107 -4
  1200. package/json-schema/system/TimeSeries.json +70 -4
  1201. package/json-schema/system/TimeSeriesDataPoint.json +29 -4
  1202. package/json-schema/system/TopicConfig.json +40 -4
  1203. package/json-schema/system/TraceContext.json +62 -4
  1204. package/json-schema/system/TraceContextPropagation.json +81 -4
  1205. package/json-schema/system/TraceFlags.json +5 -5
  1206. package/json-schema/system/TracePropagationFormat.json +12 -5
  1207. package/json-schema/system/TraceSamplingConfig.json +191 -4
  1208. package/json-schema/system/TraceState.json +18 -4
  1209. package/json-schema/system/TracingConfig.json +595 -4
  1210. package/json-schema/system/TranslationBundle.json +102 -4
  1211. package/json-schema/system/TranslationData.json +94 -4
  1212. package/json-schema/system/UserActivityStatus.json +8 -5
  1213. package/json-schema/system/VectorClock.json +19 -4
  1214. package/json-schema/system/WorkerStats.json +94 -4
  1215. package/json-schema/ui/Action.json +206 -4
  1216. package/json-schema/ui/ActionParam.json +88 -4
  1217. package/json-schema/ui/Animation.json +48 -4
  1218. package/json-schema/ui/App.json +323 -4
  1219. package/json-schema/ui/AppBranding.json +16 -4
  1220. package/json-schema/ui/BorderRadius.json +36 -4
  1221. package/json-schema/ui/Breakpoints.json +28 -4
  1222. package/json-schema/ui/CalendarConfig.json +20 -4
  1223. package/json-schema/ui/ChartAnnotation.json +63 -4
  1224. package/json-schema/ui/ChartAxis.json +51 -4
  1225. package/json-schema/ui/ChartConfig.json +374 -4
  1226. package/json-schema/ui/ChartInteraction.json +25 -4
  1227. package/json-schema/ui/ChartSeries.json +77 -4
  1228. package/json-schema/ui/ChartType.json +42 -5
  1229. package/json-schema/ui/ColorPalette.json +75 -4
  1230. package/json-schema/ui/Dashboard.json +589 -4
  1231. package/json-schema/ui/DashboardNavItem.json +36 -4
  1232. package/json-schema/ui/DashboardWidget.json +525 -4
  1233. package/json-schema/ui/FormField.json +53 -4
  1234. package/json-schema/ui/GanttConfig.json +24 -4
  1235. package/json-schema/ui/GroupNavItem.json +37 -4
  1236. package/json-schema/ui/HttpMethod.json +9 -5
  1237. package/json-schema/ui/HttpRequest.json +45 -4
  1238. package/json-schema/ui/KanbanConfig.json +23 -4
  1239. package/json-schema/ui/ListColumn.json +57 -4
  1240. package/json-schema/ui/ListView.json +563 -4
  1241. package/json-schema/ui/NavigationConfig.json +47 -4
  1242. package/json-schema/ui/NavigationItem.json +231 -5
  1243. package/json-schema/ui/NavigationMode.json +11 -5
  1244. package/json-schema/ui/ObjectNavItem.json +40 -4
  1245. package/json-schema/ui/Page.json +201 -4
  1246. package/json-schema/ui/PageCardProps.json +30 -4
  1247. package/json-schema/ui/PageComponent.json +85 -4
  1248. package/json-schema/ui/PageComponentType.json +25 -5
  1249. package/json-schema/ui/PageHeaderProps.json +32 -4
  1250. package/json-schema/ui/PageNavItem.json +44 -4
  1251. package/json-schema/ui/PageRegion.json +112 -4
  1252. package/json-schema/ui/PageTabsProps.json +50 -4
  1253. package/json-schema/ui/PageVariable.json +24 -4
  1254. package/json-schema/ui/PaginationConfig.json +23 -4
  1255. package/json-schema/ui/RecordDetailsProps.json +33 -4
  1256. package/json-schema/ui/RecordHighlightsProps.json +16 -4
  1257. package/json-schema/ui/RecordRelatedListProps.json +32 -4
  1258. package/json-schema/ui/Report.json +464 -4
  1259. package/json-schema/ui/ReportChart.json +277 -4
  1260. package/json-schema/ui/ReportColumn.json +27 -4
  1261. package/json-schema/ui/ReportGrouping.json +31 -4
  1262. package/json-schema/ui/ReportType.json +8 -5
  1263. package/json-schema/ui/SelectionConfig.json +17 -4
  1264. package/json-schema/ui/Shadow.json +36 -4
  1265. package/json-schema/ui/Spacing.json +56 -4
  1266. package/json-schema/ui/Theme.json +540 -4
  1267. package/json-schema/ui/ThemeMode.json +7 -5
  1268. package/json-schema/ui/Typography.json +134 -4
  1269. package/json-schema/ui/UrlNavItem.json +46 -4
  1270. package/json-schema/ui/ViewData.json +149 -5
  1271. package/json-schema/ui/WidgetEvent.json +39 -4
  1272. package/json-schema/ui/WidgetLifecycle.json +32 -4
  1273. package/json-schema/ui/WidgetManifest.json +320 -4
  1274. package/json-schema/ui/WidgetProperty.json +54 -4
  1275. package/json-schema/ui/WidgetSource.json +77 -5
  1276. package/json-schema/ui/ZIndex.json +36 -4
  1277. package/package.json +2 -3
  1278. package/json-schema/api/CreateViewRequest.json +0 -7
  1279. package/json-schema/api/CreateViewResponse.json +0 -7
  1280. package/json-schema/api/GetUiViewResponse.json +0 -7
  1281. package/json-schema/api/GetViewResponse.json +0 -7
  1282. package/json-schema/api/ListViewsResponse.json +0 -7
  1283. package/json-schema/api/ObjectStackProtocol.json +0 -7
  1284. package/json-schema/api/UpdateViewRequest.json +0 -7
  1285. package/json-schema/api/UpdateViewResponse.json +0 -7
  1286. package/json-schema/data/ComparisonOperator.json +0 -7
  1287. package/json-schema/data/DataEngineContract.json +0 -7
  1288. package/json-schema/data/DriverInterface.json +0 -7
  1289. package/json-schema/data/FieldOperators.json +0 -7
  1290. package/json-schema/data/Hook.json +0 -7
  1291. package/json-schema/data/NormalizedFilter.json +0 -7
  1292. package/json-schema/data/RangeOperator.json +0 -7
  1293. package/json-schema/kernel/Plugin.json +0 -7
  1294. package/json-schema/kernel/PluginContext.json +0 -7
  1295. package/json-schema/kernel/PluginLifecycle.json +0 -7
  1296. package/json-schema/system/BatchTask.json +0 -7
  1297. package/json-schema/system/WorkerConfig.json +0 -7
  1298. package/json-schema/ui/FieldWidgetProps.json +0 -7
  1299. package/json-schema/ui/FormSection.json +0 -7
  1300. package/json-schema/ui/FormView.json +0 -7
  1301. package/json-schema/ui/View.json +0 -7
@@ -1,7 +1,1820 @@
1
1
  {
2
- "$ref": "#/definitions/GetPackageResponse",
3
- "definitions": {
4
- "GetPackageResponse": {}
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "type": "object",
4
+ "properties": {
5
+ "package": {
6
+ "type": "object",
7
+ "properties": {
8
+ "manifest": {
9
+ "type": "object",
10
+ "properties": {
11
+ "id": {
12
+ "type": "string",
13
+ "description": "Unique package identifier (reverse domain style)"
14
+ },
15
+ "namespace": {
16
+ "description": "Short namespace identifier for metadata scoping (e.g. \"crm\", \"todo\")",
17
+ "type": "string",
18
+ "pattern": "^[a-z][a-z0-9_]{1,19}$"
19
+ },
20
+ "version": {
21
+ "type": "string",
22
+ "pattern": "^\\d+\\.\\d+\\.\\d+$",
23
+ "description": "Package version (semantic versioning)"
24
+ },
25
+ "type": {
26
+ "type": "string",
27
+ "enum": [
28
+ "plugin",
29
+ "ui",
30
+ "driver",
31
+ "server",
32
+ "app",
33
+ "theme",
34
+ "agent",
35
+ "objectql",
36
+ "module",
37
+ "gateway",
38
+ "adapter"
39
+ ],
40
+ "description": "Type of package"
41
+ },
42
+ "name": {
43
+ "type": "string",
44
+ "description": "Human-readable package name"
45
+ },
46
+ "description": {
47
+ "description": "Package description",
48
+ "type": "string"
49
+ },
50
+ "permissions": {
51
+ "description": "Array of required permission strings",
52
+ "type": "array",
53
+ "items": {
54
+ "type": "string"
55
+ }
56
+ },
57
+ "objects": {
58
+ "description": "Glob patterns for ObjectQL schemas files",
59
+ "type": "array",
60
+ "items": {
61
+ "type": "string"
62
+ }
63
+ },
64
+ "datasources": {
65
+ "description": "Glob patterns for Datasource definitions",
66
+ "type": "array",
67
+ "items": {
68
+ "type": "string"
69
+ }
70
+ },
71
+ "dependencies": {
72
+ "description": "Package dependencies",
73
+ "type": "object",
74
+ "propertyNames": {
75
+ "type": "string"
76
+ },
77
+ "additionalProperties": {
78
+ "type": "string"
79
+ }
80
+ },
81
+ "configuration": {
82
+ "description": "Plugin configuration settings",
83
+ "type": "object",
84
+ "properties": {
85
+ "title": {
86
+ "type": "string"
87
+ },
88
+ "properties": {
89
+ "type": "object",
90
+ "propertyNames": {
91
+ "type": "string"
92
+ },
93
+ "additionalProperties": {
94
+ "type": "object",
95
+ "properties": {
96
+ "type": {
97
+ "type": "string",
98
+ "enum": [
99
+ "string",
100
+ "number",
101
+ "boolean",
102
+ "array",
103
+ "object"
104
+ ],
105
+ "description": "Data type of the setting"
106
+ },
107
+ "default": {
108
+ "description": "Default value"
109
+ },
110
+ "description": {
111
+ "description": "Tooltip description",
112
+ "type": "string"
113
+ },
114
+ "required": {
115
+ "description": "Is this setting required?",
116
+ "type": "boolean"
117
+ },
118
+ "secret": {
119
+ "description": "If true, value is encrypted/masked (e.g. API Keys)",
120
+ "type": "boolean"
121
+ },
122
+ "enum": {
123
+ "description": "Allowed values for select inputs",
124
+ "type": "array",
125
+ "items": {
126
+ "type": "string"
127
+ }
128
+ }
129
+ },
130
+ "required": [
131
+ "type"
132
+ ],
133
+ "additionalProperties": false
134
+ },
135
+ "description": "Map of configuration keys to their definitions"
136
+ }
137
+ },
138
+ "required": [
139
+ "properties"
140
+ ],
141
+ "additionalProperties": false
142
+ },
143
+ "contributes": {
144
+ "description": "Platform contributions",
145
+ "type": "object",
146
+ "properties": {
147
+ "kinds": {
148
+ "description": "New Metadata Types to recognize",
149
+ "type": "array",
150
+ "items": {
151
+ "type": "object",
152
+ "properties": {
153
+ "id": {
154
+ "type": "string",
155
+ "description": "The generic identifier of the kind (e.g., \"sys.bi.report\")"
156
+ },
157
+ "globs": {
158
+ "type": "array",
159
+ "items": {
160
+ "type": "string"
161
+ },
162
+ "description": "File patterns to watch (e.g., [\"**/*.report.ts\"])"
163
+ },
164
+ "description": {
165
+ "description": "Description of what this kind represents",
166
+ "type": "string"
167
+ }
168
+ },
169
+ "required": [
170
+ "id",
171
+ "globs"
172
+ ],
173
+ "additionalProperties": false
174
+ }
175
+ },
176
+ "events": {
177
+ "description": "Events this plugin listens to",
178
+ "type": "array",
179
+ "items": {
180
+ "type": "string"
181
+ }
182
+ },
183
+ "menus": {
184
+ "description": "UI Menu contributions",
185
+ "type": "object",
186
+ "propertyNames": {
187
+ "type": "string"
188
+ },
189
+ "additionalProperties": {
190
+ "type": "array",
191
+ "items": {
192
+ "type": "object",
193
+ "properties": {
194
+ "id": {
195
+ "type": "string"
196
+ },
197
+ "label": {
198
+ "type": "string"
199
+ },
200
+ "command": {
201
+ "type": "string"
202
+ }
203
+ },
204
+ "required": [
205
+ "id",
206
+ "label"
207
+ ],
208
+ "additionalProperties": false
209
+ }
210
+ }
211
+ },
212
+ "themes": {
213
+ "description": "Theme contributions",
214
+ "type": "array",
215
+ "items": {
216
+ "type": "object",
217
+ "properties": {
218
+ "id": {
219
+ "type": "string"
220
+ },
221
+ "label": {
222
+ "type": "string"
223
+ },
224
+ "path": {
225
+ "type": "string"
226
+ }
227
+ },
228
+ "required": [
229
+ "id",
230
+ "label",
231
+ "path"
232
+ ],
233
+ "additionalProperties": false
234
+ }
235
+ },
236
+ "translations": {
237
+ "description": "Translation resources",
238
+ "type": "array",
239
+ "items": {
240
+ "type": "object",
241
+ "properties": {
242
+ "locale": {
243
+ "type": "string"
244
+ },
245
+ "path": {
246
+ "type": "string"
247
+ }
248
+ },
249
+ "required": [
250
+ "locale",
251
+ "path"
252
+ ],
253
+ "additionalProperties": false
254
+ }
255
+ },
256
+ "actions": {
257
+ "description": "Exposed server actions",
258
+ "type": "array",
259
+ "items": {
260
+ "type": "object",
261
+ "properties": {
262
+ "name": {
263
+ "type": "string",
264
+ "description": "Unique action name"
265
+ },
266
+ "label": {
267
+ "type": "string"
268
+ },
269
+ "description": {
270
+ "type": "string"
271
+ },
272
+ "input": {
273
+ "description": "Input validation schema"
274
+ },
275
+ "output": {
276
+ "description": "Output schema"
277
+ }
278
+ },
279
+ "required": [
280
+ "name"
281
+ ],
282
+ "additionalProperties": false
283
+ }
284
+ },
285
+ "drivers": {
286
+ "description": "Driver contributions",
287
+ "type": "array",
288
+ "items": {
289
+ "type": "object",
290
+ "properties": {
291
+ "id": {
292
+ "type": "string",
293
+ "description": "Driver unique identifier (e.g. \"postgres\", \"mongo\")"
294
+ },
295
+ "label": {
296
+ "type": "string",
297
+ "description": "Human readable name"
298
+ },
299
+ "description": {
300
+ "type": "string"
301
+ }
302
+ },
303
+ "required": [
304
+ "id",
305
+ "label"
306
+ ],
307
+ "additionalProperties": false
308
+ }
309
+ },
310
+ "fieldTypes": {
311
+ "description": "Field Type contributions",
312
+ "type": "array",
313
+ "items": {
314
+ "type": "object",
315
+ "properties": {
316
+ "name": {
317
+ "type": "string",
318
+ "description": "Unique field type name (e.g. \"vector\")"
319
+ },
320
+ "label": {
321
+ "type": "string",
322
+ "description": "Display label"
323
+ },
324
+ "description": {
325
+ "type": "string"
326
+ }
327
+ },
328
+ "required": [
329
+ "name",
330
+ "label"
331
+ ],
332
+ "additionalProperties": false
333
+ }
334
+ },
335
+ "functions": {
336
+ "description": "Query Function contributions",
337
+ "type": "array",
338
+ "items": {
339
+ "type": "object",
340
+ "properties": {
341
+ "name": {
342
+ "type": "string",
343
+ "description": "Function name (e.g. \"distance\")"
344
+ },
345
+ "description": {
346
+ "type": "string"
347
+ },
348
+ "args": {
349
+ "description": "Argument types",
350
+ "type": "array",
351
+ "items": {
352
+ "type": "string"
353
+ }
354
+ },
355
+ "returnType": {
356
+ "type": "string"
357
+ }
358
+ },
359
+ "required": [
360
+ "name"
361
+ ],
362
+ "additionalProperties": false
363
+ }
364
+ },
365
+ "routes": {
366
+ "description": "API route contributions to HttpDispatcher",
367
+ "type": "array",
368
+ "items": {
369
+ "type": "object",
370
+ "properties": {
371
+ "prefix": {
372
+ "type": "string",
373
+ "pattern": "^\\/",
374
+ "description": "API path prefix"
375
+ },
376
+ "service": {
377
+ "type": "string",
378
+ "description": "Service name this plugin provides"
379
+ },
380
+ "methods": {
381
+ "description": "Protocol method names implemented (e.g. [\"aiNlq\", \"aiChat\"])",
382
+ "type": "array",
383
+ "items": {
384
+ "type": "string"
385
+ }
386
+ }
387
+ },
388
+ "required": [
389
+ "prefix",
390
+ "service"
391
+ ],
392
+ "additionalProperties": false
393
+ }
394
+ }
395
+ },
396
+ "additionalProperties": false
397
+ },
398
+ "data": {
399
+ "description": "Initial seed data (prefer top-level data field)",
400
+ "type": "array",
401
+ "items": {
402
+ "type": "object",
403
+ "properties": {
404
+ "object": {
405
+ "type": "string",
406
+ "pattern": "^[a-z_][a-z0-9_]*$",
407
+ "description": "Target Object Name"
408
+ },
409
+ "externalId": {
410
+ "default": "name",
411
+ "description": "Field match for uniqueness check",
412
+ "type": "string"
413
+ },
414
+ "mode": {
415
+ "default": "upsert",
416
+ "description": "Conflict resolution strategy",
417
+ "type": "string",
418
+ "enum": [
419
+ "insert",
420
+ "update",
421
+ "upsert",
422
+ "replace",
423
+ "ignore"
424
+ ]
425
+ },
426
+ "env": {
427
+ "default": [
428
+ "prod",
429
+ "dev",
430
+ "test"
431
+ ],
432
+ "description": "Applicable environments",
433
+ "type": "array",
434
+ "items": {
435
+ "type": "string",
436
+ "enum": [
437
+ "prod",
438
+ "dev",
439
+ "test"
440
+ ]
441
+ }
442
+ },
443
+ "records": {
444
+ "type": "array",
445
+ "items": {
446
+ "type": "object",
447
+ "propertyNames": {
448
+ "type": "string"
449
+ },
450
+ "additionalProperties": {}
451
+ },
452
+ "description": "Data records"
453
+ }
454
+ },
455
+ "required": [
456
+ "object",
457
+ "externalId",
458
+ "mode",
459
+ "env",
460
+ "records"
461
+ ],
462
+ "additionalProperties": false
463
+ }
464
+ },
465
+ "capabilities": {
466
+ "description": "Plugin capability declarations for interoperability",
467
+ "type": "object",
468
+ "properties": {
469
+ "implements": {
470
+ "description": "List of protocols this plugin conforms to",
471
+ "type": "array",
472
+ "items": {
473
+ "type": "object",
474
+ "properties": {
475
+ "protocol": {
476
+ "type": "object",
477
+ "properties": {
478
+ "id": {
479
+ "type": "string",
480
+ "pattern": "^([a-z][a-z0-9]*\\.)+protocol\\.[a-z][a-z0-9._]*\\.v\\d+$",
481
+ "description": "Unique protocol identifier (e.g., com.objectstack.protocol.storage.v1)"
482
+ },
483
+ "label": {
484
+ "type": "string"
485
+ },
486
+ "version": {
487
+ "type": "object",
488
+ "properties": {
489
+ "major": {
490
+ "type": "integer",
491
+ "minimum": 0,
492
+ "maximum": 9007199254740991
493
+ },
494
+ "minor": {
495
+ "type": "integer",
496
+ "minimum": 0,
497
+ "maximum": 9007199254740991
498
+ },
499
+ "patch": {
500
+ "type": "integer",
501
+ "minimum": 0,
502
+ "maximum": 9007199254740991
503
+ }
504
+ },
505
+ "required": [
506
+ "major",
507
+ "minor",
508
+ "patch"
509
+ ],
510
+ "additionalProperties": false,
511
+ "description": "Semantic version of the protocol"
512
+ },
513
+ "specification": {
514
+ "description": "URL or path to protocol specification",
515
+ "type": "string"
516
+ },
517
+ "description": {
518
+ "type": "string"
519
+ }
520
+ },
521
+ "required": [
522
+ "id",
523
+ "label",
524
+ "version"
525
+ ],
526
+ "additionalProperties": false
527
+ },
528
+ "conformance": {
529
+ "default": "full",
530
+ "type": "string",
531
+ "enum": [
532
+ "full",
533
+ "partial",
534
+ "experimental",
535
+ "deprecated"
536
+ ],
537
+ "description": "Level of protocol conformance"
538
+ },
539
+ "implementedFeatures": {
540
+ "description": "List of implemented feature names",
541
+ "type": "array",
542
+ "items": {
543
+ "type": "string"
544
+ }
545
+ },
546
+ "features": {
547
+ "type": "array",
548
+ "items": {
549
+ "type": "object",
550
+ "properties": {
551
+ "name": {
552
+ "type": "string",
553
+ "description": "Feature identifier within the protocol"
554
+ },
555
+ "enabled": {
556
+ "default": true,
557
+ "type": "boolean"
558
+ },
559
+ "description": {
560
+ "type": "string"
561
+ },
562
+ "sinceVersion": {
563
+ "description": "Version when this feature was added",
564
+ "type": "string"
565
+ },
566
+ "deprecatedSince": {
567
+ "description": "Version when deprecated",
568
+ "type": "string"
569
+ }
570
+ },
571
+ "required": [
572
+ "name",
573
+ "enabled"
574
+ ],
575
+ "additionalProperties": false
576
+ }
577
+ },
578
+ "metadata": {
579
+ "type": "object",
580
+ "propertyNames": {
581
+ "type": "string"
582
+ },
583
+ "additionalProperties": {}
584
+ },
585
+ "certified": {
586
+ "default": false,
587
+ "description": "Has passed official conformance tests",
588
+ "type": "boolean"
589
+ },
590
+ "certificationDate": {
591
+ "type": "string",
592
+ "format": "date-time",
593
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"
594
+ }
595
+ },
596
+ "required": [
597
+ "protocol",
598
+ "conformance",
599
+ "certified"
600
+ ],
601
+ "additionalProperties": false
602
+ }
603
+ },
604
+ "provides": {
605
+ "description": "Services/APIs this plugin offers to others",
606
+ "type": "array",
607
+ "items": {
608
+ "type": "object",
609
+ "properties": {
610
+ "id": {
611
+ "type": "string",
612
+ "pattern": "^([a-z][a-z0-9]*\\.)+interface\\.[a-z][a-z0-9._]+$",
613
+ "description": "Unique interface identifier"
614
+ },
615
+ "name": {
616
+ "type": "string"
617
+ },
618
+ "description": {
619
+ "type": "string"
620
+ },
621
+ "version": {
622
+ "type": "object",
623
+ "properties": {
624
+ "major": {
625
+ "type": "integer",
626
+ "minimum": 0,
627
+ "maximum": 9007199254740991
628
+ },
629
+ "minor": {
630
+ "type": "integer",
631
+ "minimum": 0,
632
+ "maximum": 9007199254740991
633
+ },
634
+ "patch": {
635
+ "type": "integer",
636
+ "minimum": 0,
637
+ "maximum": 9007199254740991
638
+ }
639
+ },
640
+ "required": [
641
+ "major",
642
+ "minor",
643
+ "patch"
644
+ ],
645
+ "additionalProperties": false,
646
+ "description": "Semantic version of the protocol"
647
+ },
648
+ "methods": {
649
+ "type": "array",
650
+ "items": {
651
+ "type": "object",
652
+ "properties": {
653
+ "name": {
654
+ "type": "string",
655
+ "description": "Method name"
656
+ },
657
+ "description": {
658
+ "type": "string"
659
+ },
660
+ "parameters": {
661
+ "type": "array",
662
+ "items": {
663
+ "type": "object",
664
+ "properties": {
665
+ "name": {
666
+ "type": "string"
667
+ },
668
+ "type": {
669
+ "type": "string",
670
+ "description": "Type notation (e.g., string, number, User)"
671
+ },
672
+ "required": {
673
+ "default": true,
674
+ "type": "boolean"
675
+ },
676
+ "description": {
677
+ "type": "string"
678
+ }
679
+ },
680
+ "required": [
681
+ "name",
682
+ "type",
683
+ "required"
684
+ ],
685
+ "additionalProperties": false
686
+ }
687
+ },
688
+ "returnType": {
689
+ "description": "Return value type",
690
+ "type": "string"
691
+ },
692
+ "async": {
693
+ "default": false,
694
+ "description": "Whether method returns a Promise",
695
+ "type": "boolean"
696
+ }
697
+ },
698
+ "required": [
699
+ "name",
700
+ "async"
701
+ ],
702
+ "additionalProperties": false
703
+ }
704
+ },
705
+ "events": {
706
+ "type": "array",
707
+ "items": {
708
+ "type": "object",
709
+ "properties": {
710
+ "name": {
711
+ "type": "string",
712
+ "description": "Event name"
713
+ },
714
+ "description": {
715
+ "type": "string"
716
+ },
717
+ "payload": {
718
+ "description": "Event payload type",
719
+ "type": "string"
720
+ }
721
+ },
722
+ "required": [
723
+ "name"
724
+ ],
725
+ "additionalProperties": false
726
+ }
727
+ },
728
+ "stability": {
729
+ "default": "stable",
730
+ "type": "string",
731
+ "enum": [
732
+ "stable",
733
+ "beta",
734
+ "alpha",
735
+ "experimental"
736
+ ]
737
+ }
738
+ },
739
+ "required": [
740
+ "id",
741
+ "name",
742
+ "version",
743
+ "methods",
744
+ "stability"
745
+ ],
746
+ "additionalProperties": false
747
+ }
748
+ },
749
+ "requires": {
750
+ "description": "Required plugins and their capabilities",
751
+ "type": "array",
752
+ "items": {
753
+ "type": "object",
754
+ "properties": {
755
+ "pluginId": {
756
+ "type": "string",
757
+ "pattern": "^([a-z][a-z0-9]*\\.)+[a-z][a-z0-9-]+$",
758
+ "description": "Required plugin identifier"
759
+ },
760
+ "version": {
761
+ "type": "string",
762
+ "description": "Semantic version constraint"
763
+ },
764
+ "optional": {
765
+ "default": false,
766
+ "type": "boolean"
767
+ },
768
+ "reason": {
769
+ "type": "string"
770
+ },
771
+ "requiredCapabilities": {
772
+ "description": "Protocol IDs the dependency must support",
773
+ "type": "array",
774
+ "items": {
775
+ "type": "string"
776
+ }
777
+ }
778
+ },
779
+ "required": [
780
+ "pluginId",
781
+ "version",
782
+ "optional"
783
+ ],
784
+ "additionalProperties": false
785
+ }
786
+ },
787
+ "extensionPoints": {
788
+ "description": "Points where other plugins can extend this plugin",
789
+ "type": "array",
790
+ "items": {
791
+ "type": "object",
792
+ "properties": {
793
+ "id": {
794
+ "type": "string",
795
+ "pattern": "^([a-z][a-z0-9]*\\.)+extension\\.[a-z][a-z0-9._]+$",
796
+ "description": "Unique extension point identifier"
797
+ },
798
+ "name": {
799
+ "type": "string"
800
+ },
801
+ "description": {
802
+ "type": "string"
803
+ },
804
+ "type": {
805
+ "type": "string",
806
+ "enum": [
807
+ "action",
808
+ "hook",
809
+ "widget",
810
+ "provider",
811
+ "transformer",
812
+ "validator",
813
+ "decorator"
814
+ ]
815
+ },
816
+ "contract": {
817
+ "type": "object",
818
+ "properties": {
819
+ "input": {
820
+ "description": "Input type/schema",
821
+ "type": "string"
822
+ },
823
+ "output": {
824
+ "description": "Output type/schema",
825
+ "type": "string"
826
+ },
827
+ "signature": {
828
+ "description": "Function signature if applicable",
829
+ "type": "string"
830
+ }
831
+ },
832
+ "additionalProperties": false
833
+ },
834
+ "cardinality": {
835
+ "default": "multiple",
836
+ "description": "Whether multiple extensions can register to this point",
837
+ "type": "string",
838
+ "enum": [
839
+ "single",
840
+ "multiple"
841
+ ]
842
+ }
843
+ },
844
+ "required": [
845
+ "id",
846
+ "name",
847
+ "type",
848
+ "cardinality"
849
+ ],
850
+ "additionalProperties": false
851
+ }
852
+ },
853
+ "extensions": {
854
+ "description": "Extensions contributed to other plugins",
855
+ "type": "array",
856
+ "items": {
857
+ "type": "object",
858
+ "properties": {
859
+ "targetPluginId": {
860
+ "type": "string",
861
+ "description": "Plugin ID being extended"
862
+ },
863
+ "extensionPointId": {
864
+ "type": "string",
865
+ "description": "Extension point identifier"
866
+ },
867
+ "implementation": {
868
+ "type": "string",
869
+ "description": "Path to implementation module"
870
+ },
871
+ "priority": {
872
+ "default": 100,
873
+ "description": "Registration priority (lower = higher priority)",
874
+ "type": "integer",
875
+ "minimum": -9007199254740991,
876
+ "maximum": 9007199254740991
877
+ }
878
+ },
879
+ "required": [
880
+ "targetPluginId",
881
+ "extensionPointId",
882
+ "implementation",
883
+ "priority"
884
+ ],
885
+ "additionalProperties": false
886
+ }
887
+ }
888
+ },
889
+ "additionalProperties": false
890
+ },
891
+ "extensions": {
892
+ "description": "Extension points and contributions",
893
+ "type": "object",
894
+ "propertyNames": {
895
+ "type": "string"
896
+ },
897
+ "additionalProperties": {}
898
+ },
899
+ "loading": {
900
+ "description": "Plugin loading and runtime behavior configuration",
901
+ "type": "object",
902
+ "properties": {
903
+ "strategy": {
904
+ "default": "lazy",
905
+ "type": "string",
906
+ "enum": [
907
+ "eager",
908
+ "lazy",
909
+ "parallel",
910
+ "deferred",
911
+ "on-demand"
912
+ ],
913
+ "description": "Plugin loading strategy"
914
+ },
915
+ "preload": {
916
+ "type": "object",
917
+ "properties": {
918
+ "enabled": {
919
+ "default": false,
920
+ "type": "boolean"
921
+ },
922
+ "priority": {
923
+ "default": 100,
924
+ "type": "integer",
925
+ "minimum": 0,
926
+ "maximum": 9007199254740991
927
+ },
928
+ "resources": {
929
+ "type": "array",
930
+ "items": {
931
+ "type": "string",
932
+ "enum": [
933
+ "metadata",
934
+ "dependencies",
935
+ "assets",
936
+ "code",
937
+ "services"
938
+ ]
939
+ }
940
+ },
941
+ "conditions": {
942
+ "type": "object",
943
+ "properties": {
944
+ "routes": {
945
+ "type": "array",
946
+ "items": {
947
+ "type": "string"
948
+ }
949
+ },
950
+ "roles": {
951
+ "type": "array",
952
+ "items": {
953
+ "type": "string"
954
+ }
955
+ },
956
+ "deviceType": {
957
+ "type": "array",
958
+ "items": {
959
+ "type": "string",
960
+ "enum": [
961
+ "desktop",
962
+ "mobile",
963
+ "tablet"
964
+ ]
965
+ }
966
+ },
967
+ "minNetworkSpeed": {
968
+ "type": "string",
969
+ "enum": [
970
+ "slow-2g",
971
+ "2g",
972
+ "3g",
973
+ "4g"
974
+ ]
975
+ }
976
+ },
977
+ "additionalProperties": false
978
+ }
979
+ },
980
+ "required": [
981
+ "enabled",
982
+ "priority"
983
+ ],
984
+ "additionalProperties": false,
985
+ "description": "Plugin preloading configuration"
986
+ },
987
+ "codeSplitting": {
988
+ "type": "object",
989
+ "properties": {
990
+ "enabled": {
991
+ "default": true,
992
+ "type": "boolean"
993
+ },
994
+ "strategy": {
995
+ "default": "feature",
996
+ "type": "string",
997
+ "enum": [
998
+ "route",
999
+ "feature",
1000
+ "size",
1001
+ "custom"
1002
+ ]
1003
+ },
1004
+ "chunkNaming": {
1005
+ "default": "hashed",
1006
+ "type": "string",
1007
+ "enum": [
1008
+ "hashed",
1009
+ "named",
1010
+ "sequential"
1011
+ ]
1012
+ },
1013
+ "maxChunkSize": {
1014
+ "description": "Max chunk size in KB",
1015
+ "type": "integer",
1016
+ "minimum": 10,
1017
+ "maximum": 9007199254740991
1018
+ },
1019
+ "sharedDependencies": {
1020
+ "type": "object",
1021
+ "properties": {
1022
+ "enabled": {
1023
+ "default": true,
1024
+ "type": "boolean"
1025
+ },
1026
+ "minChunks": {
1027
+ "default": 2,
1028
+ "type": "integer",
1029
+ "minimum": 1,
1030
+ "maximum": 9007199254740991
1031
+ }
1032
+ },
1033
+ "required": [
1034
+ "enabled",
1035
+ "minChunks"
1036
+ ],
1037
+ "additionalProperties": false
1038
+ }
1039
+ },
1040
+ "required": [
1041
+ "enabled",
1042
+ "strategy",
1043
+ "chunkNaming"
1044
+ ],
1045
+ "additionalProperties": false,
1046
+ "description": "Plugin code splitting configuration"
1047
+ },
1048
+ "dynamicImport": {
1049
+ "type": "object",
1050
+ "properties": {
1051
+ "enabled": {
1052
+ "default": true,
1053
+ "type": "boolean"
1054
+ },
1055
+ "mode": {
1056
+ "default": "async",
1057
+ "type": "string",
1058
+ "enum": [
1059
+ "async",
1060
+ "sync",
1061
+ "eager",
1062
+ "lazy"
1063
+ ]
1064
+ },
1065
+ "prefetch": {
1066
+ "default": false,
1067
+ "description": "Prefetch module in idle time",
1068
+ "type": "boolean"
1069
+ },
1070
+ "preload": {
1071
+ "default": false,
1072
+ "description": "Preload module in parallel with parent",
1073
+ "type": "boolean"
1074
+ },
1075
+ "webpackChunkName": {
1076
+ "description": "Custom chunk name for webpack",
1077
+ "type": "string"
1078
+ },
1079
+ "timeout": {
1080
+ "default": 30000,
1081
+ "description": "Dynamic import timeout (ms)",
1082
+ "type": "integer",
1083
+ "minimum": 100,
1084
+ "maximum": 9007199254740991
1085
+ },
1086
+ "retry": {
1087
+ "type": "object",
1088
+ "properties": {
1089
+ "enabled": {
1090
+ "default": true,
1091
+ "type": "boolean"
1092
+ },
1093
+ "maxAttempts": {
1094
+ "default": 3,
1095
+ "type": "integer",
1096
+ "minimum": 1,
1097
+ "maximum": 10
1098
+ },
1099
+ "backoffMs": {
1100
+ "default": 1000,
1101
+ "description": "Exponential backoff base delay",
1102
+ "type": "integer",
1103
+ "minimum": 0,
1104
+ "maximum": 9007199254740991
1105
+ }
1106
+ },
1107
+ "required": [
1108
+ "enabled",
1109
+ "maxAttempts",
1110
+ "backoffMs"
1111
+ ],
1112
+ "additionalProperties": false
1113
+ }
1114
+ },
1115
+ "required": [
1116
+ "enabled",
1117
+ "mode",
1118
+ "prefetch",
1119
+ "preload",
1120
+ "timeout"
1121
+ ],
1122
+ "additionalProperties": false,
1123
+ "description": "Plugin dynamic import configuration"
1124
+ },
1125
+ "initialization": {
1126
+ "type": "object",
1127
+ "properties": {
1128
+ "mode": {
1129
+ "default": "async",
1130
+ "type": "string",
1131
+ "enum": [
1132
+ "sync",
1133
+ "async",
1134
+ "parallel",
1135
+ "sequential"
1136
+ ]
1137
+ },
1138
+ "timeout": {
1139
+ "default": 30000,
1140
+ "type": "integer",
1141
+ "minimum": 100,
1142
+ "maximum": 9007199254740991
1143
+ },
1144
+ "priority": {
1145
+ "default": 100,
1146
+ "type": "integer",
1147
+ "minimum": 0,
1148
+ "maximum": 9007199254740991
1149
+ },
1150
+ "critical": {
1151
+ "default": false,
1152
+ "description": "If true, kernel bootstrap fails if plugin fails",
1153
+ "type": "boolean"
1154
+ },
1155
+ "retry": {
1156
+ "type": "object",
1157
+ "properties": {
1158
+ "enabled": {
1159
+ "default": false,
1160
+ "type": "boolean"
1161
+ },
1162
+ "maxAttempts": {
1163
+ "default": 3,
1164
+ "type": "integer",
1165
+ "minimum": 1,
1166
+ "maximum": 5
1167
+ },
1168
+ "backoffMs": {
1169
+ "default": 1000,
1170
+ "type": "integer",
1171
+ "minimum": 0,
1172
+ "maximum": 9007199254740991
1173
+ }
1174
+ },
1175
+ "required": [
1176
+ "enabled",
1177
+ "maxAttempts",
1178
+ "backoffMs"
1179
+ ],
1180
+ "additionalProperties": false
1181
+ },
1182
+ "healthCheckInterval": {
1183
+ "description": "Health check interval in ms (0 = disabled)",
1184
+ "type": "integer",
1185
+ "minimum": 0,
1186
+ "maximum": 9007199254740991
1187
+ }
1188
+ },
1189
+ "required": [
1190
+ "mode",
1191
+ "timeout",
1192
+ "priority",
1193
+ "critical"
1194
+ ],
1195
+ "additionalProperties": false,
1196
+ "description": "Plugin initialization configuration"
1197
+ },
1198
+ "dependencyResolution": {
1199
+ "type": "object",
1200
+ "properties": {
1201
+ "strategy": {
1202
+ "default": "compatible",
1203
+ "type": "string",
1204
+ "enum": [
1205
+ "strict",
1206
+ "compatible",
1207
+ "latest",
1208
+ "pinned"
1209
+ ]
1210
+ },
1211
+ "peerDependencies": {
1212
+ "type": "object",
1213
+ "properties": {
1214
+ "resolve": {
1215
+ "default": true,
1216
+ "type": "boolean"
1217
+ },
1218
+ "onMissing": {
1219
+ "default": "warn",
1220
+ "type": "string",
1221
+ "enum": [
1222
+ "error",
1223
+ "warn",
1224
+ "ignore"
1225
+ ]
1226
+ },
1227
+ "onMismatch": {
1228
+ "default": "warn",
1229
+ "type": "string",
1230
+ "enum": [
1231
+ "error",
1232
+ "warn",
1233
+ "ignore"
1234
+ ]
1235
+ }
1236
+ },
1237
+ "required": [
1238
+ "resolve",
1239
+ "onMissing",
1240
+ "onMismatch"
1241
+ ],
1242
+ "additionalProperties": false
1243
+ },
1244
+ "optionalDependencies": {
1245
+ "type": "object",
1246
+ "properties": {
1247
+ "load": {
1248
+ "default": true,
1249
+ "type": "boolean"
1250
+ },
1251
+ "onFailure": {
1252
+ "default": "warn",
1253
+ "type": "string",
1254
+ "enum": [
1255
+ "warn",
1256
+ "ignore"
1257
+ ]
1258
+ }
1259
+ },
1260
+ "required": [
1261
+ "load",
1262
+ "onFailure"
1263
+ ],
1264
+ "additionalProperties": false
1265
+ },
1266
+ "conflictResolution": {
1267
+ "default": "latest",
1268
+ "type": "string",
1269
+ "enum": [
1270
+ "fail",
1271
+ "latest",
1272
+ "oldest",
1273
+ "manual"
1274
+ ]
1275
+ },
1276
+ "circularDependencies": {
1277
+ "default": "warn",
1278
+ "type": "string",
1279
+ "enum": [
1280
+ "error",
1281
+ "warn",
1282
+ "allow"
1283
+ ]
1284
+ }
1285
+ },
1286
+ "required": [
1287
+ "strategy",
1288
+ "conflictResolution",
1289
+ "circularDependencies"
1290
+ ],
1291
+ "additionalProperties": false,
1292
+ "description": "Plugin dependency resolution configuration"
1293
+ },
1294
+ "hotReload": {
1295
+ "type": "object",
1296
+ "properties": {
1297
+ "enabled": {
1298
+ "default": false,
1299
+ "type": "boolean"
1300
+ },
1301
+ "environment": {
1302
+ "default": "development",
1303
+ "description": "Target environment controlling safety level",
1304
+ "type": "string",
1305
+ "enum": [
1306
+ "development",
1307
+ "staging",
1308
+ "production"
1309
+ ]
1310
+ },
1311
+ "strategy": {
1312
+ "default": "full",
1313
+ "type": "string",
1314
+ "enum": [
1315
+ "full",
1316
+ "partial",
1317
+ "state-preserve"
1318
+ ]
1319
+ },
1320
+ "watchPatterns": {
1321
+ "description": "Glob patterns for files to watch",
1322
+ "type": "array",
1323
+ "items": {
1324
+ "type": "string"
1325
+ }
1326
+ },
1327
+ "ignorePatterns": {
1328
+ "description": "Glob patterns for files to ignore",
1329
+ "type": "array",
1330
+ "items": {
1331
+ "type": "string"
1332
+ }
1333
+ },
1334
+ "debounceMs": {
1335
+ "default": 300,
1336
+ "type": "integer",
1337
+ "minimum": 0,
1338
+ "maximum": 9007199254740991
1339
+ },
1340
+ "preserveState": {
1341
+ "default": false,
1342
+ "type": "boolean"
1343
+ },
1344
+ "stateSerialization": {
1345
+ "type": "object",
1346
+ "properties": {
1347
+ "enabled": {
1348
+ "default": false,
1349
+ "type": "boolean"
1350
+ },
1351
+ "handler": {
1352
+ "type": "string"
1353
+ }
1354
+ },
1355
+ "required": [
1356
+ "enabled"
1357
+ ],
1358
+ "additionalProperties": false
1359
+ },
1360
+ "hooks": {
1361
+ "type": "object",
1362
+ "properties": {
1363
+ "beforeReload": {
1364
+ "description": "Function to call before reload",
1365
+ "type": "string"
1366
+ },
1367
+ "afterReload": {
1368
+ "description": "Function to call after reload",
1369
+ "type": "string"
1370
+ },
1371
+ "onError": {
1372
+ "description": "Function to call on reload error",
1373
+ "type": "string"
1374
+ }
1375
+ },
1376
+ "additionalProperties": false
1377
+ },
1378
+ "productionSafety": {
1379
+ "type": "object",
1380
+ "properties": {
1381
+ "healthValidation": {
1382
+ "default": true,
1383
+ "description": "Run health checks after reload before accepting traffic",
1384
+ "type": "boolean"
1385
+ },
1386
+ "rollbackOnFailure": {
1387
+ "default": true,
1388
+ "description": "Auto-rollback if reloaded plugin fails health check",
1389
+ "type": "boolean"
1390
+ },
1391
+ "healthTimeout": {
1392
+ "default": 30000,
1393
+ "description": "Health check timeout after reload in ms",
1394
+ "type": "integer",
1395
+ "minimum": 1000,
1396
+ "maximum": 9007199254740991
1397
+ },
1398
+ "drainConnections": {
1399
+ "default": true,
1400
+ "description": "Gracefully drain active requests before reloading",
1401
+ "type": "boolean"
1402
+ },
1403
+ "drainTimeout": {
1404
+ "default": 15000,
1405
+ "description": "Max wait time for connection draining in ms",
1406
+ "type": "integer",
1407
+ "minimum": 0,
1408
+ "maximum": 9007199254740991
1409
+ },
1410
+ "maxConcurrentReloads": {
1411
+ "default": 1,
1412
+ "description": "Limit concurrent reloads to prevent system instability",
1413
+ "type": "integer",
1414
+ "minimum": 1,
1415
+ "maximum": 9007199254740991
1416
+ },
1417
+ "minReloadInterval": {
1418
+ "default": 5000,
1419
+ "description": "Cooldown period between reloads of the same plugin",
1420
+ "type": "integer",
1421
+ "minimum": 1000,
1422
+ "maximum": 9007199254740991
1423
+ }
1424
+ },
1425
+ "required": [
1426
+ "healthValidation",
1427
+ "rollbackOnFailure",
1428
+ "healthTimeout",
1429
+ "drainConnections",
1430
+ "drainTimeout",
1431
+ "maxConcurrentReloads",
1432
+ "minReloadInterval"
1433
+ ],
1434
+ "additionalProperties": false
1435
+ }
1436
+ },
1437
+ "required": [
1438
+ "enabled",
1439
+ "environment",
1440
+ "strategy",
1441
+ "debounceMs",
1442
+ "preserveState"
1443
+ ],
1444
+ "additionalProperties": false,
1445
+ "description": "Plugin hot reload configuration"
1446
+ },
1447
+ "caching": {
1448
+ "type": "object",
1449
+ "properties": {
1450
+ "enabled": {
1451
+ "default": true,
1452
+ "type": "boolean"
1453
+ },
1454
+ "storage": {
1455
+ "default": "memory",
1456
+ "type": "string",
1457
+ "enum": [
1458
+ "memory",
1459
+ "disk",
1460
+ "indexeddb",
1461
+ "hybrid"
1462
+ ]
1463
+ },
1464
+ "keyStrategy": {
1465
+ "default": "version",
1466
+ "type": "string",
1467
+ "enum": [
1468
+ "version",
1469
+ "hash",
1470
+ "timestamp"
1471
+ ]
1472
+ },
1473
+ "ttl": {
1474
+ "description": "Time to live in seconds (0 = infinite)",
1475
+ "type": "integer",
1476
+ "minimum": 0,
1477
+ "maximum": 9007199254740991
1478
+ },
1479
+ "maxSize": {
1480
+ "description": "Max cache size in MB",
1481
+ "type": "integer",
1482
+ "minimum": 1,
1483
+ "maximum": 9007199254740991
1484
+ },
1485
+ "invalidateOn": {
1486
+ "type": "array",
1487
+ "items": {
1488
+ "type": "string",
1489
+ "enum": [
1490
+ "version-change",
1491
+ "dependency-change",
1492
+ "manual",
1493
+ "error"
1494
+ ]
1495
+ }
1496
+ },
1497
+ "compression": {
1498
+ "type": "object",
1499
+ "properties": {
1500
+ "enabled": {
1501
+ "default": false,
1502
+ "type": "boolean"
1503
+ },
1504
+ "algorithm": {
1505
+ "default": "gzip",
1506
+ "type": "string",
1507
+ "enum": [
1508
+ "gzip",
1509
+ "brotli",
1510
+ "deflate"
1511
+ ]
1512
+ }
1513
+ },
1514
+ "required": [
1515
+ "enabled",
1516
+ "algorithm"
1517
+ ],
1518
+ "additionalProperties": false
1519
+ }
1520
+ },
1521
+ "required": [
1522
+ "enabled",
1523
+ "storage",
1524
+ "keyStrategy"
1525
+ ],
1526
+ "additionalProperties": false,
1527
+ "description": "Plugin caching configuration"
1528
+ },
1529
+ "sandboxing": {
1530
+ "type": "object",
1531
+ "properties": {
1532
+ "enabled": {
1533
+ "default": false,
1534
+ "type": "boolean"
1535
+ },
1536
+ "scope": {
1537
+ "default": "automation-only",
1538
+ "description": "Which plugins are subject to isolation",
1539
+ "type": "string",
1540
+ "enum": [
1541
+ "automation-only",
1542
+ "untrusted-only",
1543
+ "all-plugins"
1544
+ ]
1545
+ },
1546
+ "isolationLevel": {
1547
+ "default": "none",
1548
+ "type": "string",
1549
+ "enum": [
1550
+ "none",
1551
+ "process",
1552
+ "vm",
1553
+ "iframe",
1554
+ "web-worker"
1555
+ ]
1556
+ },
1557
+ "allowedCapabilities": {
1558
+ "description": "List of allowed capability IDs",
1559
+ "type": "array",
1560
+ "items": {
1561
+ "type": "string"
1562
+ }
1563
+ },
1564
+ "resourceQuotas": {
1565
+ "type": "object",
1566
+ "properties": {
1567
+ "maxMemoryMB": {
1568
+ "type": "integer",
1569
+ "minimum": 1,
1570
+ "maximum": 9007199254740991
1571
+ },
1572
+ "maxCpuTimeMs": {
1573
+ "type": "integer",
1574
+ "minimum": 100,
1575
+ "maximum": 9007199254740991
1576
+ },
1577
+ "maxFileDescriptors": {
1578
+ "type": "integer",
1579
+ "minimum": 1,
1580
+ "maximum": 9007199254740991
1581
+ },
1582
+ "maxNetworkKBps": {
1583
+ "type": "integer",
1584
+ "minimum": 1,
1585
+ "maximum": 9007199254740991
1586
+ }
1587
+ },
1588
+ "additionalProperties": false
1589
+ },
1590
+ "permissions": {
1591
+ "type": "object",
1592
+ "properties": {
1593
+ "allowedAPIs": {
1594
+ "type": "array",
1595
+ "items": {
1596
+ "type": "string"
1597
+ }
1598
+ },
1599
+ "allowedPaths": {
1600
+ "type": "array",
1601
+ "items": {
1602
+ "type": "string"
1603
+ }
1604
+ },
1605
+ "allowedEndpoints": {
1606
+ "type": "array",
1607
+ "items": {
1608
+ "type": "string"
1609
+ }
1610
+ },
1611
+ "allowedEnvVars": {
1612
+ "type": "array",
1613
+ "items": {
1614
+ "type": "string"
1615
+ }
1616
+ }
1617
+ },
1618
+ "additionalProperties": false
1619
+ },
1620
+ "ipc": {
1621
+ "type": "object",
1622
+ "properties": {
1623
+ "enabled": {
1624
+ "default": true,
1625
+ "description": "Allow sandboxed plugins to communicate via IPC",
1626
+ "type": "boolean"
1627
+ },
1628
+ "transport": {
1629
+ "default": "message-port",
1630
+ "description": "IPC transport for cross-boundary communication",
1631
+ "type": "string",
1632
+ "enum": [
1633
+ "message-port",
1634
+ "unix-socket",
1635
+ "tcp",
1636
+ "memory"
1637
+ ]
1638
+ },
1639
+ "maxMessageSize": {
1640
+ "default": 1048576,
1641
+ "description": "Maximum IPC message size in bytes (default 1MB)",
1642
+ "type": "integer",
1643
+ "minimum": 1024,
1644
+ "maximum": 9007199254740991
1645
+ },
1646
+ "timeout": {
1647
+ "default": 30000,
1648
+ "description": "IPC message response timeout in ms",
1649
+ "type": "integer",
1650
+ "minimum": 100,
1651
+ "maximum": 9007199254740991
1652
+ },
1653
+ "allowedServices": {
1654
+ "description": "Service names the sandboxed plugin may invoke via IPC",
1655
+ "type": "array",
1656
+ "items": {
1657
+ "type": "string"
1658
+ }
1659
+ }
1660
+ },
1661
+ "required": [
1662
+ "enabled",
1663
+ "transport",
1664
+ "maxMessageSize",
1665
+ "timeout"
1666
+ ],
1667
+ "additionalProperties": false
1668
+ }
1669
+ },
1670
+ "required": [
1671
+ "enabled",
1672
+ "scope",
1673
+ "isolationLevel"
1674
+ ],
1675
+ "additionalProperties": false,
1676
+ "description": "Plugin sandboxing configuration"
1677
+ },
1678
+ "monitoring": {
1679
+ "type": "object",
1680
+ "properties": {
1681
+ "enabled": {
1682
+ "default": false,
1683
+ "type": "boolean"
1684
+ },
1685
+ "metrics": {
1686
+ "type": "array",
1687
+ "items": {
1688
+ "type": "string",
1689
+ "enum": [
1690
+ "load-time",
1691
+ "init-time",
1692
+ "memory-usage",
1693
+ "cpu-usage",
1694
+ "api-calls",
1695
+ "error-rate",
1696
+ "cache-hit-rate"
1697
+ ]
1698
+ }
1699
+ },
1700
+ "samplingRate": {
1701
+ "default": 1,
1702
+ "type": "number",
1703
+ "minimum": 0,
1704
+ "maximum": 1
1705
+ },
1706
+ "reportingInterval": {
1707
+ "default": 60,
1708
+ "type": "integer",
1709
+ "minimum": 1,
1710
+ "maximum": 9007199254740991
1711
+ },
1712
+ "budgets": {
1713
+ "type": "object",
1714
+ "properties": {
1715
+ "maxLoadTimeMs": {
1716
+ "type": "integer",
1717
+ "minimum": 0,
1718
+ "maximum": 9007199254740991
1719
+ },
1720
+ "maxInitTimeMs": {
1721
+ "type": "integer",
1722
+ "minimum": 0,
1723
+ "maximum": 9007199254740991
1724
+ },
1725
+ "maxMemoryMB": {
1726
+ "type": "integer",
1727
+ "minimum": 0,
1728
+ "maximum": 9007199254740991
1729
+ }
1730
+ },
1731
+ "additionalProperties": false
1732
+ },
1733
+ "onBudgetViolation": {
1734
+ "default": "warn",
1735
+ "type": "string",
1736
+ "enum": [
1737
+ "warn",
1738
+ "error",
1739
+ "ignore"
1740
+ ]
1741
+ }
1742
+ },
1743
+ "required": [
1744
+ "enabled",
1745
+ "samplingRate",
1746
+ "reportingInterval",
1747
+ "onBudgetViolation"
1748
+ ],
1749
+ "additionalProperties": false,
1750
+ "description": "Plugin performance monitoring configuration"
1751
+ }
1752
+ },
1753
+ "required": [
1754
+ "strategy"
1755
+ ],
1756
+ "additionalProperties": false
1757
+ }
1758
+ },
1759
+ "required": [
1760
+ "id",
1761
+ "version",
1762
+ "type",
1763
+ "name"
1764
+ ],
1765
+ "additionalProperties": false
1766
+ },
1767
+ "status": {
1768
+ "default": "installed",
1769
+ "type": "string",
1770
+ "enum": [
1771
+ "installed",
1772
+ "disabled",
1773
+ "installing",
1774
+ "uninstalling",
1775
+ "error"
1776
+ ]
1777
+ },
1778
+ "enabled": {
1779
+ "default": true,
1780
+ "type": "boolean"
1781
+ },
1782
+ "installedAt": {
1783
+ "type": "string",
1784
+ "format": "date-time",
1785
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"
1786
+ },
1787
+ "updatedAt": {
1788
+ "type": "string",
1789
+ "format": "date-time",
1790
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"
1791
+ },
1792
+ "statusChangedAt": {
1793
+ "type": "string",
1794
+ "format": "date-time",
1795
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"
1796
+ },
1797
+ "errorMessage": {
1798
+ "type": "string"
1799
+ },
1800
+ "settings": {
1801
+ "type": "object",
1802
+ "propertyNames": {
1803
+ "type": "string"
1804
+ },
1805
+ "additionalProperties": {}
1806
+ }
1807
+ },
1808
+ "required": [
1809
+ "manifest",
1810
+ "status",
1811
+ "enabled"
1812
+ ],
1813
+ "additionalProperties": false
1814
+ }
5
1815
  },
6
- "$schema": "http://json-schema.org/draft-07/schema#"
1816
+ "required": [
1817
+ "package"
1818
+ ],
1819
+ "additionalProperties": false
7
1820
  }