citizen-science-association / ppsr-core

PPSR Core standards repsository
GNU General Public License v3.0
24 stars 18 forks source link

Provide exmaples for the basic schema that validate #13

Open dersenv opened 5 years ago

dersenv commented 5 years ago

Here is a first one - for the proposed basic schema (soon also on the wiki):

{ "Project":{ "projectCore":{ "projectGUID":"a7af1630-5674-460f-a448-2ec201750514", "projectName":"Invasive Alien Species in Europe", "projectDescription":"The Invasive Alien […]", "projectWebPage":"http://.../csp/topics/...", "projectStartDate":"2015-06-01", "projectEndDate":null, "projectDuration":999, "projectStatus":"Ongoing" } } }

dersenv commented 5 years ago

an online validator is (for example) available here: [https://json-schema.org/draft-07/json-schema-release-notes.html]