Docs »

Records »

Field Types »

Object

An object field contains a collection of keys and their associated values.

Packages

As JSON from packages:



{
	"params": {
		"color": "red",
		"quantity": 6
	}
}


Records API

In PUT or POST requests from the API:



&fields[params][color]=red
&fields[params][quantity]=6