(diagnostic (schema slovo.diagnostic) (version 1) (severity error) (code UnsupportedMapType) (message "`map` types are reserved but not supported in the current beta") (file "") (span (bytes 31 47) (range 4 16 4 32) ) (expected "supported concrete type") (found "(map string i32)") (hint "use current concrete arrays, vectors, option/result, structs, enums, or scalars") )