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