Skip to content

Instantly share code, notes, and snippets.

@alculquicondor
Created December 12, 2016 18:22
Show Gist options
  • Save alculquicondor/ddefb07d1b5b81dc2fff2ad0020a4726 to your computer and use it in GitHub Desktop.
Save alculquicondor/ddefb07d1b5b81dc2fff2ad0020a4726 to your computer and use it in GitHub Desktop.
{
"schema": [
{
"name": "text_0",
"alias": "text 0",
"default": null,
"nullable": true,
"editable": true,
"visible": true,
"type": "string"
},
{
"name": "wkb_geometry",
"alias": "wkb geometry",
"geometry_type": "POINT",
"nullable": false,
"editable": true,
"visible": true,
"type": "geometry"
},
{
"name": "rfid_2",
"nullable": true,
"custom_type": "rfid",
"editable": false,
"alias": "rfid 2",
"type": "string"
},
{
"name": "asset_name",
"nullable": true,
"default": null,
"custom_type": "rfid_asset",
"editable": true,
"alias": "Asset Name",
"type": "string"
},
{
"name": "owner",
"nullable": true,
"default": null,
"type": "string",
"auto_populate": null,
"editable": false,
"alias": "Owner",
"custom_type": "rfid_owner"
},
{
"name": "rfid_latitude",
"nullable": true,
"default": "GEOMETRY_LATITUDE",
"type": "float",
"auto_populate": true,
"editable": false,
"alias": "RFID Latitude",
"auto_update": true,
"custom_type": "rfid_lat"
},
{
"name": "rfid_longitude",
"nullable": true,
"default": "GEOMETRY_LONGITUDE",
"type": "float",
"auto_populate": true,
"editable": false,
"alias": "RFID Longitude",
"auto_update": true,
"custom_type": "rfid_lon"
},
{
"name": "amigo_id",
"nullable": false,
"default": "GENERATE_UUID",
"auto_populate": true,
"max_length": 32,
"type": "string"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment