Skip to content

Commit

Permalink
Automated build
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 30, 2024
1 parent ab8efe6 commit c73e966
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 @@ -137,13 +137,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 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"
}, {
"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"
} ]
},
"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 @@ -113,13 +113,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 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"
}, {
"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"
} ]
},
"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 @@ -160,13 +160,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 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"
}, {
"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"
} ]
},
"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 @@ -413,13 +413,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 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"
}, {
"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"
} ]
},
"TermsOfUse" : {
Expand Down

0 comments on commit c73e966

Please sign in to comment.