diff --git a/docs/openapi/openapi.json b/docs/openapi/openapi.json index 9fa6276c..36d6c853 100644 --- a/docs/openapi/openapi.json +++ b/docs/openapi/openapi.json @@ -1543,10 +1543,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" @@ -1881,10 +1881,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" diff --git a/docs/openapi/openapi.yaml b/docs/openapi/openapi.yaml index 4ef719bc..940df102 100644 --- a/docs/openapi/openapi.yaml +++ b/docs/openapi/openapi.yaml @@ -1531,10 +1531,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: $ref: '#/components/schemas/Profile' @@ -1881,10 +1881,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: $ref: '#/components/schemas/Profile'