pub const JSON_SCHEMA_ATTR_JWS_ES256_PRIVATE_KEY: &str = r#"{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"An es256 private key for jws"
],
"index": [
"EQUALITY"
],
"unique": [
"true"
],
"multivalue": [
"false"
],
"attributename": [
"jws_es256_private_key"
],
"syntax": [
"JWS_KEY_ES256"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000110"
]
}
}"#;