From fe90616bbff734a1a005b823e76709ddf8b68af2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 7 Sep 2023 12:37:35 +0000 Subject: [PATCH] Automated build --- docs/schema/achievementcredential.json | 16 ++++++++-------- docs/schema/endorsementcredential.json | 12 ++++++------ docs/schema/getopenbadgecredentialsresponse.json | 16 ++++++++-------- docs/schema/profile.json | 12 ++++++------ 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/docs/schema/achievementcredential.json b/docs/schema/achievementcredential.json index 3a2d56f7..343a1c74 100644 --- a/docs/schema/achievementcredential.json +++ b/docs/schema/achievementcredential.json @@ -133,13 +133,13 @@ "Context" : { "description" : "JSON-LD Context. Either a URI with the context definition or a Map with a local context definition MUST be supplied.", "anyOf" : [ { - "description" : "A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", - "$comment" : "Origin: URI (DerivedType); A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", - "type" : "string" - }, { "description" : "A map representing an object with unknown, arbitrary properties", "$comment" : "Origin: Map (PrimitiveType); A map representing an object with unknown, arbitrary properties", "type" : "object" + }, { + "description" : "A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", + "$comment" : "Origin: URI (DerivedType); A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", + "type" : "string" } ] }, "TermsOfUse" : { @@ -262,7 +262,7 @@ } }, "required" : [ "type", "achievement" ], - "additionalProperties" : true + "additionalProperties" : false }, "IdentityObject" : { "description" : "A collection of information about the recipient of an achievement.", @@ -1056,7 +1056,7 @@ } }, "required" : [ "id", "type" ], - "additionalProperties" : false + "additionalProperties" : true }, "Profile" : { "description" : "A Profile is a collection of information that describes the entity or organization using Open Badges. Issuers must be represented as Profiles, and endorsers, or other entities may also be represented using this vocabulary. Each Profile that represents an Issuer may be referenced in many BadgeClasses that it has defined. Anyone can create and host an Issuer file to start issuing Open Badges. Issuers may also serve as recipients of Open Badges, often identified within an Assertion by specific properties, like their url or contact email address.", @@ -1246,7 +1246,7 @@ } }, "required" : [ "type" ], - "additionalProperties" : false + "additionalProperties" : true }, "GeoCoordinates" : { "description" : "The geographic coordinates of a location.", @@ -1269,7 +1269,7 @@ } }, "required" : [ "type", "latitude", "longitude" ], - "additionalProperties" : false + "additionalProperties" : true }, "CredentialSchema" : { "description" : "Identify the type and location of a data schema.", diff --git a/docs/schema/endorsementcredential.json b/docs/schema/endorsementcredential.json index b2c150a2..3ae9f5c0 100644 --- a/docs/schema/endorsementcredential.json +++ b/docs/schema/endorsementcredential.json @@ -109,13 +109,13 @@ "Context" : { "description" : "JSON-LD Context. Either a URI with the context definition or a Map with a local context definition MUST be supplied.", "anyOf" : [ { - "description" : "A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", - "$comment" : "Origin: URI (DerivedType); A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", - "type" : "string" - }, { "description" : "A map representing an object with unknown, arbitrary properties", "$comment" : "Origin: Map (PrimitiveType); A map representing an object with unknown, arbitrary properties", "type" : "object" + }, { + "description" : "A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", + "$comment" : "Origin: URI (DerivedType); A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", + "type" : "string" } ] }, "TermsOfUse" : { @@ -604,7 +604,7 @@ } }, "required" : [ "type" ], - "additionalProperties" : false + "additionalProperties" : true }, "GeoCoordinates" : { "description" : "The geographic coordinates of a location.", @@ -627,7 +627,7 @@ } }, "required" : [ "type", "latitude", "longitude" ], - "additionalProperties" : false + "additionalProperties" : true }, "CredentialSchema" : { "description" : "Identify the type and location of a data schema.", diff --git a/docs/schema/getopenbadgecredentialsresponse.json b/docs/schema/getopenbadgecredentialsresponse.json index ff18f632..5b648865 100644 --- a/docs/schema/getopenbadgecredentialsresponse.json +++ b/docs/schema/getopenbadgecredentialsresponse.json @@ -156,13 +156,13 @@ "Context" : { "description" : "JSON-LD Context. Either a URI with the context definition or a Map with a local context definition MUST be supplied.", "anyOf" : [ { - "description" : "A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", - "$comment" : "Origin: URI (DerivedType); A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", - "type" : "string" - }, { "description" : "A map representing an object with unknown, arbitrary properties", "$comment" : "Origin: Map (PrimitiveType); A map representing an object with unknown, arbitrary properties", "type" : "object" + }, { + "description" : "A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", + "$comment" : "Origin: URI (DerivedType); A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", + "type" : "string" } ] }, "TermsOfUse" : { @@ -285,7 +285,7 @@ } }, "required" : [ "type", "achievement" ], - "additionalProperties" : true + "additionalProperties" : false }, "IdentityObject" : { "description" : "A collection of information about the recipient of an achievement.", @@ -1079,7 +1079,7 @@ } }, "required" : [ "id", "type" ], - "additionalProperties" : false + "additionalProperties" : true }, "Profile" : { "description" : "A Profile is a collection of information that describes the entity or organization using Open Badges. Issuers must be represented as Profiles, and endorsers, or other entities may also be represented using this vocabulary. Each Profile that represents an Issuer may be referenced in many BadgeClasses that it has defined. Anyone can create and host an Issuer file to start issuing Open Badges. Issuers may also serve as recipients of Open Badges, often identified within an Assertion by specific properties, like their url or contact email address.", @@ -1269,7 +1269,7 @@ } }, "required" : [ "type" ], - "additionalProperties" : false + "additionalProperties" : true }, "GeoCoordinates" : { "description" : "The geographic coordinates of a location.", @@ -1292,7 +1292,7 @@ } }, "required" : [ "type", "latitude", "longitude" ], - "additionalProperties" : false + "additionalProperties" : true }, "CredentialSchema" : { "description" : "Identify the type and location of a data schema.", diff --git a/docs/schema/profile.json b/docs/schema/profile.json index 80549c1c..3f3d7051 100644 --- a/docs/schema/profile.json +++ b/docs/schema/profile.json @@ -238,13 +238,13 @@ "Context" : { "description" : "JSON-LD Context. Either a URI with the context definition or a Map with a local context definition MUST be supplied.", "anyOf" : [ { - "description" : "A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", - "$comment" : "Origin: URI (DerivedType); A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", - "type" : "string" - }, { "description" : "A map representing an object with unknown, arbitrary properties", "$comment" : "Origin: Map (PrimitiveType); A map representing an object with unknown, arbitrary properties", "type" : "object" + }, { + "description" : "A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", + "$comment" : "Origin: URI (DerivedType); A `NormalizedString` that respresents a Uniform Resource Identifier (URI).", + "type" : "string" } ] }, "TermsOfUse" : { @@ -499,7 +499,7 @@ } }, "required" : [ "type" ], - "additionalProperties" : false + "additionalProperties" : true }, "GeoCoordinates" : { "description" : "The geographic coordinates of a location.", @@ -522,7 +522,7 @@ } }, "required" : [ "type", "latitude", "longitude" ], - "additionalProperties" : false + "additionalProperties" : true }, "Profile" : { "description" : "A Profile is a collection of information that describes the entity or organization using Open Badges. Issuers must be represented as Profiles, and endorsers, or other entities may also be represented using this vocabulary. Each Profile that represents an Issuer may be referenced in many BadgeClasses that it has defined. Anyone can create and host an Issuer file to start issuing Open Badges. Issuers may also serve as recipients of Open Badges, often identified within an Assertion by specific properties, like their url or contact email address.",