{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Joke", "type": "object", "properties": { "id": { "type": "string" }, "value": { "type": "string" }, "categories": { "type": "array" }, "icon_url": { "type": "string" }, "url": { "type": "string" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } } }