Skip to content

Commit

Permalink
adds some extra properties to test harvester
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Nov 8, 2024
1 parent 3a7d473 commit 97ec848
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/harvest-sources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"keyword": ["Assignment Plan", "CIO", "Common Baseline", "FITARA", "GSA IT", "Implementation Plan"],
"bureauCode": ["023:00"],
"programCode": ["023:000"],
"theme": ["IT Initiatives"]
"theme": ["IT Initiatives"],
"extraProperty": "foo"
},
{
"@type": "dcat:Dataset",
Expand All @@ -63,7 +64,8 @@
"bureauCode": ["023:00"],
"programCode": ["023:010"],
"language": ["en-us"],
"theme": ["Travel and Transportation"]
"theme": ["Travel and Transportation"],
"extraProperty2": "bar"
},
{
"@type": "dcat:Dataset",
Expand All @@ -90,7 +92,8 @@
"bureauCode": ["023:00"],
"programCode": ["023:010"],
"language": ["en-us"],
"theme": ["Travel and Transportation"]
"theme": ["Travel and Transportation"],
"extraProperty3": ["foo", ["bar"], {"baz": true}]
},
{
"@type": "dcat:Dataset",
Expand Down

0 comments on commit 97ec848

Please sign in to comment.