{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Photo", "type": "object", "properties": { "id": { "type": "integer" }, "attribution": { "type": "string" }, "license_code": { "type": "string" }, "url": { "type": "string" } } }