changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "archived": {
+ "type": "boolean"
+ },
+ "attestation_counts": {
+ "properties": {
+ "attested_latest": {
+ "type": "integer"
+ },
+ "attested_outdated": {
+ "type": "integer"
+ },
+ "pending_attested": {
+ "type": "integer"
+ },
+ "renewal_due": {
+ "type": "integer"
+ },
+ "total": {
+ "type": "integer"
+ },
+ "unrequested": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "auto_renew": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "current_version_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "current_version_published_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "default_attestation_type": {
+ "enum": [
+ "acknowledgment",
+ "signature"
+ ],
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "has_published_revision": {
+ "type": "boolean"
+ },
+ "id": {
+ "type": "string"
+ },
+ "latest_published_revision_pdf_uri": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "renewal_interval_days": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "has_published_revision",
+ "archived"
+ ],
+ "type": "object"
+}