{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AtsGroup", "title": "AtsGroup", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "type": { "enum": [ "TEAM", "GROUP", "DEPARTMENT", "DIVISION", "BUSINESS_UNIT", "BRANCH", "SUB_DEPARTMENT" ], "type": "string", "x-speakeasy-unknown-values": "allow" } }, "type": "object" }