pub fn type_schema(
ty: &str,
types: &BTreeMap<String, RecordType>,
) -> Result<Value, UnsupportedResponseType>Expand description
The JSON Schema for one Ingot type.
pub fn type_schema(
ty: &str,
types: &BTreeMap<String, RecordType>,
) -> Result<Value, UnsupportedResponseType>The JSON Schema for one Ingot type.