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 31, 2024
1 parent 8324473 commit 8d57f94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -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 Down
4 changes: 2 additions & 2 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 @@ -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 Down

0 comments on commit 8d57f94

Please sign in to comment.