main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
320 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | import type {Vocabulary} from "../types"
|
---|
| 2 | import dependentRequired from "./validation/dependentRequired"
|
---|
| 3 | import dependentSchemas from "./applicator/dependentSchemas"
|
---|
| 4 | import limitContains from "./validation/limitContains"
|
---|
| 5 |
|
---|
| 6 | const next: Vocabulary = [dependentRequired, dependentSchemas, limitContains]
|
---|
| 7 |
|
---|
| 8 | export default next
|
---|
Note:
See
TracBrowser
for help on using the repository browser.