Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the Item.
propertyPropertytrueProperty of the Item.
chainItemChainItemtrueParent of the Item.
orderIntegerfalseOrder for the lists
activeBooleantrue

JSON representation

{
	"id": 2,
	"property": null,
	"chainItem": {
		"id": 1,
		"code": "AGUA",
		"name": "Agua",
		"nameI18nId": 845,
		"nameI18n": "Agua",
		"imageName": "18a276c9-4c59-43a6-8560-90eba074edb9.jpeg",
		"itemSet": null
	},
	"order": 0,
	"active": false
}
  • No labels