{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EntityType", "title": "EntityType", "enum": [ "actions", "events", "data_warehouse", "new_entity", "groups" ], "type": "string" }