{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "/interface/DependsOn/1",
  "title": "DependsOn",
  "description": "Refers to the actions or action groups this action depends on.",
  "type": "array",
  "items": {
    "type": "string",
    "pattern": "^[A-Za-z0-9-_]+$",
    "minLength": 1,
    "maxLength": 60
  },
  "minItems": 0,
  "maxItems": 50
}
