{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UserGroup", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "description": { "type": "string" }, "permissions": { "type": "array" } } }