{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/wordnik/refs/heads/main/json-structure/wordnik-user-structure.json", "name": "User", "description": "User schema from Wordnik", "type": "object", "properties": { "displayName": { "type": "string" }, "email": { "type": "string" }, "faceBookId": { "type": "string" }, "id": { "type": "int64" }, "password": { "type": "string" }, "status": { "type": "int32" }, "userName": { "type": "string" }, "username": { "type": "string" } } }