BooleanSchemaDefinition
Represents a boolean schema in JSON Schema.
Boolean schemas provide simple validation semantics:
trueschema: accepts/allows any value (always valid)falseschema: rejects/disallows any value (always invalid)
These are commonly used in:
itemsto allow/disallow additional array itemsPolymorphic compositions (oneOf/anyOf/allOf)