12 lines
224 B
JSON
12 lines
224 B
JSON
{
|
|
"type": "object",
|
|
"required" : [
|
|
"tag_name",
|
|
"description"
|
|
],
|
|
"properties" : {
|
|
"tag_name": { "type": ["string", "null"] },
|
|
"description": { "type": "string" }
|
|
},
|
|
"additionalProperties": false
|
|
}
|