Skip to content

Commit

Permalink
Automated build
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 4, 2024
1 parent 1d6b273 commit aa4b60b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions docs/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1494,6 +1494,12 @@
},
"x-srcprop-pid" : "org.1edtech.ob.v3p0.credentialschema.class"
},
"awardedDate" : {
"type" : "string",
"description" : "Timestamp of when the credential was awarded. `issuanceDate` is used to determine the most recent version of a Credential in conjunction with `issuer` and `id`. Consequently, the only way to update a Credental is to update the `issuanceDate`, losing the date when the Credential was originally awarded. `awardedDate` is meant to keep this original date.",
"format" : "date-time",
"x-srcprop-pid" : "org.1edtech.ob.v3p0.derived.datetimez.class"
},
"endorsement" : {
"minItems" : 0,
"type" : "array",
Expand All @@ -1503,12 +1509,6 @@
},
"x-srcprop-pid" : "org.1edtech.ob.v3p0.endorsementcredential.class"
},
"awardedDate" : {
"type" : "string",
"description" : "Timestamp of when the credential was awarded. `issuanceDate` is used to determine the most recent version of a Credential in conjunction with `issuer` and `id`. Consequently, the only way to update a Credental is to update the `issuanceDate`, losing the date when the Credential was originally awarded. `awardedDate` is meant to keep this original date.",
"format" : "date-time",
"x-srcprop-pid" : "org.1edtech.ob.v3p0.derived.datetimez.class"
},
"evidence" : {
"minItems" : 0,
"type" : "array",
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 @@ -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
22 changes: 11 additions & 11 deletions docs/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1474,15 +1474,6 @@ components:
items:
$ref: '#/components/schemas/CredentialSchema'
x-srcprop-pid: org.1edtech.ob.v3p0.credentialschema.class
endorsement:
minItems: 0
type: array
description: "Allows endorsers to make specific claims about the credential,\
\ and the achievement and profiles in the credential. These endorsements\
\ are signed with a Data Integrity proof format."
items:
$ref: '#/components/schemas/EndorsementCredential'
x-srcprop-pid: org.1edtech.ob.v3p0.endorsementcredential.class
awardedDate:
type: string
description: "Timestamp of when the credential was awarded. `issuanceDate`\
Expand All @@ -1493,6 +1484,15 @@ components:
\ date."
format: date-time
x-srcprop-pid: org.1edtech.ob.v3p0.derived.datetimez.class
endorsement:
minItems: 0
type: array
description: "Allows endorsers to make specific claims about the credential,\
\ and the achievement and profiles in the credential. These endorsements\
\ are signed with a Data Integrity proof format."
items:
$ref: '#/components/schemas/EndorsementCredential'
x-srcprop-pid: org.1edtech.ob.v3p0.endorsementcredential.class
evidence:
minItems: 0
type: array
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit aa4b60b

Please sign in to comment.