Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
320 bytes
|
Rev | Line | |
---|
[6a3a178] | 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.