{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Branch", "type": "object", "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "thumbnail_url": { "type": "string" }, "last_modified": { "type": "string" } } }