additionalProperties: false
description: 'Hint indicating that the Application Package corresponds to an

  OGC API - Processes provider that should be remotely executed and monitored

  by this instance. (note: can only be an ''hint'' as it is unofficial CWL specification).

  '
properties:
  class:
    enum:
    - OGCAPIRequirement
    type: string
  process:
    $ref: https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/ReferenceURL/schema.yaml
    description: Process location.
required:
- process
title: OGCAPIRequirement
type: object
