Skip to main content

extract

Function extract 

Source
pub fn extract(
    node: &Map<String, Value>,
    scope: &mut SchemaScope,
    mcontainer: &mut ModelContainer,
    resolver: &SchemaResolver<'_>,
    options: &JsonSchemaExtractOptions,
) -> Result<Parameters, Error>