{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/CallFlowNodeMetadataEnrichmentSource", "title": "CallFlowNodeMetadataEnrichmentSource", "type": "object", "required": [ "id", "type" ], "properties": { "id": { "type": "integer", "format": "int64" }, "type": { "type": "string", "enum": [ "STATUS_PAGE", "SERVICE" ] } } }