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 29, 2024
1 parent d4548f4 commit 2aaef02
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions docs/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1549,10 +1549,10 @@
"items" : {
"description" : "JSON-LD Context. Either a URI with the context definition or a Map with a local context definition MUST be supplied.",
"oneOf" : [ {
"$ref" : "#/components/schemas/Map"
}, {
"type" : "string",
"description" : "A `NormalizedString` that respresents a Uniform Resource Identifier (URI)."
}, {
"$ref" : "#/components/schemas/Map"
} ]
},
"x-srcprop-pid" : "org.1edtech.ob.v3p0.context.class"
Expand Down Expand Up @@ -1584,7 +1584,7 @@
"termsOfUse" : {
"minItems" : 0,
"type" : "array",
"description" : "The value of the `termsOfUse` property tells the verifier what actions it is required to perform (an obligation), not allowed to perform (a prohibition), or allowed to perform (a permission) if it is to accept the verifiable credentia",
"description" : "The value of the `termsOfUse` property tells the verifier what actions it is required to perform (an obligation), not allowed to perform (a prohibition), or allowed to perform (a permission) if it is to accept the verifiable credential.",
"items" : {
"$ref" : "#/components/schemas/TermsOfUse"
},
Expand Down Expand Up @@ -1894,10 +1894,10 @@
"items" : {
"description" : "JSON-LD Context. Either a URI with the context definition or a Map with a local context definition MUST be supplied.",
"oneOf" : [ {
"$ref" : "#/components/schemas/Map"
}, {
"type" : "string",
"description" : "A `NormalizedString` that respresents a Uniform Resource Identifier (URI)."
}, {
"$ref" : "#/components/schemas/Map"
} ]
},
"x-srcprop-pid" : "org.1edtech.ob.v3p0.context.class"
Expand All @@ -1918,7 +1918,7 @@
"termsOfUse" : {
"minItems" : 0,
"type" : "array",
"description" : "The value of the `termsOfUse` property tells the verifier what actions it is required to perform (an obligation), not allowed to perform (a prohibition), or allowed to perform (a permission) if it is to accept the verifiable credentia",
"description" : "The value of the `termsOfUse` property tells the verifier what actions it is required to perform (an obligation), not allowed to perform (a prohibition), or allowed to perform (a permission) if it is to accept the verifiable credential.",
"items" : {
"$ref" : "#/components/schemas/TermsOfUse"
},
Expand Down
8 changes: 4 additions & 4 deletions docs/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1534,10 +1534,10 @@ components:
description: JSON-LD Context. Either a URI with the context definition
or a Map with a local context definition MUST be supplied.
oneOf:
- $ref: '#/components/schemas/Map'
- type: string
description: A `NormalizedString` that respresents a Uniform Resource
Identifier (URI).
- $ref: '#/components/schemas/Map'
x-srcprop-pid: org.1edtech.ob.v3p0.context.class
issuer:
description: "A description of the individual, entity, or organization that\
Expand Down Expand Up @@ -1567,7 +1567,7 @@ components:
description: "The value of the `termsOfUse` property tells the verifier\
\ what actions it is required to perform (an obligation), not allowed\
\ to perform (a prohibition), or allowed to perform (a permission) if\
\ it is to accept the verifiable credentia"
\ it is to accept the verifiable credential."
items:
$ref: '#/components/schemas/TermsOfUse'
x-srcprop-pid: org.1edtech.ob.v3p0.termsofuse.class
Expand Down Expand Up @@ -1890,10 +1890,10 @@ components:
description: JSON-LD Context. Either a URI with the context definition
or a Map with a local context definition MUST be supplied.
oneOf:
- $ref: '#/components/schemas/Map'
- type: string
description: A `NormalizedString` that respresents a Uniform Resource
Identifier (URI).
- $ref: '#/components/schemas/Map'
x-srcprop-pid: org.1edtech.ob.v3p0.context.class
issuer:
description: "A description of the individual, entity, or organization that\
Expand All @@ -1912,7 +1912,7 @@ components:
description: "The value of the `termsOfUse` property tells the verifier\
\ what actions it is required to perform (an obligation), not allowed\
\ to perform (a prohibition), or allowed to perform (a permission) if\
\ it is to accept the verifiable credentia"
\ it is to accept the verifiable credential."
items:
$ref: '#/components/schemas/TermsOfUse'
x-srcprop-pid: org.1edtech.ob.v3p0.termsofuse.class
Expand Down

0 comments on commit 2aaef02

Please sign in to comment.