You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ripgrep-all/doc/notes.md

785 B

schema -> ui generation

https://json-schema.org/implementations.html#web-ui-generation

json schema is ridiculous

"mimetypes": {
    "description": "if not null and --rga-accurate is enabled, mime type matching is used instead of file name matching",
    "type": [
        "array",
        "null"
    ],
    "items": {
        "type": "string"
    }
},

what the fuck????
this is the only thing required to see that json schema has horrible design