odin-jsonschema

Implementation of JSON schema for Odin
Log | Files | Refs | LICENSE

expected.odin (158B)


      1 // Code generated by jschema. DO NOT EDIT.
      2 package schema
      3 
      4 Root :: struct {
      5 	value: union {string, f64} `json:"value"`,
      6 	note: Maybe(string) `json:"note"`,
      7 }