Payload schema
commitOidstring
The config-repo commit associated with the readiness certificate.
Raw JSON schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"commitOid": {
"type": "string",
"minLength": 1,
"description": "The config-repo commit associated with the readiness certificate."
}
},
"required": [
"commitOid"
]
}