my website at ewancroft.uk

chore: remove deprecated uk.ewancroft.now lexicon

ewancroft.uk 900af327 b7b2cf08

verified
Changed files
-30
static
lexicons
uk
ewancroft
-30
static/lexicons/uk/ewancroft/now.json
··· 1 - { 2 - "lexicon": 1, 3 - "$type": "com.atproto.lexicon.schema", 4 - "id": "uk.ewancroft.now", 5 - "description": "A status lexicon, made for short messages in plain text for display on profiles.", 6 - "defs": { 7 - "main": { 8 - "type": "record", 9 - "key": "tid", 10 - "record": { 11 - "type": "object", 12 - "required": ["text", "createdAt"], 13 - "properties": { 14 - "text": { 15 - "type": "string", 16 - "description": "The status text formatted as plain text.", 17 - "minLength": 1, 18 - "maxLength": 64 19 - }, 20 - "createdAt": { 21 - "type": "string", 22 - "format": "datetime", 23 - "description": "The ISO 8601 date and time when the status was created." 24 - } 25 - } 26 - } 27 - } 28 - } 29 - } 30 -