Skip to content

Commit 8d561d0

Browse files
authored
Merge pull request #540 from objectstack-ai/copilot/complete-development-plan
2 parents 880995e + 59981c6 commit 8d561d0

202 files changed

Lines changed: 2435 additions & 1143 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/spec/json-schema/ai/FeedbackLoop.json

Lines changed: 220 additions & 78 deletions
Large diffs are not rendered by default.

packages/spec/json-schema/ai/ModelRegistry.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,8 @@
320320
"type": "string"
321321
},
322322
"enum": {
323-
"type": "array"
323+
"type": "array",
324+
"items": {}
324325
}
325326
},
326327
"additionalProperties": false

packages/spec/json-schema/ai/PromptTemplate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
"type": "string"
7171
},
7272
"enum": {
73-
"type": "array"
73+
"type": "array",
74+
"items": {}
7475
}
7576
},
7677
"additionalProperties": false

packages/spec/json-schema/ai/PromptVariable.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"type": "string"
4141
},
4242
"enum": {
43-
"type": "array"
43+
"type": "array",
44+
"items": {}
4445
}
4546
},
4647
"additionalProperties": false

packages/spec/json-schema/ai/Resolution.json

Lines changed: 220 additions & 78 deletions
Large diffs are not rendered by default.

packages/spec/json-schema/api/AnalyticsSqlResponse.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"type": "string"
6868
},
6969
"params": {
70-
"type": "array"
70+
"type": "array",
71+
"items": {}
7172
}
7273
},
7374
"required": [

packages/spec/json-schema/api/ApiDiscoveryResponse.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
},
145145
"enum": {
146146
"type": "array",
147+
"items": {},
147148
"description": "Allowed values"
148149
},
149150
"default": {

packages/spec/json-schema/api/ApiEndpointRegistration.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
},
9898
"enum": {
9999
"type": "array",
100+
"items": {},
100101
"description": "Allowed values"
101102
},
102103
"default": {

packages/spec/json-schema/api/ApiParameter.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
},
5252
"enum": {
5353
"type": "array",
54+
"items": {},
5455
"description": "Allowed values"
5556
},
5657
"default": {

packages/spec/json-schema/api/ApiRegistry.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
},
160160
"enum": {
161161
"type": "array",
162+
"items": {},
162163
"description": "Allowed values"
163164
},
164165
"default": {
@@ -709,6 +710,7 @@
709710
},
710711
"enum": {
711712
"type": "array",
713+
"items": {},
712714
"description": "Allowed values"
713715
},
714716
"default": {
@@ -1266,6 +1268,7 @@
12661268
},
12671269
"enum": {
12681270
"type": "array",
1271+
"items": {},
12691272
"description": "Allowed values"
12701273
},
12711274
"default": {

0 commit comments

Comments
 (0)