OpenAPI Schema Properties Boolean Naming (Edit)
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.
OpenAPISchemaPropertiesNamingBoolean