{
  "URI": {
    "value": "",
    "description": "The primary, unique identifier that represents the content on your site. Also a permanent, resolvable web address leading directly to the content." 
  },

  "type": {
    "value": [],
    "description": "Overarching category to describe the content (e.g., Dataset, Document, Code, Software, Device, Project, Test Site, Organization)."
  },

  "landingPage": {
    "value": "",
    "description": "Optional URL providing access to the human-friendly hub or landing page for the content that users can be directed to for all resources tied to the content."
  },

  "sourceURL": {
    "value": "",
    "description": "URL providing access to the original source, if the source differs from the entry on the database."
  },

  "title": {
    "value": "",
    "description": "Human-readable name of the asset. For example, the title of a conference paper or dataset."
  },

  "description": {
    "value": "",
    "description": "Human-readable description (or abstract) with sufficient detail to describe the contents of the asset in a way that enables users to quickly understand it."
  },

  "author": {
    "value": [],
    "description": "Name(s) of the individual(s) who created or contributed to the content. Provided as an array of strings."
  },

  "organization": {
    "value": [],
    "description": "The non-person entity or entities responsible for creation of the content (e.g., organizations). Provided as an array of strings."
  },

  "originationDate": {
    "value": "",
    "description": "The date the content was originally created, derived, or collected. Provided in UTC date format."
  },

  "spatial": {
    "value": {},
    "description": "The range of spatial applicability of the content, following GeoJSON specifications (point, multipoint, or bounding box)."
  },

  "technologyType": {
    "value": [],
    "description": "A list of marine renewable energy technology types associated with the content. Values are controlled and managed by PRIMRE."
  },

  "tags": {
    "value": [],
    "description": "Keywords or short phrases used to describe the subject matter of the content. Used by PRIMRE to enable search and thematic filtering across knowledge hubs."
  },

  "signatureProject": {
    "value": [],
    "description": "List of DOE WPTO marine renewable energy Signature Projects associated with this content. Values should match the controlled list maintained by PRIMRE."
  },

  "modifiedDate": {
    "value": "",
    "description": "Date and time when this metadata record was last updated. Must be provided in ISO 8601 format (UTC) and is REQUIRED for PRIMRE harvesting."
  },

  "metaMetadata": {
  "description": "An object that describes the metadata themselves, including their format, version, and license.",

  "metadataVersion": {
    "value": "PRIMRE-JSONLD-1.0",
    "description": "Type and version number of the metadata schema used. This identifies the PRIMRE-aligned JSON-LD profile used for federation and harvesting.",
    "metadataLicense": {
        "description": "The license under which the metadata record itself is released, independent of the license of the described resource.",

        "name": {
        "value": "CC0-1.0",
        "description": "The SPDX identifier for the metadata license. OpenEI and PRIMRE metadata are released under CC0 to allow unrestricted reuse and harvesting."
        },

        "title": {
        "value": "Creative Commons Zero v1.0 Universal",
        "description": "The official, human-readable title of the metadata license."
        },

        "path": {
        "value": "https://creativecommons.org/publicdomain/zero/1.0/",
        "description": "A URL pointing to the full license text for the metadata.",
        "format": "uri"
        }
    }
  }

  
}

}
