{
  "$id": "https://schema.nfh.global/Operator/v2.0",
  "x-iri": "https://schema.nfh.global/Operator/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Operator",
  "type": "object",
  "description": "An organization that provides and operates public transport or shared mobility services under a defined service agreement.",
  "properties": {
    "operatorId": {
      "description": "Unique identifier for the operator",
      "type": "string"
    },
    "operatingRegions": {
      "description": "Geographic regions where the operator provides services",
      "type": "string"
    },
    "licenseNumber": {
      "description": "Regulatory license or accreditation number",
      "type": "string"
    },
    "contactInfo": {
      "description": "Public contact information for the operator",
      "type": "string"
    },
    "id": {
      "description": "Unique identifier for the provider",
      "type": "string"
    },
    "descriptor": {
      "description": "Human-readable description of the provider",
      "$ref": "https://schema.nfh.global/Descriptor/v2.1/schema.json"
    },
    "categories": {
      "description": "Service categories offered by the provider",
      "$ref": "https://schema.nfh.global/CategoryCode/v2.1/schema.json"
    },
    "locations": {
      "description": "Locations where the provider offers services",
      "$ref": "https://schema.nfh.global/Location/v2.0/schema.json"
    },
    "items": {
      "description": "Items available for discovery from this provider",
      "$ref": "https://schema.nfh.global/Item/v2.1/schema.json"
    },
    "ratingsTotal": {
      "description": "Total number of ratings received",
      "type": "number"
    },
    "rating": {
      "description": "Aggregate rating of the provider",
      "$ref": "https://schema.nfh.global/Rating/v2.0/schema.json"
    }
  },
  "additionalProperties": false,
  "x-tags": [
    "mobility",
    "schema-org",
    "transmodel-netex",
    "ride-hailing"
  ]
}
