{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListServiceSpecificCredentialsResponse", "title": "ListServiceSpecificCredentialsResponse", "type": "object", "properties": { "ServiceSpecificCredentials": { "allOf": [ { "$ref": "#/components/schemas/ServiceSpecificCredentialsListType" }, { "description": "A list of structures that each contain details about a service-specific credential." } ] } } }