{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ErrorResponsePayload", "type": "object", "properties": { "status": { "type": "number" }, "err": { "type": "string" } } }