{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "User", "type": "object", "properties": { "id": { "type": "string" }, "handle": { "type": "string" }, "imgUrl": { "type": "string" } } }