File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Expand file tree Collapse file tree 1 file changed +16
-12
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" : " https://raw.githubusercontent.com/SmartAPI/smartAPI-Specification/OpenAPI.next/schemas/smartapi_schema.json " ,
3
+ "id" : " https://raw.githubusercontent.com/SmartAPI/smartAPI-Specification/OpenAPI.next/schemas/smartapi_schema.json2# " ,
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." ,
155
155
}
156
156
},
157
157
"tag" : {
158
- "x-id" : {
159
- "type" : " string" ,
160
- "description" : " The name of the tag. Recommend that you use URI to specify the concept."
158
+ "properties" : {
159
+
160
+ "x-id" : {
161
+ "type" : " string" ,
162
+ "description" : " The name of the tag. Recommend that you use URI to specify the concept."
163
+ }
164
+ }
165
+ },
166
+
167
+ "schema" : {
168
+ "properties" : {
169
+ "x-url" : {
170
+ "type" : " string" ,
171
+ "description" : " The URL to a non-JSON schema."
172
+ }
161
173
}
162
174
},
163
175
"specificationExtension" : {
182
194
}
183
195
]
184
196
}
185
- },
186
- "schema" : {
187
- "properties" : {
188
- "x-url" : {
189
- "type" : " string" ,
190
- "description" : " The URL to a non-JSON schema."
191
- }
192
- }
193
197
}
194
198
}
You can’t perform that action at this time.
0 commit comments