{ "lexicon": 1, "id": "app.rocksky.actor.defs", "defs": { "profileViewDetailed": { "type": "object", "properties": { "id": { "type": "string", "description": "The unique identifier of the actor." }, "did": { "type": "string", "description": "The DID of the actor." }, "handle": { "type": "string", "description": "The handle of the actor." }, "displayName": { "type": "string", "description": "The display name of the actor." }, "avatar": { "type": "string", "description": "The URL of the actor's avatar image.", "format": "uri" }, "createdAt": { "type": "string", "description": "The date and time when the actor was created.", "format": "datetime" }, "updatedAt": { "type": "string", "description": "The date and time when the actor was last updated.", "format": "datetime" } } }, "profileViewBasic": { "type": "object", "properties": { "id": { "type": "string", "description": "The unique identifier of the actor." }, "did": { "type": "string", "description": "The DID of the actor." }, "handle": { "type": "string", "description": "The handle of the actor." }, "displayName": { "type": "string", "description": "The display name of the actor." }, "avatar": { "type": "string", "description": "The URL of the actor's avatar image.", "format": "uri" }, "createdAt": { "type": "string", "description": "The date and time when the actor was created.", "format": "datetime" }, "updatedAt": { "type": "string", "description": "The date and time when the actor was last updated.", "format": "datetime" } } } } }