Skip to content

Commit

Permalink
Логика работы с конструкциями allOf, oneOf, anyOf (#4)
Browse files Browse the repository at this point in the history
* Доработал схему

* Реализация allof anyof и oneof

* Доработал схему

* Реализация allof anyof и oneof

* Добил сложные объекты и тд

* Обновил ридми

* Мини-фиксы сонара
  • Loading branch information
Segate-ekb authored Nov 27, 2024
1 parent 77f874d commit f30e04a
Show file tree
Hide file tree
Showing 6 changed files with 572 additions and 131 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@
- [ ] deprecated
- [ ] readOnly
- [ ] writeOnly
- [ ] oneOf
- [ ] anyOf
- [ ] allOf
- [x] oneOf
- [x] anyOf
- [x] allOf
- [ ] not

## Ближайшие планы

- [ ] Добавить возможность валидации по URL спецификации.
- [ ] Добавить обработку конструкций `allOf`, `anyOf`, `oneOf`, `not`.
- [x] Добавить обработку конструкций `allOf`, `anyOf`, `oneOf`, `not`.
- [ ] Добавить поддержку свойства `format` для числовых типов.
- [ ] Добавить валидацию формата `binary` для строк.
- [ ] Добавить поддержку свойств `readOnly`, `writeOnly`.
Expand Down
Loading

0 comments on commit f30e04a

Please sign in to comment.