{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://docs.runalloy.com/structures/alloy-embedded-user-structure.json", "title": "User", "type": "object", "description": "An end user in the Alloy Embedded platform", "properties": { "userId": { "type": "xs:string", "description": "Unique identifier for the user" }, "username": { "type": "xs:string", "description": "Username or external identifier for the user" }, "fullName": { "type": "xs:string", "description": "Full display name of the user" }, "createdAt": { "type": "xs:string", "description": "Timestamp when the user was created" } } }