{
  "$id": "https://schema.nfh.global/Resource/v2.0",
  "x-iri": "https://schema.nfh.global/Resource/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "description": "A minimal, domain-neutral abstraction representing any discoverable, referenceable, or committable unit of value, capability, service, entitlement, or asset within the network.  Examples: - A retail product SKU, a mobility ride, a job role, a carbon credit unit,  a dataset/API entitlement, a training course, a clinic service slot.  Designed for composability through `resourceAttributes` where domain packs can plug in their specific fields without changing the core.",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Globally unique identifier of the resource."
    },
    "descriptor": {
      "$ref": "https://schema.nfh.global/Descriptor/v2.0/schema.json"
    },
    "resourceAttributes": {
      "$ref": "https://schema.nfh.global/Attributes/v2.0/schema.json"
    }
  }
}
