{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Group", "type": "object", "properties": { "name": { "type": "string", "description": "Group Name" }, "directory": { "type": "string", "description": "Group Directory" }, "category": { "type": "string", "description": "Group Category" } } }