Confusing title, but our Lambda functions are logging valid JSON objects and not strings like so:
```
{
"fields": {
"MediaPath": {
"Path": "1466672936684.jpg",
},
…
I'm still pretty new to JSON schema, but looking around at the other JSON Schema validation libraries out there, I have yet to find one that will support my use case. However judging by the z-schema A…