{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_HrisEmployee_employee_roles", "title": "property_HrisEmployee_employee_roles", "items": { "enum": [ "ADMIN", "MANAGER", "RECRUITER", "SALESREP", "INTERVIEWER" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "type": "array" }