build.clovernight.creation.feedback

studio.pds.clovernight.build

{
  "id": "build.clovernight.creation.feedback",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "type",
          "createdAt"
        ],
        "properties": {
          "body": {
            "type": "string",
            "maxLength": 4096,
            "description": "The feedback text."
          },
          "type": {
            "type": "string",
            "description": "Kind of feedback.",
            "knownValues": [
              "praise",
              "feature",
              "bug",
              "design"
            ]
          },
          "rating": {
            "type": "integer",
            "maximum": 5,
            "minimum": 1,
            "description": "Optional 1-5 star rating."
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "strongRef to the build.clovernight.creation.app the feedback is about."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "ISO 8601 timestamp of the feedback."
          }
        }
      },
      "description": "Public, community feedback on a creation (like a review). PRIVATE bug reports from the FAB closed-loop stay in fab-api/D1 — they are NOT records, because federated repo records are world-readable."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against build.clovernight.creation.feedback

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:eylr5g42jkpwyputz3xbgynj
CID
bafyreiazvmjec5utervsi6j62xd7qa273ae7vaioneqy4qf2n4aupifu3m
Indexed At
2026-06-11 20:53 UTC
AT-URI
at://did:plc:eylr5g42jkpwyputz3xbgynj/com.atproto.lexicon.schema/build.clovernight.creation.feedback

Lexicon Garden

@