editor-layer-index
editor-layer-index copied to clipboard
make check doesn't like privacy_policy=None to indicate none exists
See #690 to make privacy_policy mandatory, and #766 to see where that bit @andrewharvey
Could that be "none" (lower case) for consistency.
"none" would make sense in Python, but in JSON it should be null to indicate no value.
It is a value though - we've checked and we haven't found a policy. Null means we haven't checked.
I'd be ok with 'none' or 'notfound' or anything that makes sense to everyone :)