{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Segment", "title": "Segment", "type": "object", "properties": { "type": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "created_at": { "type": "integer" }, "updated_at": { "type": "integer" }, "person_type": { "type": "string" } } }