SchemaOpenApi constructor
const
SchemaOpenApi({
- String? title,
- String? description,
- Object? example,
- TypeOpenApi? type,
- FormatOpenApi? format,
- List<
Object> ? enum$, - SchemaOpenApi? items,
- Map<
String, SchemaOpenApi> ? properties, - SchemaOpenApi? additionalProperties,
- List<
SchemaOpenApi> ? allOf, - List<
String> ? required, - bool nullable = false,
- Object? default$,
- Object? $original,
- bool? uniqueItems,
Implementation
const SchemaOpenApi({
this.title,
this.description,
this.example,
this.type,
this.format,
this.enum$,
this.items,
this.properties,
this.additionalProperties,
this.allOf,
this.required,
this.nullable = false,
this.default$,
this.$original,
this.uniqueItems,
});