Skip to content

Commit

Permalink
Automated build
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 29, 2024
1 parent cd3a995 commit 8032762
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 13 deletions.
30 changes: 22 additions & 8 deletions docs/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@
"imsx_codeMinorFieldValue" : {
"type" : "string",
"description" : "The code minor status code (this is a value from the corresponding enumerated vocabulary).",
"enum" : [ "forbidden", "fullsuccess", "internal_server_error", "invalid_data", "invalid_query_parameter", "misdirected_request", "not_acceptable", "not_allowed", "not_modified", "server_busy", "unauthorizedrequest", "unknown" ],
"enum" : [ "forbidden", "fullsuccess", "internal_server_error", "invalid_data", "invalid_query_parameter", "misdirected_request", "not_acceptable", "not_allowed", "not_found", "not_modified", "server_busy", "unauthorizedrequest", "unknown" ],
"x-srcprop-pid" : "org.1edtech.ob.v3p0.imsx_codeminorfieldvalue.class"
}
},
Expand Down Expand Up @@ -1479,7 +1479,7 @@
"x-class-pid" : "org.1edtech.ob.v3p0.endorsementsubject.class"
},
"AchievementCredential" : {
"required" : [ "@context", "id", "type", "name", "credentialSubject", "issuer", "validFrom" ],
"required" : [ "@context", "id", "type", "credentialSubject", "issuer", "validFrom" ],
"type" : "object",
"properties" : {
"image" : {
Expand Down Expand Up @@ -1549,16 +1549,23 @@
"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"
},
"issuer" : {
"$ref" : "#/components/schemas/Profile"
"description" : "A description of the individual, entity, or organization that issued the credential.",
"oneOf" : [ {
"$ref" : "#/components/schemas/Profile"
}, {
"type" : "string",
"description" : "A `NormalizedString` that respresents a Uniform Resource Identifier (URI)."
} ],
"x-srcprop-pid" : "org.1edtech.ob.v3p0.profileref.class"
},
"credentialStatus" : {
"$ref" : "#/components/schemas/CredentialStatus"
Expand Down Expand Up @@ -1887,16 +1894,23 @@
"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"
},
"issuer" : {
"$ref" : "#/components/schemas/Profile"
"description" : "A description of the individual, entity, or organization that issued the credential.",
"oneOf" : [ {
"$ref" : "#/components/schemas/Profile"
}, {
"type" : "string",
"description" : "A `NormalizedString` that respresents a Uniform Resource Identifier (URI)."
} ],
"x-srcprop-pid" : "org.1edtech.ob.v3p0.profileref.class"
},
"credentialStatus" : {
"$ref" : "#/components/schemas/CredentialStatus"
Expand Down
24 changes: 19 additions & 5 deletions docs/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@ components:
- misdirected_request
- not_acceptable
- not_allowed
- not_found
- not_modified
- server_busy
- unauthorizedrequest
Expand Down Expand Up @@ -1456,7 +1457,6 @@ components:
- '@context'
- id
- type
- name
- credentialSubject
- issuer
- validFrom
Expand Down Expand Up @@ -1534,13 +1534,20 @@ 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'
description: "A description of the individual, entity, or organization that\
\ issued the credential."
oneOf:
- $ref: '#/components/schemas/Profile'
- type: string
description: A `NormalizedString` that respresents a Uniform Resource
Identifier (URI).
x-srcprop-pid: org.1edtech.ob.v3p0.profileref.class
credentialStatus:
$ref: '#/components/schemas/CredentialStatus'
endorsementJwt:
Expand Down Expand Up @@ -1883,13 +1890,20 @@ 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'
description: "A description of the individual, entity, or organization that\
\ issued the credential."
oneOf:
- $ref: '#/components/schemas/Profile'
- type: string
description: A `NormalizedString` that respresents a Uniform Resource
Identifier (URI).
x-srcprop-pid: org.1edtech.ob.v3p0.profileref.class
credentialStatus:
$ref: '#/components/schemas/CredentialStatus'
termsOfUse:
Expand Down

0 comments on commit 8032762

Please sign in to comment.