{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-status-message-schema.json", "title": "status_message", "description": "Status message describing the results of processing. Null indicates success.", "type": [ "string", "null" ] }