@u-krupaveho-kraba/form-schemas 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,10 +47,9 @@ const campaignSchema = getCampaignJsonSchema();
|
|
|
47
47
|
```
|
|
48
48
|
|
|
49
49
|
The generated Campaign JSON Schema also ships pre-built in the package at
|
|
50
|
-
`schema/campaign.schema.json
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
(see ticket 115 / ADR 0017 in the source repo).
|
|
50
|
+
`schema/campaign.schema.json`, so non-TypeScript consumers (e.g. a backend
|
|
51
|
+
service in another language) can validate against the exact same contract
|
|
52
|
+
without needing to run TypeScript or zod themselves.
|
|
54
53
|
|
|
55
54
|
## Versioning
|
|
56
55
|
|