blue.atroom.room.object

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
          },
          "model": {
            "type": "blob",
            "accept": [
              "model/gltf-binary"
            ],
            "maxSize": 10485760
          },
          "scale": {
            "type": "integer",
            "maximum": 1000,
            "minimum": 1
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "nameLangs": {
            "type": "array",
            "items": {
              "ref": "#localizedName",
              "type": "ref"
            }
          }
        }
      },
      "description": "A 3D object that can be placed in a room."
    },
    "localizedName": {
      "type": "object",
      "required": [
        "lang",
        "value"
      ],
      "properties": {
        "lang": {
          "type": "string",
          "maxLength": 16
        },
        "value": {
          "type": "string",
          "maxLength": 100
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.atroom.room.object

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@