{
  "$id": "https://schema.nfh.global/BikeAllowed/v2.0",
  "x-iri": "https://schema.nfh.global/BikeAllowed/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BikeAllowed",
  "type": "object",
  "description": "An indicator specifying whether bicycles are permitted on board a particular route or vehicle journey.",
  "properties": {
    "bikeAllowedValue": {
      "description": "Indicates whether bikes are allowed: yes, no, or unknown",
      "type": "string"
    },
    "id": {
      "description": "Unique identifier for the feature",
      "type": "string"
    },
    "descriptor": {
      "description": "Human-readable label of the feature",
      "$ref": "https://schema.nfh.global/Descriptor/v2.1/schema.json"
    },
    "value": {
      "description": "Value of the feature (e.g. yes, no, unknown)",
      "type": "string"
    }
  },
  "additionalProperties": false,
  "x-tags": [
    "mobility",
    "ride-hailing"
  ]
}
