{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "entity_group_entity", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" } } }