{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-brand-structure.json", "name": "Brand", "description": "Brand schema from Public API (Otter Public API).", "type": "object", "properties": { "id": { "type": "string", "description": "Brand identifier.", "example": "9208071e-5f7a-444a-b3a7-4a57ff3f614e" }, "name": { "type": "string", "description": "Brand name.", "example": "Brand name 1" } }, "required": [ "id", "name" ] }