issues Search Results · repo:ajv-validator/ajv-keywords language:TypeScript
Filter by
108 results
(67 ms)108 results
inajv-validator/ajv-keywords (press backspace or delete to remove)Dependencies of the project dependencies using ajv-keywords@^3.5.2. But on building using react-scripts build it is
getting failed with error.
enter image description here
Here s the list of projects ...
pl2ern4
- Opened on Dec 21, 2024
- #393
I was looking in ajv-keywords and ajv-formats in their node_modules/..../dist/ folders, as pulled from npm install, and
it appears that they are made for Node.js only, and are not currently browser friendly. ...
jeremykentbgross
- Opened on Apr 3, 2024
- #392
I have forked this repository and defined a new keyword secret, which transforms the data into a redacted string. e.g.
apiKey123 is transformed into ******.
Ideally I would like to not have to define ...
iainsproat
- Opened on Dec 8, 2023
- #391
I understand that standard keywords, such as format will be run before any custom keywords, such as transform. So if we
want to transform a string BEFORE validating its format, we have to use $allOf to ...
carlo-quinonez
- 2
- Opened on Oct 24, 2023
- #390
Hi,
I tried to follow your doc on adding keywords with a compile function. When I try to generate the standalone validator,
I get
ValueError: CodeGen: code for keyword0 not defined
This is the keyword ...
manuganji
- Opened on Sep 24, 2023
- #389
Due to export default ... the types announce a named export called default , which indeed does not exist necessitating
the following workaround:
import ajvTransformKeywordBorkedDefault from ajv-keywords/dist/definitions/transform.js ...
FabianFrank
- Opened on Sep 1, 2023
- #388
Hi,
I have the example like below,
obj2 :
{
{
prop1 : baz , prop2 : 999
},
{
prop1 : qux , prop2 : 555
}
}
i.e object containing objects, now in this i need prop1 ...
ktn05
- Opened on May 8, 2023
- #387
I am facing this build error in ajv-keywords after installing packages with npm install --legacy-peer-deps **Error:
Cannot find module ajv/dist/compile/codegen **
Background:
Consider the following dependency ...
developer-73
- 2
- Opened on Mar 30, 2023
- #385
Hi,
I open this issue because deepProperties doesn t work with keys that have numbers in them.
const schema = {
type: object ,
deepProperties: {
/audio.2.0/requireForced : {
const: true, ...
jeremycare
- Opened on Mar 8, 2023
- #384
!-- Frequently Asked Questions: https://ajv.js.org/faq.html Please provide all info and reduce your schema and data to
the smallest possible size.
This template is for bug or error reports. For other ...
limitation
katicode2
- 1
- Opened on Dec 6, 2022
- #357

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.