Skip to content

Commit

Permalink
Add trustFramework-attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain-P-Goldfish committed Nov 8, 2022
1 parent 50f7c40 commit d32df79
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions schema/identification-report.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.1",
"version": "1.0.2",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://raw.githubusercontent.com/Governikus/IdentificationReport/1.0.1/schema/identification-report.json",
"$id": "https://raw.githubusercontent.com/Governikus/IdentificationReport/1.0.2/schema/identification-report.json",
"type": "object",
"title": "json-schema for identification service reports",
"description": "This is a schema definition for an identification report. This report is used to have a receipt to prove that an identificaton process was successfully accomplisched",
Expand Down Expand Up @@ -151,12 +151,20 @@
"examples": [
[
{
"documentName":"test.pdf",
"hashAlgo":"SHA-256","digest":"0c2720631b927e25d5cb8b5ca2b9408c552ea76797e3419245931296732fd0d2"
"documentName": "test.pdf",
"hashAlgo": "SHA-256",
"digest": "0c2720631b927e25d5cb8b5ca2b9408c552ea76797e3419245931296732fd0d2"
}
]
]
},
"trustFramework": {
"$id": "#/properties/trustFramework",
"type": "string",
"title": "Determination value of the authentication type",
"description": "Used to identify how the entity was authenticated to determine the level of assurance of this authentication. See also attribute #/properties/levelOfAssurance",
"default": ""
},
"loaSent": {
"$id": "#/properties/loaSent",
"type": "string",
Expand Down

0 comments on commit d32df79

Please sign in to comment.