{
  "data": {
    "results": [
      {
        "guid": "ATT123DEF456GHI789JKL012",
        "active": true,
        "apiName": "revision",
        "name": "Revision",
        "fieldType": "SINGLE_LINE_TEXT",
        "required": false,
        "editable": true,
        "creatable": true,
        "custom": false,
        "description": "Revision label associated with the file.",
        "maxLength": 32
      },
      {
        "guid": "ATT234DEF456GHI789JKL012",
        "active": true,
        "apiName": "confidentiality",
        "name": "Confidentiality",
        "fieldType": "FIXED_DROP_DOWN",
        "required": false,
        "editable": true,
        "creatable": true,
        "custom": true,
        "multiSelect": false,
        "possibleValues": [
          "Public",
          "Internal",
          "Restricted"
        ]
      }
    ],
    "count": 2
  }
}