{
  "models": [
    "Color",
    "PlainObject",
    "AliasModels"
  ],
  "validated": {
    "number": 7,
    "text": "hello",
    "twin": 9,
    "items": [
      1,
      2
    ],
    "maybe": null,
    "color": "red",
    "plain": {
      "active": true
    }
  }
}
