Skip to content

Commit

Permalink
Automated build
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 28, 2024
1 parent 259a736 commit 92679d9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions docs/schema/achievementcredential.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@
"Context" : {
"description" : "JSON-LD Context. Either a URI with the context definition or a Map with a local context definition MUST be supplied.",
"oneOf" : [ {
"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 (Unordered); 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" : {
Expand Down
8 changes: 4 additions & 4 deletions docs/schema/endorsementcredential.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@
"Context" : {
"description" : "JSON-LD Context. Either a URI with the context definition or a Map with a local context definition MUST be supplied.",
"oneOf" : [ {
"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 (Unordered); 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" : {
Expand Down
8 changes: 4 additions & 4 deletions docs/schema/getopenbadgecredentialsresponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@
"Context" : {
"description" : "JSON-LD Context. Either a URI with the context definition or a Map with a local context definition MUST be supplied.",
"oneOf" : [ {
"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 (Unordered); 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" : {
Expand Down
8 changes: 4 additions & 4 deletions docs/schema/profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,13 @@
"Context" : {
"description" : "JSON-LD Context. Either a URI with the context definition or a Map with a local context definition MUST be supplied.",
"oneOf" : [ {
"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 (Unordered); 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" : {
Expand Down

0 comments on commit 92679d9

Please sign in to comment.