bobzhang/typify/schema does not have a README file
impl Show for SchemaErrorpub(all) struct RootSchema {
meta_schema : String?
schema : SchemaObject
definitions : StrMap[Schema]
} derive(Eq, Debug)pub(all) struct SchemaObject {
metadata : Metadata?
instance_type : SingleOrVec[InstanceType]?
format : String?
enum_values : Array[Value]?
const_value : Value?
subschemas : SubschemaValidation?
number : NumberValidation?
string : StringValidation?
array : ArrayValidation?
object : ObjectValidation?
reference : String?
extensions : StrMap[Value]
} derive(Eq, Debug)Install
Download zipGenerate Rust and MoonBit types from JSON Schema (port of oxidecomputer/typify)
Dependencies