{
  "$id": "https://schema.nfh.global/SafetyPolicy/v2.0",
  "x-iri": "https://schema.nfh.global/SafetyPolicy/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SafetyPolicy",
  "type": "object",
  "description": "A set of rules, protocols, and standards governing safety requirements for drivers, vehicles, and passengers on a mobility platform.",
  "properties": {
    "safetyInstructions": {
      "description": "Instructions and guidelines for passenger and driver safety",
      "type": "string"
    },
    "emergencyContact": {
      "description": "Emergency contact handle for safety incidents",
      "$ref": "https://schema.nfh.global/ContactHandle/v2.0/schema.json"
    },
    "insuranceCoverage": {
      "description": "Description of insurance coverage under this policy",
      "type": "string"
    },
    "id": {
      "description": "Unique identifier for the policy",
      "type": "string"
    },
    "policyType": {
      "description": "Type of policy (extensible term)",
      "type": "string"
    },
    "descriptor": {
      "description": "Human-readable description of the policy",
      "$ref": "https://schema.nfh.global/Descriptor/v2.1/schema.json"
    },
    "validity": {
      "description": "Validity window for this policy version",
      "$ref": "https://schema.nfh.global/TimePeriod/v2.1/schema.json"
    },
    "policyAttributes": {
      "description": "Extensible domain-specific policy attributes",
      "$ref": "https://schema.nfh.global/Attributes/v2.0/schema.json"
    }
  },
  "additionalProperties": false,
  "x-tags": [
    "mobility",
    "ride-hailing"
  ]
}
