{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SigningKeysDate",
"title": "SigningKeysDate",
"oneOf": [
{
"type": "string",
"description": "The date and time when the key became the current key"
},
{
"type": "object",
"description": "The date and time when the key became the current key",
"additionalProperties": true
}
]
}