{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GroupConfigDto", "type": "object", "properties": { "Id": { "type": "string" }, "Name": { "type": "string" } } }