openapi: 3.1.1
info:
  title: PullResultFile
  version: 2.0.0
  description: "Container schemas fetched from beckn.yaml. This cannot be extended as it is a reserved schema in beckn protocol. Any additional properties added to this schema can only be made using its *Attributes property"
  license:
    name: CC-BY-NC-SA 4.0 International
  contact:
    name: Beckn Labs
    url: https://beckn.io
components:
  schemas:
    PullResultFile:
      x-iri: https://schema.nfh.global/PullResultFile/v2.0
      type: object
      description: 'JSON body of `GET /catalog/pull/result/{requestId}/catalogs.json`.

        Same structure as the inline `catalog` array in the callback payload —

        a list of distribution-envelope catalog objects.


        This schema is part of the Long Term Support of Beckn Protocol V2.0 API specification and MUST NOT be extended. Any domain-specific extension must use the property of this schema which is of type Attribute.'
      properties:
        catalogs:
          type: array
          items:
            type: object
            description: Full catalog distribution envelope (context + message + meta)
            additionalProperties: true
      x-lts: true
