{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "/interface/InputArtifacts/1",
  "title": "InputArtifacts",
  "description": "An artifact is the output of a workflow action, and typically consists of a folder or archive of files. This configures a previously created artifact to be used as part of this action",
  "type": "array",
  "items": {
    "type": "string",
    "pattern": "^[A-Za-z0-9_]+$",
    "minLength": 1,
    "maxLength": 100
  },
  "minItems": 0,
  "maxItems": 5
}
