yuppi 1.0.3 → 1.0.4
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,9 +57,9 @@ Schemas that can be converted to Yup and JSON Schema.
|
|
|
57
57
|
## Features
|
|
58
58
|
|
|
59
59
|
- Easy and understandable schema
|
|
60
|
+
- Contains ready regex patterns
|
|
60
61
|
- Portable schemas as a JSON file
|
|
61
62
|
- Works with Yup, stable and secure
|
|
62
|
-
- Designed for API endpoints
|
|
63
63
|
- It is strict and therefore does not accept more than one type
|
|
64
64
|
- Error messages are ready to be understood but can be edited if desired
|
|
65
65
|
- Can be converted to Yup and [JSON Schema](https://json-schema.org). JSON Schema is OpenAPI compatible
|