app.bivri.support.policyDefs

lexicons.bivri.app

{
  "id": "app.bivri.support.policyDefs",
  "defs": {
    "policyView": {
      "type": "object",
      "required": [
        "type",
        "version",
        "title",
        "effectiveDate",
        "state",
        "contentFormat",
        "content",
        "publishedAt"
      ],
      "properties": {
        "type": {
          "type": "string",
          "knownValues": [
            "terms",
            "privacy"
          ]
        },
        "state": {
          "type": "string",
          "knownValues": [
            "scheduled",
            "active",
            "archived",
            "withdrawn"
          ]
        },
        "title": {
          "type": "string"
        },
        "content": {
          "type": "string"
        },
        "version": {
          "type": "string"
        },
        "publishedAt": {
          "type": "string",
          "format": "datetime"
        },
        "contentFormat": {
          "type": "string",
          "knownValues": [
            "markdown"
          ]
        },
        "effectiveDate": {
          "type": "string"
        },
        "withdrawalReason": {
          "type": "string"
        }
      }
    },
    "policyVersionView": {
      "type": "object",
      "required": [
        "type",
        "version",
        "title",
        "effectiveDate",
        "state",
        "publishedAt"
      ],
      "properties": {
        "type": {
          "type": "string",
          "knownValues": [
            "terms",
            "privacy"
          ]
        },
        "state": {
          "type": "string",
          "knownValues": [
            "scheduled",
            "active",
            "archived",
            "withdrawn"
          ]
        },
        "title": {
          "type": "string"
        },
        "version": {
          "type": "string"
        },
        "publishedAt": {
          "type": "string",
          "format": "datetime"
        },
        "effectiveDate": {
          "type": "string"
        },
        "withdrawalReason": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Public read types for platform policies."
}

Validate Record

Validate a record against app.bivri.support.policyDefs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uqat5a7hrbww3snbbinxgwah
CID
bafyreibls62zwxubcitmlofqqgzy2kc6qd5azricpht2nhpy66jtqqncxa
Indexed At
2026-08-04 07:17 UTC
AT-URI
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.support.policyDefs

Lexicon Garden

@