{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RichEmbedProvider", "title": "RichEmbedProvider", "type": "object", "properties": { "name": { "type": [ "string", "null" ], "maxLength": 256 }, "url": { "type": [ "string", "null" ], "maxLength": 2048, "format": "uri" } } }