{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PasswordCredential", "type": "object", "properties": { "customKeyIdentifier": { "type": "['string', 'null']" }, "displayName": { "type": "['string', 'null']" }, "endDateTime": { "type": "string" }, "hint": { "type": "['string', 'null']" }, "keyId": { "type": "string" }, "secretText": { "type": "['string', 'null']" }, "startDateTime": { "type": "string" } } }