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