Skip to content

Commit

Permalink
fix validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Apr 19, 2024
1 parent fdcf754 commit a99682c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/json-yaml-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push, pull_request]

jobs:
json-yaml-validate:
name: validate JSON and YAML files
name: json-yaml-validate
runs-on: ubuntu-latest

steps:
Expand Down
9 changes: 4 additions & 5 deletions dataGraphs/thematics/projects/graphs/proj_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{
"@type": "Dataset",
"name": "data collected on this research project",
"variableMeasured": [ //data_collected
"variableMeasured": [
{
"@type": "PropertyValue",
"name": "currents",
Expand All @@ -47,11 +47,11 @@
"description": "Areas the research took place in ",
"keywords": [
"geographic_range[]"
] //South Madagascar...
]
},
{
"@type": "Place",
"@id": "https://marineregions.org/gazetteer.php?p=details&id=8566", // use one from https://marineregions.org/gazetteer.php?p=browser&id%5B%5D=29035&id%5B%5D=28833#focus
"@id": "https://marineregions.org/gazetteer.php?p=details&id=8566",
"name": "Bay of Bengal Large Marine Ecosystems"
}
],
Expand Down Expand Up @@ -168,5 +168,4 @@
"addressCountry": "USA"
}
}
}

}

0 comments on commit a99682c

Please sign in to comment.