{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LockerCredentialList", "title": "LockerCredentialList", "type": "object", "description": "List of credentials contained within a locker", "properties": { "list": { "type": "array", "description": "Array of credential records in the locker", "items": { "$ref": "#/components/schemas/Credential" } } } }