{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-selected-reward-structure.json", "name": "SelectedReward", "description": "SelectedReward schema from Public API (Otter Public API).", "type": "object", "properties": { "id": { "type": "string", "description": "The ID of reward.", "example": "someidstring" }, "amount": { "type": "double", "description": "The amount that was deducted.", "example": 19.07 }, "menus": { "oneOf": [ { "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-selected-menu-reward-schema.json" }, { "type": "null" } ] } } }