Generalize schema definition to work from inline schema or reference.

This commit is contained in:
KtorZ
2023-04-06 17:55:11 +02:00
parent d620f6367c
commit ee220881b6
3 changed files with 119 additions and 83 deletions

View File

@@ -226,7 +226,7 @@ mod test {
super::{
definitions::Definitions,
error::Error,
schema::{Annotated, Data, Schema},
schema::{Annotated, Data, Declaration, Items, Schema},
},
*,
};