{
  "type": "object",
  "properties": {
    "kind": { "type": "string" },
    "arguments": {
      "elements": { "$ref": "argument" },
      "description": "The action definition."
    }
  },
  "additionalProperties": false,
  "required": ["kind", "arguments"]
}
