{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Me Get", "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "string" }, "first_name": { "type": "string" }, "last_name": { "type": "string" }, "email": { "type": "string" } } } } }