@objectstack/spec 2.0.2 → 2.0.3

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 (1278) hide show
  1. package/json-schema/ai/AICodeReviewResult.json +222 -4
  2. package/json-schema/ai/AIKnowledge.json +22 -4
  3. package/json-schema/ai/AIModelConfig.json +35 -4
  4. package/json-schema/ai/AIOperationCost.json +78 -4
  5. package/json-schema/ai/AIOpsAgentConfig.json +538 -4
  6. package/json-schema/ai/AIOrchestration.json +419 -4
  7. package/json-schema/ai/AIOrchestrationExecutionResult.json +142 -4
  8. package/json-schema/ai/AIOrchestrationTrigger.json +11 -5
  9. package/json-schema/ai/AITask.json +141 -4
  10. package/json-schema/ai/AITaskType.json +14 -5
  11. package/json-schema/ai/AITool.json +25 -4
  12. package/json-schema/ai/Agent.json +709 -4
  13. package/json-schema/ai/AgentAction.json +479 -4
  14. package/json-schema/ai/AgentActionResult.json +61 -4
  15. package/json-schema/ai/AgentActionSequence.json +550 -4
  16. package/json-schema/ai/AgentActionSequenceResult.json +135 -4
  17. package/json-schema/ai/AnomalyDetectionConfig.json +71 -4
  18. package/json-schema/ai/AutoScalingPolicy.json +186 -4
  19. package/json-schema/ai/BatchAIOrchestrationExecution.json +43 -4
  20. package/json-schema/ai/BillingPeriod.json +11 -5
  21. package/json-schema/ai/BudgetLimit.json +110 -4
  22. package/json-schema/ai/BudgetStatus.json +93 -4
  23. package/json-schema/ai/BudgetType.json +10 -5
  24. package/json-schema/ai/CICDPipelineConfig.json +141 -4
  25. package/json-schema/ai/ChunkingStrategy.json +142 -5
  26. package/json-schema/ai/CodeContent.json +28 -4
  27. package/json-schema/ai/CodeGenerationConfig.json +61 -4
  28. package/json-schema/ai/CodeGenerationRequest.json +254 -4
  29. package/json-schema/ai/CodeGenerationTarget.json +12 -5
  30. package/json-schema/ai/ComponentActionParams.json +69 -4
  31. package/json-schema/ai/ComponentActionType.json +13 -5
  32. package/json-schema/ai/ComponentAgentAction.json +148 -4
  33. package/json-schema/ai/ConversationAnalytics.json +96 -4
  34. package/json-schema/ai/ConversationContext.json +46 -4
  35. package/json-schema/ai/ConversationMessage.json +303 -4
  36. package/json-schema/ai/ConversationSession.json +625 -4
  37. package/json-schema/ai/ConversationSummary.json +72 -4
  38. package/json-schema/ai/CostAlert.json +109 -4
  39. package/json-schema/ai/CostAlertType.json +9 -5
  40. package/json-schema/ai/CostAnalytics.json +642 -4
  41. package/json-schema/ai/CostBreakdownDimension.json +13 -5
  42. package/json-schema/ai/CostBreakdownEntry.json +58 -4
  43. package/json-schema/ai/CostEntry.json +124 -4
  44. package/json-schema/ai/CostMetricType.json +10 -5
  45. package/json-schema/ai/CostOptimizationRecommendation.json +96 -4
  46. package/json-schema/ai/CostQueryFilters.json +114 -4
  47. package/json-schema/ai/CostReport.json +1051 -4
  48. package/json-schema/ai/DataActionParams.json +36 -4
  49. package/json-schema/ai/DataActionType.json +11 -5
  50. package/json-schema/ai/DataAgentAction.json +113 -4
  51. package/json-schema/ai/DeploymentStrategy.json +51 -4
  52. package/json-schema/ai/DevOpsAgent.json +1451 -4
  53. package/json-schema/ai/DevOpsTool.json +30 -4
  54. package/json-schema/ai/DevelopmentConfig.json +187 -4
  55. package/json-schema/ai/DocumentChunk.json +100 -4
  56. package/json-schema/ai/DocumentLoaderConfig.json +69 -4
  57. package/json-schema/ai/DocumentMetadata.json +61 -4
  58. package/json-schema/ai/EmbeddingModel.json +57 -4
  59. package/json-schema/ai/Entity.json +46 -4
  60. package/json-schema/ai/EvaluationMetrics.json +59 -4
  61. package/json-schema/ai/FeedbackLoop.json +6785 -4
  62. package/json-schema/ai/FieldSynonymConfig.json +31 -4
  63. package/json-schema/ai/FileContent.json +32 -4
  64. package/json-schema/ai/FilterExpression.json +55 -4
  65. package/json-schema/ai/FilterGroup.json +83 -4
  66. package/json-schema/ai/FormActionParams.json +31 -4
  67. package/json-schema/ai/FormActionType.json +13 -5
  68. package/json-schema/ai/FormAgentAction.json +110 -4
  69. package/json-schema/ai/FunctionCall.json +20 -4
  70. package/json-schema/ai/GeneratedCode.json +199 -4
  71. package/json-schema/ai/GitHubIntegration.json +70 -4
  72. package/json-schema/ai/Hyperparameters.json +95 -4
  73. package/json-schema/ai/ImageContent.json +34 -4
  74. package/json-schema/ai/IntegrationConfig.json +162 -4
  75. package/json-schema/ai/IntentActionMapping.json +539 -4
  76. package/json-schema/ai/Issue.json +70 -4
  77. package/json-schema/ai/MCPCapability.json +42 -4
  78. package/json-schema/ai/MCPClientConfig.json +926 -4
  79. package/json-schema/ai/MCPPrompt.json +94 -4
  80. package/json-schema/ai/MCPPromptArgument.json +30 -4
  81. package/json-schema/ai/MCPPromptMessage.json +21 -4
  82. package/json-schema/ai/MCPPromptRequest.json +19 -4
  83. package/json-schema/ai/MCPPromptResponse.json +38 -4
  84. package/json-schema/ai/MCPResource.json +97 -4
  85. package/json-schema/ai/MCPResourceRequest.json +19 -4
  86. package/json-schema/ai/MCPResourceResponse.json +110 -4
  87. package/json-schema/ai/MCPResourceTemplate.json +78 -4
  88. package/json-schema/ai/MCPResourceType.json +8 -5
  89. package/json-schema/ai/MCPServerConfig.json +861 -4
  90. package/json-schema/ai/MCPServerInfo.json +84 -4
  91. package/json-schema/ai/MCPTool.json +215 -4
  92. package/json-schema/ai/MCPToolCallRequest.json +51 -4
  93. package/json-schema/ai/MCPToolCallResponse.json +50 -4
  94. package/json-schema/ai/MCPToolParameter.json +76 -4
  95. package/json-schema/ai/MCPTransportConfig.json +111 -4
  96. package/json-schema/ai/MCPTransportType.json +8 -5
  97. package/json-schema/ai/MessageContent.json +128 -5
  98. package/json-schema/ai/MessageContentType.json +9 -5
  99. package/json-schema/ai/MessagePruningEvent.json +75 -4
  100. package/json-schema/ai/MessageRole.json +9 -5
  101. package/json-schema/ai/MetadataFilter.json +182 -5
  102. package/json-schema/ai/MetadataSource.json +25 -4
  103. package/json-schema/ai/ModelCapability.json +48 -4
  104. package/json-schema/ai/ModelConfig.json +195 -4
  105. package/json-schema/ai/ModelDrift.json +68 -4
  106. package/json-schema/ai/ModelFeature.json +65 -4
  107. package/json-schema/ai/ModelLimits.json +42 -4
  108. package/json-schema/ai/ModelPricing.json +23 -4
  109. package/json-schema/ai/ModelProvider.json +12 -5
  110. package/json-schema/ai/ModelRegistry.json +466 -4
  111. package/json-schema/ai/ModelRegistryEntry.json +264 -4
  112. package/json-schema/ai/ModelSelectionCriteria.json +45 -4
  113. package/json-schema/ai/MonitoringConfig.json +76 -4
  114. package/json-schema/ai/NLQAnalytics.json +117 -4
  115. package/json-schema/ai/NLQFieldMapping.json +32 -4
  116. package/json-schema/ai/NLQModelConfig.json +82 -4
  117. package/json-schema/ai/NLQParseResult.json +253 -4
  118. package/json-schema/ai/NLQRequest.json +117 -4
  119. package/json-schema/ai/NLQResponse.json +329 -4
  120. package/json-schema/ai/NLQTrainingExample.json +125 -4
  121. package/json-schema/ai/NavigationActionParams.json +48 -4
  122. package/json-schema/ai/NavigationActionType.json +14 -5
  123. package/json-schema/ai/NavigationAgentAction.json +128 -4
  124. package/json-schema/ai/PerformanceOptimization.json +108 -4
  125. package/json-schema/ai/PipelineStage.json +78 -4
  126. package/json-schema/ai/PluginCompositionRequest.json +87 -4
  127. package/json-schema/ai/PluginCompositionResult.json +142 -4
  128. package/json-schema/ai/PluginRecommendation.json +135 -4
  129. package/json-schema/ai/PluginRecommendationRequest.json +79 -4
  130. package/json-schema/ai/PluginScaffoldingTemplate.json +123 -4
  131. package/json-schema/ai/PostProcessingAction.json +36 -4
  132. package/json-schema/ai/PredictionRequest.json +36 -4
  133. package/json-schema/ai/PredictionResult.json +116 -4
  134. package/json-schema/ai/PredictiveModel.json +499 -4
  135. package/json-schema/ai/PredictiveModelType.json +11 -5
  136. package/json-schema/ai/PromptTemplate.json +162 -4
  137. package/json-schema/ai/PromptVariable.json +51 -4
  138. package/json-schema/ai/QueryContext.json +71 -4
  139. package/json-schema/ai/QueryIntent.json +14 -5
  140. package/json-schema/ai/QueryTemplate.json +80 -4
  141. package/json-schema/ai/RAGPipelineConfig.json +773 -4
  142. package/json-schema/ai/RAGPipelineStatus.json +61 -4
  143. package/json-schema/ai/RAGQueryRequest.json +62 -4
  144. package/json-schema/ai/RAGQueryResponse.json +140 -4
  145. package/json-schema/ai/RerankingConfig.json +31 -4
  146. package/json-schema/ai/Resolution.json +6686 -4
  147. package/json-schema/ai/RetrievalStrategy.json +128 -5
  148. package/json-schema/ai/RootCauseAnalysisRequest.json +94 -4
  149. package/json-schema/ai/RootCauseAnalysisResult.json +194 -4
  150. package/json-schema/ai/SelfHealingAction.json +102 -4
  151. package/json-schema/ai/SelfHealingConfig.json +230 -4
  152. package/json-schema/ai/TestingConfig.json +56 -4
  153. package/json-schema/ai/TextContent.json +23 -4
  154. package/json-schema/ai/Timeframe.json +63 -4
  155. package/json-schema/ai/TokenBudgetConfig.json +95 -4
  156. package/json-schema/ai/TokenBudgetStrategy.json +9 -5
  157. package/json-schema/ai/TokenUsage.json +27 -4
  158. package/json-schema/ai/TokenUsageStats.json +74 -4
  159. package/json-schema/ai/ToolCall.json +42 -4
  160. package/json-schema/ai/TrainingConfig.json +100 -4
  161. package/json-schema/ai/TypedAgentAction.json +799 -5
  162. package/json-schema/ai/UIActionType.json +85 -5
  163. package/json-schema/ai/VectorStoreConfig.json +88 -4
  164. package/json-schema/ai/VectorStoreProvider.json +14 -5
  165. package/json-schema/ai/VercelIntegration.json +70 -4
  166. package/json-schema/ai/VersionManagement.json +58 -4
  167. package/json-schema/ai/ViewActionParams.json +69 -4
  168. package/json-schema/ai/ViewActionType.json +14 -5
  169. package/json-schema/ai/ViewAgentAction.json +149 -4
  170. package/json-schema/ai/WorkflowActionParams.json +59 -4
  171. package/json-schema/ai/WorkflowActionType.json +11 -5
  172. package/json-schema/ai/WorkflowAgentAction.json +136 -4
  173. package/json-schema/ai/WorkflowFieldCondition.json +26 -4
  174. package/json-schema/ai/WorkflowSchedule.json +47 -4
  175. package/json-schema/api/AckMessage.json +41 -4
  176. package/json-schema/api/AiChatRequest.json +23 -4
  177. package/json-schema/api/AiChatResponse.json +46 -4
  178. package/json-schema/api/AiInsightsRequest.json +25 -4
  179. package/json-schema/api/AiInsightsResponse.json +48 -4
  180. package/json-schema/api/AiNlqRequest.json +19 -4
  181. package/json-schema/api/AiNlqResponse.json +27 -4
  182. package/json-schema/api/AiSuggestRequest.json +23 -4
  183. package/json-schema/api/AiSuggestResponse.json +38 -4
  184. package/json-schema/api/AnalyticsEndpoint.json +7 -5
  185. package/json-schema/api/AnalyticsMetadataResponse.json +283 -4
  186. package/json-schema/api/AnalyticsQueryRequest.json +151 -4
  187. package/json-schema/api/AnalyticsResultResponse.json +109 -4
  188. package/json-schema/api/AnalyticsSqlResponse.json +81 -4
  189. package/json-schema/api/ApiCapabilities.json +56 -4
  190. package/json-schema/api/ApiChangelogEntry.json +86 -4
  191. package/json-schema/api/ApiDiscoveryQuery.json +49 -4
  192. package/json-schema/api/ApiDiscoveryResponse.json +654 -4
  193. package/json-schema/api/ApiDocumentationConfig.json +800 -4
  194. package/json-schema/api/ApiEndpoint.json +167 -4
  195. package/json-schema/api/ApiEndpointRegistration.json +432 -4
  196. package/json-schema/api/ApiError.json +27 -4
  197. package/json-schema/api/ApiMapping.json +20 -4
  198. package/json-schema/api/ApiMetadata.json +43 -4
  199. package/json-schema/api/ApiParameter.json +133 -4
  200. package/json-schema/api/ApiProtocolType.json +14 -5
  201. package/json-schema/api/ApiRegistry.json +1844 -4
  202. package/json-schema/api/ApiRegistryEntry.json +582 -4
  203. package/json-schema/api/ApiResponse.json +114 -4
  204. package/json-schema/api/ApiRoutes.json +64 -4
  205. package/json-schema/api/ApiTestCollection.json +251 -4
  206. package/json-schema/api/ApiTestRequest.json +97 -4
  207. package/json-schema/api/ApiTestingUiConfig.json +157 -4
  208. package/json-schema/api/ApiTestingUiType.json +13 -5
  209. package/json-schema/api/AppDefinitionResponse.json +390 -4
  210. package/json-schema/api/AuthProvider.json +10 -5
  211. package/json-schema/api/AutomationTriggerRequest.json +18 -4
  212. package/json-schema/api/AutomationTriggerResponse.json +14 -4
  213. package/json-schema/api/BaseResponse.json +63 -4
  214. package/json-schema/api/BatchConfig.json +53 -4
  215. package/json-schema/api/BatchDataRequest.json +94 -4
  216. package/json-schema/api/BatchDataResponse.json +155 -4
  217. package/json-schema/api/BatchEndpointsConfig.json +59 -4
  218. package/json-schema/api/BatchOperationResult.json +60 -4
  219. package/json-schema/api/BatchOperationType.json +8 -5
  220. package/json-schema/api/BatchOptions.json +30 -4
  221. package/json-schema/api/BatchRecord.json +20 -4
  222. package/json-schema/api/BatchUpdateRequest.json +79 -4
  223. package/json-schema/api/BatchUpdateResponse.json +155 -4
  224. package/json-schema/api/BulkRequest.json +25 -4
  225. package/json-schema/api/BulkResponse.json +123 -4
  226. package/json-schema/api/CacheControl.json +34 -4
  227. package/json-schema/api/CacheDirective.json +10 -5
  228. package/json-schema/api/CacheInvalidationRequest.json +36 -4
  229. package/json-schema/api/CacheInvalidationResponse.json +23 -4
  230. package/json-schema/api/CacheInvalidationTarget.json +10 -5
  231. package/json-schema/api/CheckPermissionRequest.json +33 -4
  232. package/json-schema/api/CheckPermissionResponse.json +15 -4
  233. package/json-schema/api/CodeGenerationTemplate.json +28 -4
  234. package/json-schema/api/CompleteUploadRequest.json +15 -4
  235. package/json-schema/api/ConceptListResponse.json +90 -4
  236. package/json-schema/api/ConflictResolutionStrategy.json +8 -5
  237. package/json-schema/api/CreateDataRequest.json +20 -4
  238. package/json-schema/api/CreateDataResponse.json +25 -4
  239. package/json-schema/api/CreateManyDataRequest.json +23 -4
  240. package/json-schema/api/CreateManyDataResponse.json +28 -4
  241. package/json-schema/api/CreateRequest.json +15 -4
  242. package/json-schema/api/CrudEndpointPattern.json +33 -4
  243. package/json-schema/api/CrudEndpointsConfig.json +117 -4
  244. package/json-schema/api/CrudOperation.json +9 -5
  245. package/json-schema/api/CursorMessage.json +141 -4
  246. package/json-schema/api/CursorPosition.json +112 -4
  247. package/json-schema/api/DeleteDataRequest.json +16 -4
  248. package/json-schema/api/DeleteDataResponse.json +21 -4
  249. package/json-schema/api/DeleteManyDataRequest.json +52 -4
  250. package/json-schema/api/DeleteManyDataResponse.json +155 -4
  251. package/json-schema/api/DeleteManyRequest.json +49 -4
  252. package/json-schema/api/DeleteResponse.json +68 -4
  253. package/json-schema/api/DeleteViewRequest.json +16 -4
  254. package/json-schema/api/DeleteViewResponse.json +21 -4
  255. package/json-schema/api/DisablePackageRequest.json +10 -4
  256. package/json-schema/api/DisablePackageResponse.json +1820 -4
  257. package/json-schema/api/Discovery.json +223 -4
  258. package/json-schema/api/DispatcherConfig.json +89 -4
  259. package/json-schema/api/DispatcherRoute.json +60 -4
  260. package/json-schema/api/DocumentState.json +44 -4
  261. package/json-schema/api/ETag.json +17 -4
  262. package/json-schema/api/EditMessage.json +138 -4
  263. package/json-schema/api/EditOperation.json +109 -4
  264. package/json-schema/api/EditOperationType.json +7 -5
  265. package/json-schema/api/EnablePackageRequest.json +10 -4
  266. package/json-schema/api/EnablePackageResponse.json +1820 -4
  267. package/json-schema/api/EndpointRegistry.json +284 -4
  268. package/json-schema/api/EnhancedApiError.json +220 -4
  269. package/json-schema/api/ErrorCategory.json +13 -5
  270. package/json-schema/api/ErrorHandlingConfig.json +70 -4
  271. package/json-schema/api/ErrorMessage.json +38 -4
  272. package/json-schema/api/ErrorResponse.json +254 -4
  273. package/json-schema/api/EventFilter.json +62 -4
  274. package/json-schema/api/EventFilterCondition.json +34 -4
  275. package/json-schema/api/EventMessage.json +51 -4
  276. package/json-schema/api/EventPattern.json +5 -5
  277. package/json-schema/api/EventSubscription.json +108 -4
  278. package/json-schema/api/ExportRequest.json +469 -5
  279. package/json-schema/api/FieldError.json +80 -4
  280. package/json-schema/api/FileUploadResponse.json +113 -4
  281. package/json-schema/api/FilterOperator.json +17 -5
  282. package/json-schema/api/FindDataRequest.json +460 -4
  283. package/json-schema/api/FindDataResponse.json +31 -4
  284. package/json-schema/api/GeneratedApiDocumentation.json +622 -4
  285. package/json-schema/api/GeneratedEndpoint.json +80 -4
  286. package/json-schema/api/GetAnalyticsMetaRequest.json +8 -4
  287. package/json-schema/api/GetDataRequest.json +16 -4
  288. package/json-schema/api/GetDataResponse.json +25 -4
  289. package/json-schema/api/GetDiscoveryRequest.json +4 -5
  290. package/json-schema/api/GetDiscoveryResponse.json +142 -4
  291. package/json-schema/api/GetEffectivePermissionsRequest.json +4 -5
  292. package/json-schema/api/GetEffectivePermissionsResponse.json +84 -4
  293. package/json-schema/api/GetFieldLabelsRequest.json +16 -4
  294. package/json-schema/api/GetFieldLabelsResponse.json +51 -4
  295. package/json-schema/api/GetLocalesRequest.json +4 -5
  296. package/json-schema/api/GetLocalesResponse.json +35 -4
  297. package/json-schema/api/GetMetaItemCachedRequest.json +70 -4
  298. package/json-schema/api/GetMetaItemCachedResponse.json +82 -4
  299. package/json-schema/api/GetMetaItemRequest.json +16 -4
  300. package/json-schema/api/GetMetaItemResponse.json +20 -4
  301. package/json-schema/api/GetMetaItemsRequest.json +11 -4
  302. package/json-schema/api/GetMetaItemsResponse.json +17 -4
  303. package/json-schema/api/GetMetaTypesRequest.json +4 -5
  304. package/json-schema/api/GetMetaTypesResponse.json +14 -4
  305. package/json-schema/api/GetNotificationPreferencesRequest.json +4 -5
  306. package/json-schema/api/GetNotificationPreferencesResponse.json +74 -4
  307. package/json-schema/api/GetObjectPermissionsRequest.json +11 -4
  308. package/json-schema/api/GetObjectPermissionsResponse.json +102 -4
  309. package/json-schema/api/GetPackageRequest.json +10 -4
  310. package/json-schema/api/GetPackageResponse.json +1817 -4
  311. package/json-schema/api/GetPresenceRequest.json +11 -4
  312. package/json-schema/api/GetPresenceResponse.json +55 -4
  313. package/json-schema/api/GetPresignedUrlRequest.json +31 -4
  314. package/json-schema/api/GetTranslationsRequest.json +22 -4
  315. package/json-schema/api/GetTranslationsResponse.json +108 -4
  316. package/json-schema/api/GetUiViewRequest.json +20 -4
  317. package/json-schema/api/GetViewRequest.json +16 -4
  318. package/json-schema/api/GetWorkflowConfigRequest.json +11 -4
  319. package/json-schema/api/GetWorkflowConfigResponse.json +746 -4
  320. package/json-schema/api/GetWorkflowStateRequest.json +16 -4
  321. package/json-schema/api/GetWorkflowStateResponse.json +107 -4
  322. package/json-schema/api/GraphQLConfig.json +1554 -4
  323. package/json-schema/api/GraphQLDataLoaderConfig.json +103 -4
  324. package/json-schema/api/GraphQLDirectiveConfig.json +104 -4
  325. package/json-schema/api/GraphQLDirectiveLocation.json +23 -5
  326. package/json-schema/api/GraphQLMutationConfig.json +183 -4
  327. package/json-schema/api/GraphQLPersistedQuery.json +167 -4
  328. package/json-schema/api/GraphQLQueryComplexity.json +89 -4
  329. package/json-schema/api/GraphQLQueryConfig.json +259 -4
  330. package/json-schema/api/GraphQLQueryDepthLimit.json +42 -4
  331. package/json-schema/api/GraphQLRateLimit.json +161 -4
  332. package/json-schema/api/GraphQLResolverConfig.json +94 -4
  333. package/json-schema/api/GraphQLScalarType.json +25 -5
  334. package/json-schema/api/GraphQLSubscriptionConfig.json +125 -4
  335. package/json-schema/api/GraphQLTypeConfig.json +112 -4
  336. package/json-schema/api/HttpMethod.json +11 -5
  337. package/json-schema/api/HttpStatusCode.json +17 -5
  338. package/json-schema/api/IdRequest.json +11 -4
  339. package/json-schema/api/InstallPackageRequest.json +1778 -4
  340. package/json-schema/api/InstallPackageResponse.json +1820 -4
  341. package/json-schema/api/ListNotificationsRequest.json +24 -4
  342. package/json-schema/api/ListNotificationsResponse.json +73 -4
  343. package/json-schema/api/ListPackagesRequest.json +34 -4
  344. package/json-schema/api/ListPackagesResponse.json +1824 -4
  345. package/json-schema/api/ListRecordResponse.json +111 -4
  346. package/json-schema/api/ListViewsRequest.json +19 -4
  347. package/json-schema/api/LoginRequest.json +41 -4
  348. package/json-schema/api/LoginType.json +9 -5
  349. package/json-schema/api/MarkAllNotificationsReadRequest.json +4 -5
  350. package/json-schema/api/MarkAllNotificationsReadResponse.json +16 -4
  351. package/json-schema/api/MarkNotificationsReadRequest.json +14 -4
  352. package/json-schema/api/MarkNotificationsReadResponse.json +16 -4
  353. package/json-schema/api/MetadataCacheRequest.json +51 -4
  354. package/json-schema/api/MetadataCacheResponse.json +82 -4
  355. package/json-schema/api/MetadataEndpointsConfig.json +59 -4
  356. package/json-schema/api/ModificationResult.json +53 -4
  357. package/json-schema/api/Notification.json +51 -4
  358. package/json-schema/api/NotificationPreferences.json +64 -4
  359. package/json-schema/api/ODataConfig.json +129 -4
  360. package/json-schema/api/ODataError.json +60 -4
  361. package/json-schema/api/ODataFilterFunction.json +32 -5
  362. package/json-schema/api/ODataFilterOperator.json +17 -5
  363. package/json-schema/api/ODataMetadata.json +108 -4
  364. package/json-schema/api/ODataQuery.json +83 -4
  365. package/json-schema/api/ODataResponse.json +34 -4
  366. package/json-schema/api/ObjectDefinitionResponse.json +2819 -4
  367. package/json-schema/api/ObjectQLReference.json +34 -4
  368. package/json-schema/api/OpenApiGenerationConfig.json +173 -4
  369. package/json-schema/api/OpenApiSecurityScheme.json +58 -4
  370. package/json-schema/api/OpenApiServer.json +44 -4
  371. package/json-schema/api/OpenApiSpec.json +333 -4
  372. package/json-schema/api/PingMessage.json +25 -4
  373. package/json-schema/api/PongMessage.json +31 -4
  374. package/json-schema/api/PresenceMessage.json +91 -4
  375. package/json-schema/api/PresenceState.json +62 -4
  376. package/json-schema/api/PresenceUpdate.json +30 -4
  377. package/json-schema/api/PresignedUrlResponse.json +110 -4
  378. package/json-schema/api/RateLimit.json +28 -4
  379. package/json-schema/api/RealtimeAction.json +7 -5
  380. package/json-schema/api/RealtimeConfig.json +87 -4
  381. package/json-schema/api/RealtimeConnectRequest.json +24 -4
  382. package/json-schema/api/RealtimeConnectResponse.json +25 -4
  383. package/json-schema/api/RealtimeDisconnectRequest.json +8 -4
  384. package/json-schema/api/RealtimeDisconnectResponse.json +11 -4
  385. package/json-schema/api/RealtimeEvent.json +55 -4
  386. package/json-schema/api/RealtimeEventType.json +8 -5
  387. package/json-schema/api/RealtimePresence.json +37 -4
  388. package/json-schema/api/RealtimePresenceStatus.json +8 -5
  389. package/json-schema/api/RealtimeSubscribeRequest.json +26 -4
  390. package/json-schema/api/RealtimeSubscribeResponse.json +16 -4
  391. package/json-schema/api/RealtimeUnsubscribeRequest.json +11 -4
  392. package/json-schema/api/RealtimeUnsubscribeResponse.json +11 -4
  393. package/json-schema/api/RecordData.json +6 -4
  394. package/json-schema/api/RefreshTokenRequest.json +11 -4
  395. package/json-schema/api/RegisterDeviceRequest.json +29 -4
  396. package/json-schema/api/RegisterDeviceResponse.json +16 -4
  397. package/json-schema/api/RegisterRequest.json +23 -4
  398. package/json-schema/api/RequestValidationConfig.json +61 -4
  399. package/json-schema/api/ResponseEnvelopeConfig.json +56 -4
  400. package/json-schema/api/RestApiConfig.json +143 -4
  401. package/json-schema/api/RestApiEndpoint.json +108 -4
  402. package/json-schema/api/RestApiPluginConfig.json +814 -4
  403. package/json-schema/api/RestApiRouteCategory.json +17 -5
  404. package/json-schema/api/RestApiRouteRegistration.json +261 -4
  405. package/json-schema/api/RestServerConfig.json +474 -4
  406. package/json-schema/api/RetryStrategy.json +8 -5
  407. package/json-schema/api/RouteCategory.json +10 -5
  408. package/json-schema/api/RouteDefinition.json +73 -4
  409. package/json-schema/api/RouteGenerationConfig.json +77 -4
  410. package/json-schema/api/RouterConfig.json +204 -4
  411. package/json-schema/api/SaveMetaItemRequest.json +20 -4
  412. package/json-schema/api/SaveMetaItemResponse.json +13 -4
  413. package/json-schema/api/SchemaDefinition.json +53 -5
  414. package/json-schema/api/ServiceInfo.json +33 -4
  415. package/json-schema/api/Session.json +29 -4
  416. package/json-schema/api/SessionResponse.json +183 -4
  417. package/json-schema/api/SessionUser.json +70 -4
  418. package/json-schema/api/SetPresenceRequest.json +52 -4
  419. package/json-schema/api/SetPresenceResponse.json +11 -4
  420. package/json-schema/api/SimpleCursorPosition.json +45 -4
  421. package/json-schema/api/SimplePresenceState.json +39 -4
  422. package/json-schema/api/SingleRecordResponse.json +72 -4
  423. package/json-schema/api/StandardErrorCode.json +55 -5
  424. package/json-schema/api/SubscribeMessage.json +137 -4
  425. package/json-schema/api/Subscription.json +58 -4
  426. package/json-schema/api/SubscriptionEvent.json +24 -4
  427. package/json-schema/api/TransportProtocol.json +7 -5
  428. package/json-schema/api/UninstallPackageRequest.json +10 -4
  429. package/json-schema/api/UninstallPackageResponse.json +17 -4
  430. package/json-schema/api/UnregisterDeviceRequest.json +11 -4
  431. package/json-schema/api/UnregisterDeviceResponse.json +11 -4
  432. package/json-schema/api/UnsubscribeMessage.json +42 -4
  433. package/json-schema/api/UnsubscribeRequest.json +13 -4
  434. package/json-schema/api/UpdateDataRequest.json +25 -4
  435. package/json-schema/api/UpdateDataResponse.json +25 -4
  436. package/json-schema/api/UpdateManyDataRequest.json +71 -4
  437. package/json-schema/api/UpdateManyDataResponse.json +155 -4
  438. package/json-schema/api/UpdateManyRequest.json +68 -4
  439. package/json-schema/api/UpdateNotificationPreferencesRequest.json +68 -4
  440. package/json-schema/api/UpdateNotificationPreferencesResponse.json +74 -4
  441. package/json-schema/api/UpdateRequest.json +15 -4
  442. package/json-schema/api/UserProfileResponse.json +136 -4
  443. package/json-schema/api/ValidationMode.json +7 -5
  444. package/json-schema/api/VersionDefinition.json +52 -4
  445. package/json-schema/api/VersionNegotiationResponse.json +93 -4
  446. package/json-schema/api/VersionStatus.json +9 -5
  447. package/json-schema/api/VersioningConfig.json +149 -4
  448. package/json-schema/api/VersioningStrategy.json +8 -5
  449. package/json-schema/api/WebSocketConfig.json +67 -4
  450. package/json-schema/api/WebSocketEvent.json +33 -4
  451. package/json-schema/api/WebSocketMessage.json +758 -5
  452. package/json-schema/api/WebSocketMessageType.json +14 -5
  453. package/json-schema/api/WebSocketPresenceStatus.json +8 -5
  454. package/json-schema/api/WebSocketServerConfig.json +42 -4
  455. package/json-schema/api/WorkflowApproveRequest.json +28 -4
  456. package/json-schema/api/WorkflowApproveResponse.json +112 -4
  457. package/json-schema/api/WorkflowRejectRequest.json +25 -4
  458. package/json-schema/api/WorkflowRejectResponse.json +112 -4
  459. package/json-schema/api/WorkflowState.json +87 -4
  460. package/json-schema/api/WorkflowTransitionRequest.json +33 -4
  461. package/json-schema/api/WorkflowTransitionResponse.json +112 -4
  462. package/json-schema/automation/ActionRef.json +26 -5
  463. package/json-schema/automation/ApprovalAction.json +37 -4
  464. package/json-schema/automation/ApprovalActionType.json +9 -5
  465. package/json-schema/automation/ApprovalProcess.json +382 -4
  466. package/json-schema/automation/ApprovalStep.json +161 -4
  467. package/json-schema/automation/ApproverType.json +9 -5
  468. package/json-schema/automation/AuthField.json +67 -4
  469. package/json-schema/automation/Authentication.json +158 -4
  470. package/json-schema/automation/AuthenticationType.json +11 -5
  471. package/json-schema/automation/ConflictResolution.json +9 -5
  472. package/json-schema/automation/Connector.json +459 -4
  473. package/json-schema/automation/ConnectorActionRef.json +35 -4
  474. package/json-schema/automation/ConnectorCategory.json +19 -5
  475. package/json-schema/automation/ConnectorInstance.json +71 -4
  476. package/json-schema/automation/ConnectorOperation.json +118 -4
  477. package/json-schema/automation/ConnectorTrigger.json +53 -4
  478. package/json-schema/automation/CustomScriptAction.json +46 -4
  479. package/json-schema/automation/DataDestinationConfig.json +194 -4
  480. package/json-schema/automation/DataSourceConfig.json +26 -4
  481. package/json-schema/automation/DataSyncConfig.json +489 -4
  482. package/json-schema/automation/ETLDestination.json +53 -4
  483. package/json-schema/automation/ETLEndpointType.json +12 -5
  484. package/json-schema/automation/ETLPipeline.json +267 -4
  485. package/json-schema/automation/ETLPipelineRun.json +115 -4
  486. package/json-schema/automation/ETLRunStatus.json +10 -5
  487. package/json-schema/automation/ETLSource.json +56 -4
  488. package/json-schema/automation/ETLSyncMode.json +7 -5
  489. package/json-schema/automation/ETLTransformation.json +42 -4
  490. package/json-schema/automation/ETLTransformationType.json +14 -5
  491. package/json-schema/automation/EmailAlertAction.json +29 -4
  492. package/json-schema/automation/Event.json +19 -4
  493. package/json-schema/automation/FieldUpdateAction.json +25 -4
  494. package/json-schema/automation/Flow.json +248 -4
  495. package/json-schema/automation/FlowEdge.json +39 -4
  496. package/json-schema/automation/FlowNode.json +87 -4
  497. package/json-schema/automation/FlowNodeAction.json +19 -5
  498. package/json-schema/automation/FlowVariable.json +28 -4
  499. package/json-schema/automation/GuardRef.json +26 -5
  500. package/json-schema/automation/HttpCallAction.json +48 -4
  501. package/json-schema/automation/OAuth2Config.json +37 -4
  502. package/json-schema/automation/OperationParameter.json +55 -4
  503. package/json-schema/automation/OperationType.json +10 -5
  504. package/json-schema/automation/PushNotificationAction.json +54 -4
  505. package/json-schema/automation/StateMachine.json +557 -4
  506. package/json-schema/automation/StateNode.json +351 -4
  507. package/json-schema/automation/SyncDirection.json +7 -5
  508. package/json-schema/automation/SyncExecutionResult.json +155 -4
  509. package/json-schema/automation/SyncExecutionStatus.json +10 -5
  510. package/json-schema/automation/SyncMode.json +7 -5
  511. package/json-schema/automation/TaskCreationAction.json +54 -4
  512. package/json-schema/automation/TimeTrigger.json +363 -4
  513. package/json-schema/automation/Transition.json +71 -4
  514. package/json-schema/automation/Webhook.json +183 -4
  515. package/json-schema/automation/WebhookReceiver.json +62 -4
  516. package/json-schema/automation/WebhookTriggerType.json +9 -5
  517. package/json-schema/automation/WorkflowAction.json +308 -5
  518. package/json-schema/automation/WorkflowRule.json +728 -4
  519. package/json-schema/automation/WorkflowTriggerType.json +9 -5
  520. package/json-schema/data/Address.json +32 -4
  521. package/json-schema/data/AggregationFunction.json +12 -5
  522. package/json-schema/data/AggregationMetricType.json +13 -5
  523. package/json-schema/data/AggregationNode.json +72 -4
  524. package/json-schema/data/AggregationPipeline.json +104 -4
  525. package/json-schema/data/AggregationStage.json +20 -4
  526. package/json-schema/data/AnalyticsQuery.json +125 -4
  527. package/json-schema/data/ApiMethod.json +18 -5
  528. package/json-schema/data/AsyncValidation.json +120 -4
  529. package/json-schema/data/CDCConfig.json +29 -4
  530. package/json-schema/data/ComputedFieldCache.json +25 -4
  531. package/json-schema/data/ConditionalValidation.json +1523 -4
  532. package/json-schema/data/ConsistencyLevel.json +10 -5
  533. package/json-schema/data/CrossFieldValidation.json +82 -4
  534. package/json-schema/data/Cube.json +204 -4
  535. package/json-schema/data/CubeJoin.json +26 -4
  536. package/json-schema/data/CurrencyConfig.json +32 -4
  537. package/json-schema/data/CurrencyValue.json +18 -4
  538. package/json-schema/data/CustomValidator.json +82 -4
  539. package/json-schema/data/DataEngineAggregateOptions.json +90 -4
  540. package/json-schema/data/DataEngineAggregateRequest.json +108 -4
  541. package/json-schema/data/DataEngineBatchRequest.json +674 -4
  542. package/json-schema/data/DataEngineCountOptions.json +54 -4
  543. package/json-schema/data/DataEngineCountRequest.json +71 -4
  544. package/json-schema/data/DataEngineDeleteOptions.json +58 -4
  545. package/json-schema/data/DataEngineDeleteRequest.json +86 -4
  546. package/json-schema/data/DataEngineExecuteRequest.json +20 -4
  547. package/json-schema/data/DataEngineFilter.json +48 -5
  548. package/json-schema/data/DataEngineFindOneRequest.json +158 -4
  549. package/json-schema/data/DataEngineFindRequest.json +158 -4
  550. package/json-schema/data/DataEngineInsertOptions.json +9 -4
  551. package/json-schema/data/DataEngineInsertRequest.json +48 -4
  552. package/json-schema/data/DataEngineQueryOptions.json +141 -4
  553. package/json-schema/data/DataEngineRequest.json +1297 -5
  554. package/json-schema/data/DataEngineSort.json +59 -5
  555. package/json-schema/data/DataEngineUpdateOptions.json +66 -4
  556. package/json-schema/data/DataEngineUpdateRequest.json +102 -4
  557. package/json-schema/data/DataEngineVectorFindRequest.json +86 -4
  558. package/json-schema/data/DataQualityRules.json +41 -4
  559. package/json-schema/data/DataTypeMapping.json +43 -4
  560. package/json-schema/data/Dataset.json +61 -4
  561. package/json-schema/data/DatasetMode.json +9 -5
  562. package/json-schema/data/Datasource.json +208 -4
  563. package/json-schema/data/DatasourceCapabilities.json +61 -4
  564. package/json-schema/data/Dimension.json +52 -4
  565. package/json-schema/data/DimensionType.json +9 -5
  566. package/json-schema/data/Document.json +296 -4
  567. package/json-schema/data/DocumentTemplate.json +71 -4
  568. package/json-schema/data/DocumentValidationSchema.json +37 -4
  569. package/json-schema/data/DocumentVersion.json +43 -4
  570. package/json-schema/data/DriverCapabilities.json +201 -4
  571. package/json-schema/data/DriverConfig.json +270 -4
  572. package/json-schema/data/DriverDefinition.json +94 -4
  573. package/json-schema/data/DriverOptions.json +29 -4
  574. package/json-schema/data/DriverType.json +3 -5
  575. package/json-schema/data/ESignatureConfig.json +70 -4
  576. package/json-schema/data/EqualityOperator.json +6 -4
  577. package/json-schema/data/ExternalDataSource.json +63 -4
  578. package/json-schema/data/ExternalFieldMapping.json +148 -4
  579. package/json-schema/data/ExternalLookup.json +340 -4
  580. package/json-schema/data/Field.json +938 -4
  581. package/json-schema/data/FieldMapping.json +79 -4
  582. package/json-schema/data/FieldNode.json +27 -5
  583. package/json-schema/data/FieldReference.json +11 -4
  584. package/json-schema/data/FieldType.json +48 -5
  585. package/json-schema/data/FileAttachmentConfig.json +231 -4
  586. package/json-schema/data/FilterCondition.json +31 -5
  587. package/json-schema/data/FormatValidation.json +85 -4
  588. package/json-schema/data/FullTextSearch.json +58 -4
  589. package/json-schema/data/HookContext.json +87 -4
  590. package/json-schema/data/HookEvent.json +22 -5
  591. package/json-schema/data/Index.json +41 -4
  592. package/json-schema/data/JSONValidation.json +83 -4
  593. package/json-schema/data/JoinNode.json +446 -4
  594. package/json-schema/data/JoinStrategy.json +8 -5
  595. package/json-schema/data/JoinType.json +8 -5
  596. package/json-schema/data/LocationCoordinates.json +28 -4
  597. package/json-schema/data/Mapping.json +598 -4
  598. package/json-schema/data/Metric.json +58 -4
  599. package/json-schema/data/NoSQLDataTypeMapping.json +55 -4
  600. package/json-schema/data/NoSQLDatabaseType.json +12 -5
  601. package/json-schema/data/NoSQLDriverConfig.json +494 -4
  602. package/json-schema/data/NoSQLIndex.json +86 -4
  603. package/json-schema/data/NoSQLIndexType.json +12 -5
  604. package/json-schema/data/NoSQLOperationType.json +15 -5
  605. package/json-schema/data/NoSQLQueryOptions.json +63 -4
  606. package/json-schema/data/NoSQLTransactionOptions.json +40 -4
  607. package/json-schema/data/Object.json +2752 -4
  608. package/json-schema/data/ObjectCapabilities.json +83 -4
  609. package/json-schema/data/ObjectExtension.json +1837 -4
  610. package/json-schema/data/ObjectOwnershipEnum.json +6 -5
  611. package/json-schema/data/PartitioningConfig.json +30 -4
  612. package/json-schema/data/PoolConfig.json +34 -4
  613. package/json-schema/data/Query.json +443 -4
  614. package/json-schema/data/QueryFilter.json +41 -4
  615. package/json-schema/data/ReplicationConfig.json +42 -4
  616. package/json-schema/data/SQLDialect.json +10 -5
  617. package/json-schema/data/SQLDriverConfig.json +356 -4
  618. package/json-schema/data/SSLConfig.json +24 -4
  619. package/json-schema/data/ScriptValidation.json +74 -4
  620. package/json-schema/data/SearchConfig.json +28 -4
  621. package/json-schema/data/SelectOption.json +26 -4
  622. package/json-schema/data/SetOperator.json +12 -4
  623. package/json-schema/data/ShardingConfig.json +31 -4
  624. package/json-schema/data/SoftDeleteConfig.json +23 -4
  625. package/json-schema/data/SortNode.json +19 -4
  626. package/json-schema/data/SpecialOperator.json +10 -4
  627. package/json-schema/data/StateMachineValidation.json +88 -4
  628. package/json-schema/data/StringOperator.json +13 -4
  629. package/json-schema/data/TenancyConfig.json +33 -4
  630. package/json-schema/data/TimeUpdateInterval.json +12 -5
  631. package/json-schema/data/TransformType.json +11 -5
  632. package/json-schema/data/UniquenessValidation.json +86 -4
  633. package/json-schema/data/ValidationRule.json +809 -5
  634. package/json-schema/data/VectorConfig.json +46 -4
  635. package/json-schema/data/VersioningConfig.json +32 -4
  636. package/json-schema/data/WindowFunction.json +17 -5
  637. package/json-schema/data/WindowFunctionNode.json +97 -4
  638. package/json-schema/data/WindowSpec.json +58 -4
  639. package/json-schema/hub/DatabaseLevelIsolationStrategy.json +157 -4
  640. package/json-schema/hub/DependencyGraph.json +190 -4
  641. package/json-schema/hub/DependencyGraphNode.json +97 -4
  642. package/json-schema/hub/Feature.json +45 -4
  643. package/json-schema/hub/LevelIsolationStrategySchema.json +102 -4
  644. package/json-schema/hub/License.json +62 -4
  645. package/json-schema/hub/LicenseMetricType.json +8 -5
  646. package/json-schema/hub/PackageDependency.json +33 -4
  647. package/json-schema/hub/PackageDependencyConflict.json +80 -4
  648. package/json-schema/hub/PackageDependencyResolutionResult.json +336 -4
  649. package/json-schema/hub/Plan.json +49 -4
  650. package/json-schema/hub/PluginInstallConfig.json +48 -4
  651. package/json-schema/hub/PluginProvenance.json +229 -4
  652. package/json-schema/hub/PluginQualityMetrics.json +110 -4
  653. package/json-schema/hub/PluginRegistryEntry.json +903 -4
  654. package/json-schema/hub/PluginSearchFilters.json +84 -4
  655. package/json-schema/hub/PluginStatistics.json +104 -4
  656. package/json-schema/hub/PluginTrustScore.json +100 -4
  657. package/json-schema/hub/PluginVendor.json +42 -4
  658. package/json-schema/hub/RegistryConfig.json +267 -4
  659. package/json-schema/hub/RegistrySyncPolicy.json +8 -5
  660. package/json-schema/hub/RegistryUpstream.json +118 -4
  661. package/json-schema/hub/RowLevelIsolationStrategy.json +77 -4
  662. package/json-schema/hub/SBOM.json +170 -4
  663. package/json-schema/hub/SBOMEntry.json +90 -4
  664. package/json-schema/hub/SecurityPolicy.json +184 -4
  665. package/json-schema/hub/SecurityScanResult.json +373 -4
  666. package/json-schema/hub/SecurityVulnerability.json +128 -4
  667. package/json-schema/hub/Tenant.json +57 -4
  668. package/json-schema/hub/TenantIsolationConfig.json +345 -5
  669. package/json-schema/hub/TenantIsolationLevel.json +7 -5
  670. package/json-schema/hub/TenantQuota.json +22 -4
  671. package/json-schema/hub/TenantSecurityPolicy.json +123 -4
  672. package/json-schema/hub/VulnerabilitySeverity.json +10 -5
  673. package/json-schema/identity/Account.json +81 -4
  674. package/json-schema/identity/Invitation.json +66 -4
  675. package/json-schema/identity/InvitationStatus.json +8 -5
  676. package/json-schema/identity/Member.json +40 -4
  677. package/json-schema/identity/Organization.json +49 -4
  678. package/json-schema/identity/Role.json +25 -4
  679. package/json-schema/identity/SCIMAddress.json +45 -4
  680. package/json-schema/identity/SCIMEmail.json +32 -4
  681. package/json-schema/identity/SCIMEnterpriseUser.json +47 -4
  682. package/json-schema/identity/SCIMError.json +45 -4
  683. package/json-schema/identity/SCIMGroup.json +97 -4
  684. package/json-schema/identity/SCIMGroupReference.json +28 -4
  685. package/json-schema/identity/SCIMListResponse.json +618 -4
  686. package/json-schema/identity/SCIMMemberReference.json +28 -4
  687. package/json-schema/identity/SCIMMeta.json +29 -4
  688. package/json-schema/identity/SCIMName.json +28 -4
  689. package/json-schema/identity/SCIMPatchOperation.json +23 -4
  690. package/json-schema/identity/SCIMPatchRequest.json +49 -4
  691. package/json-schema/identity/SCIMPhoneNumber.json +33 -4
  692. package/json-schema/identity/SCIMUser.json +464 -4
  693. package/json-schema/identity/Session.json +58 -4
  694. package/json-schema/identity/User.json +47 -4
  695. package/json-schema/identity/VerificationToken.json +30 -4
  696. package/json-schema/integration/AckMode.json +8 -5
  697. package/json-schema/integration/ApiVersionConfig.json +25 -4
  698. package/json-schema/integration/BuildConfig.json +34 -4
  699. package/json-schema/integration/CdcConfig.json +50 -4
  700. package/json-schema/integration/ConflictResolution.json +9 -5
  701. package/json-schema/integration/Connector.json +926 -4
  702. package/json-schema/integration/ConnectorAction.json +35 -4
  703. package/json-schema/integration/ConnectorStatus.json +9 -5
  704. package/json-schema/integration/ConnectorTrigger.json +32 -4
  705. package/json-schema/integration/ConnectorType.json +11 -5
  706. package/json-schema/integration/ConsumerConfig.json +68 -4
  707. package/json-schema/integration/DataSyncConfig.json +82 -4
  708. package/json-schema/integration/DatabaseConnector.json +1409 -4
  709. package/json-schema/integration/DatabasePoolConfig.json +54 -4
  710. package/json-schema/integration/DatabaseProvider.json +17 -5
  711. package/json-schema/integration/DatabaseTable.json +215 -4
  712. package/json-schema/integration/DeliveryGuarantee.json +8 -5
  713. package/json-schema/integration/DeploymentConfig.json +75 -4
  714. package/json-schema/integration/DlqConfig.json +32 -4
  715. package/json-schema/integration/DomainConfig.json +44 -4
  716. package/json-schema/integration/EdgeFunctionConfig.json +39 -4
  717. package/json-schema/integration/EnvironmentVariables.json +39 -4
  718. package/json-schema/integration/FieldMapping.json +168 -4
  719. package/json-schema/integration/FileAccessPattern.json +10 -5
  720. package/json-schema/integration/FileFilterConfig.json +42 -4
  721. package/json-schema/integration/FileMetadataConfig.json +39 -4
  722. package/json-schema/integration/FileStorageConnector.json +1279 -4
  723. package/json-schema/integration/FileStorageProvider.json +16 -5
  724. package/json-schema/integration/FileVersioningConfig.json +23 -4
  725. package/json-schema/integration/GitHubActionsWorkflow.json +54 -4
  726. package/json-schema/integration/GitHubCommitConfig.json +32 -4
  727. package/json-schema/integration/GitHubConnector.json +1297 -4
  728. package/json-schema/integration/GitHubIssueTracking.json +65 -4
  729. package/json-schema/integration/GitHubProvider.json +7 -5
  730. package/json-schema/integration/GitHubPullRequestConfig.json +47 -4
  731. package/json-schema/integration/GitHubReleaseConfig.json +38 -4
  732. package/json-schema/integration/GitHubRepository.json +76 -4
  733. package/json-schema/integration/GitRepositoryConfig.json +39 -4
  734. package/json-schema/integration/MessageFormat.json +11 -5
  735. package/json-schema/integration/MessageQueueConnector.json +1373 -4
  736. package/json-schema/integration/MessageQueueProvider.json +18 -5
  737. package/json-schema/integration/MultipartUploadConfig.json +34 -4
  738. package/json-schema/integration/ProducerConfig.json +74 -4
  739. package/json-schema/integration/RateLimitConfig.json +68 -4
  740. package/json-schema/integration/RateLimitStrategy.json +9 -5
  741. package/json-schema/integration/RetryConfig.json +75 -4
  742. package/json-schema/integration/RetryStrategy.json +9 -5
  743. package/json-schema/integration/SaasConnector.json +1297 -4
  744. package/json-schema/integration/SaasObjectType.json +220 -4
  745. package/json-schema/integration/SaasProvider.json +17 -5
  746. package/json-schema/integration/SslConfig.json +30 -4
  747. package/json-schema/integration/StorageBucket.json +92 -4
  748. package/json-schema/integration/SyncStrategy.json +9 -5
  749. package/json-schema/integration/TopicQueue.json +275 -4
  750. package/json-schema/integration/VercelConnector.json +1376 -4
  751. package/json-schema/integration/VercelFramework.json +17 -5
  752. package/json-schema/integration/VercelMonitoring.json +63 -4
  753. package/json-schema/integration/VercelProject.json +330 -4
  754. package/json-schema/integration/VercelProvider.json +6 -5
  755. package/json-schema/integration/VercelTeam.json +12 -4
  756. package/json-schema/integration/WebhookConfig.json +212 -4
  757. package/json-schema/integration/WebhookEvent.json +13 -5
  758. package/json-schema/integration/WebhookSignatureAlgorithm.json +8 -5
  759. package/json-schema/kernel/ActivationEvent.json +26 -4
  760. package/json-schema/kernel/AdvancedPluginLifecycleConfig.json +497 -4
  761. package/json-schema/kernel/BreakingChange.json +56 -4
  762. package/json-schema/kernel/CapabilityConformanceLevel.json +9 -5
  763. package/json-schema/kernel/CompatibilityLevel.json +10 -5
  764. package/json-schema/kernel/CompatibilityMatrixEntry.json +117 -4
  765. package/json-schema/kernel/DeadLetterQueueEntry.json +135 -4
  766. package/json-schema/kernel/DependencyConflict.json +95 -4
  767. package/json-schema/kernel/DependencyGraph.json +190 -4
  768. package/json-schema/kernel/DependencyGraphNode.json +97 -4
  769. package/json-schema/kernel/DependencyResolutionResult.json +159 -4
  770. package/json-schema/kernel/DeprecationNotice.json +30 -4
  771. package/json-schema/kernel/DisablePackageRequest.json +10 -4
  772. package/json-schema/kernel/DisablePackageResponse.json +1820 -4
  773. package/json-schema/kernel/DistributedStateConfig.json +79 -4
  774. package/json-schema/kernel/DynamicLoadRequest.json +109 -4
  775. package/json-schema/kernel/DynamicLoadingConfig.json +146 -4
  776. package/json-schema/kernel/DynamicPluginOperation.json +10 -5
  777. package/json-schema/kernel/DynamicPluginResult.json +66 -4
  778. package/json-schema/kernel/DynamicUnloadRequest.json +48 -4
  779. package/json-schema/kernel/EnablePackageRequest.json +10 -4
  780. package/json-schema/kernel/EnablePackageResponse.json +1820 -4
  781. package/json-schema/kernel/Event.json +72 -4
  782. package/json-schema/kernel/EventBusConfig.json +647 -4
  783. package/json-schema/kernel/EventHandler.json +74 -4
  784. package/json-schema/kernel/EventLogEntry.json +154 -4
  785. package/json-schema/kernel/EventMessageQueueConfig.json +79 -4
  786. package/json-schema/kernel/EventMetadata.json +47 -4
  787. package/json-schema/kernel/EventPersistence.json +34 -4
  788. package/json-schema/kernel/EventPhase.json +8 -5
  789. package/json-schema/kernel/EventPriority.json +9 -5
  790. package/json-schema/kernel/EventQueueConfig.json +74 -4
  791. package/json-schema/kernel/EventReplayConfig.json +48 -4
  792. package/json-schema/kernel/EventRoute.json +22 -4
  793. package/json-schema/kernel/EventSourcingConfig.json +72 -4
  794. package/json-schema/kernel/EventTypeDefinition.json +39 -4
  795. package/json-schema/kernel/EventWebhookConfig.json +133 -4
  796. package/json-schema/kernel/ExtensionPoint.json +60 -4
  797. package/json-schema/kernel/FeatureFlag.json +83 -4
  798. package/json-schema/kernel/FeatureStrategy.json +9 -5
  799. package/json-schema/kernel/GetPackageRequest.json +10 -4
  800. package/json-schema/kernel/GetPackageResponse.json +1817 -4
  801. package/json-schema/kernel/GracefulDegradation.json +90 -4
  802. package/json-schema/kernel/HealthStatus.json +30 -4
  803. package/json-schema/kernel/HookRegisteredEvent.json +25 -4
  804. package/json-schema/kernel/HookTriggeredEvent.json +30 -4
  805. package/json-schema/kernel/HotReloadConfig.json +148 -4
  806. package/json-schema/kernel/InstallPackageRequest.json +1778 -4
  807. package/json-schema/kernel/InstallPackageResponse.json +1820 -4
  808. package/json-schema/kernel/InstalledPackage.json +1808 -4
  809. package/json-schema/kernel/KernelContext.json +62 -4
  810. package/json-schema/kernel/KernelEventBase.json +13 -4
  811. package/json-schema/kernel/KernelReadyEvent.json +24 -4
  812. package/json-schema/kernel/KernelSecurityPolicy.json +193 -4
  813. package/json-schema/kernel/KernelSecurityScanResult.json +367 -4
  814. package/json-schema/kernel/KernelSecurityVulnerability.json +88 -4
  815. package/json-schema/kernel/KernelShutdownEvent.json +17 -4
  816. package/json-schema/kernel/ListPackagesRequest.json +34 -4
  817. package/json-schema/kernel/ListPackagesResponse.json +1824 -4
  818. package/json-schema/kernel/Manifest.json +1757 -4
  819. package/json-schema/kernel/MetadataCollectionInfo.json +48 -4
  820. package/json-schema/kernel/MetadataExportOptions.json +45 -4
  821. package/json-schema/kernel/MetadataFormat.json +8 -5
  822. package/json-schema/kernel/MetadataImportOptions.json +40 -4
  823. package/json-schema/kernel/MetadataLoadOptions.json +51 -4
  824. package/json-schema/kernel/MetadataLoadResult.json +88 -4
  825. package/json-schema/kernel/MetadataLoaderContract.json +78 -4
  826. package/json-schema/kernel/MetadataManagerConfig.json +121 -4
  827. package/json-schema/kernel/MetadataSaveOptions.json +66 -4
  828. package/json-schema/kernel/MetadataSaveResult.json +35 -4
  829. package/json-schema/kernel/MetadataStats.json +48 -4
  830. package/json-schema/kernel/MetadataWatchEvent.json +41 -4
  831. package/json-schema/kernel/MultiVersionSupport.json +95 -4
  832. package/json-schema/kernel/OpsDomainModule.json +29 -4
  833. package/json-schema/kernel/OpsFilePath.json +3 -5
  834. package/json-schema/kernel/OpsPluginStructure.json +28 -4
  835. package/json-schema/kernel/PackageDependency.json +33 -4
  836. package/json-schema/kernel/PackageDependencyConflict.json +80 -4
  837. package/json-schema/kernel/PackageDependencyResolutionResult.json +336 -4
  838. package/json-schema/kernel/PackageStatusEnum.json +9 -5
  839. package/json-schema/kernel/Permission.json +104 -4
  840. package/json-schema/kernel/PermissionAction.json +16 -5
  841. package/json-schema/kernel/PermissionScope.json +10 -5
  842. package/json-schema/kernel/PermissionSet.json +155 -4
  843. package/json-schema/kernel/PluginCaching.json +80 -4
  844. package/json-schema/kernel/PluginCapability.json +129 -4
  845. package/json-schema/kernel/PluginCapabilityManifest.json +423 -4
  846. package/json-schema/kernel/PluginCodeSplitting.json +59 -4
  847. package/json-schema/kernel/PluginCompatibilityMatrix.json +173 -4
  848. package/json-schema/kernel/PluginDependency.json +32 -4
  849. package/json-schema/kernel/PluginDependencyResolution.json +94 -4
  850. package/json-schema/kernel/PluginDiscoveryConfig.json +89 -4
  851. package/json-schema/kernel/PluginDiscoverySource.json +58 -4
  852. package/json-schema/kernel/PluginDynamicImport.json +75 -4
  853. package/json-schema/kernel/PluginErrorEvent.json +64 -4
  854. package/json-schema/kernel/PluginEventBase.json +18 -4
  855. package/json-schema/kernel/PluginHealthCheck.json +67 -4
  856. package/json-schema/kernel/PluginHealthReport.json +124 -4
  857. package/json-schema/kernel/PluginHealthStatus.json +11 -5
  858. package/json-schema/kernel/PluginHotReload.json +151 -4
  859. package/json-schema/kernel/PluginInitialization.json +71 -4
  860. package/json-schema/kernel/PluginInstallConfig.json +48 -4
  861. package/json-schema/kernel/PluginInterface.json +139 -4
  862. package/json-schema/kernel/PluginLifecycleEventType.json +24 -5
  863. package/json-schema/kernel/PluginLifecyclePhaseEvent.json +32 -4
  864. package/json-schema/kernel/PluginLoadingConfig.json +857 -4
  865. package/json-schema/kernel/PluginLoadingEvent.json +67 -4
  866. package/json-schema/kernel/PluginLoadingState.json +53 -4
  867. package/json-schema/kernel/PluginLoadingStrategy.json +10 -5
  868. package/json-schema/kernel/PluginMetadata.json +29 -4
  869. package/json-schema/kernel/PluginPerformanceMonitoring.json +72 -4
  870. package/json-schema/kernel/PluginPreloadConfig.json +70 -4
  871. package/json-schema/kernel/PluginProvenance.json +229 -4
  872. package/json-schema/kernel/PluginQualityMetrics.json +110 -4
  873. package/json-schema/kernel/PluginRegisteredEvent.json +22 -4
  874. package/json-schema/kernel/PluginRegistryEntry.json +903 -4
  875. package/json-schema/kernel/PluginSandboxing.json +147 -4
  876. package/json-schema/kernel/PluginSearchFilters.json +84 -4
  877. package/json-schema/kernel/PluginSecurityManifest.json +1297 -4
  878. package/json-schema/kernel/PluginSource.json +32 -4
  879. package/json-schema/kernel/PluginStartupResult.json +94 -4
  880. package/json-schema/kernel/PluginStateSnapshot.json +49 -4
  881. package/json-schema/kernel/PluginStatistics.json +104 -4
  882. package/json-schema/kernel/PluginTrustLevel.json +10 -5
  883. package/json-schema/kernel/PluginTrustScore.json +100 -4
  884. package/json-schema/kernel/PluginUpdateStrategy.json +119 -4
  885. package/json-schema/kernel/PluginVendor.json +42 -4
  886. package/json-schema/kernel/PluginVersionMetadata.json +365 -4
  887. package/json-schema/kernel/ProtocolFeature.json +27 -4
  888. package/json-schema/kernel/ProtocolReference.json +51 -4
  889. package/json-schema/kernel/ProtocolVersion.json +25 -4
  890. package/json-schema/kernel/RealTimeNotificationConfig.json +90 -4
  891. package/json-schema/kernel/ResourceType.json +21 -5
  892. package/json-schema/kernel/RuntimeConfig.json +150 -4
  893. package/json-schema/kernel/RuntimeMode.json +9 -5
  894. package/json-schema/kernel/SBOM.json +170 -4
  895. package/json-schema/kernel/SBOMEntry.json +90 -4
  896. package/json-schema/kernel/SandboxConfig.json +352 -4
  897. package/json-schema/kernel/ScopeConfig.json +23 -4
  898. package/json-schema/kernel/ScopeInfo.json +37 -4
  899. package/json-schema/kernel/SecurityPolicy.json +184 -4
  900. package/json-schema/kernel/SecurityScanResult.json +373 -4
  901. package/json-schema/kernel/SecurityVulnerability.json +128 -4
  902. package/json-schema/kernel/SemanticVersion.json +36 -4
  903. package/json-schema/kernel/ServiceFactoryRegistration.json +39 -4
  904. package/json-schema/kernel/ServiceMetadata.json +41 -4
  905. package/json-schema/kernel/ServiceRegisteredEvent.json +22 -4
  906. package/json-schema/kernel/ServiceRegistryConfig.json +37 -4
  907. package/json-schema/kernel/ServiceScopeType.json +8 -5
  908. package/json-schema/kernel/ServiceUnregisteredEvent.json +18 -4
  909. package/json-schema/kernel/StartupOptions.json +35 -4
  910. package/json-schema/kernel/StartupOrchestrationResult.json +125 -4
  911. package/json-schema/kernel/UninstallPackageRequest.json +10 -4
  912. package/json-schema/kernel/UninstallPackageResponse.json +17 -4
  913. package/json-schema/kernel/ValidationError.json +20 -4
  914. package/json-schema/kernel/ValidationResult.json +63 -4
  915. package/json-schema/kernel/ValidationWarning.json +20 -4
  916. package/json-schema/kernel/VersionConstraint.json +53 -5
  917. package/json-schema/kernel/VulnerabilitySeverity.json +10 -5
  918. package/json-schema/qa/TestAction.json +39 -4
  919. package/json-schema/qa/TestActionType.json +13 -5
  920. package/json-schema/qa/TestAssertion.json +34 -4
  921. package/json-schema/qa/TestAssertionType.json +16 -5
  922. package/json-schema/qa/TestContext.json +6 -4
  923. package/json-schema/qa/TestScenario.json +392 -4
  924. package/json-schema/qa/TestStep.json +108 -4
  925. package/json-schema/qa/TestSuite.json +411 -4
  926. package/json-schema/security/AuditPolicy.json +25 -4
  927. package/json-schema/security/CriteriaSharingRule.json +76 -4
  928. package/json-schema/security/FieldPermission.json +18 -4
  929. package/json-schema/security/NetworkPolicy.json +25 -4
  930. package/json-schema/security/OWDModel.json +8 -5
  931. package/json-schema/security/ObjectPermission.json +60 -4
  932. package/json-schema/security/OwnerSharingRule.json +96 -4
  933. package/json-schema/security/PasswordPolicy.json +41 -4
  934. package/json-schema/security/PermissionSet.json +214 -4
  935. package/json-schema/security/Policy.json +148 -4
  936. package/json-schema/security/RLSConfig.json +61 -4
  937. package/json-schema/security/RLSEvaluationResult.json +32 -4
  938. package/json-schema/security/RLSOperation.json +9 -5
  939. package/json-schema/security/RLSUserContext.json +47 -4
  940. package/json-schema/security/RowLevelSecurityPolicy.json +73 -4
  941. package/json-schema/security/SessionPolicy.json +24 -4
  942. package/json-schema/security/ShareRecipientType.json +9 -5
  943. package/json-schema/security/SharingLevel.json +7 -5
  944. package/json-schema/security/SharingRule.json +179 -5
  945. package/json-schema/security/SharingRuleType.json +6 -5
  946. package/json-schema/security/Territory.json +75 -4
  947. package/json-schema/security/TerritoryModel.json +27 -4
  948. package/json-schema/security/TerritoryType.json +8 -5
  949. package/json-schema/shared/AggregationFunctionEnum.json +15 -5
  950. package/json-schema/shared/BaseMetadataRecord.json +34 -4
  951. package/json-schema/shared/CacheStrategyEnum.json +9 -5
  952. package/json-schema/shared/CorsConfig.json +56 -4
  953. package/json-schema/shared/EventName.json +5 -5
  954. package/json-schema/shared/FieldMapping.json +138 -4
  955. package/json-schema/shared/HttpMethod.json +11 -5
  956. package/json-schema/shared/IsolationLevelEnum.json +10 -5
  957. package/json-schema/shared/MetadataFormat.json +9 -5
  958. package/json-schema/shared/MutationEventEnum.json +9 -5
  959. package/json-schema/shared/RateLimitConfig.json +28 -4
  960. package/json-schema/shared/SnakeCaseIdentifier.json +5 -5
  961. package/json-schema/shared/SortDirectionEnum.json +7 -5
  962. package/json-schema/shared/StaticMount.json +20 -4
  963. package/json-schema/shared/SystemIdentifier.json +5 -5
  964. package/json-schema/shared/TransformType.json +117 -5
  965. package/json-schema/studio/ActionContribution.json +39 -4
  966. package/json-schema/studio/ActionLocation.json +7 -5
  967. package/json-schema/studio/ActivationEvent.json +3 -5
  968. package/json-schema/studio/CommandContribution.json +24 -4
  969. package/json-schema/studio/MetadataIconContribution.json +21 -4
  970. package/json-schema/studio/MetadataViewerContribution.json +48 -4
  971. package/json-schema/studio/PanelContribution.json +31 -4
  972. package/json-schema/studio/PanelLocation.json +7 -5
  973. package/json-schema/studio/SidebarGroupContribution.json +34 -4
  974. package/json-schema/studio/StudioPluginContributions.json +245 -4
  975. package/json-schema/studio/StudioPluginManifest.json +298 -4
  976. package/json-schema/studio/ViewMode.json +8 -5
  977. package/json-schema/system/AccessControlConfig.json +107 -4
  978. package/json-schema/system/AddFieldOperation.json +964 -4
  979. package/json-schema/system/AnalyzerConfig.json +38 -4
  980. package/json-schema/system/AuditConfig.json +620 -4
  981. package/json-schema/system/AuditEvent.json +234 -4
  982. package/json-schema/system/AuditEventActor.json +41 -4
  983. package/json-schema/system/AuditEventChange.json +17 -4
  984. package/json-schema/system/AuditEventFilter.json +124 -4
  985. package/json-schema/system/AuditEventSeverity.json +12 -5
  986. package/json-schema/system/AuditEventTarget.json +28 -4
  987. package/json-schema/system/AuditEventType.json +46 -5
  988. package/json-schema/system/AuditLogConfig.json +50 -4
  989. package/json-schema/system/AuditRetentionPolicy.json +78 -4
  990. package/json-schema/system/AuditStorageConfig.json +61 -4
  991. package/json-schema/system/AuthConfig.json +101 -4
  992. package/json-schema/system/AuthPluginConfig.json +30 -4
  993. package/json-schema/system/AuthProviderConfig.json +28 -4
  994. package/json-schema/system/AwarenessEvent.json +47 -4
  995. package/json-schema/system/AwarenessSession.json +121 -4
  996. package/json-schema/system/AwarenessUpdate.json +30 -4
  997. package/json-schema/system/AwarenessUserState.json +75 -4
  998. package/json-schema/system/BatchProgress.json +73 -4
  999. package/json-schema/system/BucketConfig.json +358 -4
  1000. package/json-schema/system/CRDTMergeResult.json +319 -4
  1001. package/json-schema/system/CRDTState.json +283 -5
  1002. package/json-schema/system/CRDTType.json +13 -5
  1003. package/json-schema/system/CacheConfig.json +137 -4
  1004. package/json-schema/system/CacheInvalidation.json +40 -4
  1005. package/json-schema/system/CacheStrategy.json +10 -5
  1006. package/json-schema/system/CacheTier.json +52 -4
  1007. package/json-schema/system/ChangeImpact.json +47 -4
  1008. package/json-schema/system/ChangePriority.json +8 -5
  1009. package/json-schema/system/ChangeRequest.json +313 -4
  1010. package/json-schema/system/ChangeSet.json +6627 -4
  1011. package/json-schema/system/ChangeStatus.json +14 -5
  1012. package/json-schema/system/ChangeType.json +8 -5
  1013. package/json-schema/system/CollaborationMode.json +8 -5
  1014. package/json-schema/system/CollaborationSession.json +621 -4
  1015. package/json-schema/system/CollaborationSessionConfig.json +87 -4
  1016. package/json-schema/system/CollaborativeCursor.json +196 -4
  1017. package/json-schema/system/ComplianceConfig.json +252 -4
  1018. package/json-schema/system/ConsoleDestinationConfig.json +26 -4
  1019. package/json-schema/system/ConsumerConfig.json +34 -4
  1020. package/json-schema/system/CoreServiceName.json +21 -5
  1021. package/json-schema/system/CounterOperation.json +25 -4
  1022. package/json-schema/system/CreateObjectOperation.json +2768 -4
  1023. package/json-schema/system/CronSchedule.json +22 -4
  1024. package/json-schema/system/CursorColorPreset.json +14 -5
  1025. package/json-schema/system/CursorSelection.json +62 -4
  1026. package/json-schema/system/CursorStyle.json +54 -4
  1027. package/json-schema/system/CursorUpdate.json +102 -4
  1028. package/json-schema/system/DatabaseLevelIsolationStrategy.json +157 -4
  1029. package/json-schema/system/DeadLetterQueue.json +24 -4
  1030. package/json-schema/system/DeleteObjectOperation.json +17 -4
  1031. package/json-schema/system/EmailTemplate.json +62 -4
  1032. package/json-schema/system/EncryptionAlgorithm.json +8 -5
  1033. package/json-schema/system/EncryptionConfig.json +107 -4
  1034. package/json-schema/system/ExecuteSqlOperation.json +21 -4
  1035. package/json-schema/system/ExtendedLogLevel.json +11 -5
  1036. package/json-schema/system/ExternalServiceDestinationConfig.json +46 -4
  1037. package/json-schema/system/FacetConfig.json +28 -4
  1038. package/json-schema/system/Feature.json +45 -4
  1039. package/json-schema/system/FieldEncryption.json +128 -4
  1040. package/json-schema/system/FileDestinationConfig.json +56 -4
  1041. package/json-schema/system/FileMetadata.json +46 -4
  1042. package/json-schema/system/GCounter.json +24 -4
  1043. package/json-schema/system/GDPRConfig.json +85 -4
  1044. package/json-schema/system/HIPAAConfig.json +52 -4
  1045. package/json-schema/system/HistogramBucketConfig.json +86 -4
  1046. package/json-schema/system/HttpDestinationConfig.json +123 -4
  1047. package/json-schema/system/HttpServerConfig.json +177 -4
  1048. package/json-schema/system/InAppNotification.json +41 -4
  1049. package/json-schema/system/IntervalSchedule.json +18 -4
  1050. package/json-schema/system/Job.json +136 -4
  1051. package/json-schema/system/JobExecution.json +45 -4
  1052. package/json-schema/system/JobExecutionStatus.json +8 -5
  1053. package/json-schema/system/KernelServiceMap.json +45 -4
  1054. package/json-schema/system/KeyManagementProvider.json +10 -5
  1055. package/json-schema/system/KeyRotationPolicy.json +32 -4
  1056. package/json-schema/system/LWWRegister.json +49 -4
  1057. package/json-schema/system/LevelIsolationStrategySchema.json +102 -4
  1058. package/json-schema/system/License.json +62 -4
  1059. package/json-schema/system/LicenseMetricType.json +8 -5
  1060. package/json-schema/system/LifecycleAction.json +8 -5
  1061. package/json-schema/system/LifecyclePolicyConfig.json +84 -4
  1062. package/json-schema/system/LifecyclePolicyRule.json +64 -4
  1063. package/json-schema/system/Locale.json +3 -5
  1064. package/json-schema/system/LogDestination.json +326 -4
  1065. package/json-schema/system/LogDestinationType.json +19 -5
  1066. package/json-schema/system/LogEnrichmentConfig.json +65 -4
  1067. package/json-schema/system/LogEntry.json +63 -4
  1068. package/json-schema/system/LogFormat.json +8 -5
  1069. package/json-schema/system/LogLevel.json +11 -5
  1070. package/json-schema/system/LoggerConfig.json +77 -4
  1071. package/json-schema/system/LoggingConfig.json +705 -4
  1072. package/json-schema/system/MaskingConfig.json +82 -4
  1073. package/json-schema/system/MaskingRule.json +56 -4
  1074. package/json-schema/system/MaskingStrategy.json +12 -5
  1075. package/json-schema/system/MessageQueueConfig.json +168 -4
  1076. package/json-schema/system/MessageQueueProvider.json +11 -5
  1077. package/json-schema/system/MetadataCollectionInfo.json +21 -4
  1078. package/json-schema/system/MetadataExportOptions.json +37 -4
  1079. package/json-schema/system/MetadataFormat.json +11 -5
  1080. package/json-schema/system/MetadataImportOptions.json +26 -4
  1081. package/json-schema/system/MetadataLoadOptions.json +47 -4
  1082. package/json-schema/system/MetadataLoadResult.json +75 -4
  1083. package/json-schema/system/MetadataLoaderContract.json +61 -4
  1084. package/json-schema/system/MetadataManagerConfig.json +36 -4
  1085. package/json-schema/system/MetadataRecord.json +86 -4
  1086. package/json-schema/system/MetadataSaveOptions.json +50 -4
  1087. package/json-schema/system/MetadataSaveResult.json +65 -4
  1088. package/json-schema/system/MetadataScope.json +7 -5
  1089. package/json-schema/system/MetadataState.json +8 -5
  1090. package/json-schema/system/MetadataStats.json +38 -4
  1091. package/json-schema/system/MetadataWatchEvent.json +74 -4
  1092. package/json-schema/system/MetricAggregationConfig.json +67 -4
  1093. package/json-schema/system/MetricAggregationType.json +18 -5
  1094. package/json-schema/system/MetricDataPoint.json +134 -4
  1095. package/json-schema/system/MetricDefinition.json +196 -4
  1096. package/json-schema/system/MetricExportConfig.json +95 -4
  1097. package/json-schema/system/MetricLabels.json +8 -4
  1098. package/json-schema/system/MetricType.json +9 -5
  1099. package/json-schema/system/MetricUnit.json +25 -5
  1100. package/json-schema/system/MetricsConfig.json +771 -4
  1101. package/json-schema/system/MiddlewareConfig.json +69 -4
  1102. package/json-schema/system/MiddlewareType.json +11 -5
  1103. package/json-schema/system/MigrationDependency.json +16 -4
  1104. package/json-schema/system/MigrationOperation.json +3862 -5
  1105. package/json-schema/system/ModifyFieldOperation.json +31 -4
  1106. package/json-schema/system/MultipartUploadConfig.json +48 -4
  1107. package/json-schema/system/NotificationChannel.json +11 -5
  1108. package/json-schema/system/NotificationConfig.json +348 -4
  1109. package/json-schema/system/ORSet.json +53 -4
  1110. package/json-schema/system/ORSetElement.json +35 -4
  1111. package/json-schema/system/OTComponent.json +77 -5
  1112. package/json-schema/system/OTOperation.json +135 -4
  1113. package/json-schema/system/OTOperationType.json +7 -5
  1114. package/json-schema/system/OTTransformResult.json +157 -4
  1115. package/json-schema/system/ObjectMetadata.json +86 -4
  1116. package/json-schema/system/ObjectStorageConfig.json +511 -4
  1117. package/json-schema/system/OnceSchedule.json +18 -4
  1118. package/json-schema/system/OpenTelemetryCompatibility.json +210 -4
  1119. package/json-schema/system/OtelExporterType.json +15 -5
  1120. package/json-schema/system/PCIDSSConfig.json +49 -4
  1121. package/json-schema/system/PNCounter.json +37 -4
  1122. package/json-schema/system/Plan.json +49 -4
  1123. package/json-schema/system/PresignedUrlConfig.json +41 -4
  1124. package/json-schema/system/PushNotification.json +55 -4
  1125. package/json-schema/system/QueueConfig.json +152 -4
  1126. package/json-schema/system/RegistryConfig.json +267 -4
  1127. package/json-schema/system/RegistrySyncPolicy.json +8 -5
  1128. package/json-schema/system/RegistryUpstream.json +118 -4
  1129. package/json-schema/system/RemoveFieldOperation.json +22 -4
  1130. package/json-schema/system/RenameObjectOperation.json +22 -4
  1131. package/json-schema/system/RetryPolicy.json +29 -4
  1132. package/json-schema/system/RollbackPlan.json +43 -4
  1133. package/json-schema/system/RouteHandlerMetadata.json +80 -4
  1134. package/json-schema/system/RowLevelIsolationStrategy.json +77 -4
  1135. package/json-schema/system/SMSTemplate.json +29 -4
  1136. package/json-schema/system/SamplingDecision.json +8 -5
  1137. package/json-schema/system/SamplingStrategyType.json +13 -5
  1138. package/json-schema/system/Schedule.json +67 -5
  1139. package/json-schema/system/SearchConfig.json +231 -4
  1140. package/json-schema/system/SearchIndexConfig.json +88 -4
  1141. package/json-schema/system/SearchProvider.json +10 -5
  1142. package/json-schema/system/ServerCapabilities.json +65 -4
  1143. package/json-schema/system/ServerEvent.json +35 -4
  1144. package/json-schema/system/ServerEventType.json +11 -5
  1145. package/json-schema/system/ServerStatus.json +99 -4
  1146. package/json-schema/system/ServiceConfig.json +40 -4
  1147. package/json-schema/system/ServiceCriticality.json +7 -5
  1148. package/json-schema/system/ServiceLevelIndicator.json +100 -4
  1149. package/json-schema/system/ServiceLevelObjective.json +170 -4
  1150. package/json-schema/system/ServiceStatus.json +57 -4
  1151. package/json-schema/system/Span.json +410 -4
  1152. package/json-schema/system/SpanAttributeValue.json +31 -5
  1153. package/json-schema/system/SpanAttributes.json +37 -4
  1154. package/json-schema/system/SpanEvent.json +58 -4
  1155. package/json-schema/system/SpanKind.json +10 -5
  1156. package/json-schema/system/SpanLink.json +111 -4
  1157. package/json-schema/system/SpanStatus.json +8 -5
  1158. package/json-schema/system/StorageAcl.json +11 -5
  1159. package/json-schema/system/StorageClass.json +10 -5
  1160. package/json-schema/system/StorageConnection.json +57 -4
  1161. package/json-schema/system/StorageProvider.json +14 -5
  1162. package/json-schema/system/StorageScope.json +15 -5
  1163. package/json-schema/system/StructuredLogEntry.json +202 -4
  1164. package/json-schema/system/SuspiciousActivityRule.json +175 -4
  1165. package/json-schema/system/Task.json +157 -4
  1166. package/json-schema/system/TaskExecutionResult.json +82 -4
  1167. package/json-schema/system/TaskPriority.json +9 -5
  1168. package/json-schema/system/TaskRetryPolicy.json +48 -4
  1169. package/json-schema/system/TaskStatus.json +12 -5
  1170. package/json-schema/system/Tenant.json +57 -4
  1171. package/json-schema/system/TenantIsolationConfig.json +345 -5
  1172. package/json-schema/system/TenantIsolationLevel.json +7 -5
  1173. package/json-schema/system/TenantQuota.json +22 -4
  1174. package/json-schema/system/TenantSecurityPolicy.json +123 -4
  1175. package/json-schema/system/TextCRDTOperation.json +49 -4
  1176. package/json-schema/system/TextCRDTState.json +107 -4
  1177. package/json-schema/system/TimeSeries.json +70 -4
  1178. package/json-schema/system/TimeSeriesDataPoint.json +29 -4
  1179. package/json-schema/system/TopicConfig.json +40 -4
  1180. package/json-schema/system/TraceContext.json +62 -4
  1181. package/json-schema/system/TraceContextPropagation.json +81 -4
  1182. package/json-schema/system/TraceFlags.json +5 -5
  1183. package/json-schema/system/TracePropagationFormat.json +12 -5
  1184. package/json-schema/system/TraceSamplingConfig.json +191 -4
  1185. package/json-schema/system/TraceState.json +18 -4
  1186. package/json-schema/system/TracingConfig.json +595 -4
  1187. package/json-schema/system/TranslationBundle.json +102 -4
  1188. package/json-schema/system/TranslationData.json +94 -4
  1189. package/json-schema/system/UserActivityStatus.json +8 -5
  1190. package/json-schema/system/VectorClock.json +19 -4
  1191. package/json-schema/system/WorkerStats.json +94 -4
  1192. package/json-schema/ui/Action.json +206 -4
  1193. package/json-schema/ui/ActionParam.json +88 -4
  1194. package/json-schema/ui/Animation.json +48 -4
  1195. package/json-schema/ui/App.json +323 -4
  1196. package/json-schema/ui/AppBranding.json +16 -4
  1197. package/json-schema/ui/BorderRadius.json +36 -4
  1198. package/json-schema/ui/Breakpoints.json +28 -4
  1199. package/json-schema/ui/CalendarConfig.json +20 -4
  1200. package/json-schema/ui/ChartAnnotation.json +63 -4
  1201. package/json-schema/ui/ChartAxis.json +51 -4
  1202. package/json-schema/ui/ChartConfig.json +374 -4
  1203. package/json-schema/ui/ChartInteraction.json +25 -4
  1204. package/json-schema/ui/ChartSeries.json +77 -4
  1205. package/json-schema/ui/ChartType.json +42 -5
  1206. package/json-schema/ui/ColorPalette.json +75 -4
  1207. package/json-schema/ui/Dashboard.json +589 -4
  1208. package/json-schema/ui/DashboardNavItem.json +36 -4
  1209. package/json-schema/ui/DashboardWidget.json +525 -4
  1210. package/json-schema/ui/FormField.json +53 -4
  1211. package/json-schema/ui/GanttConfig.json +24 -4
  1212. package/json-schema/ui/GroupNavItem.json +37 -4
  1213. package/json-schema/ui/HttpMethod.json +9 -5
  1214. package/json-schema/ui/HttpRequest.json +45 -4
  1215. package/json-schema/ui/KanbanConfig.json +23 -4
  1216. package/json-schema/ui/ListColumn.json +57 -4
  1217. package/json-schema/ui/ListView.json +563 -4
  1218. package/json-schema/ui/NavigationConfig.json +47 -4
  1219. package/json-schema/ui/NavigationItem.json +231 -5
  1220. package/json-schema/ui/NavigationMode.json +11 -5
  1221. package/json-schema/ui/ObjectNavItem.json +40 -4
  1222. package/json-schema/ui/Page.json +201 -4
  1223. package/json-schema/ui/PageCardProps.json +30 -4
  1224. package/json-schema/ui/PageComponent.json +85 -4
  1225. package/json-schema/ui/PageComponentType.json +25 -5
  1226. package/json-schema/ui/PageHeaderProps.json +32 -4
  1227. package/json-schema/ui/PageNavItem.json +44 -4
  1228. package/json-schema/ui/PageRegion.json +112 -4
  1229. package/json-schema/ui/PageTabsProps.json +50 -4
  1230. package/json-schema/ui/PageVariable.json +24 -4
  1231. package/json-schema/ui/PaginationConfig.json +23 -4
  1232. package/json-schema/ui/RecordDetailsProps.json +33 -4
  1233. package/json-schema/ui/RecordHighlightsProps.json +16 -4
  1234. package/json-schema/ui/RecordRelatedListProps.json +32 -4
  1235. package/json-schema/ui/Report.json +464 -4
  1236. package/json-schema/ui/ReportChart.json +277 -4
  1237. package/json-schema/ui/ReportColumn.json +27 -4
  1238. package/json-schema/ui/ReportGrouping.json +31 -4
  1239. package/json-schema/ui/ReportType.json +8 -5
  1240. package/json-schema/ui/SelectionConfig.json +17 -4
  1241. package/json-schema/ui/Shadow.json +36 -4
  1242. package/json-schema/ui/Spacing.json +56 -4
  1243. package/json-schema/ui/Theme.json +540 -4
  1244. package/json-schema/ui/ThemeMode.json +7 -5
  1245. package/json-schema/ui/Typography.json +134 -4
  1246. package/json-schema/ui/UrlNavItem.json +46 -4
  1247. package/json-schema/ui/ViewData.json +149 -5
  1248. package/json-schema/ui/WidgetEvent.json +39 -4
  1249. package/json-schema/ui/WidgetLifecycle.json +32 -4
  1250. package/json-schema/ui/WidgetManifest.json +320 -4
  1251. package/json-schema/ui/WidgetProperty.json +54 -4
  1252. package/json-schema/ui/WidgetSource.json +77 -5
  1253. package/json-schema/ui/ZIndex.json +36 -4
  1254. package/package.json +2 -3
  1255. package/json-schema/api/CreateViewRequest.json +0 -7
  1256. package/json-schema/api/CreateViewResponse.json +0 -7
  1257. package/json-schema/api/GetUiViewResponse.json +0 -7
  1258. package/json-schema/api/GetViewResponse.json +0 -7
  1259. package/json-schema/api/ListViewsResponse.json +0 -7
  1260. package/json-schema/api/ObjectStackProtocol.json +0 -7
  1261. package/json-schema/api/UpdateViewRequest.json +0 -7
  1262. package/json-schema/api/UpdateViewResponse.json +0 -7
  1263. package/json-schema/data/ComparisonOperator.json +0 -7
  1264. package/json-schema/data/DataEngineContract.json +0 -7
  1265. package/json-schema/data/DriverInterface.json +0 -7
  1266. package/json-schema/data/FieldOperators.json +0 -7
  1267. package/json-schema/data/Hook.json +0 -7
  1268. package/json-schema/data/NormalizedFilter.json +0 -7
  1269. package/json-schema/data/RangeOperator.json +0 -7
  1270. package/json-schema/kernel/Plugin.json +0 -7
  1271. package/json-schema/kernel/PluginContext.json +0 -7
  1272. package/json-schema/kernel/PluginLifecycle.json +0 -7
  1273. package/json-schema/system/BatchTask.json +0 -7
  1274. package/json-schema/system/WorkerConfig.json +0 -7
  1275. package/json-schema/ui/FieldWidgetProps.json +0 -7
  1276. package/json-schema/ui/FormSection.json +0 -7
  1277. package/json-schema/ui/FormView.json +0 -7
  1278. package/json-schema/ui/View.json +0 -7
