diff --git a/schemagen/gcp-iit.json b/schemagen/gcp-iit.json index 324210c1..db9f8668 100644 --- a/schemagen/gcp-iit.json +++ b/schemagen/gcp-iit.json @@ -243,6 +243,12 @@ "$ref": "#/$defs/ObjectIdentifier" }, "type": "array" + }, + "Policies": { + "items": { + "$ref": "#/$defs/OID" + }, + "type": "array" } }, "additionalProperties": false, @@ -291,7 +297,8 @@ "PermittedURIDomains", "ExcludedURIDomains", "CRLDistributionPoints", - "PolicyIdentifiers" + "PolicyIdentifiers", + "Policies" ] }, "Extension": { @@ -464,6 +471,11 @@ "ExtraNames" ] }, + "OID": { + "properties": {}, + "additionalProperties": false, + "type": "object" + }, "ObjectIdentifier": { "items": { "type": "integer" diff --git a/schemagen/github.json b/schemagen/github.json index e95b314f..3bf34ee8 100644 --- a/schemagen/github.json +++ b/schemagen/github.json @@ -243,6 +243,12 @@ "$ref": "#/$defs/ObjectIdentifier" }, "type": "array" + }, + "Policies": { + "items": { + "$ref": "#/$defs/OID" + }, + "type": "array" } }, "additionalProperties": false, @@ -291,7 +297,8 @@ "PermittedURIDomains", "ExcludedURIDomains", "CRLDistributionPoints", - "PolicyIdentifiers" + "PolicyIdentifiers", + "Policies" ] }, "Extension": { @@ -464,6 +471,11 @@ "ExtraNames" ] }, + "OID": { + "properties": {}, + "additionalProperties": false, + "type": "object" + }, "ObjectIdentifier": { "items": { "type": "integer" diff --git a/schemagen/gitlab.json b/schemagen/gitlab.json index d46cea95..1065b4a8 100644 --- a/schemagen/gitlab.json +++ b/schemagen/gitlab.json @@ -243,6 +243,12 @@ "$ref": "#/$defs/ObjectIdentifier" }, "type": "array" + }, + "Policies": { + "items": { + "$ref": "#/$defs/OID" + }, + "type": "array" } }, "additionalProperties": false, @@ -291,7 +297,8 @@ "PermittedURIDomains", "ExcludedURIDomains", "CRLDistributionPoints", - "PolicyIdentifiers" + "PolicyIdentifiers", + "Policies" ] }, "Extension": { @@ -464,6 +471,11 @@ "ExtraNames" ] }, + "OID": { + "properties": {}, + "additionalProperties": false, + "type": "object" + }, "ObjectIdentifier": { "items": { "type": "integer" diff --git a/schemagen/jwt.json b/schemagen/jwt.json index 9d72efc6..4dce7db0 100644 --- a/schemagen/jwt.json +++ b/schemagen/jwt.json @@ -237,6 +237,12 @@ "$ref": "#/$defs/ObjectIdentifier" }, "type": "array" + }, + "Policies": { + "items": { + "$ref": "#/$defs/OID" + }, + "type": "array" } }, "additionalProperties": false, @@ -285,7 +291,8 @@ "PermittedURIDomains", "ExcludedURIDomains", "CRLDistributionPoints", - "PolicyIdentifiers" + "PolicyIdentifiers", + "Policies" ] }, "Extension": { @@ -458,6 +465,11 @@ "ExtraNames" ] }, + "OID": { + "properties": {}, + "additionalProperties": false, + "type": "object" + }, "ObjectIdentifier": { "items": { "type": "integer"