Pole Data Type

Properties
name data type description
parts array of PolePart
language Language
description string
name string

Example

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