cedar-policy / cedar-go

Apache License 2.0
62 stars 8 forks source link

JSON entity serialization is annotated with omit on the parents field. but aws rust reference requires it #10

Open erichoffmanstrongdm opened 5 months ago

erichoffmanstrongdm commented 5 months ago

A minor issue, but it hinders easy interoperability between the two implementations

Err value: Deserialization(Serde(Error("missing field parents", line: 8, column: 5)))

philhassey commented 5 months ago

That seems like something we should align on. Thanks!