Format Definition Objects

The FTL server web API represents each format definition as a JSON object.

For more information about formats, see Formats and its subtopics.

For detailed information about format definitions, see Formats Grid.

Example JSON Representation

{
  "description":"",
  "fields":[
    {
      "name":"FullName",
      "type":"string"
    },
    {
      "name":"MemberID",
      "type":"long"
    },
    {
      "name":"Points",
      "type":"long"
    }],
  "name":"LoyaltyPoints"
}