+156
lexicons/defs.json
+156
lexicons/defs.json
···+"description": "AT URI of the record, repository (account), or other resource that this label applies to."+"description": "Optionally, CID specifying the specific version of 'uri' resource this label applies to."+"description": "Metadata tags on an atproto record, published by the author within the record.",+"description": "Metadata tag on an atproto record, published by the author within the record. Note that schemas should use #selfLabels, not #selfLabel.",+"description": "The value of the label being defined. Must only include lowercase ascii and the '-' character ([a-z-]+).",+"description": "How should a client visually convey this label? 'inform' means neutral and informational; 'alert' means negative and warning; 'none' means show nothing.",+"description": "What should this label hide in the UI, if applied? 'content' hides all of the target; 'media' hides the images/video/audio; 'none' hides nothing.",+"description": "Does the user need to have adult content enabled in order to configure this label?"+"description": "Strings which describe the label in the UI, localized into a specific language.",
+15
lexicons/strongRef.json
+15
lexicons/strongRef.json
···
+30
src/lexicon/index.ts
+30
src/lexicon/index.ts
······
+202
src/lexicon/lexicons.ts
+202
src/lexicon/lexicons.ts
···+'Metadata tag on an atproto record, published by the author within the record. Note that schemas should use #selfLabels, not #selfLabel.',+"The value of the label being defined. Must only include lowercase ascii and the '-' character ([a-z-]+).",+"How should a client visually convey this label? 'inform' means neutral and informational; 'alert' means negative and warning; 'none' means show nothing.",+"What should this label hide in the UI, if applied? 'content' hides all of the target; 'media' hides the images/video/audio; 'none' hides nothing.",···
+151
src/lexicon/types/com/atproto/label/defs.ts
+151
src/lexicon/types/com/atproto/label/defs.ts
···+/** AT URI of the record, repository (account), or other resource that this label applies to. */+/** Optionally, CID specifying the specific version of 'uri' resource this label applies to. */+/** Metadata tag on an atproto record, published by the author within the record. Note that schemas should use #selfLabels, not #selfLabel. */+/** The value of the label being defined. Must only include lowercase ascii and the '-' character ([a-z-]+). */+/** How should a client visually convey this label? 'inform' means neutral and informational; 'alert' means negative and warning; 'none' means show nothing. */+/** What should this label hide in the UI, if applied? 'content' hides all of the target; 'media' hides the images/video/audio; 'none' hides nothing. */
+26
src/lexicon/types/com/atproto/repo/strongRef.ts
+26
src/lexicon/types/com/atproto/repo/strongRef.ts
···