17 lines
No EOL
229 B
JSON
17 lines
No EOL
229 B
JSON
{
|
|
"type": "object",
|
|
"required": [
|
|
"iid",
|
|
"url"
|
|
],
|
|
"properties": {
|
|
"iid": {
|
|
"type": "integer"
|
|
},
|
|
"url": {
|
|
"type": "string",
|
|
"format": "uri"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
} |