{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PageURL", "title": "PageURL", "additionalProperties": false, "properties": { "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "type": "object" }