{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "errorItem", "type": "object", "properties": { "id": { "type": "string" }, "code": { "type": "string" }, "title": { "type": "string" }, "detail": { "type": "string" }, "source": { "type": "object" } } }