at.noted.place

noted.at

{
  "id": "at.noted.place",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "format": "url"
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "rating": {
            "type": "integer"
          },
          "review": {
            "type": "string"
          },
          "geometry": {
            "type": "object",
            "properties": {
              "type": {
                "type": "string"
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "integer"
                }
              }
            }
          },
          "location": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string"
              },
              "address": {
                "type": "string"
              },
              "country_code": {
                "type": "string"
              }
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "questions": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "rating": {
                  "type": "integer"
                },
                "question": {
                  "type": "string"
                },
                "selected_option": {
                  "type": "string"
                },
                "selected_options": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.noted.place

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2aa6fahtis66ymq7rd2yxdwu
CID
bafyreiguxhswi6mjhzq5zjxeuidhyfszupteoe2de325x6ag4wbrg4vi3e
Indexed At
2026-02-13 13:44 UTC
AT-URI
at://did:plc:2aa6fahtis66ymq7rd2yxdwu/com.atproto.lexicon.schema/at.noted.place

Lexicon Garden

@