@@ -1,7 +1,2755 @@
1
1
  {
2
- "$ref": "#/definitions/Object",
3
- "definitions": {
4
- "Object": {}
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "type": "object",
4
+ "properties": {
5
+ "name": {
6
+ "type": "string",
7
+ "pattern": "^[a-z_][a-z0-9_]*$",
8
+ "description": "Machine unique key (snake_case). Immutable."
9
+ },
10
+ "label": {
11
+ "description": "Human readable singular label (e.g. \"Account\")",
12
+ "type": "string"
13
+ },
14
+ "pluralLabel": {
15
+ "description": "Human readable plural label (e.g. \"Accounts\")",
16
+ "type": "string"
17
+ },
18
+ "description": {
19
+ "description": "Developer documentation / description",
20
+ "type": "string"
21
+ },
22
+ "icon": {
23
+ "description": "Icon name (Lucide/Material) for UI representation",
24
+ "type": "string"
25
+ },
26
+ "tags": {
27
+ "description": "Categorization tags (e.g. \"sales\", \"system\", \"reference\")",
28
+ "type": "array",
29
+ "items": {
30
+ "type": "string"
31
+ }
32
+ },
33
+ "active": {
34
+ "default": true,
35
+ "description": "Is the object active and usable",
36
+ "type": "boolean"
37
+ },
38
+ "isSystem": {
39
+ "default": false,
40
+ "description": "Is system object (protected from deletion)",
41
+ "type": "boolean"
42
+ },
43
+ "abstract": {
44
+ "default": false,
45
+ "description": "Is abstract base object (cannot be instantiated)",
46
+ "type": "boolean"
47
+ },
48
+ "datasource": {
49
+ "default": "default",
50
+ "description": "Target Datasource ID. \"default\" is the primary DB.",
51
+ "type": "string"
52
+ },
53
+ "tableName": {
54
+ "description": "Physical table/collection name in the target datasource",
55
+ "type": "string"
56
+ },
57
+ "fields": {
58
+ "type": "object",
59
+ "propertyNames": {
60
+ "type": "string",
61
+ "pattern": "^[a-z_][a-z0-9_]*$"
62
+ },
63
+ "additionalProperties": {
64
+ "type": "object",
65
+ "properties": {
66
+ "name": {
67
+ "type": "string",
68
+ "pattern": "^[a-z_][a-z0-9_]*$",
69
+ "description": "Machine name (snake_case)"
70
+ },
71
+ "label": {
72
+ "description": "Human readable label",
73
+ "type": "string"
74
+ },
75
+ "type": {
76
+ "type": "string",
77
+ "enum": [
78
+ "text",
79
+ "textarea",
80
+ "email",
81
+ "url",
82
+ "phone",
83
+ "password",
84
+ "markdown",
85
+ "html",
86
+ "richtext",
87
+ "number",
88
+ "currency",
89
+ "percent",
90
+ "date",
91
+ "datetime",
92
+ "time",
93
+ "boolean",
94
+ "toggle",
95
+ "select",
96
+ "multiselect",
97
+ "radio",
98
+ "checkboxes",
99
+ "lookup",
100
+ "master_detail",
101
+ "tree",
102
+ "image",
103
+ "file",
104
+ "avatar",
105
+ "video",
106
+ "audio",
107
+ "formula",
108
+ "summary",
109
+ "autonumber",
110
+ "location",
111
+ "address",
112
+ "code",
113
+ "json",
114
+ "color",
115
+ "rating",
116
+ "slider",
117
+ "signature",
118
+ "qrcode",
119
+ "progress",
120
+ "tags",
121
+ "vector"
122
+ ],
123
+ "description": "Field Data Type"
124
+ },
125
+ "description": {
126
+ "description": "Tooltip/Help text",
127
+ "type": "string"
128
+ },
129
+ "format": {
130
+ "description": "Format string (e.g. email, phone)",
131
+ "type": "string"
132
+ },
133
+ "required": {
134
+ "default": false,
135
+ "description": "Is required",
136
+ "type": "boolean"
137
+ },
138
+ "searchable": {
139
+ "default": false,
140
+ "description": "Is searchable",
141
+ "type": "boolean"
142
+ },
143
+ "multiple": {
144
+ "default": false,
145
+ "description": "Allow multiple values (Stores as Array/JSON). Applicable for select, lookup, file, image.",
146
+ "type": "boolean"
147
+ },
148
+ "unique": {
149
+ "default": false,
150
+ "description": "Is unique constraint",
151
+ "type": "boolean"
152
+ },
153
+ "defaultValue": {
154
+ "description": "Default value"
155
+ },
156
+ "maxLength": {
157
+ "description": "Max character length",
158
+ "type": "number"
159
+ },
160
+ "minLength": {
161
+ "description": "Min character length",
162
+ "type": "number"
163
+ },
164
+ "precision": {
165
+ "description": "Total digits",
166
+ "type": "number"
167
+ },
168
+ "scale": {
169
+ "description": "Decimal places",
170
+ "type": "number"
171
+ },
172
+ "min": {
173
+ "description": "Minimum value",
174
+ "type": "number"
175
+ },
176
+ "max": {
177
+ "description": "Maximum value",
178
+ "type": "number"
179
+ },
180
+ "options": {
181
+ "description": "Static options for select/multiselect",
182
+ "type": "array",
183
+ "items": {
184
+ "type": "object",
185
+ "properties": {
186
+ "label": {
187
+ "type": "string",
188
+ "description": "Display label (human-readable, any case allowed)"
189
+ },
190
+ "value": {
191
+ "type": "string",
192
+ "minLength": 2,
193
+ "pattern": "^[a-z][a-z0-9_.]*$",
194
+ "description": "Stored value (lowercase machine identifier)"
195
+ },
196
+ "color": {
197
+ "description": "Color code for badges/charts",
198
+ "type": "string"
199
+ },
200
+ "default": {
201
+ "description": "Is default option",
202
+ "type": "boolean"
203
+ }
204
+ },
205
+ "required": [
206
+ "label",
207
+ "value"
208
+ ],
209
+ "additionalProperties": false
210
+ }
211
+ },
212
+ "reference": {
213
+ "description": "Target Object Name",
214
+ "type": "string"
215
+ },
216
+ "referenceFilters": {
217
+ "description": "Filters applied to lookup dialogs (e.g. \"active = true\")",
218
+ "type": "array",
219
+ "items": {
220
+ "type": "string"
221
+ }
222
+ },
223
+ "writeRequiresMasterRead": {
224
+ "description": "If true, user needs read access to master record to edit this field",
225
+ "type": "boolean"
226
+ },
227
+ "deleteBehavior": {
228
+ "default": "set_null",
229
+ "description": "What happens if referenced record is deleted",
230
+ "type": "string",
231
+ "enum": [
232
+ "set_null",
233
+ "cascade",
234
+ "restrict"
235
+ ]
236
+ },
237
+ "expression": {
238
+ "description": "Formula expression",
239
+ "type": "string"
240
+ },
241
+ "summaryOperations": {
242
+ "description": "Roll-up summary definition",
243
+ "type": "object",
244
+ "properties": {
245
+ "object": {
246
+ "type": "string"
247
+ },
248
+ "field": {
249
+ "type": "string"
250
+ },
251
+ "function": {
252
+ "type": "string",
253
+ "enum": [
254
+ "count",
255
+ "sum",
256
+ "min",
257
+ "max",
258
+ "avg"
259
+ ]
260
+ }
261
+ },
262
+ "required": [
263
+ "object",
264
+ "field",
265
+ "function"
266
+ ],
267
+ "additionalProperties": false
268
+ },
269
+ "language": {
270
+ "description": "Programming language for syntax highlighting (e.g., javascript, python, sql)",
271
+ "type": "string"
272
+ },
273
+ "theme": {
274
+ "description": "Code editor theme (e.g., dark, light, monokai)",
275
+ "type": "string"
276
+ },
277
+ "lineNumbers": {
278
+ "description": "Show line numbers in code editor",
279
+ "type": "boolean"
280
+ },
281
+ "maxRating": {
282
+ "description": "Maximum rating value (default: 5)",
283
+ "type": "number"
284
+ },
285
+ "allowHalf": {
286
+ "description": "Allow half-star ratings",
287
+ "type": "boolean"
288
+ },
289
+ "displayMap": {
290
+ "description": "Display map widget for location field",
291
+ "type": "boolean"
292
+ },
293
+ "allowGeocoding": {
294
+ "description": "Allow address-to-coordinate conversion",
295
+ "type": "boolean"
296
+ },
297
+ "addressFormat": {
298
+ "description": "Address format template",
299
+ "type": "string",
300
+ "enum": [
301
+ "us",
302
+ "uk",
303
+ "international"
304
+ ]
305
+ },
306
+ "colorFormat": {
307
+ "description": "Color value format",
308
+ "type": "string",
309
+ "enum": [
310
+ "hex",
311
+ "rgb",
312
+ "rgba",
313
+ "hsl"
314
+ ]
315
+ },
316
+ "allowAlpha": {
317
+ "description": "Allow transparency/alpha channel",
318
+ "type": "boolean"
319
+ },
320
+ "presetColors": {
321
+ "description": "Preset color options",
322
+ "type": "array",
323
+ "items": {
324
+ "type": "string"
325
+ }
326
+ },
327
+ "step": {
328
+ "description": "Step increment for slider (default: 1)",
329
+ "type": "number"
330
+ },
331
+ "showValue": {
332
+ "description": "Display current value on slider",
333
+ "type": "boolean"
334
+ },
335
+ "marks": {
336
+ "description": "Custom marks/labels at specific values (e.g., {0: \"Low\", 50: \"Medium\", 100: \"High\"})",
337
+ "type": "object",
338
+ "propertyNames": {
339
+ "type": "string"
340
+ },
341
+ "additionalProperties": {
342
+ "type": "string"
343
+ }
344
+ },
345
+ "barcodeFormat": {
346
+ "description": "Barcode format type",
347
+ "type": "string",
348
+ "enum": [
349
+ "qr",
350
+ "ean13",
351
+ "ean8",
352
+ "code128",
353
+ "code39",
354
+ "upca",
355
+ "upce"
356
+ ]
357
+ },
358
+ "qrErrorCorrection": {
359
+ "description": "QR code error correction level (L=7%, M=15%, Q=25%, H=30%). Only applicable when barcodeFormat is \"qr\"",
360
+ "type": "string",
361
+ "enum": [
362
+ "L",
363
+ "M",
364
+ "Q",
365
+ "H"
366
+ ]
367
+ },
368
+ "displayValue": {
369
+ "description": "Display human-readable value below barcode/QR code",
370
+ "type": "boolean"
371
+ },
372
+ "allowScanning": {
373
+ "description": "Enable camera scanning for barcode/QR code input",
374
+ "type": "boolean"
375
+ },
376
+ "currencyConfig": {
377
+ "description": "Configuration for currency field type",
378
+ "type": "object",
379
+ "properties": {
380
+ "precision": {
381
+ "default": 2,
382
+ "description": "Decimal precision (default: 2)",
383
+ "type": "integer",
384
+ "minimum": 0,
385
+ "maximum": 10
386
+ },
387
+ "currencyMode": {
388
+ "default": "dynamic",
389
+ "description": "Currency mode: dynamic (user selectable) or fixed (single currency)",
390
+ "type": "string",
391
+ "enum": [
392
+ "dynamic",
393
+ "fixed"
394
+ ]
395
+ },
396
+ "defaultCurrency": {
397
+ "default": "CNY",
398
+ "description": "Default or fixed currency code (ISO 4217, e.g., USD, CNY, EUR)",
399
+ "type": "string",
400
+ "minLength": 3,
401
+ "maxLength": 3
402
+ }
403
+ },
404
+ "required": [
405
+ "precision",
406
+ "currencyMode",
407
+ "defaultCurrency"
408
+ ],
409
+ "additionalProperties": false
410
+ },
411
+ "vectorConfig": {
412
+ "description": "Configuration for vector field type (AI/ML embeddings)",
413
+ "type": "object",
414
+ "properties": {
415
+ "dimensions": {
416
+ "type": "integer",
417
+ "minimum": 1,
418
+ "maximum": 10000,
419
+ "description": "Vector dimensionality (e.g., 1536 for OpenAI embeddings)"
420
+ },
421
+ "distanceMetric": {
422
+ "default": "cosine",
423
+ "description": "Distance/similarity metric for vector search",
424
+ "type": "string",
425
+ "enum": [
426
+ "cosine",
427
+ "euclidean",
428
+ "dotProduct",
429
+ "manhattan"
430
+ ]
431
+ },
432
+ "normalized": {
433
+ "default": false,
434
+ "description": "Whether vectors are normalized (unit length)",
435
+ "type": "boolean"
436
+ },
437
+ "indexed": {
438
+ "default": true,
439
+ "description": "Whether to create a vector index for fast similarity search",
440
+ "type": "boolean"
441
+ },
442
+ "indexType": {
443
+ "description": "Vector index algorithm (HNSW for high accuracy, IVFFlat for large datasets)",
444
+ "type": "string",
445
+ "enum": [
446
+ "hnsw",
447
+ "ivfflat",
448
+ "flat"
449
+ ]
450
+ }
451
+ },
452
+ "required": [
453
+ "dimensions",
454
+ "distanceMetric",
455
+ "normalized",
456
+ "indexed"
457
+ ],
458
+ "additionalProperties": false
459
+ },
460
+ "fileAttachmentConfig": {
461
+ "description": "Configuration for file and attachment field types",
462
+ "type": "object",
463
+ "properties": {
464
+ "minSize": {
465
+ "description": "Minimum file size in bytes",
466
+ "type": "number",
467
+ "minimum": 0
468
+ },
469
+ "maxSize": {
470
+ "description": "Maximum file size in bytes (e.g., 10485760 = 10MB)",
471
+ "type": "number",
472
+ "minimum": 1
473
+ },
474
+ "allowedTypes": {
475
+ "description": "Allowed file extensions (e.g., [\".pdf\", \".docx\", \".jpg\"])",
476
+ "type": "array",
477
+ "items": {
478
+ "type": "string"
479
+ }
480
+ },
481
+ "blockedTypes": {
482
+ "description": "Blocked file extensions (e.g., [\".exe\", \".bat\", \".sh\"])",
483
+ "type": "array",
484
+ "items": {
485
+ "type": "string"
486
+ }
487
+ },
488
+ "allowedMimeTypes": {
489
+ "description": "Allowed MIME types (e.g., [\"image/jpeg\", \"application/pdf\"])",
490
+ "type": "array",
491
+ "items": {
492
+ "type": "string"
493
+ }
494
+ },
495
+ "blockedMimeTypes": {
496
+ "description": "Blocked MIME types",
497
+ "type": "array",
498
+ "items": {
499
+ "type": "string"
500
+ }
501
+ },
502
+ "virusScan": {
503
+ "default": false,
504
+ "description": "Enable virus scanning for uploaded files",
505
+ "type": "boolean"
506
+ },
507
+ "virusScanProvider": {
508
+ "description": "Virus scanning service provider",
509
+ "type": "string",
510
+ "enum": [
511
+ "clamav",
512
+ "virustotal",
513
+ "metadefender",
514
+ "custom"
515
+ ]
516
+ },
517
+ "virusScanOnUpload": {
518
+ "default": true,
519
+ "description": "Scan files immediately on upload",
520
+ "type": "boolean"
521
+ },
522
+ "quarantineOnThreat": {
523
+ "default": true,
524
+ "description": "Quarantine files if threat detected",
525
+ "type": "boolean"
526
+ },
527
+ "storageProvider": {
528
+ "description": "Object storage provider name (references ObjectStorageConfig)",
529
+ "type": "string"
530
+ },
531
+ "storageBucket": {
532
+ "description": "Target bucket name",
533
+ "type": "string"
534
+ },
535
+ "storagePrefix": {
536
+ "description": "Storage path prefix (e.g., \"uploads/documents/\")",
537
+ "type": "string"
538
+ },
539
+ "imageValidation": {
540
+ "description": "Image-specific validation rules",
541
+ "type": "object",
542
+ "properties": {
543
+ "minWidth": {
544
+ "description": "Minimum image width in pixels",
545
+ "type": "number",
546
+ "minimum": 1
547
+ },
548
+ "maxWidth": {
549
+ "description": "Maximum image width in pixels",
550
+ "type": "number",
551
+ "minimum": 1
552
+ },
553
+ "minHeight": {
554
+ "description": "Minimum image height in pixels",
555
+ "type": "number",
556
+ "minimum": 1
557
+ },
558
+ "maxHeight": {
559
+ "description": "Maximum image height in pixels",
560
+ "type": "number",
561
+ "minimum": 1
562
+ },
563
+ "aspectRatio": {
564
+ "description": "Required aspect ratio (e.g., \"16:9\", \"1:1\")",
565
+ "type": "string"
566
+ },
567
+ "generateThumbnails": {
568
+ "default": false,
569
+ "description": "Auto-generate thumbnails",
570
+ "type": "boolean"
571
+ },
572
+ "thumbnailSizes": {
573
+ "description": "Thumbnail size configurations",
574
+ "type": "array",
575
+ "items": {
576
+ "type": "object",
577
+ "properties": {
578
+ "name": {
579
+ "type": "string",
580
+ "description": "Thumbnail variant name (e.g., \"small\", \"medium\", \"large\")"
581
+ },
582
+ "width": {
583
+ "type": "number",
584
+ "minimum": 1,
585
+ "description": "Thumbnail width in pixels"
586
+ },
587
+ "height": {
588
+ "type": "number",
589
+ "minimum": 1,
590
+ "description": "Thumbnail height in pixels"
591
+ },
592
+ "crop": {
593
+ "default": false,
594
+ "description": "Crop to exact dimensions",
595
+ "type": "boolean"
596
+ }
597
+ },
598
+ "required": [
599
+ "name",
600
+ "width",
601
+ "height",
602
+ "crop"
603
+ ],
604
+ "additionalProperties": false
605
+ }
606
+ },
607
+ "preserveMetadata": {
608
+ "default": false,
609
+ "description": "Preserve EXIF metadata",
610
+ "type": "boolean"
611
+ },
612
+ "autoRotate": {
613
+ "default": true,
614
+ "description": "Auto-rotate based on EXIF orientation",
615
+ "type": "boolean"
616
+ }
617
+ },
618
+ "required": [
619
+ "generateThumbnails",
620
+ "preserveMetadata",
621
+ "autoRotate"
622
+ ],
623
+ "additionalProperties": false
624
+ },
625
+ "allowMultiple": {
626
+ "default": false,
627
+ "description": "Allow multiple file uploads (overrides field.multiple)",
628
+ "type": "boolean"
629
+ },
630
+ "allowReplace": {
631
+ "default": true,
632
+ "description": "Allow replacing existing files",
633
+ "type": "boolean"
634
+ },
635
+ "allowDelete": {
636
+ "default": true,
637
+ "description": "Allow deleting uploaded files",
638
+ "type": "boolean"
639
+ },
640
+ "requireUpload": {
641
+ "default": false,
642
+ "description": "Require at least one file when field is required",
643
+ "type": "boolean"
644
+ },
645
+ "extractMetadata": {
646
+ "default": true,
647
+ "description": "Extract file metadata (name, size, type, etc.)",
648
+ "type": "boolean"
649
+ },
650
+ "extractText": {
651
+ "default": false,
652
+ "description": "Extract text content from documents (OCR/parsing)",
653
+ "type": "boolean"
654
+ },
655
+ "versioningEnabled": {
656
+ "default": false,
657
+ "description": "Keep previous versions of replaced files",
658
+ "type": "boolean"
659
+ },
660
+ "maxVersions": {
661
+ "description": "Maximum number of versions to retain",
662
+ "type": "number",
663
+ "minimum": 1
664
+ },
665
+ "publicRead": {
666
+ "default": false,
667
+ "description": "Allow public read access to uploaded files",
668
+ "type": "boolean"
669
+ },
670
+ "presignedUrlExpiry": {
671
+ "default": 3600,
672
+ "description": "Presigned URL expiration in seconds (default: 1 hour)",
673
+ "type": "number",
674
+ "minimum": 60,
675
+ "maximum": 604800
676
+ }
677
+ },
678
+ "required": [
679
+ "virusScan",
680
+ "virusScanOnUpload",
681
+ "quarantineOnThreat",
682
+ "allowMultiple",
683
+ "allowReplace",
684
+ "allowDelete",
685
+ "requireUpload",
686
+ "extractMetadata",
687
+ "extractText",
688
+ "versioningEnabled",
689
+ "publicRead",
690
+ "presignedUrlExpiry"
691
+ ],
692
+ "additionalProperties": false
693
+ },
694
+ "encryptionConfig": {
695
+ "description": "Field-level encryption configuration for sensitive data (GDPR/HIPAA/PCI-DSS)",
696
+ "type": "object",
697
+ "properties": {
698
+ "enabled": {
699
+ "default": false,
700
+ "description": "Enable field-level encryption",
701
+ "type": "boolean"
702
+ },
703
+ "algorithm": {
704
+ "default": "aes-256-gcm",
705
+ "description": "Encryption algorithm",
706
+ "type": "string",
707
+ "enum": [
708
+ "aes-256-gcm",
709
+ "aes-256-cbc",
710
+ "chacha20-poly1305"
711
+ ]
712
+ },
713
+ "keyManagement": {
714
+ "type": "object",
715
+ "properties": {
716
+ "provider": {
717
+ "type": "string",
718
+ "enum": [
719
+ "local",
720
+ "aws-kms",
721
+ "azure-key-vault",
722
+ "gcp-kms",
723
+ "hashicorp-vault"
724
+ ],
725
+ "description": "Key management service provider"
726
+ },
727
+ "keyId": {
728
+ "description": "Key identifier in the provider",
729
+ "type": "string"
730
+ },
731
+ "rotationPolicy": {
732
+ "description": "Key rotation policy",
733
+ "type": "object",
734
+ "properties": {
735
+ "enabled": {
736
+ "default": false,
737
+ "description": "Enable automatic key rotation",
738
+ "type": "boolean"
739
+ },
740
+ "frequencyDays": {
741
+ "default": 90,
742
+ "description": "Rotation frequency in days",
743
+ "type": "number",
744
+ "minimum": 1
745
+ },
746
+ "retainOldVersions": {
747
+ "default": 3,
748
+ "description": "Number of old key versions to retain",
749
+ "type": "number"
750
+ },
751
+ "autoRotate": {
752
+ "default": true,
753
+ "description": "Automatically rotate without manual approval",
754
+ "type": "boolean"
755
+ }
756
+ },
757
+ "required": [
758
+ "enabled",
759
+ "frequencyDays",
760
+ "retainOldVersions",
761
+ "autoRotate"
762
+ ],
763
+ "additionalProperties": false
764
+ }
765
+ },
766
+ "required": [
767
+ "provider"
768
+ ],
769
+ "additionalProperties": false,
770
+ "description": "Key management configuration"
771
+ },
772
+ "scope": {
773
+ "type": "string",
774
+ "enum": [
775
+ "field",
776
+ "record",
777
+ "table",
778
+ "database"
779
+ ],
780
+ "description": "Encryption scope level"
781
+ },
782
+ "deterministicEncryption": {
783
+ "default": false,
784
+ "description": "Allows equality queries on encrypted data",
785
+ "type": "boolean"
786
+ },
787
+ "searchableEncryption": {
788
+ "default": false,
789
+ "description": "Allows search on encrypted data",
790
+ "type": "boolean"
791
+ }
792
+ },
793
+ "required": [
794
+ "enabled",
795
+ "algorithm",
796
+ "keyManagement",
797
+ "scope",
798
+ "deterministicEncryption",
799
+ "searchableEncryption"
800
+ ],
801
+ "additionalProperties": false
802
+ },
803
+ "maskingRule": {
804
+ "description": "Data masking rules for PII protection",
805
+ "type": "object",
806
+ "properties": {
807
+ "field": {
808
+ "type": "string",
809
+ "description": "Field name to apply masking to"
810
+ },
811
+ "strategy": {
812
+ "type": "string",
813
+ "enum": [
814
+ "redact",
815
+ "partial",
816
+ "hash",
817
+ "tokenize",
818
+ "randomize",
819
+ "nullify",
820
+ "substitute"
821
+ ],
822
+ "description": "Masking strategy to use"
823
+ },
824
+ "pattern": {
825
+ "description": "Regex pattern for partial masking",
826
+ "type": "string"
827
+ },
828
+ "preserveFormat": {
829
+ "default": true,
830
+ "description": "Keep the original data format after masking",
831
+ "type": "boolean"
832
+ },
833
+ "preserveLength": {
834
+ "default": true,
835
+ "description": "Keep the original data length after masking",
836
+ "type": "boolean"
837
+ },
838
+ "roles": {
839
+ "description": "Roles that see masked data",
840
+ "type": "array",
841
+ "items": {
842
+ "type": "string"
843
+ }
844
+ },
845
+ "exemptRoles": {
846
+ "description": "Roles that see unmasked data",
847
+ "type": "array",
848
+ "items": {
849
+ "type": "string"
850
+ }
851
+ }
852
+ },
853
+ "required": [
854
+ "field",
855
+ "strategy",
856
+ "preserveFormat",
857
+ "preserveLength"
858
+ ],
859
+ "additionalProperties": false
860
+ },
861
+ "auditTrail": {
862
+ "default": false,
863
+ "description": "Enable detailed audit trail for this field (tracks all changes with user and timestamp)",
864
+ "type": "boolean"
865
+ },
866
+ "dependencies": {
867
+ "description": "Array of field names that this field depends on (for formulas, visibility rules, etc.)",
868
+ "type": "array",
869
+ "items": {
870
+ "type": "string"
871
+ }
872
+ },
873
+ "cached": {
874
+ "description": "Caching configuration for computed/formula fields",
875
+ "type": "object",
876
+ "properties": {
877
+ "enabled": {
878
+ "type": "boolean",
879
+ "description": "Enable caching for computed field results"
880
+ },
881
+ "ttl": {
882
+ "type": "number",
883
+ "minimum": 0,
884
+ "description": "Cache TTL in seconds (0 = no expiration)"
885
+ },
886
+ "invalidateOn": {
887
+ "type": "array",
888
+ "items": {
889
+ "type": "string"
890
+ },
891
+ "description": "Field paths that invalidate cache (e.g., [\"inventory.quantity\", \"pricing.base_price\"])"
892
+ }
893
+ },
894
+ "required": [
895
+ "enabled",
896
+ "ttl",
897
+ "invalidateOn"
898
+ ],
899
+ "additionalProperties": false
900
+ },
901
+ "dataQuality": {
902
+ "description": "Data quality validation and monitoring rules",
903
+ "type": "object",
904
+ "properties": {
905
+ "uniqueness": {
906
+ "default": false,
907
+ "description": "Enforce unique values across all records",
908
+ "type": "boolean"
909
+ },
910
+ "completeness": {
911
+ "default": 0,
912
+ "description": "Minimum ratio of non-null values (0-1, default: 0 = no requirement)",
913
+ "type": "number",
914
+ "minimum": 0,
915
+ "maximum": 1
916
+ },
917
+ "accuracy": {
918
+ "description": "Accuracy validation configuration",
919
+ "type": "object",
920
+ "properties": {
921
+ "source": {
922
+ "type": "string",
923
+ "description": "Reference data source for validation (e.g., \"api.verify.com\", \"master_data\")"
924
+ },
925
+ "threshold": {
926
+ "type": "number",
927
+ "minimum": 0,
928
+ "maximum": 1,
929
+ "description": "Minimum accuracy threshold (0-1, e.g., 0.95 = 95% match required)"
930
+ }
931
+ },
932
+ "required": [
933
+ "source",
934
+ "threshold"
935
+ ],
936
+ "additionalProperties": false
937
+ }
938
+ },
939
+ "required": [
940
+ "uniqueness",
941
+ "completeness"
942
+ ],
943
+ "additionalProperties": false
944
+ },
945
+ "hidden": {
946
+ "default": false,
947
+ "description": "Hidden from default UI",
948
+ "type": "boolean"
949
+ },
950
+ "readonly": {
951
+ "default": false,
952
+ "description": "Read-only in UI",
953
+ "type": "boolean"
954
+ },
955
+ "sortable": {
956
+ "default": true,
957
+ "description": "Whether field is sortable in list views",
958
+ "type": "boolean"
959
+ },
960
+ "inlineHelpText": {
961
+ "description": "Help text displayed below the field in forms",
962
+ "type": "string"
963
+ },
964
+ "trackFeedHistory": {
965
+ "description": "Track field changes in Chatter/activity feed (Salesforce pattern)",
966
+ "type": "boolean"
967
+ },
968
+ "caseSensitive": {
969
+ "description": "Whether text comparisons are case-sensitive",
970
+ "type": "boolean"
971
+ },
972
+ "autonumberFormat": {
973
+ "description": "Auto-number display format pattern (e.g., \"CASE-{0000}\")",
974
+ "type": "string"
975
+ },
976
+ "index": {
977
+ "default": false,
978
+ "description": "Create standard database index",
979
+ "type": "boolean"
980
+ },
981
+ "externalId": {
982
+ "default": false,
983
+ "description": "Is external ID for upsert operations",
984
+ "type": "boolean"
985
+ }
986
+ },
987
+ "required": [
988
+ "type",
989
+ "required",
990
+ "searchable",
991
+ "multiple",
992
+ "unique",
993
+ "deleteBehavior",
994
+ "auditTrail",
995
+ "hidden",
996
+ "readonly",
997
+ "sortable",
998
+ "index",
999
+ "externalId"
1000
+ ],
1001
+ "additionalProperties": false
1002
+ },
1003
+ "description": "Field definitions map. Keys must be snake_case identifiers."
1004
+ },
1005
+ "indexes": {
1006
+ "description": "Database performance indexes",
1007
+ "type": "array",
1008
+ "items": {
1009
+ "type": "object",
1010
+ "properties": {
1011
+ "name": {
1012
+ "description": "Index name (auto-generated if not provided)",
1013
+ "type": "string"
1014
+ },
1015
+ "fields": {
1016
+ "type": "array",
1017
+ "items": {
1018
+ "type": "string"
1019
+ },
1020
+ "description": "Fields included in the index"
1021
+ },
1022
+ "type": {
1023
+ "default": "btree",
1024
+ "description": "Index algorithm type",
1025
+ "type": "string",
1026
+ "enum": [
1027
+ "btree",
1028
+ "hash",
1029
+ "gin",
1030
+ "gist",
1031
+ "fulltext"
1032
+ ]
1033
+ },
1034
+ "unique": {
1035
+ "default": false,
1036
+ "description": "Whether the index enforces uniqueness",
1037
+ "type": "boolean"
1038
+ },
1039
+ "partial": {
1040
+ "description": "Partial index condition (SQL WHERE clause for conditional indexes)",
1041
+ "type": "string"
1042
+ }
1043
+ },
1044
+ "required": [
1045
+ "fields",
1046
+ "type",
1047
+ "unique"
1048
+ ],
1049
+ "additionalProperties": false
1050
+ }
1051
+ },
1052
+ "tenancy": {
1053
+ "description": "Multi-tenancy configuration for SaaS applications",
1054
+ "type": "object",
1055
+ "properties": {
1056
+ "enabled": {
1057
+ "type": "boolean",
1058
+ "description": "Enable multi-tenancy for this object"
1059
+ },
1060
+ "strategy": {
1061
+ "type": "string",
1062
+ "enum": [
1063
+ "shared",
1064
+ "isolated",
1065
+ "hybrid"
1066
+ ],
1067
+ "description": "Tenant isolation strategy: shared (single DB, row-level), isolated (separate DB per tenant), hybrid (mix)"
1068
+ },
1069
+ "tenantField": {
1070
+ "default": "tenant_id",
1071
+ "description": "Field name for tenant identifier",
1072
+ "type": "string"
1073
+ },
1074
+ "crossTenantAccess": {
1075
+ "default": false,
1076
+ "description": "Allow cross-tenant data access (with explicit permission)",
1077
+ "type": "boolean"
1078
+ }
1079
+ },
1080
+ "required": [
1081
+ "enabled",
1082
+ "strategy",
1083
+ "tenantField",
1084
+ "crossTenantAccess"
1085
+ ],
1086
+ "additionalProperties": false
1087
+ },
1088
+ "softDelete": {
1089
+ "description": "Soft delete (trash/recycle bin) configuration",
1090
+ "type": "object",
1091
+ "properties": {
1092
+ "enabled": {
1093
+ "type": "boolean",
1094
+ "description": "Enable soft delete (trash/recycle bin)"
1095
+ },
1096
+ "field": {
1097
+ "default": "deleted_at",
1098
+ "description": "Field name for soft delete timestamp",
1099
+ "type": "string"
1100
+ },
1101
+ "cascadeDelete": {
1102
+ "default": false,
1103
+ "description": "Cascade soft delete to related records",
1104
+ "type": "boolean"
1105
+ }
1106
+ },
1107
+ "required": [
1108
+ "enabled",
1109
+ "field",
1110
+ "cascadeDelete"
1111
+ ],
1112
+ "additionalProperties": false
1113
+ },
1114
+ "versioning": {
1115
+ "description": "Record versioning and history tracking configuration",
1116
+ "type": "object",
1117
+ "properties": {
1118
+ "enabled": {
1119
+ "type": "boolean",
1120
+ "description": "Enable record versioning"
1121
+ },
1122
+ "strategy": {
1123
+ "type": "string",
1124
+ "enum": [
1125
+ "snapshot",
1126
+ "delta",
1127
+ "event-sourcing"
1128
+ ],
1129
+ "description": "Versioning strategy: snapshot (full copy), delta (changes only), event-sourcing (event log)"
1130
+ },
1131
+ "retentionDays": {
1132
+ "description": "Number of days to retain old versions (undefined = infinite)",
1133
+ "type": "number",
1134
+ "minimum": 1
1135
+ },
1136
+ "versionField": {
1137
+ "default": "version",
1138
+ "description": "Field name for version number/timestamp",
1139
+ "type": "string"
1140
+ }
1141
+ },
1142
+ "required": [
1143
+ "enabled",
1144
+ "strategy",
1145
+ "versionField"
1146
+ ],
1147
+ "additionalProperties": false
1148
+ },
1149
+ "partitioning": {
1150
+ "description": "Table partitioning configuration for performance",
1151
+ "type": "object",
1152
+ "properties": {
1153
+ "enabled": {
1154
+ "type": "boolean",
1155
+ "description": "Enable table partitioning"
1156
+ },
1157
+ "strategy": {
1158
+ "type": "string",
1159
+ "enum": [
1160
+ "range",
1161
+ "hash",
1162
+ "list"
1163
+ ],
1164
+ "description": "Partitioning strategy: range (date ranges), hash (consistent hashing), list (predefined values)"
1165
+ },
1166
+ "key": {
1167
+ "type": "string",
1168
+ "description": "Field name to partition by"
1169
+ },
1170
+ "interval": {
1171
+ "description": "Partition interval for range strategy (e.g., \"1 month\", \"1 year\")",
1172
+ "type": "string"
1173
+ }
1174
+ },
1175
+ "required": [
1176
+ "enabled",
1177
+ "strategy",
1178
+ "key"
1179
+ ],
1180
+ "additionalProperties": false
1181
+ },
1182
+ "cdc": {
1183
+ "description": "Change Data Capture (CDC) configuration for real-time data streaming",
1184
+ "type": "object",
1185
+ "properties": {
1186
+ "enabled": {
1187
+ "type": "boolean",
1188
+ "description": "Enable Change Data Capture"
1189
+ },
1190
+ "events": {
1191
+ "type": "array",
1192
+ "items": {
1193
+ "type": "string",
1194
+ "enum": [
1195
+ "insert",
1196
+ "update",
1197
+ "delete"
1198
+ ]
1199
+ },
1200
+ "description": "Event types to capture"
1201
+ },
1202
+ "destination": {
1203
+ "type": "string",
1204
+ "description": "Destination endpoint (e.g., \"kafka://topic\", \"webhook://url\")"
1205
+ }
1206
+ },
1207
+ "required": [
1208
+ "enabled",
1209
+ "events",
1210
+ "destination"
1211
+ ],
1212
+ "additionalProperties": false
1213
+ },
1214
+ "validations": {
1215
+ "description": "Object-level validation rules",
1216
+ "type": "array",
1217
+ "items": {
1218
+ "$ref": "#/$defs/__schema0"
1219
+ }
1220
+ },
1221
+ "stateMachines": {
1222
+ "description": "Named state machines for parallel lifecycles (e.g., status, payment, approval)",
1223
+ "type": "object",
1224
+ "propertyNames": {
1225
+ "type": "string"
1226
+ },
1227
+ "additionalProperties": {
1228
+ "type": "object",
1229
+ "properties": {
1230
+ "id": {
1231
+ "type": "string",
1232
+ "minLength": 2,
1233
+ "pattern": "^[a-z][a-z0-9_]*$",
1234
+ "description": "Unique Machine ID"
1235
+ },
1236
+ "description": {
1237
+ "type": "string"
1238
+ },
1239
+ "contextSchema": {
1240
+ "description": "Zod Schema for the machine context/memory",
1241
+ "type": "object",
1242
+ "propertyNames": {
1243
+ "type": "string"
1244
+ },
1245
+ "additionalProperties": {}
1246
+ },
1247
+ "initial": {
1248
+ "type": "string",
1249
+ "description": "Initial State ID"
1250
+ },
1251
+ "states": {
1252
+ "type": "object",
1253
+ "propertyNames": {
1254
+ "type": "string"
1255
+ },
1256
+ "additionalProperties": {
1257
+ "$ref": "#/$defs/__schema2"
1258
+ },
1259
+ "description": "State Nodes"
1260
+ },
1261
+ "on": {
1262
+ "type": "object",
1263
+ "propertyNames": {
1264
+ "type": "string"
1265
+ },
1266
+ "additionalProperties": {
1267
+ "anyOf": [
1268
+ {
1269
+ "type": "string"
1270
+ },
1271
+ {
1272
+ "type": "object",
1273
+ "properties": {
1274
+ "target": {
1275
+ "description": "Target State ID",
1276
+ "type": "string"
1277
+ },
1278
+ "cond": {
1279
+ "description": "Condition (Guard) required to take this path",
1280
+ "anyOf": [
1281
+ {
1282
+ "type": "string",
1283
+ "description": "Guard Name (e.g., \"isManager\", \"amountGT1000\")"
1284
+ },
1285
+ {
1286
+ "type": "object",
1287
+ "properties": {
1288
+ "type": {
1289
+ "type": "string"
1290
+ },
1291
+ "params": {
1292
+ "type": "object",
1293
+ "propertyNames": {
1294
+ "type": "string"
1295
+ },
1296
+ "additionalProperties": {}
1297
+ }
1298
+ },
1299
+ "required": [
1300
+ "type"
1301
+ ],
1302
+ "additionalProperties": false
1303
+ }
1304
+ ]
1305
+ },
1306
+ "actions": {
1307
+ "description": "Actions to execute during transition",
1308
+ "type": "array",
1309
+ "items": {
1310
+ "anyOf": [
1311
+ {
1312
+ "type": "string",
1313
+ "description": "Action Name"
1314
+ },
1315
+ {
1316
+ "type": "object",
1317
+ "properties": {
1318
+ "type": {
1319
+ "type": "string"
1320
+ },
1321
+ "params": {
1322
+ "type": "object",
1323
+ "propertyNames": {
1324
+ "type": "string"
1325
+ },
1326
+ "additionalProperties": {}
1327
+ }
1328
+ },
1329
+ "required": [
1330
+ "type"
1331
+ ],
1332
+ "additionalProperties": false
1333
+ }
1334
+ ]
1335
+ }
1336
+ },
1337
+ "description": {
1338
+ "description": "Human readable description of this rule",
1339
+ "type": "string"
1340
+ }
1341
+ },
1342
+ "additionalProperties": false
1343
+ },
1344
+ {
1345
+ "type": "array",
1346
+ "items": {
1347
+ "type": "object",
1348
+ "properties": {
1349
+ "target": {
1350
+ "description": "Target State ID",
1351
+ "type": "string"
1352
+ },
1353
+ "cond": {
1354
+ "description": "Condition (Guard) required to take this path",
1355
+ "anyOf": [
1356
+ {
1357
+ "type": "string",
1358
+ "description": "Guard Name (e.g., \"isManager\", \"amountGT1000\")"
1359
+ },
1360
+ {
1361
+ "type": "object",
1362
+ "properties": {
1363
+ "type": {
1364
+ "type": "string"
1365
+ },
1366
+ "params": {
1367
+ "type": "object",
1368
+ "propertyNames": {
1369
+ "type": "string"
1370
+ },
1371
+ "additionalProperties": {}
1372
+ }
1373
+ },
1374
+ "required": [
1375
+ "type"
1376
+ ],
1377
+ "additionalProperties": false
1378
+ }
1379
+ ]
1380
+ },
1381
+ "actions": {
1382
+ "description": "Actions to execute during transition",
1383
+ "type": "array",
1384
+ "items": {
1385
+ "anyOf": [
1386
+ {
1387
+ "type": "string",
1388
+ "description": "Action Name"
1389
+ },
1390
+ {
1391
+ "type": "object",
1392
+ "properties": {
1393
+ "type": {
1394
+ "type": "string"
1395
+ },
1396
+ "params": {
1397
+ "type": "object",
1398
+ "propertyNames": {
1399
+ "type": "string"
1400
+ },
1401
+ "additionalProperties": {}
1402
+ }
1403
+ },
1404
+ "required": [
1405
+ "type"
1406
+ ],
1407
+ "additionalProperties": false
1408
+ }
1409
+ ]
1410
+ }
1411
+ },
1412
+ "description": {
1413
+ "description": "Human readable description of this rule",
1414
+ "type": "string"
1415
+ }
1416
+ },
1417
+ "additionalProperties": false
1418
+ }
1419
+ }
1420
+ ]
1421
+ }
1422
+ }
1423
+ },
1424
+ "required": [
1425
+ "id",
1426
+ "initial",
1427
+ "states"
1428
+ ],
1429
+ "additionalProperties": false
1430
+ }
1431
+ },
1432
+ "titleFormat": {
1433
+ "description": "Title expression (e.g. \"{name} - {code}\"). Overrides nameField.",
1434
+ "type": "string"
1435
+ },
1436
+ "compactLayout": {
1437
+ "description": "Primary fields for hover/cards/lookups",
1438
+ "type": "array",
1439
+ "items": {
1440
+ "type": "string"
1441
+ }
1442
+ },
1443
+ "search": {
1444
+ "description": "Search engine configuration",
1445
+ "type": "object",
1446
+ "properties": {
1447
+ "fields": {
1448
+ "type": "array",
1449
+ "items": {
1450
+ "type": "string"
1451
+ },
1452
+ "description": "Fields to index for full-text search weighting"
1453
+ },
1454
+ "displayFields": {
1455
+ "description": "Fields to display in search result cards",
1456
+ "type": "array",
1457
+ "items": {
1458
+ "type": "string"
1459
+ }
1460
+ },
1461
+ "filters": {
1462
+ "description": "Default filters for search results",
1463
+ "type": "array",
1464
+ "items": {
1465
+ "type": "string"
1466
+ }
1467
+ }
1468
+ },
1469
+ "required": [
1470
+ "fields"
1471
+ ],
1472
+ "additionalProperties": false
1473
+ },
1474
+ "enable": {
1475
+ "description": "Enabled system features modules",
1476
+ "type": "object",
1477
+ "properties": {
1478
+ "trackHistory": {
1479
+ "default": false,
1480
+ "description": "Enable field history tracking for audit compliance",
1481
+ "type": "boolean"
1482
+ },
1483
+ "searchable": {
1484
+ "default": true,
1485
+ "description": "Index records for global search",
1486
+ "type": "boolean"
1487
+ },
1488
+ "apiEnabled": {
1489
+ "default": true,
1490
+ "description": "Expose object via automatic APIs",
1491
+ "type": "boolean"
1492
+ },
1493
+ "apiMethods": {
1494
+ "description": "Whitelist of allowed API operations",
1495
+ "type": "array",
1496
+ "items": {
1497
+ "type": "string",
1498
+ "enum": [
1499
+ "get",
1500
+ "list",
1501
+ "create",
1502
+ "update",
1503
+ "delete",
1504
+ "upsert",
1505
+ "bulk",
1506
+ "aggregate",
1507
+ "history",
1508
+ "search",
1509
+ "restore",
1510
+ "purge",
1511
+ "import",
1512
+ "export"
1513
+ ]
1514
+ }
1515
+ },
1516
+ "files": {
1517
+ "default": false,
1518
+ "description": "Enable file attachments and document management",
1519
+ "type": "boolean"
1520
+ },
1521
+ "feeds": {
1522
+ "default": false,
1523
+ "description": "Enable social feed, comments, and mentions (Chatter-like)",
1524
+ "type": "boolean"
1525
+ },
1526
+ "activities": {
1527
+ "default": false,
1528
+ "description": "Enable standard tasks and events tracking",
1529
+ "type": "boolean"
1530
+ },
1531
+ "trash": {
1532
+ "default": true,
1533
+ "description": "Enable soft-delete with restore capability",
1534
+ "type": "boolean"
1535
+ },
1536
+ "mru": {
1537
+ "default": true,
1538
+ "description": "Track Most Recently Used (MRU) list for users",
1539
+ "type": "boolean"
1540
+ },
1541
+ "clone": {
1542
+ "default": true,
1543
+ "description": "Allow record deep cloning",
1544
+ "type": "boolean"
1545
+ }
1546
+ },
1547
+ "required": [
1548
+ "trackHistory",
1549
+ "searchable",
1550
+ "apiEnabled",
1551
+ "files",
1552
+ "feeds",
1553
+ "activities",
1554
+ "trash",
1555
+ "mru",
1556
+ "clone"
1557
+ ],
1558
+ "additionalProperties": false
1559
+ },
1560
+ "recordTypes": {
1561
+ "description": "Record type names for this object",
1562
+ "type": "array",
1563
+ "items": {
1564
+ "type": "string"
1565
+ }
1566
+ },
1567
+ "sharingModel": {
1568
+ "description": "Default sharing model",
1569
+ "type": "string",
1570
+ "enum": [
1571
+ "private",
1572
+ "read",
1573
+ "read_write",
1574
+ "full"
1575
+ ]
1576
+ },
1577
+ "keyPrefix": {
1578
+ "description": "Short prefix for record IDs (e.g., \"001\" for Account)",
1579
+ "type": "string",
1580
+ "maxLength": 5
1581
+ }
5
1582
  },
6
- "$schema": "http://json-schema.org/draft-07/schema#"
1583
+ "required": [
1584
+ "name",
1585
+ "active",
1586
+ "isSystem",
1587
+ "abstract",
1588
+ "datasource",
1589
+ "fields"
1590
+ ],
1591
+ "additionalProperties": false,
1592
+ "$defs": {
1593
+ "__schema0": {
1594
+ "oneOf": [
1595
+ {
1596
+ "type": "object",
1597
+ "properties": {
1598
+ "name": {
1599
+ "type": "string",
1600
+ "pattern": "^[a-z_][a-z0-9_]*$",
1601
+ "description": "Unique rule name (snake_case)"
1602
+ },
1603
+ "label": {
1604
+ "description": "Human-readable label for the rule listing",
1605
+ "type": "string"
1606
+ },
1607
+ "description": {
1608
+ "description": "Administrative notes explaining the business reason",
1609
+ "type": "string"
1610
+ },
1611
+ "active": {
1612
+ "default": true,
1613
+ "type": "boolean"
1614
+ },
1615
+ "events": {
1616
+ "default": [
1617
+ "insert",
1618
+ "update"
1619
+ ],
1620
+ "description": "Validation contexts",
1621
+ "type": "array",
1622
+ "items": {
1623
+ "type": "string",
1624
+ "enum": [
1625
+ "insert",
1626
+ "update",
1627
+ "delete"
1628
+ ]
1629
+ }
1630
+ },
1631
+ "tags": {
1632
+ "description": "Categorization tags (e.g., \"compliance\", \"billing\")",
1633
+ "type": "array",
1634
+ "items": {
1635
+ "type": "string"
1636
+ }
1637
+ },
1638
+ "severity": {
1639
+ "default": "error",
1640
+ "type": "string",
1641
+ "enum": [
1642
+ "error",
1643
+ "warning",
1644
+ "info"
1645
+ ]
1646
+ },
1647
+ "message": {
1648
+ "type": "string",
1649
+ "description": "Error message to display to the user"
1650
+ },
1651
+ "type": {
1652
+ "type": "string",
1653
+ "const": "script"
1654
+ },
1655
+ "condition": {
1656
+ "type": "string",
1657
+ "description": "Formula expression. If TRUE, validation fails. (e.g. amount < 0)"
1658
+ }
1659
+ },
1660
+ "required": [
1661
+ "name",
1662
+ "active",
1663
+ "events",
1664
+ "severity",
1665
+ "message",
1666
+ "type",
1667
+ "condition"
1668
+ ],
1669
+ "additionalProperties": false
1670
+ },
1671
+ {
1672
+ "type": "object",
1673
+ "properties": {
1674
+ "name": {
1675
+ "type": "string",
1676
+ "pattern": "^[a-z_][a-z0-9_]*$",
1677
+ "description": "Unique rule name (snake_case)"
1678
+ },
1679
+ "label": {
1680
+ "description": "Human-readable label for the rule listing",
1681
+ "type": "string"
1682
+ },
1683
+ "description": {
1684
+ "description": "Administrative notes explaining the business reason",
1685
+ "type": "string"
1686
+ },
1687
+ "active": {
1688
+ "default": true,
1689
+ "type": "boolean"
1690
+ },
1691
+ "events": {
1692
+ "default": [
1693
+ "insert",
1694
+ "update"
1695
+ ],
1696
+ "description": "Validation contexts",
1697
+ "type": "array",
1698
+ "items": {
1699
+ "type": "string",
1700
+ "enum": [
1701
+ "insert",
1702
+ "update",
1703
+ "delete"
1704
+ ]
1705
+ }
1706
+ },
1707
+ "tags": {
1708
+ "description": "Categorization tags (e.g., \"compliance\", \"billing\")",
1709
+ "type": "array",
1710
+ "items": {
1711
+ "type": "string"
1712
+ }
1713
+ },
1714
+ "severity": {
1715
+ "default": "error",
1716
+ "type": "string",
1717
+ "enum": [
1718
+ "error",
1719
+ "warning",
1720
+ "info"
1721
+ ]
1722
+ },
1723
+ "message": {
1724
+ "type": "string",
1725
+ "description": "Error message to display to the user"
1726
+ },
1727
+ "type": {
1728
+ "type": "string",
1729
+ "const": "unique"
1730
+ },
1731
+ "fields": {
1732
+ "type": "array",
1733
+ "items": {
1734
+ "type": "string"
1735
+ },
1736
+ "description": "Fields that must be combined unique"
1737
+ },
1738
+ "scope": {
1739
+ "description": "Formula condition for scope (e.g. active = true)",
1740
+ "type": "string"
1741
+ },
1742
+ "caseSensitive": {
1743
+ "default": true,
1744
+ "type": "boolean"
1745
+ }
1746
+ },
1747
+ "required": [
1748
+ "name",
1749
+ "active",
1750
+ "events",
1751
+ "severity",
1752
+ "message",
1753
+ "type",
1754
+ "fields",
1755
+ "caseSensitive"
1756
+ ],
1757
+ "additionalProperties": false
1758
+ },
1759
+ {
1760
+ "type": "object",
1761
+ "properties": {
1762
+ "name": {
1763
+ "type": "string",
1764
+ "pattern": "^[a-z_][a-z0-9_]*$",
1765
+ "description": "Unique rule name (snake_case)"
1766
+ },
1767
+ "label": {
1768
+ "description": "Human-readable label for the rule listing",
1769
+ "type": "string"
1770
+ },
1771
+ "description": {
1772
+ "description": "Administrative notes explaining the business reason",
1773
+ "type": "string"
1774
+ },
1775
+ "active": {
1776
+ "default": true,
1777
+ "type": "boolean"
1778
+ },
1779
+ "events": {
1780
+ "default": [
1781
+ "insert",
1782
+ "update"
1783
+ ],
1784
+ "description": "Validation contexts",
1785
+ "type": "array",
1786
+ "items": {
1787
+ "type": "string",
1788
+ "enum": [
1789
+ "insert",
1790
+ "update",
1791
+ "delete"
1792
+ ]
1793
+ }
1794
+ },
1795
+ "tags": {
1796
+ "description": "Categorization tags (e.g., \"compliance\", \"billing\")",
1797
+ "type": "array",
1798
+ "items": {
1799
+ "type": "string"
1800
+ }
1801
+ },
1802
+ "severity": {
1803
+ "default": "error",
1804
+ "type": "string",
1805
+ "enum": [
1806
+ "error",
1807
+ "warning",
1808
+ "info"
1809
+ ]
1810
+ },
1811
+ "message": {
1812
+ "type": "string",
1813
+ "description": "Error message to display to the user"
1814
+ },
1815
+ "type": {
1816
+ "type": "string",
1817
+ "const": "state_machine"
1818
+ },
1819
+ "field": {
1820
+ "type": "string",
1821
+ "description": "State field (e.g. status)"
1822
+ },
1823
+ "transitions": {
1824
+ "type": "object",
1825
+ "propertyNames": {
1826
+ "type": "string"
1827
+ },
1828
+ "additionalProperties": {
1829
+ "type": "array",
1830
+ "items": {
1831
+ "type": "string"
1832
+ }
1833
+ },
1834
+ "description": "Map of { OldState: [AllowedNewStates] }"
1835
+ }
1836
+ },
1837
+ "required": [
1838
+ "name",
1839
+ "active",
1840
+ "events",
1841
+ "severity",
1842
+ "message",
1843
+ "type",
1844
+ "field",
1845
+ "transitions"
1846
+ ],
1847
+ "additionalProperties": false
1848
+ },
1849
+ {
1850
+ "type": "object",
1851
+ "properties": {
1852
+ "name": {
1853
+ "type": "string",
1854
+ "pattern": "^[a-z_][a-z0-9_]*$",
1855
+ "description": "Unique rule name (snake_case)"
1856
+ },
1857
+ "label": {
1858
+ "description": "Human-readable label for the rule listing",
1859
+ "type": "string"
1860
+ },
1861
+ "description": {
1862
+ "description": "Administrative notes explaining the business reason",
1863
+ "type": "string"
1864
+ },
1865
+ "active": {
1866
+ "default": true,
1867
+ "type": "boolean"
1868
+ },
1869
+ "events": {
1870
+ "default": [
1871
+ "insert",
1872
+ "update"
1873
+ ],
1874
+ "description": "Validation contexts",
1875
+ "type": "array",
1876
+ "items": {
1877
+ "type": "string",
1878
+ "enum": [
1879
+ "insert",
1880
+ "update",
1881
+ "delete"
1882
+ ]
1883
+ }
1884
+ },
1885
+ "tags": {
1886
+ "description": "Categorization tags (e.g., \"compliance\", \"billing\")",
1887
+ "type": "array",
1888
+ "items": {
1889
+ "type": "string"
1890
+ }
1891
+ },
1892
+ "severity": {
1893
+ "default": "error",
1894
+ "type": "string",
1895
+ "enum": [
1896
+ "error",
1897
+ "warning",
1898
+ "info"
1899
+ ]
1900
+ },
1901
+ "message": {
1902
+ "type": "string",
1903
+ "description": "Error message to display to the user"
1904
+ },
1905
+ "type": {
1906
+ "type": "string",
1907
+ "const": "format"
1908
+ },
1909
+ "field": {
1910
+ "type": "string"
1911
+ },
1912
+ "regex": {
1913
+ "type": "string"
1914
+ },
1915
+ "format": {
1916
+ "type": "string",
1917
+ "enum": [
1918
+ "email",
1919
+ "url",
1920
+ "phone",
1921
+ "json"
1922
+ ]
1923
+ }
1924
+ },
1925
+ "required": [
1926
+ "name",
1927
+ "active",
1928
+ "events",
1929
+ "severity",
1930
+ "message",
1931
+ "type",
1932
+ "field"
1933
+ ],
1934
+ "additionalProperties": false
1935
+ },
1936
+ {
1937
+ "type": "object",
1938
+ "properties": {
1939
+ "name": {
1940
+ "type": "string",
1941
+ "pattern": "^[a-z_][a-z0-9_]*$",
1942
+ "description": "Unique rule name (snake_case)"
1943
+ },
1944
+ "label": {
1945
+ "description": "Human-readable label for the rule listing",
1946
+ "type": "string"
1947
+ },
1948
+ "description": {
1949
+ "description": "Administrative notes explaining the business reason",
1950
+ "type": "string"
1951
+ },
1952
+ "active": {
1953
+ "default": true,
1954
+ "type": "boolean"
1955
+ },
1956
+ "events": {
1957
+ "default": [
1958
+ "insert",
1959
+ "update"
1960
+ ],
1961
+ "description": "Validation contexts",
1962
+ "type": "array",
1963
+ "items": {
1964
+ "type": "string",
1965
+ "enum": [
1966
+ "insert",
1967
+ "update",
1968
+ "delete"
1969
+ ]
1970
+ }
1971
+ },
1972
+ "tags": {
1973
+ "description": "Categorization tags (e.g., \"compliance\", \"billing\")",
1974
+ "type": "array",
1975
+ "items": {
1976
+ "type": "string"
1977
+ }
1978
+ },
1979
+ "severity": {
1980
+ "default": "error",
1981
+ "type": "string",
1982
+ "enum": [
1983
+ "error",
1984
+ "warning",
1985
+ "info"
1986
+ ]
1987
+ },
1988
+ "message": {
1989
+ "type": "string",
1990
+ "description": "Error message to display to the user"
1991
+ },
1992
+ "type": {
1993
+ "type": "string",
1994
+ "const": "cross_field"
1995
+ },
1996
+ "condition": {
1997
+ "type": "string",
1998
+ "description": "Formula expression comparing fields (e.g. \"end_date > start_date\")"
1999
+ },
2000
+ "fields": {
2001
+ "type": "array",
2002
+ "items": {
2003
+ "type": "string"
2004
+ },
2005
+ "description": "Fields involved in the validation"
2006
+ }
2007
+ },
2008
+ "required": [
2009
+ "name",
2010
+ "active",
2011
+ "events",
2012
+ "severity",
2013
+ "message",
2014
+ "type",
2015
+ "condition",
2016
+ "fields"
2017
+ ],
2018
+ "additionalProperties": false
2019
+ },
2020
+ {
2021
+ "type": "object",
2022
+ "properties": {
2023
+ "name": {
2024
+ "type": "string",
2025
+ "pattern": "^[a-z_][a-z0-9_]*$",
2026
+ "description": "Unique rule name (snake_case)"
2027
+ },
2028
+ "label": {
2029
+ "description": "Human-readable label for the rule listing",
2030
+ "type": "string"
2031
+ },
2032
+ "description": {
2033
+ "description": "Administrative notes explaining the business reason",
2034
+ "type": "string"
2035
+ },
2036
+ "active": {
2037
+ "default": true,
2038
+ "type": "boolean"
2039
+ },
2040
+ "events": {
2041
+ "default": [
2042
+ "insert",
2043
+ "update"
2044
+ ],
2045
+ "description": "Validation contexts",
2046
+ "type": "array",
2047
+ "items": {
2048
+ "type": "string",
2049
+ "enum": [
2050
+ "insert",
2051
+ "update",
2052
+ "delete"
2053
+ ]
2054
+ }
2055
+ },
2056
+ "tags": {
2057
+ "description": "Categorization tags (e.g., \"compliance\", \"billing\")",
2058
+ "type": "array",
2059
+ "items": {
2060
+ "type": "string"
2061
+ }
2062
+ },
2063
+ "severity": {
2064
+ "default": "error",
2065
+ "type": "string",
2066
+ "enum": [
2067
+ "error",
2068
+ "warning",
2069
+ "info"
2070
+ ]
2071
+ },
2072
+ "message": {
2073
+ "type": "string",
2074
+ "description": "Error message to display to the user"
2075
+ },
2076
+ "type": {
2077
+ "type": "string",
2078
+ "const": "json_schema"
2079
+ },
2080
+ "field": {
2081
+ "type": "string",
2082
+ "description": "JSON field to validate"
2083
+ },
2084
+ "schema": {
2085
+ "type": "object",
2086
+ "propertyNames": {
2087
+ "type": "string"
2088
+ },
2089
+ "additionalProperties": {},
2090
+ "description": "JSON Schema object definition"
2091
+ }
2092
+ },
2093
+ "required": [
2094
+ "name",
2095
+ "active",
2096
+ "events",
2097
+ "severity",
2098
+ "message",
2099
+ "type",
2100
+ "field",
2101
+ "schema"
2102
+ ],
2103
+ "additionalProperties": false
2104
+ },
2105
+ {
2106
+ "type": "object",
2107
+ "properties": {
2108
+ "name": {
2109
+ "type": "string",
2110
+ "pattern": "^[a-z_][a-z0-9_]*$",
2111
+ "description": "Unique rule name (snake_case)"
2112
+ },
2113
+ "label": {
2114
+ "description": "Human-readable label for the rule listing",
2115
+ "type": "string"
2116
+ },
2117
+ "description": {
2118
+ "description": "Administrative notes explaining the business reason",
2119
+ "type": "string"
2120
+ },
2121
+ "active": {
2122
+ "default": true,
2123
+ "type": "boolean"
2124
+ },
2125
+ "events": {
2126
+ "default": [
2127
+ "insert",
2128
+ "update"
2129
+ ],
2130
+ "description": "Validation contexts",
2131
+ "type": "array",
2132
+ "items": {
2133
+ "type": "string",
2134
+ "enum": [
2135
+ "insert",
2136
+ "update",
2137
+ "delete"
2138
+ ]
2139
+ }
2140
+ },
2141
+ "tags": {
2142
+ "description": "Categorization tags (e.g., \"compliance\", \"billing\")",
2143
+ "type": "array",
2144
+ "items": {
2145
+ "type": "string"
2146
+ }
2147
+ },
2148
+ "severity": {
2149
+ "default": "error",
2150
+ "type": "string",
2151
+ "enum": [
2152
+ "error",
2153
+ "warning",
2154
+ "info"
2155
+ ]
2156
+ },
2157
+ "message": {
2158
+ "type": "string",
2159
+ "description": "Error message to display to the user"
2160
+ },
2161
+ "type": {
2162
+ "type": "string",
2163
+ "const": "async"
2164
+ },
2165
+ "field": {
2166
+ "type": "string",
2167
+ "description": "Field to validate"
2168
+ },
2169
+ "validatorUrl": {
2170
+ "description": "External API endpoint for validation",
2171
+ "type": "string"
2172
+ },
2173
+ "method": {
2174
+ "default": "GET",
2175
+ "description": "HTTP method for external call",
2176
+ "type": "string",
2177
+ "enum": [
2178
+ "GET",
2179
+ "POST"
2180
+ ]
2181
+ },
2182
+ "headers": {
2183
+ "description": "Custom headers for the request",
2184
+ "type": "object",
2185
+ "propertyNames": {
2186
+ "type": "string"
2187
+ },
2188
+ "additionalProperties": {
2189
+ "type": "string"
2190
+ }
2191
+ },
2192
+ "validatorFunction": {
2193
+ "description": "Reference to custom validator function",
2194
+ "type": "string"
2195
+ },
2196
+ "timeout": {
2197
+ "default": 5000,
2198
+ "description": "Timeout in milliseconds",
2199
+ "type": "number"
2200
+ },
2201
+ "debounce": {
2202
+ "description": "Debounce delay in milliseconds",
2203
+ "type": "number"
2204
+ },
2205
+ "params": {
2206
+ "description": "Additional parameters to pass to validator",
2207
+ "type": "object",
2208
+ "propertyNames": {
2209
+ "type": "string"
2210
+ },
2211
+ "additionalProperties": {}
2212
+ }
2213
+ },
2214
+ "required": [
2215
+ "name",
2216
+ "active",
2217
+ "events",
2218
+ "severity",
2219
+ "message",
2220
+ "type",
2221
+ "field",
2222
+ "method",
2223
+ "timeout"
2224
+ ],
2225
+ "additionalProperties": false
2226
+ },
2227
+ {
2228
+ "type": "object",
2229
+ "properties": {
2230
+ "name": {
2231
+ "type": "string",
2232
+ "pattern": "^[a-z_][a-z0-9_]*$",
2233
+ "description": "Unique rule name (snake_case)"
2234
+ },
2235
+ "label": {
2236
+ "description": "Human-readable label for the rule listing",
2237
+ "type": "string"
2238
+ },
2239
+ "description": {
2240
+ "description": "Administrative notes explaining the business reason",
2241
+ "type": "string"
2242
+ },
2243
+ "active": {
2244
+ "default": true,
2245
+ "type": "boolean"
2246
+ },
2247
+ "events": {
2248
+ "default": [
2249
+ "insert",
2250
+ "update"
2251
+ ],
2252
+ "description": "Validation contexts",
2253
+ "type": "array",
2254
+ "items": {
2255
+ "type": "string",
2256
+ "enum": [
2257
+ "insert",
2258
+ "update",
2259
+ "delete"
2260
+ ]
2261
+ }
2262
+ },
2263
+ "tags": {
2264
+ "description": "Categorization tags (e.g., \"compliance\", \"billing\")",
2265
+ "type": "array",
2266
+ "items": {
2267
+ "type": "string"
2268
+ }
2269
+ },
2270
+ "severity": {
2271
+ "default": "error",
2272
+ "type": "string",
2273
+ "enum": [
2274
+ "error",
2275
+ "warning",
2276
+ "info"
2277
+ ]
2278
+ },
2279
+ "message": {
2280
+ "type": "string",
2281
+ "description": "Error message to display to the user"
2282
+ },
2283
+ "type": {
2284
+ "type": "string",
2285
+ "const": "custom"
2286
+ },
2287
+ "handler": {
2288
+ "type": "string",
2289
+ "description": "Name of the custom validation function registered in the system"
2290
+ },
2291
+ "params": {
2292
+ "description": "Parameters passed to the custom handler",
2293
+ "type": "object",
2294
+ "propertyNames": {
2295
+ "type": "string"
2296
+ },
2297
+ "additionalProperties": {}
2298
+ }
2299
+ },
2300
+ "required": [
2301
+ "name",
2302
+ "active",
2303
+ "events",
2304
+ "severity",
2305
+ "message",
2306
+ "type",
2307
+ "handler"
2308
+ ],
2309
+ "additionalProperties": false
2310
+ },
2311
+ {
2312
+ "$ref": "#/$defs/__schema1"
2313
+ }
2314
+ ]
2315
+ },
2316
+ "__schema1": {
2317
+ "type": "object",
2318
+ "properties": {
2319
+ "name": {
2320
+ "type": "string",
2321
+ "pattern": "^[a-z_][a-z0-9_]*$",
2322
+ "description": "Unique rule name (snake_case)"
2323
+ },
2324
+ "label": {
2325
+ "description": "Human-readable label for the rule listing",
2326
+ "type": "string"
2327
+ },
2328
+ "description": {
2329
+ "description": "Administrative notes explaining the business reason",
2330
+ "type": "string"
2331
+ },
2332
+ "active": {
2333
+ "default": true,
2334
+ "type": "boolean"
2335
+ },
2336
+ "events": {
2337
+ "default": [
2338
+ "insert",
2339
+ "update"
2340
+ ],
2341
+ "description": "Validation contexts",
2342
+ "type": "array",
2343
+ "items": {
2344
+ "type": "string",
2345
+ "enum": [
2346
+ "insert",
2347
+ "update",
2348
+ "delete"
2349
+ ]
2350
+ }
2351
+ },
2352
+ "tags": {
2353
+ "description": "Categorization tags (e.g., \"compliance\", \"billing\")",
2354
+ "type": "array",
2355
+ "items": {
2356
+ "type": "string"
2357
+ }
2358
+ },
2359
+ "severity": {
2360
+ "default": "error",
2361
+ "type": "string",
2362
+ "enum": [
2363
+ "error",
2364
+ "warning",
2365
+ "info"
2366
+ ]
2367
+ },
2368
+ "message": {
2369
+ "type": "string",
2370
+ "description": "Error message to display to the user"
2371
+ },
2372
+ "type": {
2373
+ "type": "string",
2374
+ "const": "conditional"
2375
+ },
2376
+ "when": {
2377
+ "type": "string",
2378
+ "description": "Condition formula (e.g. \"type = 'enterprise'\")"
2379
+ },
2380
+ "then": {
2381
+ "description": "Validation rule to apply when condition is true",
2382
+ "$ref": "#/$defs/__schema0"
2383
+ },
2384
+ "otherwise": {
2385
+ "description": "Validation rule to apply when condition is false",
2386
+ "$ref": "#/$defs/__schema0"
2387
+ }
2388
+ },
2389
+ "required": [
2390
+ "name",
2391
+ "active",
2392
+ "events",
2393
+ "severity",
2394
+ "message",
2395
+ "type",
2396
+ "when",
2397
+ "then"
2398
+ ],
2399
+ "additionalProperties": false
2400
+ },
2401
+ "__schema2": {
2402
+ "type": "object",
2403
+ "properties": {
2404
+ "type": {
2405
+ "default": "atomic",
2406
+ "type": "string",
2407
+ "enum": [
2408
+ "atomic",
2409
+ "compound",
2410
+ "parallel",
2411
+ "final",
2412
+ "history"
2413
+ ]
2414
+ },
2415
+ "entry": {
2416
+ "description": "Actions to run when entering this state",
2417
+ "type": "array",
2418
+ "items": {
2419
+ "anyOf": [
2420
+ {
2421
+ "type": "string",
2422
+ "description": "Action Name"
2423
+ },
2424
+ {
2425
+ "type": "object",
2426
+ "properties": {
2427
+ "type": {
2428
+ "type": "string"
2429
+ },
2430
+ "params": {
2431
+ "type": "object",
2432
+ "propertyNames": {
2433
+ "type": "string"
2434
+ },
2435
+ "additionalProperties": {}
2436
+ }
2437
+ },
2438
+ "required": [
2439
+ "type"
2440
+ ],
2441
+ "additionalProperties": false
2442
+ }
2443
+ ]
2444
+ }
2445
+ },
2446
+ "exit": {
2447
+ "description": "Actions to run when leaving this state",
2448
+ "type": "array",
2449
+ "items": {
2450
+ "anyOf": [
2451
+ {
2452
+ "type": "string",
2453
+ "description": "Action Name"
2454
+ },
2455
+ {
2456
+ "type": "object",
2457
+ "properties": {
2458
+ "type": {
2459
+ "type": "string"
2460
+ },
2461
+ "params": {
2462
+ "type": "object",
2463
+ "propertyNames": {
2464
+ "type": "string"
2465
+ },
2466
+ "additionalProperties": {}
2467
+ }
2468
+ },
2469
+ "required": [
2470
+ "type"
2471
+ ],
2472
+ "additionalProperties": false
2473
+ }
2474
+ ]
2475
+ }
2476
+ },
2477
+ "on": {
2478
+ "description": "Map of Event Type -> Transition Definition",
2479
+ "type": "object",
2480
+ "propertyNames": {
2481
+ "type": "string"
2482
+ },
2483
+ "additionalProperties": {
2484
+ "anyOf": [
2485
+ {
2486
+ "type": "string"
2487
+ },
2488
+ {
2489
+ "type": "object",
2490
+ "properties": {
2491
+ "target": {
2492
+ "description": "Target State ID",
2493
+ "type": "string"
2494
+ },
2495
+ "cond": {
2496
+ "description": "Condition (Guard) required to take this path",
2497
+ "anyOf": [
2498
+ {
2499
+ "type": "string",
2500
+ "description": "Guard Name (e.g., \"isManager\", \"amountGT1000\")"
2501
+ },
2502
+ {
2503
+ "type": "object",
2504
+ "properties": {
2505
+ "type": {
2506
+ "type": "string"
2507
+ },
2508
+ "params": {
2509
+ "type": "object",
2510
+ "propertyNames": {
2511
+ "type": "string"
2512
+ },
2513
+ "additionalProperties": {}
2514
+ }
2515
+ },
2516
+ "required": [
2517
+ "type"
2518
+ ],
2519
+ "additionalProperties": false
2520
+ }
2521
+ ]
2522
+ },
2523
+ "actions": {
2524
+ "description": "Actions to execute during transition",
2525
+ "type": "array",
2526
+ "items": {
2527
+ "anyOf": [
2528
+ {
2529
+ "type": "string",
2530
+ "description": "Action Name"
2531
+ },
2532
+ {
2533
+ "type": "object",
2534
+ "properties": {
2535
+ "type": {
2536
+ "type": "string"
2537
+ },
2538
+ "params": {
2539
+ "type": "object",
2540
+ "propertyNames": {
2541
+ "type": "string"
2542
+ },
2543
+ "additionalProperties": {}
2544
+ }
2545
+ },
2546
+ "required": [
2547
+ "type"
2548
+ ],
2549
+ "additionalProperties": false
2550
+ }
2551
+ ]
2552
+ }
2553
+ },
2554
+ "description": {
2555
+ "description": "Human readable description of this rule",
2556
+ "type": "string"
2557
+ }
2558
+ },
2559
+ "additionalProperties": false
2560
+ },
2561
+ {
2562
+ "type": "array",
2563
+ "items": {
2564
+ "type": "object",
2565
+ "properties": {
2566
+ "target": {
2567
+ "description": "Target State ID",
2568
+ "type": "string"
2569
+ },
2570
+ "cond": {
2571
+ "description": "Condition (Guard) required to take this path",
2572
+ "anyOf": [
2573
+ {
2574
+ "type": "string",
2575
+ "description": "Guard Name (e.g., \"isManager\", \"amountGT1000\")"
2576
+ },
2577
+ {
2578
+ "type": "object",
2579
+ "properties": {
2580
+ "type": {
2581
+ "type": "string"
2582
+ },
2583
+ "params": {
2584
+ "type": "object",
2585
+ "propertyNames": {
2586
+ "type": "string"
2587
+ },
2588
+ "additionalProperties": {}
2589
+ }
2590
+ },
2591
+ "required": [
2592
+ "type"
2593
+ ],
2594
+ "additionalProperties": false
2595
+ }
2596
+ ]
2597
+ },
2598
+ "actions": {
2599
+ "description": "Actions to execute during transition",
2600
+ "type": "array",
2601
+ "items": {
2602
+ "anyOf": [
2603
+ {
2604
+ "type": "string",
2605
+ "description": "Action Name"
2606
+ },
2607
+ {
2608
+ "type": "object",
2609
+ "properties": {
2610
+ "type": {
2611
+ "type": "string"
2612
+ },
2613
+ "params": {
2614
+ "type": "object",
2615
+ "propertyNames": {
2616
+ "type": "string"
2617
+ },
2618
+ "additionalProperties": {}
2619
+ }
2620
+ },
2621
+ "required": [
2622
+ "type"
2623
+ ],
2624
+ "additionalProperties": false
2625
+ }
2626
+ ]
2627
+ }
2628
+ },
2629
+ "description": {
2630
+ "description": "Human readable description of this rule",
2631
+ "type": "string"
2632
+ }
2633
+ },
2634
+ "additionalProperties": false
2635
+ }
2636
+ }
2637
+ ]
2638
+ }
2639
+ },
2640
+ "always": {
2641
+ "type": "array",
2642
+ "items": {
2643
+ "type": "object",
2644
+ "properties": {
2645
+ "target": {
2646
+ "description": "Target State ID",
2647
+ "type": "string"
2648
+ },
2649
+ "cond": {
2650
+ "description": "Condition (Guard) required to take this path",
2651
+ "anyOf": [
2652
+ {
2653
+ "type": "string",
2654
+ "description": "Guard Name (e.g., \"isManager\", \"amountGT1000\")"
2655
+ },
2656
+ {
2657
+ "type": "object",
2658
+ "properties": {
2659
+ "type": {
2660
+ "type": "string"
2661
+ },
2662
+ "params": {
2663
+ "type": "object",
2664
+ "propertyNames": {
2665
+ "type": "string"
2666
+ },
2667
+ "additionalProperties": {}
2668
+ }
2669
+ },
2670
+ "required": [
2671
+ "type"
2672
+ ],
2673
+ "additionalProperties": false
2674
+ }
2675
+ ]
2676
+ },
2677
+ "actions": {
2678
+ "description": "Actions to execute during transition",
2679
+ "type": "array",
2680
+ "items": {
2681
+ "anyOf": [
2682
+ {
2683
+ "type": "string",
2684
+ "description": "Action Name"
2685
+ },
2686
+ {
2687
+ "type": "object",
2688
+ "properties": {
2689
+ "type": {
2690
+ "type": "string"
2691
+ },
2692
+ "params": {
2693
+ "type": "object",
2694
+ "propertyNames": {
2695
+ "type": "string"
2696
+ },
2697
+ "additionalProperties": {}
2698
+ }
2699
+ },
2700
+ "required": [
2701
+ "type"
2702
+ ],
2703
+ "additionalProperties": false
2704
+ }
2705
+ ]
2706
+ }
2707
+ },
2708
+ "description": {
2709
+ "description": "Human readable description of this rule",
2710
+ "type": "string"
2711
+ }
2712
+ },
2713
+ "additionalProperties": false
2714
+ }
2715
+ },
2716
+ "initial": {
2717
+ "description": "Initial child state (if compound)",
2718
+ "type": "string"
2719
+ },
2720
+ "states": {
2721
+ "type": "object",
2722
+ "propertyNames": {
2723
+ "type": "string"
2724
+ },
2725
+ "additionalProperties": {
2726
+ "$ref": "#/$defs/__schema2"
2727
+ }
2728
+ },
2729
+ "meta": {
2730
+ "type": "object",
2731
+ "properties": {
2732
+ "label": {
2733
+ "type": "string"
2734
+ },
2735
+ "description": {
2736
+ "type": "string"
2737
+ },
2738
+ "color": {
2739
+ "type": "string"
2740
+ },
2741
+ "aiInstructions": {
2742
+ "description": "Specific instructions for AI when in this state",
2743
+ "type": "string"
2744
+ }
2745
+ },
2746
+ "additionalProperties": false
2747
+ }
2748
+ },
2749
+ "required": [
2750
+ "type"
2751
+ ],
2752
+ "additionalProperties": false
2753
+ }
2754
+ }
7
2755
  }