{
  "$id": "https://schema.nfh.global/Network/v2.0",
  "x-iri": "https://schema.nfh.global/Network/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Network",
  "type": "object",
  "description": "A grouping of routes and lines operated under a common brand or authority, used for fare and operational management.",
  "properties": {
    "networkId": {
      "description": "Unique identifier for the network",
      "type": "string"
    },
    "networkName": {
      "description": "Human-readable name of the network",
      "type": "string"
    },
    "operatorRef": {
      "description": "Operator(s) running services within this network",
      "$ref": "https://schema.nfh.global/Operator/v2.0/schema.json"
    },
    "lines": {
      "description": "Lines that belong to this network",
      "$ref": "https://schema.nfh.global/Line/v2.0/schema.json"
    },
    "id": {
      "description": "Unique identifier for the catalog",
      "type": "string"
    },
    "descriptor": {
      "description": "Human-readable description of the catalog",
      "$ref": "https://schema.nfh.global/Descriptor/v2.1/schema.json"
    },
    "tags": {
      "description": "Tags associated with the catalog",
      "type": "string"
    }
  },
  "additionalProperties": false,
  "x-tags": [
    "mobility",
    "schema-org",
    "ride-hailing"
  ]
}
