{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-return-code-schema.json", "title": "return_code", "description": "Status code for results. Zero indicates success.", "type": "integer", "format": "int32", "examples": [ 0 ] }