{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/bored/json-schema/bored-website-schema.json", "title": "BoredWebsite", "type": "object", "required": ["url", "description", "key"], "properties": { "url": { "type": "string", "format": "uri" }, "description": { "type": "string" }, "key": { "type": "string" } }, "additionalProperties": false }