()
| 464 | } |
| 465 | |
| 466 | fn string_array_schema() -> Schema { |
| 467 | Schema::parse_str(r#"{"type":"array", "items":"string"}"#).unwrap() |
| 468 | } |
| 469 | |
| 470 | fn int_map_schema() -> Schema { |
| 471 | Schema::parse_str(r#"{"type":"map", "values":"int"}"#).unwrap() |
no outgoing calls