{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourceLink", "title": "ResourceLink", "type": "object", "properties": { "displayName": { "type": "string" }, "url": { "type": "string", "format": "uri" } } }