{ "type": "object", "name": "Photos", "properties": { "picture": { "type": "string" }, "thumbnail": { "type": "string" } }, "required": [ "picture", "thumbnail" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }