Skip to content

Commit

Permalink
Automated build
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 26, 2024
1 parent 6fea28c commit 109ee0a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions docs/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,12 @@
"description" : "A short description of the achievement.",
"x-srcprop-pid" : "org.1edtech.ob.v3p0.primitive.string.class"
},
"inLanguage" : {
"pattern" : "^[a-z]{2,4}(-[A-Z][a-z]{3})?(-([A-Z]{2}|[0-9]{3}))?$",
"type" : "string",
"description" : "The language of the achievement.",
"x-srcprop-pid" : "org.1edtech.ob.v3p0.derived.languagecode.class"
},
"type" : {
"minItems" : 1,
"type" : "array",
Expand Down Expand Up @@ -1145,12 +1151,6 @@
},
"x-srcprop-pid" : "org.1edtech.ob.v3p0.related.class"
},
"@language" : {
"pattern" : "^[a-z]{2,4}(-[A-Z][a-z]{3})?(-([A-Z]{2}|[0-9]{3}))?$",
"type" : "string",
"description" : "The language of the achievement.",
"x-srcprop-pid" : "org.1edtech.ob.v3p0.derived.languagecode.class"
},
"name" : {
"type" : "string",
"description" : "The name of the achievement.",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -1663,7 +1663,7 @@
"required" : [ "id", "type" ],
"type" : "object",
"properties" : {
"@language" : {
"inLanguage" : {
"pattern" : "^[a-z]{2,4}(-[A-Z][a-z]{3})?(-([A-Z]{2}|[0-9]{3}))?$",
"type" : "string",
"description" : "The language of the related achievement.",
Expand Down Expand Up @@ -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"
Expand Down
16 changes: 8 additions & 8 deletions docs/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,11 @@ components:
type: string
description: A short description of the achievement.
x-srcprop-pid: org.1edtech.ob.v3p0.primitive.string.class
inLanguage:
pattern: "^[a-z]{2,4}(-[A-Z][a-z]{3})?(-([A-Z]{2}|[0-9]{3}))?$"
type: string
description: The language of the achievement.
x-srcprop-pid: org.1edtech.ob.v3p0.derived.languagecode.class
type:
minItems: 1
type: array
Expand Down Expand Up @@ -1104,11 +1109,6 @@ components:
items:
$ref: '#/components/schemas/Related'
x-srcprop-pid: org.1edtech.ob.v3p0.related.class
'@language':
pattern: "^[a-z]{2,4}(-[A-Z][a-z]{3})?(-([A-Z]{2}|[0-9]{3}))?$"
type: string
description: The language of the achievement.
x-srcprop-pid: org.1edtech.ob.v3p0.derived.languagecode.class
name:
type: string
description: The name of the achievement.
Expand Down Expand Up @@ -1530,10 +1530,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'
Expand Down Expand Up @@ -1647,7 +1647,7 @@ components:
- type
type: object
properties:
'@language':
inLanguage:
pattern: "^[a-z]{2,4}(-[A-Z][a-z]{3})?(-([A-Z]{2}|[0-9]{3}))?$"
type: string
description: The language of the related achievement.
Expand Down Expand Up @@ -1880,10 +1880,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'
Expand Down

0 comments on commit 109ee0a

Please sign in to comment.