{
  "fields": [
    {
      "id": "distribution",
      "title": "Random Distribution Type",
      "description": "Type of distribution. Supported distributions are defined by \"Random Distribution Type\".",
      "dataType": 2
    },
    {
      "id": "extent",
      "title": "extent",
      "description": "Lower and upper bound (inclusive) of the scatter range, as an offset from the input point to scatter around.",
      "dataType": 15,
      "subForm": {
        "title": "Extent",
        "description": "Extent",
        "fields": []
      }
    },
    {
      "id": "grid_offset",
      "title": "grid_offset",
      "description": "When the distribution type is grid, defines the offset along this axis.",
      "dataType": 0
    },
    {
      "id": "step_size",
      "title": "step_size",
      "description": "When the distribution type is grid, defines the distance between steps along this axis.",
      "dataType": 0
    }
  ],
  "description": "Represents the scatter distrubution over a coordinate (x/y/z), can also be built by an expression.",
  "title": "Coordinate Range"
}