{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OauthCallbackUrlRead", "title": "OauthCallbackUrlRead", "type": "object", "properties": { "url": { "type": "string", "description": "The URL for this callback.", "readOnly": true, "writeOnly": false } } }