{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GenericProfile", "title": "GenericProfile", "type": "string", "enum": [ "Basic", "Extended", "Standard" ] }