Add a description for the tag event
This commit is contained in:
parent
e9d361841b
commit
bcb8fac53c
1 changed files with 3 additions and 2 deletions
|
@ -12,13 +12,14 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"tags": {
|
"tags": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"description": "The tags on the room and their contents.",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"title": "Tag",
|
"title": "Tag Contents",
|
||||||
"type": "object"
|
"type": "object"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["type", "content"]
|
"required": ["type", "content"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue