An experimental TypeSpec syntax for Lexicon

yea

+4 -4
+2 -2
packages/emitter/test/integration/atproto/output/tools/ozone/moderation/queryEvents.json
··· 108 108 }, 109 109 "policies": { 110 110 "type": "array", 111 + "description": "If specified, only events where the action policies match any of the given policies are returned", 111 112 "items": { 112 - "type": "string", 113 - "description": "If specified, only events where the action policies match any of the given policies are returned" 113 + "type": "string" 114 114 } 115 115 }, 116 116 "modTool": {
+2 -2
packages/emitter/test/integration/atproto/output/tools/ozone/moderation/queryStatuses.json
··· 137 137 "tags": { 138 138 "type": "array", 139 139 "maxLength": 25, 140 + "description": "Items in this array are applied with OR filters. To apply AND filter, put all tags in the same string and separate using && characters", 140 141 "items": { 141 - "type": "string", 142 - "description": "Items in this array are applied with OR filters. To apply AND filter, put all tags in the same string and separate using && characters" 142 + "type": "string" 143 143 } 144 144 }, 145 145 "excludeTags": {