Skip to content
Snippets Groups Projects
Verified Commit e979f712 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

TEST: Fixed testing data to conform to new array schema.

parent ae2905d9
No related branches found
No related tags found
2 merge requests!107Release v0.11.0,!101ENH: table_json_conversion/xlsx_utils.py: data array schema generation
Pipeline #50430 canceled
{ {
"Training": { "Training": [{
"duration": 1.0, "duration": 1.0,
"participants": 0.5 "participants": 0.5
}, }],
"Person": { "Person": [{
"family_name": "Auric", "family_name": "Auric",
"given_name": "Goldfinger", "given_name": "Goldfinger",
"Organisation": "Federal Reserve" "Organisation": "Federal Reserve"
} }]
} }
{ {
"Wrapper": { "Wrapper": [{
"Results": [ "Results": [
{ {
"year": 2022, "year": 2022,
...@@ -14,5 +14,5 @@ ...@@ -14,5 +14,5 @@
"name": "Basic Training", "name": "Basic Training",
"url": "www.example.com/training/basic" "url": "www.example.com/training/basic"
} }
} }]
} }
{ {
"Training": { "Training": [{
"name": "Super Skill Training", "name": "Super Skill Training",
"date": "2024-04-17", "date": "2024-04-17",
"skills": [ "skills": [
...@@ -7,5 +7,5 @@ ...@@ -7,5 +7,5 @@
"Evaluation" "Evaluation"
], ],
"exam_types": [] "exam_types": []
} }]
} }
{ {
"Training": { "Training": [{
"trainer": [], "trainer": [],
"participant": [ "participant": [
{ {
...@@ -44,5 +44,5 @@ ...@@ -44,5 +44,5 @@
"date": "2024-03-21T14:12:00.000Z", "date": "2024-03-21T14:12:00.000Z",
"url": "www.indiscale.com", "url": "www.indiscale.com",
"name": "Example training with multiple organizations." "name": "Example training with multiple organizations."
} }]
} }
{ {
"Training": { "Training": [{
"date": "2023-01-01", "date": "2023-01-01",
"url": "www.indiscale.com", "url": "www.indiscale.com",
"coach": [ "coach": [
...@@ -23,10 +23,10 @@ ...@@ -23,10 +23,10 @@
"participants": 1, "participants": 1,
"subjects": ["Math", "Physics"], "subjects": ["Math", "Physics"],
"remote": false "remote": false
}, }],
"Person": { "Person": [{
"family_name": "Steve", "family_name": "Steve",
"given_name": "Stevie", "given_name": "Stevie",
"Organisation": "IMF" "Organisation": "IMF"
} }]
} }
{ {
"Training": { "Training": [{
"date": "2023-01-01", "date": "2023-01-01",
"url": "char: >\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\u0009<", "url": "char: >\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\u0009<",
"subjects": [ "subjects": [
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
">\u0020\u0021\u0022\u0023\u0024\u0025\u0026\u0027<", ">\u0020\u0021\u0022\u0023\u0024\u0025\u0026\u0027<",
">\u0028\u0029\u002a\u002b\u002c\u002d\u002e\u002f<" ">\u0028\u0029\u002a\u002b\u002c\u002d\u002e\u002f<"
] ]
}, }],
"Person": { "Person": [{
"family_name": "Steve", "family_name": "Steve",
"given_name": "Stevie", "given_name": "Stevie",
"Organisation": "IMF" "Organisation": "IMF"
} }]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment