{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "User", "type": "object", "properties": { "account_id": { "type": "string" }, "account_type": { "type": "string" }, "account_status": { "type": "string" }, "name": { "type": "string" }, "email": { "type": "string" }, "picture": { "type": "string" }, "nickname": { "type": "string" }, "last_active": { "type": "string" }, "created": { "type": "string" }, "product_access": { "type": "array" } } }