additionalProperties: false
properties:
  class:
    $comment: Not 'NetworkAccessRequirement'
    enum:
    - NetworkAccess
    type: string
  networkAccess:
    description: Indicate whether a process requires outgoing IPv4/IPv6 network access.
    example: true
    oneOf:
    - type: boolean
    - $ref: https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/CWLExpression/schema.yaml
    title: NetworkAccess
    x-jsonld-id: https://w3id.org/cwl/cwl#NetworkAccess/networkAccess
required:
- networkAccess
title: NetworkAccessRequirement
type: object
x-jsonld-prefixes:
  cwl: https://w3id.org/cwl/cwl#
