We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c08c0 commit 88c3683Copy full SHA for 88c3683
schemas/smartapi_schema.json
@@ -33,7 +33,13 @@
33
"patternProperties": {
34
".": {
35
"type": "object",
36
+ "required": [
37
+ "summary"
38
+ ],
39
"properties": {
40
+ "summary": {
41
+ "type": "string"
42
+ },
43
"parameters": {
44
"type": "array",
45
"items": {
@@ -131,6 +137,7 @@
131
137
},
132
138
"x-id": {
133
139
"type": "string",
140
+ "format": "uri",
134
141
"description": "A resolvable HTTP URI that uniqely identifies the contact (e.g. orcid id github id)"
135
142
}
136
143
@@ -156,7 +163,6 @@
156
163
"additionalProperties": false,
157
164
"description": "information about external documentation",
158
165
"required": [
159
- "x-description",
160
166
"x-url",
161
167
"x-type"
162
168
],
0 commit comments