{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/CallFlowListItem", "title": "CallFlowListItem", "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "assignedNumber": { "$ref": "#/components/schemas/CallFlowNumber" }, "teams": { "type": "array", "items": { "$ref": "#/components/schemas/TeamRel" } } } }