diff --git a/data/avro-schema/src/main/resources/avro/net/corda/data/rest/PasswordExpiryStatus.avsc b/data/avro-schema/src/main/resources/avro/net/corda/data/rest/PasswordExpiryStatus.avsc new file mode 100644 index 0000000000..2d82d7fd7e --- /dev/null +++ b/data/avro-schema/src/main/resources/avro/net/corda/data/rest/PasswordExpiryStatus.avsc @@ -0,0 +1,11 @@ +{ + "type": "enum", + "name": "PasswordExpiryStatus", + "namespace": "net.corda.data.rest", + "doc": "This represents the current expiry status of the password", + "symbols": [ + "EXPIRED", + "CLOSE_TO_EXPIRY", + "ACTIVE" + ] +} \ No newline at end of file