openapi: 3.1.0
info:
  title: AncillaryService
  version: 2.0.0
  description: Schema definition for the AncillaryService entity in the Beckn Mobility
  license:
    name: CC-BY-NC-SA 4.0 International
    url: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en
  contact:
    name: Beckn Labs
    url: https://beckn.io
components:
  schemas:
    AncillaryService:
      x-iri: https://schema.nfh.global/AncillaryService/v2.0
      type: object
      title: AncillaryService
      description: An optional or additional service available for purchase alongside
        base transport, such as extra baggage or lounge access.
      x-tags:
        - mobility
        - schema-org
        - ride-hailing
      properties:
        serviceCode:
          description: IATA service code (e.g. BG for extra baggage)
          type: string
        serviceCategory:
          description: Category of the ancillary service
          type: string
        maxQuantity:
          description: Maximum quantity of this service that can be purchased
          type: number
        id:
          description: Unique identifier for the offer
          type: string
        descriptor:
          description: Human-readable description of the offer
          $ref: https://schema.nfh.global/Descriptor/v2.0/attributes.yaml#/components/schemas/Descriptor
        price:
          description: Price specification for this offer
          $ref: https://schema.nfh.global/PriceSpecification/v2.1/attributes.yaml#/components/schemas/PriceSpecification
        validity:
          description: Validity period of the offer
          $ref: https://schema.nfh.global/TimePeriod/v2.0/attributes.yaml#/components/schemas/TimePeriod
        tags:
          description: Tags or labels associated with the offer
          type: string
      additionalProperties: false
