{
  "version": "1.0",
  "examples": {
    "InvokeRestApi": [
      {
        "input": {
          "Method": "GET",
          "Name": "MyEnvironment",
          "Path": "/variables"
        },
        "output": {
          "RestApiResponse": {
            "total_entries": 1,
            "variables": [
              {
                "key": "test-variable",
                "value": "123",
                "description": "Example variable"
              }
            ]
          },
          "RestApiStatusCode": 200
        },
        "id": "example-1",
        "title": "Listing Airflow variables."
      }
    ]
  }
}
