{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "extended_ChargeByAlias409", "properties": { "error": { "type": "object", "properties": { "message": { "type": "string" }, "alternativeKeys": { "type": "array", "items": { "$ref": "#/components/schemas/alternativeKeysItem" } } } }, "code": { "type": "integer", "example": 51 } } }