{
"id": "garden.lexicon.rational-mastodon.html1",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"type",
"children"
],
"properties": {
"type": {
"enum": [
"root"
],
"type": "string"
},
"children": {
"type": "array",
"items": {
"refs": [
"#docType",
"#element",
"#text",
"#comment"
],
"type": "union"
}
}
}
},
"description": "Root of the HTML document or fragment."
},
"text": {
"type": "object",
"required": [
"type",
"value"
],
"properties": {
"type": {
"enum": [
"text"
],
"type": "string"
},
"value": {
"type": "string"
}
},
"description": "An HTML text node (https://developer.mozilla.org/en-US/docs/Web/API/Text)"
},
"comment": {
"type": "object",
"required": [
"type",
"value"
],
"properties": {
"type": {
"enum": [
"comment"
],
"type": "string"
},
"value": {
"type": "string"
}
},
"description": "An HTML comment node (https://developer.mozilla.org/en-US/docs/Web/HTML/Guides/Comments)"
},
"docType": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"enum": [
"doctype"
],
"type": "string"
}
},
"description": "An HTML Doctype node (https://developer.mozilla.org/en-US/docs/Glossary/Doctype)"
},
"element": {
"type": "object",
"required": [
"type",
"tagName",
"attributes",
"children"
],
"properties": {
"type": {
"enum": [
"element"
],
"type": "string"
},
"tagName": {
"type": "string"
},
"children": {
"type": "array",
"items": {
"refs": [
"#element",
"#text",
"#comment"
],
"type": "union"
}
},
"attributes": {
"type": "array",
"items": {
"ref": "#attribute",
"type": "ref"
}
}
},
"description": "An HTML element node (https://developer.mozilla.org/en-US/docs/Web/API/Element)"
},
"attribute": {
"type": "object",
"required": [
"name",
"value"
],
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
}
},
"description": "An HTML attribute (https://developer.mozilla.org/en-US/docs/Glossary/Attribute)"
}
},
"lexicon": 1
}
Metadata
- DID
-
did:plc:zcanytzlaumjwgaopolw6wes
- CID
-
bafyreib6gysazjqge7nivayejygns3vh44vboi24accthmj2kacvewdwyu
- Indexed At
- 2026-04-23 19:58 UTC
- AT-URI
-
at://did:plc:zcanytzlaumjwgaopolw6wes/com.atproto.lexicon.schema/garden.lexicon.rational-mastodon.html1