cedar-policy / cedar-docs

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

Add documentation of entity tags #139

Closed cdisselkoen closed 1 month ago

cdisselkoen commented 1 month ago

This completes the doc updates for language 4.1 / SDK 4.2.0.

Also trims trailing whitespace from the files touched in this PR.

kinclay commented 1 month ago

These updates are good, but we don't use the term "legal" anywhere else. Instead we use "valid" Please update the following lines:

tags {#schema-entitytypes-tags}

Specifies the tag type for entities of this type. If this is not present, entities of this type are not allowed to have tags. Legal values for the tag type are the same as legal values for attribute types.

cdisselkoen commented 1 month ago

@kinclay Updated, and also changed four other existing uses of "legal" or "illegal" to "valid" or "invalid".