Files
ds-bot/schemas/permissions.schema.json
2023-04-12 15:55:23 -07:00

15 lines
282 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"leRoles": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"leRoles"
]
}