13 lines
196 B
JSON
13 lines
196 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"required": [
|
||
|
"name",
|
||
|
"content"
|
||
|
],
|
||
|
"properties": {
|
||
|
"name": { "type": "string" },
|
||
|
"content": { "type": "string" }
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
}
|