/// Schema override that marks a field as a free-form JSON object.
pubfnmetadata_schema(_gen:&mutschemars::SchemaGenerator)->schemars::Schema{schemars::json_schema!({"type":"object","additionalProperties":true})}#[cfg(test)]#[path="schema_tests.rs"]modschema_tests;