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