Pole Data Type

Properties
name data type constraints description
parts array of PolePart  
id number required
language string  
description string  
name string  

Example

{
  "parts" : [ {
    "term" : "...",
    "weight" : 12345.0
  }, {
    "term" : "...",
    "weight" : 12345.0
  } ],
  "id" : 12345,
  "language" : "...",
  "description" : "...",
  "name" : "..."
}