{
  "$id": "http://asl-validator.cloud/state.json#",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "oneOf": [
    {
      "$ref": "choice.json#"
    },
    {
      "$ref": "fail.json#"
    },
    {
      "$ref": "parallel.json#"
    },
    {
      "$ref": "pass.json#"
    },
    {
      "$ref": "succeed.json#"
    },
    {
      "$ref": "task.json#"
    },
    {
      "$ref": "wait.json#"
    },
    {
      "$ref": "map.json#"
    }
  ]
}
