@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,1781 @@
1
1
  {
2
- "$ref": "#/definitions/InstallPackageRequest",
3
- "definitions": {
4
- "InstallPackageRequest": {}
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "type": "object",
4
+ "properties": {
5
+ "manifest": {
6
+ "type": "object",
7
+ "properties": {
8
+ "id": {
9
+ "type": "string",
10
+ "description": "Unique package identifier (reverse domain style)"
11
+ },
12
+ "namespace": {
13
+ "description": "Short namespace identifier for metadata scoping (e.g. \"crm\", \"todo\")",
14
+ "type": "string",
15
+ "pattern": "^[a-z][a-z0-9_]{1,19}$"
16
+ },
17
+ "version": {
18
+ "type": "string",
19
+ "pattern": "^\\d+\\.\\d+\\.\\d+$",
20
+ "description": "Package version (semantic versioning)"
21
+ },
22
+ "type": {
23
+ "type": "string",
24
+ "enum": [
25
+ "plugin",
26
+ "ui",
27
+ "driver",
28
+ "server",
29
+ "app",
30
+ "theme",
31
+ "agent",
32
+ "objectql",
33
+ "module",
34
+ "gateway",
35
+ "adapter"
36
+ ],
37
+ "description": "Type of package"
38
+ },
39
+ "name": {
40
+ "type": "string",
41
+ "description": "Human-readable package name"
42
+ },
43
+ "description": {
44
+ "description": "Package description",
45
+ "type": "string"
46
+ },
47
+ "permissions": {
48
+ "description": "Array of required permission strings",
49
+ "type": "array",
50
+ "items": {
51
+ "type": "string"
52
+ }
53
+ },
54
+ "objects": {
55
+ "description": "Glob patterns for ObjectQL schemas files",
56
+ "type": "array",
57
+ "items": {
58
+ "type": "string"
59
+ }
60
+ },
61
+ "datasources": {
62
+ "description": "Glob patterns for Datasource definitions",
63
+ "type": "array",
64
+ "items": {
65
+ "type": "string"
66
+ }
67
+ },
68
+ "dependencies": {
69
+ "description": "Package dependencies",
70
+ "type": "object",
71
+ "propertyNames": {
72
+ "type": "string"
73
+ },
74
+ "additionalProperties": {
75
+ "type": "string"
76
+ }
77
+ },
78
+ "configuration": {
79
+ "description": "Plugin configuration settings",
80
+ "type": "object",
81
+ "properties": {
82
+ "title": {
83
+ "type": "string"
84
+ },
85
+ "properties": {
86
+ "type": "object",
87
+ "propertyNames": {
88
+ "type": "string"
89
+ },
90
+ "additionalProperties": {
91
+ "type": "object",
92
+ "properties": {
93
+ "type": {
94
+ "type": "string",
95
+ "enum": [
96
+ "string",
97
+ "number",
98
+ "boolean",
99
+ "array",
100
+ "object"
101
+ ],
102
+ "description": "Data type of the setting"
103
+ },
104
+ "default": {
105
+ "description": "Default value"
106
+ },
107
+ "description": {
108
+ "description": "Tooltip description",
109
+ "type": "string"
110
+ },
111
+ "required": {
112
+ "description": "Is this setting required?",
113
+ "type": "boolean"
114
+ },
115
+ "secret": {
116
+ "description": "If true, value is encrypted/masked (e.g. API Keys)",
117
+ "type": "boolean"
118
+ },
119
+ "enum": {
120
+ "description": "Allowed values for select inputs",
121
+ "type": "array",
122
+ "items": {
123
+ "type": "string"
124
+ }
125
+ }
126
+ },
127
+ "required": [
128
+ "type"
129
+ ],
130
+ "additionalProperties": false
131
+ },
132
+ "description": "Map of configuration keys to their definitions"
133
+ }
134
+ },
135
+ "required": [
136
+ "properties"
137
+ ],
138
+ "additionalProperties": false
139
+ },
140
+ "contributes": {
141
+ "description": "Platform contributions",
142
+ "type": "object",
143
+ "properties": {
144
+ "kinds": {
145
+ "description": "New Metadata Types to recognize",
146
+ "type": "array",
147
+ "items": {
148
+ "type": "object",
149
+ "properties": {
150
+ "id": {
151
+ "type": "string",
152
+ "description": "The generic identifier of the kind (e.g., \"sys.bi.report\")"
153
+ },
154
+ "globs": {
155
+ "type": "array",
156
+ "items": {
157
+ "type": "string"
158
+ },
159
+ "description": "File patterns to watch (e.g., [\"**/*.report.ts\"])"
160
+ },
161
+ "description": {
162
+ "description": "Description of what this kind represents",
163
+ "type": "string"
164
+ }
165
+ },
166
+ "required": [
167
+ "id",
168
+ "globs"
169
+ ],
170
+ "additionalProperties": false
171
+ }
172
+ },
173
+ "events": {
174
+ "description": "Events this plugin listens to",
175
+ "type": "array",
176
+ "items": {
177
+ "type": "string"
178
+ }
179
+ },
180
+ "menus": {
181
+ "description": "UI Menu contributions",
182
+ "type": "object",
183
+ "propertyNames": {
184
+ "type": "string"
185
+ },
186
+ "additionalProperties": {
187
+ "type": "array",
188
+ "items": {
189
+ "type": "object",
190
+ "properties": {
191
+ "id": {
192
+ "type": "string"
193
+ },
194
+ "label": {
195
+ "type": "string"
196
+ },
197
+ "command": {
198
+ "type": "string"
199
+ }
200
+ },
201
+ "required": [
202
+ "id",
203
+ "label"
204
+ ],
205
+ "additionalProperties": false
206
+ }
207
+ }
208
+ },
209
+ "themes": {
210
+ "description": "Theme contributions",
211
+ "type": "array",
212
+ "items": {
213
+ "type": "object",
214
+ "properties": {
215
+ "id": {
216
+ "type": "string"
217
+ },
218
+ "label": {
219
+ "type": "string"
220
+ },
221
+ "path": {
222
+ "type": "string"
223
+ }
224
+ },
225
+ "required": [
226
+ "id",
227
+ "label",
228
+ "path"
229
+ ],
230
+ "additionalProperties": false
231
+ }
232
+ },
233
+ "translations": {
234
+ "description": "Translation resources",
235
+ "type": "array",
236
+ "items": {
237
+ "type": "object",
238
+ "properties": {
239
+ "locale": {
240
+ "type": "string"
241
+ },
242
+ "path": {
243
+ "type": "string"
244
+ }
245
+ },
246
+ "required": [
247
+ "locale",
248
+ "path"
249
+ ],
250
+ "additionalProperties": false
251
+ }
252
+ },
253
+ "actions": {
254
+ "description": "Exposed server actions",
255
+ "type": "array",
256
+ "items": {
257
+ "type": "object",
258
+ "properties": {
259
+ "name": {
260
+ "type": "string",
261
+ "description": "Unique action name"
262
+ },
263
+ "label": {
264
+ "type": "string"
265
+ },
266
+ "description": {
267
+ "type": "string"
268
+ },
269
+ "input": {
270
+ "description": "Input validation schema"
271
+ },
272
+ "output": {
273
+ "description": "Output schema"
274
+ }
275
+ },
276
+ "required": [
277
+ "name"
278
+ ],
279
+ "additionalProperties": false
280
+ }
281
+ },
282
+ "drivers": {
283
+ "description": "Driver contributions",
284
+ "type": "array",
285
+ "items": {
286
+ "type": "object",
287
+ "properties": {
288
+ "id": {
289
+ "type": "string",
290
+ "description": "Driver unique identifier (e.g. \"postgres\", \"mongo\")"
291
+ },
292
+ "label": {
293
+ "type": "string",
294
+ "description": "Human readable name"
295
+ },
296
+ "description": {
297
+ "type": "string"
298
+ }
299
+ },
300
+ "required": [
301
+ "id",
302
+ "label"
303
+ ],
304
+ "additionalProperties": false
305
+ }
306
+ },
307
+ "fieldTypes": {
308
+ "description": "Field Type contributions",
309
+ "type": "array",
310
+ "items": {
311
+ "type": "object",
312
+ "properties": {
313
+ "name": {
314
+ "type": "string",
315
+ "description": "Unique field type name (e.g. \"vector\")"
316
+ },
317
+ "label": {
318
+ "type": "string",
319
+ "description": "Display label"
320
+ },
321
+ "description": {
322
+ "type": "string"
323
+ }
324
+ },
325
+ "required": [
326
+ "name",
327
+ "label"
328
+ ],
329
+ "additionalProperties": false
330
+ }
331
+ },
332
+ "functions": {
333
+ "description": "Query Function contributions",
334
+ "type": "array",
335
+ "items": {
336
+ "type": "object",
337
+ "properties": {
338
+ "name": {
339
+ "type": "string",
340
+ "description": "Function name (e.g. \"distance\")"
341
+ },
342
+ "description": {
343
+ "type": "string"
344
+ },
345
+ "args": {
346
+ "description": "Argument types",
347
+ "type": "array",
348
+ "items": {
349
+ "type": "string"
350
+ }
351
+ },
352
+ "returnType": {
353
+ "type": "string"
354
+ }
355
+ },
356
+ "required": [
357
+ "name"
358
+ ],
359
+ "additionalProperties": false
360
+ }
361
+ },
362
+ "routes": {
363
+ "description": "API route contributions to HttpDispatcher",
364
+ "type": "array",
365
+ "items": {
366
+ "type": "object",
367
+ "properties": {
368
+ "prefix": {
369
+ "type": "string",
370
+ "pattern": "^\\/",
371
+ "description": "API path prefix"
372
+ },
373
+ "service": {
374
+ "type": "string",
375
+ "description": "Service name this plugin provides"
376
+ },
377
+ "methods": {
378
+ "description": "Protocol method names implemented (e.g. [\"aiNlq\", \"aiChat\"])",
379
+ "type": "array",
380
+ "items": {
381
+ "type": "string"
382
+ }
383
+ }
384
+ },
385
+ "required": [
386
+ "prefix",
387
+ "service"
388
+ ],
389
+ "additionalProperties": false
390
+ }
391
+ }
392
+ },
393
+ "additionalProperties": false
394
+ },
395
+ "data": {
396
+ "description": "Initial seed data (prefer top-level data field)",
397
+ "type": "array",
398
+ "items": {
399
+ "type": "object",
400
+ "properties": {
401
+ "object": {
402
+ "type": "string",
403
+ "pattern": "^[a-z_][a-z0-9_]*$",
404
+ "description": "Target Object Name"
405
+ },
406
+ "externalId": {
407
+ "default": "name",
408
+ "description": "Field match for uniqueness check",
409
+ "type": "string"
410
+ },
411
+ "mode": {
412
+ "default": "upsert",
413
+ "description": "Conflict resolution strategy",
414
+ "type": "string",
415
+ "enum": [
416
+ "insert",
417
+ "update",
418
+ "upsert",
419
+ "replace",
420
+ "ignore"
421
+ ]
422
+ },
423
+ "env": {
424
+ "default": [
425
+ "prod",
426
+ "dev",
427
+ "test"
428
+ ],
429
+ "description": "Applicable environments",
430
+ "type": "array",
431
+ "items": {
432
+ "type": "string",
433
+ "enum": [
434
+ "prod",
435
+ "dev",
436
+ "test"
437
+ ]
438
+ }
439
+ },
440
+ "records": {
441
+ "type": "array",
442
+ "items": {
443
+ "type": "object",
444
+ "propertyNames": {
445
+ "type": "string"
446
+ },
447
+ "additionalProperties": {}
448
+ },
449
+ "description": "Data records"
450
+ }
451
+ },
452
+ "required": [
453
+ "object",
454
+ "externalId",
455
+ "mode",
456
+ "env",
457
+ "records"
458
+ ],
459
+ "additionalProperties": false
460
+ }
461
+ },
462
+ "capabilities": {
463
+ "description": "Plugin capability declarations for interoperability",
464
+ "type": "object",
465
+ "properties": {
466
+ "implements": {
467
+ "description": "List of protocols this plugin conforms to",
468
+ "type": "array",
469
+ "items": {
470
+ "type": "object",
471
+ "properties": {
472
+ "protocol": {
473
+ "type": "object",
474
+ "properties": {
475
+ "id": {
476
+ "type": "string",
477
+ "pattern": "^([a-z][a-z0-9]*\\.)+protocol\\.[a-z][a-z0-9._]*\\.v\\d+$",
478
+ "description": "Unique protocol identifier (e.g., com.objectstack.protocol.storage.v1)"
479
+ },
480
+ "label": {
481
+ "type": "string"
482
+ },
483
+ "version": {
484
+ "type": "object",
485
+ "properties": {
486
+ "major": {
487
+ "type": "integer",
488
+ "minimum": 0,
489
+ "maximum": 9007199254740991
490
+ },
491
+ "minor": {
492
+ "type": "integer",
493
+ "minimum": 0,
494
+ "maximum": 9007199254740991
495
+ },
496
+ "patch": {
497
+ "type": "integer",
498
+ "minimum": 0,
499
+ "maximum": 9007199254740991
500
+ }
501
+ },
502
+ "required": [
503
+ "major",
504
+ "minor",
505
+ "patch"
506
+ ],
507
+ "additionalProperties": false,
508
+ "description": "Semantic version of the protocol"
509
+ },
510
+ "specification": {
511
+ "description": "URL or path to protocol specification",
512
+ "type": "string"
513
+ },
514
+ "description": {
515
+ "type": "string"
516
+ }
517
+ },
518
+ "required": [
519
+ "id",
520
+ "label",
521
+ "version"
522
+ ],
523
+ "additionalProperties": false
524
+ },
525
+ "conformance": {
526
+ "default": "full",
527
+ "type": "string",
528
+ "enum": [
529
+ "full",
530
+ "partial",
531
+ "experimental",
532
+ "deprecated"
533
+ ],
534
+ "description": "Level of protocol conformance"
535
+ },
536
+ "implementedFeatures": {
537
+ "description": "List of implemented feature names",
538
+ "type": "array",
539
+ "items": {
540
+ "type": "string"
541
+ }
542
+ },
543
+ "features": {
544
+ "type": "array",
545
+ "items": {
546
+ "type": "object",
547
+ "properties": {
548
+ "name": {
549
+ "type": "string",
550
+ "description": "Feature identifier within the protocol"
551
+ },
552
+ "enabled": {
553
+ "default": true,
554
+ "type": "boolean"
555
+ },
556
+ "description": {
557
+ "type": "string"
558
+ },
559
+ "sinceVersion": {
560
+ "description": "Version when this feature was added",
561
+ "type": "string"
562
+ },
563
+ "deprecatedSince": {
564
+ "description": "Version when deprecated",
565
+ "type": "string"
566
+ }
567
+ },
568
+ "required": [
569
+ "name",
570
+ "enabled"
571
+ ],
572
+ "additionalProperties": false
573
+ }
574
+ },
575
+ "metadata": {
576
+ "type": "object",
577
+ "propertyNames": {
578
+ "type": "string"
579
+ },
580
+ "additionalProperties": {}
581
+ },
582
+ "certified": {
583
+ "default": false,
584
+ "description": "Has passed official conformance tests",
585
+ "type": "boolean"
586
+ },
587
+ "certificationDate": {
588
+ "type": "string",
589
+ "format": "date-time",
590
+ "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))$"
591
+ }
592
+ },
593
+ "required": [
594
+ "protocol",
595
+ "conformance",
596
+ "certified"
597
+ ],
598
+ "additionalProperties": false
599
+ }
600
+ },
601
+ "provides": {
602
+ "description": "Services/APIs this plugin offers to others",
603
+ "type": "array",
604
+ "items": {
605
+ "type": "object",
606
+ "properties": {
607
+ "id": {
608
+ "type": "string",
609
+ "pattern": "^([a-z][a-z0-9]*\\.)+interface\\.[a-z][a-z0-9._]+$",
610
+ "description": "Unique interface identifier"
611
+ },
612
+ "name": {
613
+ "type": "string"
614
+ },
615
+ "description": {
616
+ "type": "string"
617
+ },
618
+ "version": {
619
+ "type": "object",
620
+ "properties": {
621
+ "major": {
622
+ "type": "integer",
623
+ "minimum": 0,
624
+ "maximum": 9007199254740991
625
+ },
626
+ "minor": {
627
+ "type": "integer",
628
+ "minimum": 0,
629
+ "maximum": 9007199254740991
630
+ },
631
+ "patch": {
632
+ "type": "integer",
633
+ "minimum": 0,
634
+ "maximum": 9007199254740991
635
+ }
636
+ },
637
+ "required": [
638
+ "major",
639
+ "minor",
640
+ "patch"
641
+ ],
642
+ "additionalProperties": false,
643
+ "description": "Semantic version of the protocol"
644
+ },
645
+ "methods": {
646
+ "type": "array",
647
+ "items": {
648
+ "type": "object",
649
+ "properties": {
650
+ "name": {
651
+ "type": "string",
652
+ "description": "Method name"
653
+ },
654
+ "description": {
655
+ "type": "string"
656
+ },
657
+ "parameters": {
658
+ "type": "array",
659
+ "items": {
660
+ "type": "object",
661
+ "properties": {
662
+ "name": {
663
+ "type": "string"
664
+ },
665
+ "type": {
666
+ "type": "string",
667
+ "description": "Type notation (e.g., string, number, User)"
668
+ },
669
+ "required": {
670
+ "default": true,
671
+ "type": "boolean"
672
+ },
673
+ "description": {
674
+ "type": "string"
675
+ }
676
+ },
677
+ "required": [
678
+ "name",
679
+ "type",
680
+ "required"
681
+ ],
682
+ "additionalProperties": false
683
+ }
684
+ },
685
+ "returnType": {
686
+ "description": "Return value type",
687
+ "type": "string"
688
+ },
689
+ "async": {
690
+ "default": false,
691
+ "description": "Whether method returns a Promise",
692
+ "type": "boolean"
693
+ }
694
+ },
695
+ "required": [
696
+ "name",
697
+ "async"
698
+ ],
699
+ "additionalProperties": false
700
+ }
701
+ },
702
+ "events": {
703
+ "type": "array",
704
+ "items": {
705
+ "type": "object",
706
+ "properties": {
707
+ "name": {
708
+ "type": "string",
709
+ "description": "Event name"
710
+ },
711
+ "description": {
712
+ "type": "string"
713
+ },
714
+ "payload": {
715
+ "description": "Event payload type",
716
+ "type": "string"
717
+ }
718
+ },
719
+ "required": [
720
+ "name"
721
+ ],
722
+ "additionalProperties": false
723
+ }
724
+ },
725
+ "stability": {
726
+ "default": "stable",
727
+ "type": "string",
728
+ "enum": [
729
+ "stable",
730
+ "beta",
731
+ "alpha",
732
+ "experimental"
733
+ ]
734
+ }
735
+ },
736
+ "required": [
737
+ "id",
738
+ "name",
739
+ "version",
740
+ "methods",
741
+ "stability"
742
+ ],
743
+ "additionalProperties": false
744
+ }
745
+ },
746
+ "requires": {
747
+ "description": "Required plugins and their capabilities",
748
+ "type": "array",
749
+ "items": {
750
+ "type": "object",
751
+ "properties": {
752
+ "pluginId": {
753
+ "type": "string",
754
+ "pattern": "^([a-z][a-z0-9]*\\.)+[a-z][a-z0-9-]+$",
755
+ "description": "Required plugin identifier"
756
+ },
757
+ "version": {
758
+ "type": "string",
759
+ "description": "Semantic version constraint"
760
+ },
761
+ "optional": {
762
+ "default": false,
763
+ "type": "boolean"
764
+ },
765
+ "reason": {
766
+ "type": "string"
767
+ },
768
+ "requiredCapabilities": {
769
+ "description": "Protocol IDs the dependency must support",
770
+ "type": "array",
771
+ "items": {
772
+ "type": "string"
773
+ }
774
+ }
775
+ },
776
+ "required": [
777
+ "pluginId",
778
+ "version",
779
+ "optional"
780
+ ],
781
+ "additionalProperties": false
782
+ }
783
+ },
784
+ "extensionPoints": {
785
+ "description": "Points where other plugins can extend this plugin",
786
+ "type": "array",
787
+ "items": {
788
+ "type": "object",
789
+ "properties": {
790
+ "id": {
791
+ "type": "string",
792
+ "pattern": "^([a-z][a-z0-9]*\\.)+extension\\.[a-z][a-z0-9._]+$",
793
+ "description": "Unique extension point identifier"
794
+ },
795
+ "name": {
796
+ "type": "string"
797
+ },
798
+ "description": {
799
+ "type": "string"
800
+ },
801
+ "type": {
802
+ "type": "string",
803
+ "enum": [
804
+ "action",
805
+ "hook",
806
+ "widget",
807
+ "provider",
808
+ "transformer",
809
+ "validator",
810
+ "decorator"
811
+ ]
812
+ },
813
+ "contract": {
814
+ "type": "object",
815
+ "properties": {
816
+ "input": {
817
+ "description": "Input type/schema",
818
+ "type": "string"
819
+ },
820
+ "output": {
821
+ "description": "Output type/schema",
822
+ "type": "string"
823
+ },
824
+ "signature": {
825
+ "description": "Function signature if applicable",
826
+ "type": "string"
827
+ }
828
+ },
829
+ "additionalProperties": false
830
+ },
831
+ "cardinality": {
832
+ "default": "multiple",
833
+ "description": "Whether multiple extensions can register to this point",
834
+ "type": "string",
835
+ "enum": [
836
+ "single",
837
+ "multiple"
838
+ ]
839
+ }
840
+ },
841
+ "required": [
842
+ "id",
843
+ "name",
844
+ "type",
845
+ "cardinality"
846
+ ],
847
+ "additionalProperties": false
848
+ }
849
+ },
850
+ "extensions": {
851
+ "description": "Extensions contributed to other plugins",
852
+ "type": "array",
853
+ "items": {
854
+ "type": "object",
855
+ "properties": {
856
+ "targetPluginId": {
857
+ "type": "string",
858
+ "description": "Plugin ID being extended"
859
+ },
860
+ "extensionPointId": {
861
+ "type": "string",
862
+ "description": "Extension point identifier"
863
+ },
864
+ "implementation": {
865
+ "type": "string",
866
+ "description": "Path to implementation module"
867
+ },
868
+ "priority": {
869
+ "default": 100,
870
+ "description": "Registration priority (lower = higher priority)",
871
+ "type": "integer",
872
+ "minimum": -9007199254740991,
873
+ "maximum": 9007199254740991
874
+ }
875
+ },
876
+ "required": [
877
+ "targetPluginId",
878
+ "extensionPointId",
879
+ "implementation",
880
+ "priority"
881
+ ],
882
+ "additionalProperties": false
883
+ }
884
+ }
885
+ },
886
+ "additionalProperties": false
887
+ },
888
+ "extensions": {
889
+ "description": "Extension points and contributions",
890
+ "type": "object",
891
+ "propertyNames": {
892
+ "type": "string"
893
+ },
894
+ "additionalProperties": {}
895
+ },
896
+ "loading": {
897
+ "description": "Plugin loading and runtime behavior configuration",
898
+ "type": "object",
899
+ "properties": {
900
+ "strategy": {
901
+ "default": "lazy",
902
+ "type": "string",
903
+ "enum": [
904
+ "eager",
905
+ "lazy",
906
+ "parallel",
907
+ "deferred",
908
+ "on-demand"
909
+ ],
910
+ "description": "Plugin loading strategy"
911
+ },
912
+ "preload": {
913
+ "type": "object",
914
+ "properties": {
915
+ "enabled": {
916
+ "default": false,
917
+ "type": "boolean"
918
+ },
919
+ "priority": {
920
+ "default": 100,
921
+ "type": "integer",
922
+ "minimum": 0,
923
+ "maximum": 9007199254740991
924
+ },
925
+ "resources": {
926
+ "type": "array",
927
+ "items": {
928
+ "type": "string",
929
+ "enum": [
930
+ "metadata",
931
+ "dependencies",
932
+ "assets",
933
+ "code",
934
+ "services"
935
+ ]
936
+ }
937
+ },
938
+ "conditions": {
939
+ "type": "object",
940
+ "properties": {
941
+ "routes": {
942
+ "type": "array",
943
+ "items": {
944
+ "type": "string"
945
+ }
946
+ },
947
+ "roles": {
948
+ "type": "array",
949
+ "items": {
950
+ "type": "string"
951
+ }
952
+ },
953
+ "deviceType": {
954
+ "type": "array",
955
+ "items": {
956
+ "type": "string",
957
+ "enum": [
958
+ "desktop",
959
+ "mobile",
960
+ "tablet"
961
+ ]
962
+ }
963
+ },
964
+ "minNetworkSpeed": {
965
+ "type": "string",
966
+ "enum": [
967
+ "slow-2g",
968
+ "2g",
969
+ "3g",
970
+ "4g"
971
+ ]
972
+ }
973
+ },
974
+ "additionalProperties": false
975
+ }
976
+ },
977
+ "required": [
978
+ "enabled",
979
+ "priority"
980
+ ],
981
+ "additionalProperties": false,
982
+ "description": "Plugin preloading configuration"
983
+ },
984
+ "codeSplitting": {
985
+ "type": "object",
986
+ "properties": {
987
+ "enabled": {
988
+ "default": true,
989
+ "type": "boolean"
990
+ },
991
+ "strategy": {
992
+ "default": "feature",
993
+ "type": "string",
994
+ "enum": [
995
+ "route",
996
+ "feature",
997
+ "size",
998
+ "custom"
999
+ ]
1000
+ },
1001
+ "chunkNaming": {
1002
+ "default": "hashed",
1003
+ "type": "string",
1004
+ "enum": [
1005
+ "hashed",
1006
+ "named",
1007
+ "sequential"
1008
+ ]
1009
+ },
1010
+ "maxChunkSize": {
1011
+ "description": "Max chunk size in KB",
1012
+ "type": "integer",
1013
+ "minimum": 10,
1014
+ "maximum": 9007199254740991
1015
+ },
1016
+ "sharedDependencies": {
1017
+ "type": "object",
1018
+ "properties": {
1019
+ "enabled": {
1020
+ "default": true,
1021
+ "type": "boolean"
1022
+ },
1023
+ "minChunks": {
1024
+ "default": 2,
1025
+ "type": "integer",
1026
+ "minimum": 1,
1027
+ "maximum": 9007199254740991
1028
+ }
1029
+ },
1030
+ "required": [
1031
+ "enabled",
1032
+ "minChunks"
1033
+ ],
1034
+ "additionalProperties": false
1035
+ }
1036
+ },
1037
+ "required": [
1038
+ "enabled",
1039
+ "strategy",
1040
+ "chunkNaming"
1041
+ ],
1042
+ "additionalProperties": false,
1043
+ "description": "Plugin code splitting configuration"
1044
+ },
1045
+ "dynamicImport": {
1046
+ "type": "object",
1047
+ "properties": {
1048
+ "enabled": {
1049
+ "default": true,
1050
+ "type": "boolean"
1051
+ },
1052
+ "mode": {
1053
+ "default": "async",
1054
+ "type": "string",
1055
+ "enum": [
1056
+ "async",
1057
+ "sync",
1058
+ "eager",
1059
+ "lazy"
1060
+ ]
1061
+ },
1062
+ "prefetch": {
1063
+ "default": false,
1064
+ "description": "Prefetch module in idle time",
1065
+ "type": "boolean"
1066
+ },
1067
+ "preload": {
1068
+ "default": false,
1069
+ "description": "Preload module in parallel with parent",
1070
+ "type": "boolean"
1071
+ },
1072
+ "webpackChunkName": {
1073
+ "description": "Custom chunk name for webpack",
1074
+ "type": "string"
1075
+ },
1076
+ "timeout": {
1077
+ "default": 30000,
1078
+ "description": "Dynamic import timeout (ms)",
1079
+ "type": "integer",
1080
+ "minimum": 100,
1081
+ "maximum": 9007199254740991
1082
+ },
1083
+ "retry": {
1084
+ "type": "object",
1085
+ "properties": {
1086
+ "enabled": {
1087
+ "default": true,
1088
+ "type": "boolean"
1089
+ },
1090
+ "maxAttempts": {
1091
+ "default": 3,
1092
+ "type": "integer",
1093
+ "minimum": 1,
1094
+ "maximum": 10
1095
+ },
1096
+ "backoffMs": {
1097
+ "default": 1000,
1098
+ "description": "Exponential backoff base delay",
1099
+ "type": "integer",
1100
+ "minimum": 0,
1101
+ "maximum": 9007199254740991
1102
+ }
1103
+ },
1104
+ "required": [
1105
+ "enabled",
1106
+ "maxAttempts",
1107
+ "backoffMs"
1108
+ ],
1109
+ "additionalProperties": false
1110
+ }
1111
+ },
1112
+ "required": [
1113
+ "enabled",
1114
+ "mode",
1115
+ "prefetch",
1116
+ "preload",
1117
+ "timeout"
1118
+ ],
1119
+ "additionalProperties": false,
1120
+ "description": "Plugin dynamic import configuration"
1121
+ },
1122
+ "initialization": {
1123
+ "type": "object",
1124
+ "properties": {
1125
+ "mode": {
1126
+ "default": "async",
1127
+ "type": "string",
1128
+ "enum": [
1129
+ "sync",
1130
+ "async",
1131
+ "parallel",
1132
+ "sequential"
1133
+ ]
1134
+ },
1135
+ "timeout": {
1136
+ "default": 30000,
1137
+ "type": "integer",
1138
+ "minimum": 100,
1139
+ "maximum": 9007199254740991
1140
+ },
1141
+ "priority": {
1142
+ "default": 100,
1143
+ "type": "integer",
1144
+ "minimum": 0,
1145
+ "maximum": 9007199254740991
1146
+ },
1147
+ "critical": {
1148
+ "default": false,
1149
+ "description": "If true, kernel bootstrap fails if plugin fails",
1150
+ "type": "boolean"
1151
+ },
1152
+ "retry": {
1153
+ "type": "object",
1154
+ "properties": {
1155
+ "enabled": {
1156
+ "default": false,
1157
+ "type": "boolean"
1158
+ },
1159
+ "maxAttempts": {
1160
+ "default": 3,
1161
+ "type": "integer",
1162
+ "minimum": 1,
1163
+ "maximum": 5
1164
+ },
1165
+ "backoffMs": {
1166
+ "default": 1000,
1167
+ "type": "integer",
1168
+ "minimum": 0,
1169
+ "maximum": 9007199254740991
1170
+ }
1171
+ },
1172
+ "required": [
1173
+ "enabled",
1174
+ "maxAttempts",
1175
+ "backoffMs"
1176
+ ],
1177
+ "additionalProperties": false
1178
+ },
1179
+ "healthCheckInterval": {
1180
+ "description": "Health check interval in ms (0 = disabled)",
1181
+ "type": "integer",
1182
+ "minimum": 0,
1183
+ "maximum": 9007199254740991
1184
+ }
1185
+ },
1186
+ "required": [
1187
+ "mode",
1188
+ "timeout",
1189
+ "priority",
1190
+ "critical"
1191
+ ],
1192
+ "additionalProperties": false,
1193
+ "description": "Plugin initialization configuration"
1194
+ },
1195
+ "dependencyResolution": {
1196
+ "type": "object",
1197
+ "properties": {
1198
+ "strategy": {
1199
+ "default": "compatible",
1200
+ "type": "string",
1201
+ "enum": [
1202
+ "strict",
1203
+ "compatible",
1204
+ "latest",
1205
+ "pinned"
1206
+ ]
1207
+ },
1208
+ "peerDependencies": {
1209
+ "type": "object",
1210
+ "properties": {
1211
+ "resolve": {
1212
+ "default": true,
1213
+ "type": "boolean"
1214
+ },
1215
+ "onMissing": {
1216
+ "default": "warn",
1217
+ "type": "string",
1218
+ "enum": [
1219
+ "error",
1220
+ "warn",
1221
+ "ignore"
1222
+ ]
1223
+ },
1224
+ "onMismatch": {
1225
+ "default": "warn",
1226
+ "type": "string",
1227
+ "enum": [
1228
+ "error",
1229
+ "warn",
1230
+ "ignore"
1231
+ ]
1232
+ }
1233
+ },
1234
+ "required": [
1235
+ "resolve",
1236
+ "onMissing",
1237
+ "onMismatch"
1238
+ ],
1239
+ "additionalProperties": false
1240
+ },
1241
+ "optionalDependencies": {
1242
+ "type": "object",
1243
+ "properties": {
1244
+ "load": {
1245
+ "default": true,
1246
+ "type": "boolean"
1247
+ },
1248
+ "onFailure": {
1249
+ "default": "warn",
1250
+ "type": "string",
1251
+ "enum": [
1252
+ "warn",
1253
+ "ignore"
1254
+ ]
1255
+ }
1256
+ },
1257
+ "required": [
1258
+ "load",
1259
+ "onFailure"
1260
+ ],
1261
+ "additionalProperties": false
1262
+ },
1263
+ "conflictResolution": {
1264
+ "default": "latest",
1265
+ "type": "string",
1266
+ "enum": [
1267
+ "fail",
1268
+ "latest",
1269
+ "oldest",
1270
+ "manual"
1271
+ ]
1272
+ },
1273
+ "circularDependencies": {
1274
+ "default": "warn",
1275
+ "type": "string",
1276
+ "enum": [
1277
+ "error",
1278
+ "warn",
1279
+ "allow"
1280
+ ]
1281
+ }
1282
+ },
1283
+ "required": [
1284
+ "strategy",
1285
+ "conflictResolution",
1286
+ "circularDependencies"
1287
+ ],
1288
+ "additionalProperties": false,
1289
+ "description": "Plugin dependency resolution configuration"
1290
+ },
1291
+ "hotReload": {
1292
+ "type": "object",
1293
+ "properties": {
1294
+ "enabled": {
1295
+ "default": false,
1296
+ "type": "boolean"
1297
+ },
1298
+ "environment": {
1299
+ "default": "development",
1300
+ "description": "Target environment controlling safety level",
1301
+ "type": "string",
1302
+ "enum": [
1303
+ "development",
1304
+ "staging",
1305
+ "production"
1306
+ ]
1307
+ },
1308
+ "strategy": {
1309
+ "default": "full",
1310
+ "type": "string",
1311
+ "enum": [
1312
+ "full",
1313
+ "partial",
1314
+ "state-preserve"
1315
+ ]
1316
+ },
1317
+ "watchPatterns": {
1318
+ "description": "Glob patterns for files to watch",
1319
+ "type": "array",
1320
+ "items": {
1321
+ "type": "string"
1322
+ }
1323
+ },
1324
+ "ignorePatterns": {
1325
+ "description": "Glob patterns for files to ignore",
1326
+ "type": "array",
1327
+ "items": {
1328
+ "type": "string"
1329
+ }
1330
+ },
1331
+ "debounceMs": {
1332
+ "default": 300,
1333
+ "type": "integer",
1334
+ "minimum": 0,
1335
+ "maximum": 9007199254740991
1336
+ },
1337
+ "preserveState": {
1338
+ "default": false,
1339
+ "type": "boolean"
1340
+ },
1341
+ "stateSerialization": {
1342
+ "type": "object",
1343
+ "properties": {
1344
+ "enabled": {
1345
+ "default": false,
1346
+ "type": "boolean"
1347
+ },
1348
+ "handler": {
1349
+ "type": "string"
1350
+ }
1351
+ },
1352
+ "required": [
1353
+ "enabled"
1354
+ ],
1355
+ "additionalProperties": false
1356
+ },
1357
+ "hooks": {
1358
+ "type": "object",
1359
+ "properties": {
1360
+ "beforeReload": {
1361
+ "description": "Function to call before reload",
1362
+ "type": "string"
1363
+ },
1364
+ "afterReload": {
1365
+ "description": "Function to call after reload",
1366
+ "type": "string"
1367
+ },
1368
+ "onError": {
1369
+ "description": "Function to call on reload error",
1370
+ "type": "string"
1371
+ }
1372
+ },
1373
+ "additionalProperties": false
1374
+ },
1375
+ "productionSafety": {
1376
+ "type": "object",
1377
+ "properties": {
1378
+ "healthValidation": {
1379
+ "default": true,
1380
+ "description": "Run health checks after reload before accepting traffic",
1381
+ "type": "boolean"
1382
+ },
1383
+ "rollbackOnFailure": {
1384
+ "default": true,
1385
+ "description": "Auto-rollback if reloaded plugin fails health check",
1386
+ "type": "boolean"
1387
+ },
1388
+ "healthTimeout": {
1389
+ "default": 30000,
1390
+ "description": "Health check timeout after reload in ms",
1391
+ "type": "integer",
1392
+ "minimum": 1000,
1393
+ "maximum": 9007199254740991
1394
+ },
1395
+ "drainConnections": {
1396
+ "default": true,
1397
+ "description": "Gracefully drain active requests before reloading",
1398
+ "type": "boolean"
1399
+ },
1400
+ "drainTimeout": {
1401
+ "default": 15000,
1402
+ "description": "Max wait time for connection draining in ms",
1403
+ "type": "integer",
1404
+ "minimum": 0,
1405
+ "maximum": 9007199254740991
1406
+ },
1407
+ "maxConcurrentReloads": {
1408
+ "default": 1,
1409
+ "description": "Limit concurrent reloads to prevent system instability",
1410
+ "type": "integer",
1411
+ "minimum": 1,
1412
+ "maximum": 9007199254740991
1413
+ },
1414
+ "minReloadInterval": {
1415
+ "default": 5000,
1416
+ "description": "Cooldown period between reloads of the same plugin",
1417
+ "type": "integer",
1418
+ "minimum": 1000,
1419
+ "maximum": 9007199254740991
1420
+ }
1421
+ },
1422
+ "required": [
1423
+ "healthValidation",
1424
+ "rollbackOnFailure",
1425
+ "healthTimeout",
1426
+ "drainConnections",
1427
+ "drainTimeout",
1428
+ "maxConcurrentReloads",
1429
+ "minReloadInterval"
1430
+ ],
1431
+ "additionalProperties": false
1432
+ }
1433
+ },
1434
+ "required": [
1435
+ "enabled",
1436
+ "environment",
1437
+ "strategy",
1438
+ "debounceMs",
1439
+ "preserveState"
1440
+ ],
1441
+ "additionalProperties": false,
1442
+ "description": "Plugin hot reload configuration"
1443
+ },
1444
+ "caching": {
1445
+ "type": "object",
1446
+ "properties": {
1447
+ "enabled": {
1448
+ "default": true,
1449
+ "type": "boolean"
1450
+ },
1451
+ "storage": {
1452
+ "default": "memory",
1453
+ "type": "string",
1454
+ "enum": [
1455
+ "memory",
1456
+ "disk",
1457
+ "indexeddb",
1458
+ "hybrid"
1459
+ ]
1460
+ },
1461
+ "keyStrategy": {
1462
+ "default": "version",
1463
+ "type": "string",
1464
+ "enum": [
1465
+ "version",
1466
+ "hash",
1467
+ "timestamp"
1468
+ ]
1469
+ },
1470
+ "ttl": {
1471
+ "description": "Time to live in seconds (0 = infinite)",
1472
+ "type": "integer",
1473
+ "minimum": 0,
1474
+ "maximum": 9007199254740991
1475
+ },
1476
+ "maxSize": {
1477
+ "description": "Max cache size in MB",
1478
+ "type": "integer",
1479
+ "minimum": 1,
1480
+ "maximum": 9007199254740991
1481
+ },
1482
+ "invalidateOn": {
1483
+ "type": "array",
1484
+ "items": {
1485
+ "type": "string",
1486
+ "enum": [
1487
+ "version-change",
1488
+ "dependency-change",
1489
+ "manual",
1490
+ "error"
1491
+ ]
1492
+ }
1493
+ },
1494
+ "compression": {
1495
+ "type": "object",
1496
+ "properties": {
1497
+ "enabled": {
1498
+ "default": false,
1499
+ "type": "boolean"
1500
+ },
1501
+ "algorithm": {
1502
+ "default": "gzip",
1503
+ "type": "string",
1504
+ "enum": [
1505
+ "gzip",
1506
+ "brotli",
1507
+ "deflate"
1508
+ ]
1509
+ }
1510
+ },
1511
+ "required": [
1512
+ "enabled",
1513
+ "algorithm"
1514
+ ],
1515
+ "additionalProperties": false
1516
+ }
1517
+ },
1518
+ "required": [
1519
+ "enabled",
1520
+ "storage",
1521
+ "keyStrategy"
1522
+ ],
1523
+ "additionalProperties": false,
1524
+ "description": "Plugin caching configuration"
1525
+ },
1526
+ "sandboxing": {
1527
+ "type": "object",
1528
+ "properties": {
1529
+ "enabled": {
1530
+ "default": false,
1531
+ "type": "boolean"
1532
+ },
1533
+ "scope": {
1534
+ "default": "automation-only",
1535
+ "description": "Which plugins are subject to isolation",
1536
+ "type": "string",
1537
+ "enum": [
1538
+ "automation-only",
1539
+ "untrusted-only",
1540
+ "all-plugins"
1541
+ ]
1542
+ },
1543
+ "isolationLevel": {
1544
+ "default": "none",
1545
+ "type": "string",
1546
+ "enum": [
1547
+ "none",
1548
+ "process",
1549
+ "vm",
1550
+ "iframe",
1551
+ "web-worker"
1552
+ ]
1553
+ },
1554
+ "allowedCapabilities": {
1555
+ "description": "List of allowed capability IDs",
1556
+ "type": "array",
1557
+ "items": {
1558
+ "type": "string"
1559
+ }
1560
+ },
1561
+ "resourceQuotas": {
1562
+ "type": "object",
1563
+ "properties": {
1564
+ "maxMemoryMB": {
1565
+ "type": "integer",
1566
+ "minimum": 1,
1567
+ "maximum": 9007199254740991
1568
+ },
1569
+ "maxCpuTimeMs": {
1570
+ "type": "integer",
1571
+ "minimum": 100,
1572
+ "maximum": 9007199254740991
1573
+ },
1574
+ "maxFileDescriptors": {
1575
+ "type": "integer",
1576
+ "minimum": 1,
1577
+ "maximum": 9007199254740991
1578
+ },
1579
+ "maxNetworkKBps": {
1580
+ "type": "integer",
1581
+ "minimum": 1,
1582
+ "maximum": 9007199254740991
1583
+ }
1584
+ },
1585
+ "additionalProperties": false
1586
+ },
1587
+ "permissions": {
1588
+ "type": "object",
1589
+ "properties": {
1590
+ "allowedAPIs": {
1591
+ "type": "array",
1592
+ "items": {
1593
+ "type": "string"
1594
+ }
1595
+ },
1596
+ "allowedPaths": {
1597
+ "type": "array",
1598
+ "items": {
1599
+ "type": "string"
1600
+ }
1601
+ },
1602
+ "allowedEndpoints": {
1603
+ "type": "array",
1604
+ "items": {
1605
+ "type": "string"
1606
+ }
1607
+ },
1608
+ "allowedEnvVars": {
1609
+ "type": "array",
1610
+ "items": {
1611
+ "type": "string"
1612
+ }
1613
+ }
1614
+ },
1615
+ "additionalProperties": false
1616
+ },
1617
+ "ipc": {
1618
+ "type": "object",
1619
+ "properties": {
1620
+ "enabled": {
1621
+ "default": true,
1622
+ "description": "Allow sandboxed plugins to communicate via IPC",
1623
+ "type": "boolean"
1624
+ },
1625
+ "transport": {
1626
+ "default": "message-port",
1627
+ "description": "IPC transport for cross-boundary communication",
1628
+ "type": "string",
1629
+ "enum": [
1630
+ "message-port",
1631
+ "unix-socket",
1632
+ "tcp",
1633
+ "memory"
1634
+ ]
1635
+ },
1636
+ "maxMessageSize": {
1637
+ "default": 1048576,
1638
+ "description": "Maximum IPC message size in bytes (default 1MB)",
1639
+ "type": "integer",
1640
+ "minimum": 1024,
1641
+ "maximum": 9007199254740991
1642
+ },
1643
+ "timeout": {
1644
+ "default": 30000,
1645
+ "description": "IPC message response timeout in ms",
1646
+ "type": "integer",
1647
+ "minimum": 100,
1648
+ "maximum": 9007199254740991
1649
+ },
1650
+ "allowedServices": {
1651
+ "description": "Service names the sandboxed plugin may invoke via IPC",
1652
+ "type": "array",
1653
+ "items": {
1654
+ "type": "string"
1655
+ }
1656
+ }
1657
+ },
1658
+ "required": [
1659
+ "enabled",
1660
+ "transport",
1661
+ "maxMessageSize",
1662
+ "timeout"
1663
+ ],
1664
+ "additionalProperties": false
1665
+ }
1666
+ },
1667
+ "required": [
1668
+ "enabled",
1669
+ "scope",
1670
+ "isolationLevel"
1671
+ ],
1672
+ "additionalProperties": false,
1673
+ "description": "Plugin sandboxing configuration"
1674
+ },
1675
+ "monitoring": {
1676
+ "type": "object",
1677
+ "properties": {
1678
+ "enabled": {
1679
+ "default": false,
1680
+ "type": "boolean"
1681
+ },
1682
+ "metrics": {
1683
+ "type": "array",
1684
+ "items": {
1685
+ "type": "string",
1686
+ "enum": [
1687
+ "load-time",
1688
+ "init-time",
1689
+ "memory-usage",
1690
+ "cpu-usage",
1691
+ "api-calls",
1692
+ "error-rate",
1693
+ "cache-hit-rate"
1694
+ ]
1695
+ }
1696
+ },
1697
+ "samplingRate": {
1698
+ "default": 1,
1699
+ "type": "number",
1700
+ "minimum": 0,
1701
+ "maximum": 1
1702
+ },
1703
+ "reportingInterval": {
1704
+ "default": 60,
1705
+ "type": "integer",
1706
+ "minimum": 1,
1707
+ "maximum": 9007199254740991
1708
+ },
1709
+ "budgets": {
1710
+ "type": "object",
1711
+ "properties": {
1712
+ "maxLoadTimeMs": {
1713
+ "type": "integer",
1714
+ "minimum": 0,
1715
+ "maximum": 9007199254740991
1716
+ },
1717
+ "maxInitTimeMs": {
1718
+ "type": "integer",
1719
+ "minimum": 0,
1720
+ "maximum": 9007199254740991
1721
+ },
1722
+ "maxMemoryMB": {
1723
+ "type": "integer",
1724
+ "minimum": 0,
1725
+ "maximum": 9007199254740991
1726
+ }
1727
+ },
1728
+ "additionalProperties": false
1729
+ },
1730
+ "onBudgetViolation": {
1731
+ "default": "warn",
1732
+ "type": "string",
1733
+ "enum": [
1734
+ "warn",
1735
+ "error",
1736
+ "ignore"
1737
+ ]
1738
+ }
1739
+ },
1740
+ "required": [
1741
+ "enabled",
1742
+ "samplingRate",
1743
+ "reportingInterval",
1744
+ "onBudgetViolation"
1745
+ ],
1746
+ "additionalProperties": false,
1747
+ "description": "Plugin performance monitoring configuration"
1748
+ }
1749
+ },
1750
+ "required": [
1751
+ "strategy"
1752
+ ],
1753
+ "additionalProperties": false
1754
+ }
1755
+ },
1756
+ "required": [
1757
+ "id",
1758
+ "version",
1759
+ "type",
1760
+ "name"
1761
+ ],
1762
+ "additionalProperties": false
1763
+ },
1764
+ "settings": {
1765
+ "type": "object",
1766
+ "propertyNames": {
1767
+ "type": "string"
1768
+ },
1769
+ "additionalProperties": {}
1770
+ },
1771
+ "enableOnInstall": {
1772
+ "default": true,
1773
+ "type": "boolean"
1774
+ }
5
1775
  },
6
- "$schema": "http://json-schema.org/draft-07/schema#"
1776
+ "required": [
1777
+ "manifest",
1778
+ "enableOnInstall"
1779
+ ],
1780
+ "additionalProperties": false
7
1781
  }