Skip to content

Commit 88c3683

Browse files
committed
updated smartapi schema
1 parent 18c08c0 commit 88c3683

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

schemas/smartapi_schema.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@
3333
"patternProperties": {
3434
".": {
3535
"type": "object",
36+
"required": [
37+
"summary"
38+
],
3639
"properties": {
40+
"summary": {
41+
"type": "string"
42+
},
3743
"parameters": {
3844
"type": "array",
3945
"items": {
@@ -131,6 +137,7 @@
131137
},
132138
"x-id": {
133139
"type": "string",
140+
"format": "uri",
134141
"description": "A resolvable HTTP URI that uniqely identifies the contact (e.g. orcid id github id)"
135142
}
136143
}
@@ -156,7 +163,6 @@
156163
"additionalProperties": false,
157164
"description": "information about external documentation",
158165
"required": [
159-
"x-description",
160166
"x-url",
161167
"x-type"
162168
],

0 commit comments

Comments
 (0)