Boolean properties should not use an "is" prefix in their names. The property type already indicates it is a boolean, and the "is" prefix adds unnecessary verbosity.
OpenAPI Schema Properties Boolean Naming
Message: Boolean properties SHOULD NOT use an "is" prefix.