{
 "magic": "BEACON/1",
 "profiles": {
  "PET": {
   "name": "Pet",
   "labels": [
    "Species & breed",
    "Markings & description",
    "Guardian",
    "Contact",
    "Home area",
    "Notes (medical, reward)"
   ],
   "name_label": "Pet name",
   "id_label": "Microchip / tag number",
   "status_labels": {
    "ACTIVE": "Home",
    "MISSING": "Missing",
    "RECOVERED": "Found",
    "RETIRED": "Passed on",
    "TRANSFERRED": "Rehomed"
   },
   "default_scheme": "ISO11784"
  },
  "ASSET": {
   "name": "Asset",
   "labels": [
    "Class & model",
    "Identifying features",
    "Custodian",
    "Contact",
    "Site",
    "Notes"
   ],
   "name_label": "Asset name",
   "id_label": "Asset identifier",
   "status_labels": {
    "ACTIVE": "In service",
    "MISSING": "Missing",
    "RECOVERED": "Recovered",
    "RETIRED": "Retired",
    "TRANSFERRED": "Transferred"
   },
   "default_scheme": "SERIAL"
  }
 },
 "statuses": [
  "ACTIVE",
  "MISSING",
  "RECOVERED",
  "RETIRED",
  "TRANSFERRED"
 ],
 "schemes": {
  "ISO11784": {
   "label": "ISO 11784/11785 pet microchip (FDX-B)",
   "hint": "15 digits"
  },
  "ISO11785": {
   "label": "ISO 11784/11785 pet microchip (FDX-B)",
   "hint": "15 digits"
  },
  "AVID": {
   "label": "AVID pet microchip",
   "hint": "9 or 10 digits"
  },
  "TROVAN": {
   "label": "Trovan pet microchip",
   "hint": "10 digits"
  },
  "HOMEAGAIN": {
   "label": "HomeAgain microchip",
   "hint": "10 alphanumeric characters"
  },
  "SERIAL": {
   "label": "Serial number",
   "hint": "any serial number"
  },
  "VIN": {
   "label": "Vehicle identification number",
   "hint": "17 alphanumeric characters"
  },
  "IMEI": {
   "label": "Mobile device IMEI",
   "hint": "15 digits"
  },
  "MAC": {
   "label": "Network hardware address",
   "hint": "12 hex digits"
  },
  "EPC": {
   "label": "GS1 electronic product code",
   "hint": "any EPC"
  },
  "UUID": {
   "label": "UUID",
   "hint": "8-4-4-4-12 hex"
  },
  "URI": {
   "label": "URI",
   "hint": "any URI"
  },
  "CUSTOM": {
   "label": "Custom identifier",
   "hint": "anything"
  }
 },
 "limits": {
  "info": 200,
  "name": 64,
  "id_value": 128,
  "url": 200
 }
}