{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/serviceSpecificCredentialId", "title": "serviceSpecificCredentialId", "type": "string", "pattern": "[\\w]+", "minLength": 20, "maxLength": 128 }