{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/birdeye/refs/heads/main/json-schema/update-hierarchy-request.json", "title": "Update Hierarchy Request", "type": "object", "properties": { "Level": { "type": "string" } } }