File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"title" : " The smartAPI extension to OpenAPI 3.0." ,
3
- "id" : " http ://smart-api.info/schema/smartapi-oas3.0.0 .json#" ,
3
+ "id" : " https ://raw.githubusercontent.com/SmartAPI/smartAPI-Specification/OpenAPI.next/schemas/smartapi_schema .json#" ,
4
4
"$schema" : " http://json-schema.org/draft-06/schema#" ,
5
5
"type" : " object" ,
6
6
"description" : " This is the root document object of the smartAPI definition file." ,
159
159
"type" : " string" ,
160
160
"description" : " The name of the tag. Recommend that you use URI to specify the concept."
161
161
}
162
+ },
163
+ "specificationExtension" : {
164
+ "description" : " Any property starting with x- is valid." ,
165
+ "oneOf" : [{
166
+ "type" : " null"
167
+ },
168
+ {
169
+ "type" : " number"
170
+ },
171
+ {
172
+ "type" : " boolean"
173
+ },
174
+ {
175
+ "type" : " string"
176
+ },
177
+ {
178
+ "type" : " object"
179
+ },
180
+ {
181
+ "type" : " array"
182
+ }
183
+ ]
162
184
}
163
185
},
164
186
"schema" : {
You can’t perform that action at this time.
0 commit comments