{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/error", "title": "error", "type": "object", "properties": { "id": { "type": "string" }, "message": { "type": "string" } } }