{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SocialContactMedium_MVO", "title": "SocialContactMedium_MVO", "allOf": [ { "$ref": "#/components/schemas/ContactMedium_MVO" }, { "type": "object", "description": "Describes a social media identifier that could be used to contact a party (an individual or an organization)", "properties": { "socialNetworkId": { "type": "string", "description": "Identifier as a member of a social network" } } } ] }