additionalProperties: false
properties:
  package:
    type: string
    x-jsonld-id: https://w3id.org/cwl/cwl#SoftwarePackage/package
  specs:
    items:
      $ref: https://ogcincubator.github.io/bblocks-cwl/build/annotated/cwl/v1_2_1/ReferenceURL/schema.yaml
    type: array
  version:
    items:
      type: string
    type: array
    x-jsonld-id: https://w3id.org/cwl/cwl#SoftwarePackage/version
required:
- package
type: object
x-jsonld-prefixes:
  cwl: https://w3id.org/cwl/cwl#
