An open API service indexing awesome lists of open source software.

https://github.com/riiid/urichk

schema for checking uri
https://github.com/riiid/urichk

schema uri

Last synced: 5 months ago
JSON representation

schema for checking uri

Awesome Lists containing this project

README

          

# urichk
schema for checking uri

[syntax specification](./urichk.ne)

## example

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