{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GroupCreate", "title": "GroupCreate", "type": "object", "required": [ "name" ], "properties": { "name": { "type": "string", "description": "The name of the group." } } }