riiid / urichk

schema for checking uri

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

urichk

schema for checking uri

syntax specification

example

// this is
/* urichk example */
https://example.com/foo/[bar]/baz {
    ? match /^param1=.+?&param2=.+$/
    ? form {
        param1 = /^.+$/
        param2 [] = /^.+$/
    }
    # match
        | id1
        | id2
}

About

schema for checking uri

License:Apache License 2.0


Languages

Language:TypeScript 90.6%Language:Nearley 6.2%Language:JavaScript 3.2%