Limble CMMS · JSON Structure

Limble Cmms Vendor Structure

Limble CMMS Vendor field structure

Type: Properties: 0
CMMSMaintenance ManagementAsset ManagementManufacturingFacility ManagementWork Orders

Vendor is a JSON Structure definition published by Limble CMMS.

Meta-schema:

JSON Structure

limble-cmms-vendor-structure.json Raw ↑
{
  "name": "Vendor",
  "description": "Limble CMMS Vendor field structure",
  "source": "https://api.limblecmms.com/openapi.json",
  "fields": {
    "meta": {
      "_type": "object",
      "_fields": {
        "fields": {
          "type": "string"
        }
      }
    },
    "vendorID": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string",
      "format": "email"
    },
    "phone": {
      "type": "string"
    },
    "contact": {
      "type": "string"
    },
    "address": {
      "type": "string"
    },
    "locationID": {
      "type": "integer"
    },
    "startedOn": {
      "type": "integer"
    },
    "lastEdited": {
      "type": "integer"
    },
    "image": {
      "_type": "array",
      "_items": {
        "fileName": {
          "type": "string"
        },
        "link": {
          "type": "string",
          "format": "uri"
        }
      }
    }
  }
}