ajv-validator / ajv-validator/ajv-merge-patch
$patch remove keyword from required
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 47
- Forks
- 19
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I saw in the tests how to add an attribute to the required keyword { "op": "add", "path": "/required/-", "value": "q" }
but I want to ask how can i remove a keyword from being required I tried
{ "op": "remove", "path": "/required/-q"} but it did not work i seem to get it wrong so if anyone can help I would be grateful.
Thank you
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.