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
- Host: GitHub
- URL: https://github.com/riiid/urichk
- Owner: riiid
- License: apache-2.0
- Created: 2020-08-01T17:31:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T04:44:56.000Z (over 1 year ago)
- Last Synced: 2025-04-19T23:34:57.349Z (6 months ago)
- Topics: schema, uri
- Language: TypeScript
- Homepage:
- Size: 75.2 KB
- Stars: 6
- Watchers: 12
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-list - urichk
README
# urichk
schema for checking uri[syntax specification](./urichk.ne)
## example
```urichk
// this is
/* urichk example */
https://example.com/foo/[bar]/baz {
? match /^param1=.+?¶m2=.+$/
? form {
param1 = /^.+$/
param2 [] = /^.+$/
}
# match
| id1
| id2
}
```