{
  "allOf": [
    {
      "$ref": "https://ogcincubator.github.io/bblocks-ogcapi-processes/build/annotated/api/processes/v1/schemas/descriptionType/schema.json"
    },
    {
      "properties": {
        "maxOccurs": {
          "oneOf": [
            {
              "default": 1,
              "type": "integer"
            },
            {
              "enum": [
                "unbounded"
              ],
              "type": "string"
            }
          ],
          "x-jsonld-id": "https://w3id.org/ogc/api/processes/maxOccurs"
        },
        "minOccurs": {
          "default": 1,
          "type": "integer",
          "x-jsonld-id": "https://w3id.org/ogc/api/processes/minOccurs"
        },
        "schema": {
          "$ref": "https://ogcincubator.github.io/bblocks-ogcapi-processes/build/annotated/api/processes/v1/schemas/schema/schema.json",
          "x-jsonld-id": "https://w3id.org/ogc/api/processes/schema"
        }
      },
      "required": [
        "schema"
      ],
      "type": "object"
    }
  ],
  "x-jsonld-extra-terms": {
    "title": "http://purl.org/dc/terms/title",
    "description": "http://purl.org/dc/terms/description",
    "keywords": "https://w3id.org/ogc/api/processes/keywords",
    "nullable": "https://w3id.org/ogc/api/processes/nullable",
    "type": "https://w3id.org/ogc/api/processes/type",
    "$ref": {
      "x-jsonld-id": "https://w3id.org/ogc/api/processes/ref",
      "x-jsonld-type": "@id"
    },
    "default": {
      "x-jsonld-id": "https://w3id.org/ogc/api/processes/default",
      "x-jsonld-type": "@json"
    },
    "enum": {
      "x-jsonld-id": "https://w3id.org/ogc/api/processes/enum",
      "x-jsonld-container": "@set"
    }
  },
  "x-jsonld-vocab": "https://w3id.org/ogc/api/processes/",
  "x-jsonld-prefixes": {
    "dct": "http://purl.org/dc/terms/",
    "proc": "https://w3id.org/ogc/api/processes/"
  }
}