{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/site_Put", "title": "site_Put", "type": "object", "properties": { "url": { "type": "string", "description": "The Fully Qualified URL (including host and scheme) where this site is hosted. All URLs generated for this site will be appended to this." } }, "x-internal": false }