{
  "$id": "https://schema.nfh.global/CatalogPublishAction/v2.0",
  "x-iri": "https://schema.nfh.global/CatalogPublishAction/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "Catalog publish request payload.",
  "required": [
    "catalogs"
  ],
  "type": "object",
  "properties": {
    "catalogs": {
      "type": "array",
      "minItems": 1,
      "items": {
        "$ref": "https://schema.nfh.global/Catalog/v2.0/schema.json"
      }
    }
  }
}
