cedar-policy / cedar-docs

Documentation for Cedar policy language
https://docs.cedarpolicy.com
Apache License 2.0
24 stars 23 forks source link

[Cedar Doc Issue] Document behavior on `null` in entity json data #73

Open john-h-kastner-aws opened 10 months ago

john-h-kastner-aws commented 10 months ago

After discussion on https://github.com/cedar-policy/rfcs/pull/37 (rejected) we've decided that Cedar should not accept null json values anywhere in entity json data. We should update the documentation to specify this behavior.

AMZ-brandon commented 10 months ago

Hi John, just to be clear, this is the literal string null, not the absence of data in JSON as in [] or {}, correct?