El Barto
Aarktype
•Created by Stadly on 3/11/2025 in #questions
Validating Large JSON Schemas without high time/memory costs
I didn't have any warning on my editor, but using jitless true fixed the issue partially
9 replies
Aarktype
•Created by Stadly on 3/11/2025 in #questions
Validating Large JSON Schemas without high time/memory costs
.
9 replies
Aarktype
•Created by El Barto on 4/4/2025 in #questions
Advices for this use case?
I did it because all the cms api responses has that data attribute and I dont really need it, I just need it to validad the API response at service layer/level. then react-query will infer the type and I'll need the actual naveItem type somewhere depth on my component tree, but you're right. I'll try to remove it and see how it goes
8 replies
Aarktype
•Created by El Barto on 4/4/2025 in #questions
Advices for this use case?
Things I'd like to improve:
- be able to define in other file my cmsSharedScope. And just pick the "properties" I want in others scopes. For example buttonVariant, cardVariant, etc
- Make my Schema smart enough to explicitly define max depth 2
- If the prop icon is present, then icon_style should be present too
8 replies
Aarktype
•Created by El Barto on 4/4/2025 in #questions
Advices for this use case?
This is my schema so far
8 replies