The aascheck tool that comes with the Rust SDK fails to check against the metamodel V3.
ValidationError {
instance: String("^([\\t\\n\\r -\u{d7ff}\u{e000}-�]|\\ud800[\\udc00-\\udfff]|[\\ud801-\\udbfe][\\udc00-\\udfff]|\\udbff[\\udc00-\\udfff])*$"),
kind: Format {
format: "regex",
},
instance_path: JSONPointer(
[
Keyword(
"allOf",
),
Index(
1,
),
Keyword(
"properties",
),
Property(
"id",
),
],
),
schema_path: JSONPointer(
[
Keyword(
"allOf",
),
Index(
0,
),
],
),
}
Deeper inspection needed. Probably the underlying regex-crate may have problems with the POSIX Extended Regex.
The aascheck tool that comes with the Rust SDK fails to check against the metamodel V3.
Example of terminal output:
Deeper inspection needed. Probably the underlying regex-crate may have problems with the POSIX Extended Regex.