Skip to content

Draft-07 update

Danielle Welter requested to merge draft_update-07 into fairplus-cat

Created by: daniwelter

I have updated the schemas to JSON schema draft 07, including changing single-element enums to constants and "id" fields to "$id". I have also corrected the required properties for project-schema.json, two of which didn't actually exist. As no additional properties are allowed, this would have created a circular failure for validation.

Merge request reports