No description available.
Properties
effectiveDate
string
Required
No description available.
publishedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
state
string
Required
No description available.
Known values:
scheduled, active, archived, withdrawntitle
string
Required
No description available.
type
string
Required
No description available.
Known values:
terms, privacyversion
string
Required
No description available.
withdrawalReason
string
Optional
No description available.
View raw schema
{
"type": "object",
"required": [
"type",
"version",
"title",
"effectiveDate",
"state",
"publishedAt"
],
"properties": {
"type": {
"type": "string",
"knownValues": [
"terms",
"privacy"
]
},
"state": {
"type": "string",
"knownValues": [
"scheduled",
"active",
"archived",
"withdrawn"
]
},
"title": {
"type": "string"
},
"version": {
"type": "string"
},
"publishedAt": {
"type": "string",
"format": "datetime"
},
"effectiveDate": {
"type": "string"
},
"withdrawalReason": {
"type": "string"
}
}
}