mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
refactor: move indexable test files to separate folder
This commit is contained in:
18
test/resources/indexable/Person.1.json
Normal file
18
test/resources/indexable/Person.1.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"errorNames": [],
|
||||
"instance": {
|
||||
"type": "person",
|
||||
"uid": "97044080-fdf3-5ec0-8734-c412ac2dde03",
|
||||
"givenName": "Michael",
|
||||
"familyName": "Joswig",
|
||||
"gender": "male",
|
||||
"honorificPrefix": "Prof. Dr.",
|
||||
"name": "Michael Joswig",
|
||||
"origin": {
|
||||
"indexed": "2018-09-11T12:30:00Z",
|
||||
"name": "Dummy",
|
||||
"type": "remote"
|
||||
}
|
||||
},
|
||||
"schema": "SCPerson"
|
||||
}
|
||||
Reference in New Issue
Block a user