Skip to main content

schema

Function schema 

Source
pub fn schema() -> Value
Expand description

Generate the JSON Schema for SchemaValue (a JSON Schema 2020-12 document).

ยงPanics

Panics if the generated schema cannot be serialized to serde_json::Value (should never happen in practice).