dataSafetyRequired top-level constant
String
const dataSafetyRequired
The one requirement level this package acts on.
The vocabulary is deliberately not enumerated. A first draft listed
REQUIRED, MAYBE_REQUIRED and MULTIPLE_CHOICE and reported anything else
as unrecognised — which is precisely the copy of Play's rules this file's
header says it avoids, and it rotted before it shipped: run against a real
declaration it produced 88 problems on a file Play accepts, because the
export also uses SINGLE_CHOICE and OPTIONAL, and one export is no
evidence about the next.
Only REQUIRED carries an obligation this can check. Every other value
means not required, and needs no name here to mean that.
Implementation
const dataSafetyRequired = 'REQUIRED';