{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BoredActivityV2", "type": "object", "properties": { "activity": { "type": "string" }, "type": { "type": "string" }, "participants": { "type": "integer" }, "price": { "type": "string" }, "accessibility": { "type": "string" }, "duration": { "type": "string" }, "kidFriendly": { "type": "boolean" }, "link": { "type": "string" }, "key": { "type": "string" } } }