definitions property

Map<String, Schema> get definitions
inherited

An object to hold reusable schema definitions.

Implementation

Map<String, PathItem> get paths;/// An object to hold reusable schema definitions.
Map<String, Schema> get definitions;