{ "$id": "https://raw.githubusercontent.com/bcgov/nr-pies/refs/heads/main/docs/spec/element/resource/project.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Project", "description": "Represents a project.", "type": "object", "properties": {}, "allOf": [ { "$ref": "https://raw.githubusercontent.com/bcgov/nr-pies/refs/heads/main/docs/spec/element/data/collection.schema.json" } ] }