{
  "id": "wastecontainermodel:c1",
  "type": "WasteContainerModel",
  "category": {
    "type": "StructuredValue",
    "value": [
      "dumpster"
    ]
  },
  "cargoVolume": {
    "type": "Number",
    "value": 150
  },
  "modelName": {
    "type": "Text",
    "value": "C1"
  },
  "name": {
    "type": "Text",
    "value": "Dumpster_Brute_2009_Plastic_Green"
  },
  "compliantWith": {
    "type": "StructuredValue",
    "value": [
      "UNE-EN 840-2:2013"
    ]
  },
  "madeOf": {
    "type": "Text",
    "value": "plastic"
  },
  "height": {
    "type": "Number",
    "value": 0.8
  },
  "width": {
    "type": "Number",
    "value": 0.5
  },
  "depth": {
    "type": "Number",
    "value": 0.4
  },
  "brandName": {
    "type": "Text",
    "value": "Brute"
  },
  "features": {
    "type": "StructuredValue",
    "value": [
      "wheels",
      "lid"
    ]
  }
}