{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/wikipedia/refs/heads/main/json-structure/rest-v1-problem-structure.json", "name": "problem", "description": "problem schema from Wikimedia REST API", "type": "object", "properties": { "type": { "type": "string" }, "name": { "type": "string" }, "detail": { "type": "string" }, "instance": { "type": "string" } }, "required": [ "type" ] }