{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UrlTypeEnum", "title": "UrlTypeEnum", "type": "string", "enum": [ "PERSONAL", "COMPANY", "PORTFOLIO", "BLOG", "SOCIAL_MEDIA", "OTHER", "JOB_POSTING" ] }