{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/slite/main/json-schema/PublicApiNotFoundError.json", "title": "PublicApiNotFoundError", "properties": { "message": { "type": "string", "enum": [ "Data source not found." ] }, "id": { "type": "string", "enum": [ "root-id-not-found" ], "nullable": false } }, "required": [ "message", "id" ], "type": "object" }