{
    "title": "Vault Properties",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.security.properties.vault.VaultProperties",
    "type": "object",
    "properties": {
        "iamVaultUrl": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "iamVaultAuthenticationMethodPath": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "iamVaultTruststorePath": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "iamVaultTruststorePassword": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "iamVaultTruststoreType": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        },
        "iamVaultApplicationToken": {
            "type": "string",
            "pattern": "^[^<>]*$",
            "maxLength": 255
        }
    },
    "additionalProperties": false
}