You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validate with official schema, sanitize identifiers properly, panic on duplicate operationId (#39)
* validation schema + sanitize all identifiers
* panic on duplicate operationIds
* renamed sanitized_operation_ids() to sanitize_operation_ids_and_check_duplicate
* added LICENSE and NOTICE for validator_schema
* revert spec
---------
Co-authored-by: Stanislav Kosorin <stanislav.kosorin@cresta.ai>
Co-authored-by: Felix <f.dumbeck@campus.tu-berlin.de>
_type => Err(SchemaParserError::GenericError("Unsupported primitive type: Currently only supports string, number, integer and boolean types".to_string(),Some(property_name.into()))),
87
82
}
88
83
}
@@ -99,8 +94,8 @@ pub fn schema_parser_mapper(
99
94
let struct_name = object_schema_to_string(y, property_name, all_structs)?;
0 commit comments