blue.atroom.room.layout

atroom.blue

{
  "id": "blue.atroom.room.object",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "model",
          "scale",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 100,
            "description": "Display name of the object."
          },
          "model": {
            "type": "blob",
            "accept": [
              "model/gltf-binary"
            ],
            "maxSize": 10485760,
            "description": "GLB (glTF Binary) model file."
          },
          "scale": {
            "type": "integer",
            "maximum": 1000,
            "minimum": 1,
            "description": "Scale factor in percent (100 = 1.0x)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "nameLangs": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "lang",
                "value"
              ],
              "properties": {
                "lang": {
                  "type": "string",
                  "maxLength": 16,
                  "description": "BCP-47 language tag."
                },
                "value": {
                  "type": "string",
                  "maxLength": 100
                }
              }
            },
            "description": "Localized display names."
          }
        }
      },
      "description": "A 3D object that can be placed in a room."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.atroom.room.layout

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lb3nbcc4n3s3wzjtcong6nzu
CID
bafyreihouv4a25ljt7aojscn7mdhb6mfnkcf2auq5dgls7kyijemy7fg3q
Indexed At
2026-03-19 20:25 UTC
AT-URI
at://did:plc:lb3nbcc4n3s3wzjtcong6nzu/com.atproto.lexicon.schema/blue.atroom.room.layout

Lexicon Garden

@