{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "Version 7",
    "properties": {
        "key": {
            "type": "string",
            "minLength": 1
        },
        "type": {
            "$ref": "/resources/schema/user/v7/CredentialsType.json"
        }
    },
    "required": [
        "type",
        "key"
    ],
    "title": "CredentialsKey",
    "type": "object"
}