{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "An output parameter from a workflow process",
  "type": "object",
  "allOf": [
    {
      "$ref": "https://ogcincubator.github.io/bblocks-wf4ever/build/annotated/bbr/wf4ever/wfdesc/Parameter/schema.json"
    }
  ],
  "properties": {
    "@type": {
      "const": "Output",
      "description": "Type identifier for a wfdesc Output"
    }
  },
  "x-jsonld-extra-terms": {
    "Output": "http://purl.org/wf4ever/wfdesc#Output",
    "name": "http://www.w3.org/2000/01/rdf-schema#label",
    "description": "http://www.w3.org/2000/01/rdf-schema#comment"
  },
  "x-jsonld-prefixes": {
    "wfdesc": "http://purl.org/wf4ever/wfdesc#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#"
  }
}