{
  "requiredKey": 1,
  "arrayKey2": [
    { "stringKey": "value1" },
    { "stringKey": "value2" }
  ],
  "oneOfKey2": [ "hello", "world" ]
}