{
  "$id": "https://schema.nfh.global/Feed/v2.0",
  "x-iri": "https://schema.nfh.global/Feed/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Feed",
  "type": "object",
  "description": "A data publication providing transit or mobility information in a standardised format for consumption by applications or planners.",
  "properties": {
    "feedType": {
      "description": "Format of the feed (e.g. GTFS, GTFS_RT, GBFS, NeTEx)",
      "type": "string"
    },
    "feedId": {
      "description": "Unique identifier for the feed",
      "type": "string"
    },
    "feedPublisher": {
      "description": "Name of the organisation publishing this feed",
      "type": "string"
    },
    "feedLanguage": {
      "description": "BCP-47 language code for the feed content",
      "type": "string"
    },
    "feedStartDate": {
      "description": "Date from which the feed data is valid",
      "type": "string",
      "format": "date-time"
    },
    "feedEndDate": {
      "description": "Date until which the feed data is valid",
      "type": "string",
      "format": "date-time"
    },
    "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"
  ]
}
