Skip to content

Commit

Permalink
adding test data
Browse files Browse the repository at this point in the history
  • Loading branch information
kathryn-ods committed Aug 7, 2024
1 parent fdfe06f commit ec54aca
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/data/valid-statements/person_id_scheme_invalid1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"statementId": "019a93f1-e470-42e9-957b-03559861b2e2",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "10478c6cf6de",
"recordType": "person",
"recordDetails": {
"isComponent": false,
"personType": "knownPerson"
},
"identifiers":{
"id": "test",
"scheme": "GBR--PASSPORT"
}
}
]
17 changes: 17 additions & 0 deletions tests/data/valid-statements/person_id_scheme_invalid2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"statementId": "019a93f1-e470-42e9-957b-03559861b2e2",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "10478c6cf6de",
"recordType": "person",
"recordDetails": {
"isComponent": false,
"personType": "knownPerson"
},
"identifiers":{
"id": "test",
"scheme": "GBRPASSPORT"
}
}
]
17 changes: 17 additions & 0 deletions tests/data/valid-statements/person_id_scheme_invalid3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"statementId": "019a93f1-e470-42e9-957b-03559861b2e2",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "10478c6cf6de",
"recordType": "person",
"recordDetails": {
"isComponent": false,
"personType": "knownPerson"
},
"identifiers":{
"id": "test",
"scheme": "-PASSPORT"
}
}
]
17 changes: 17 additions & 0 deletions tests/data/valid-statements/person_id_scheme_invalid4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"statementId": "019a93f1-e470-42e9-957b-03559861b2e2",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "10478c6cf6de",
"recordType": "person",
"recordDetails": {
"isComponent": false,
"personType": "knownPerson"
},
"identifiers":{
"id": "test",
"scheme": "GB-PASSPORT"
}
}
]
17 changes: 17 additions & 0 deletions tests/data/valid-statements/person_id_scheme_invalid5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"statementId": "019a93f1-e470-42e9-957b-03559861b2e2",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "10478c6cf6de",
"recordType": "person",
"recordDetails": {
"isComponent": false,
"personType": "knownPerson"
},
"identifiers":{
"id": "test",
"scheme": "AAA-PASSPORT"
}
}
]
17 changes: 17 additions & 0 deletions tests/data/valid-statements/person_id_scheme_invalid6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"statementId": "019a93f1-e470-42e9-957b-03559861b2e2",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "10478c6cf6de",
"recordType": "person",
"recordDetails": {
"isComponent": false,
"personType": "knownPerson"
},
"identifiers":{
"id": "test",
"scheme": "GBR-ID"
}
}
]
17 changes: 17 additions & 0 deletions tests/data/valid-statements/person_id_scheme_valid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"statementId": "019a93f1-e470-42e9-957b-03559861b2e2",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "10478c6cf6de",
"recordType": "person",
"recordDetails": {
"isComponent": false,
"personType": "knownPerson"
},
"identifiers":{
"id": "test",
"scheme": "GBR-PASSPORT"
}
}
]

0 comments on commit ec54aca

Please sign in to comment.