{
  "openapi": "3.0.3",
  "info": {
    "title": "WHO PreQual Bulk Supplier API",
    "description": "Logical model for the bulk supplier organization\nfrom the WHO PreQual API (ProductDetails.BulkSupplier).",
    "version": "1.0.0"
  },
  "paths": {
    "/StructureDefinition-PreQualBulkSupplier.schema.json": {
      "get": {
        "summary": "JSON Schema definition for the Logical Model StructureDefinition-PreQualBulkSupplier",
        "description": "This endpoint serves the JSON Schema definition for the Logical Model StructureDefinition-PreQualBulkSupplier.",
        "responses": {
          "200": {
            "description": "The JSON Schema for StructureDefinition-PreQualBulkSupplier",
            "content": {
              "application/schema+json": {
                "schema": {
                  "$ref": "./StructureDefinition-PreQualBulkSupplier.schema.json"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "StructureDefinition-PreQualBulkSupplier": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "$id": "http://smart.who.int/base/StructureDefinition-PreQualBulkSupplier.schema.json",
        "title": "WHO PreQual Bulk Supplier",
        "description": "Logical model for the bulk supplier organization\nfrom the WHO PreQual API (ProductDetails.BulkSupplier).",
        "type": "object",
        "properties": {
          "resourceType": {
            "type": "string",
            "const": "PreQualBulkSupplier",
            "description": "Resource type identifier for PreQualBulkSupplier logical model"
          },
          "bulkSupplierId": {
            "type": "object",
            "description": "Bulk supplier organization ID"
          },
          "name": {
            "type": "string",
            "description": "Organization name"
          }
        },
        "required": [
          "resourceType"
        ],
        "resourceDefinition": "http://smart.who.int/pcmt-vaxprequal/StructureDefinition/PreQualBulkSupplier",
        "fhir:parent": "http://hl7.org/fhir/StructureDefinition/Base"
      }
    }
  }
}