Material item

Use cases and requirements

The MaterialItem model should have properties for:

name

“Telephone directory”

image

A typical example image of this type of item.

collectable

If the item can be collected by the council, like via a bulky collection service.

Properties

Term Mapping Definition
name schema:name The name of the item.
image schema:image A URL to a related image.
description schema:description A short description of the item and how to manage it.

Serialisation

  {
  "name": "Telephone directory"
}
  
  <?xml version="1.0" encoding="UTF-8"?>
<material-item>
  <name>Telephone directory</name>
</material-item>