APISchemaObject class

Represents a schema object in the OpenAPI specification.

Inheritance

Constructors

APISchemaObject()

Properties

additionalProperties APISchemaObject?
Valid when type == object
getter/setter pair
castMap Map<String, Cast>
no setteroverride
collectionFormat ↔ APICollectionFormat?
getter/setter pairinherited
defaultValue ↔ dynamic
getter/setter pairinherited
description String?
getter/setter pair
enumerated List?
getter/setter pairinherited
example String?
getter/setter pair
exclusiveMaximum bool?
getter/setter pairinherited
exclusiveMinimum bool?
getter/setter pairinherited
extensions Map<String, dynamic>
getter/setter pairinherited
format String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
items APISchemaObject?
Valid when type == array
getter/setter pair
maximum num?
getter/setter pairinherited
maxItems int?
getter/setter pairinherited
maxLength int?
getter/setter pairinherited
minimum num?
getter/setter pairinherited
minItems int?
getter/setter pairinherited
minLength int?
getter/setter pairinherited
multipleOf num?
getter/setter pairinherited
pattern String?
getter/setter pairinherited
properties Map<String, APISchemaObject>?
Valid when type == null
getter/setter pair
readOnly bool
getter/setter pair
referenceURI Uri
getter/setter pairinherited
representation → APISchemaRepresentation
no setter
required List<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
type APIType?
getter/setter pairinherited
uniqueItems bool?
getter/setter pairinherited

Methods

decode(KeyedArchive json) → void
encode(KeyedArchive json) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited