persona-community-5/.pnpm-store/v3/files/54/b336ec9000b36b8249d29571b5f542af71a362e7f6401b375c0bebc2d29d36192e0c3491c8abd4cd56098dd54449c3e414dd1ba435b090d0a3f839f5bf3736
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

9 lines
320 B
Plaintext

import type {Vocabulary} from "../types"
import dependentRequired from "./validation/dependentRequired"
import dependentSchemas from "./applicator/dependentSchemas"
import limitContains from "./validation/limitContains"
const next: Vocabulary = [dependentRequired, dependentSchemas, limitContains]
export default next