{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ErrorExample", "type": "object", "properties": { "code": { "type": "string" }, "title": { "type": "string" }, "id": { "type": "string" } } }