About the OpenAPI collector
The OpenAPI Collector gathers metadata in the OpenAPI specification format, previously known as the Swagger Specification. This collector can be used to catalog endpoints, schemas, parameters, responses, and other details found in your OpenAPI specifications.
Note
The latest version of the Collector is 2.248. To view the release notes for this version and all previous versions, please go here.
What is cataloged
The collector catalogs the following information.
Object | Information cataloged |
---|---|
Endpoint | Name |
Operation | Name, description, Produces, Parameters, Responses |
Parameter | Name, Description, Parameter Location, Parameter Type, Parameter Required |
Response | Name, Description |
Schema | Name, Description, Schema Type |
Schema Property | Name, Description, Schema Property Type, Schema Format, Property Required, Schema Nullable |
Relationships between objects
By default, the harvested metadata includes catalog pages for the following resource types. Each catalog page has a relationship to the other related resource types. If the metadata presentation for this data source has been customized with the help of the data.world Solutions team, you may see other resource pages and relationships.
Resource page | Relationship |
---|---|
Endpoint |
|
Operation |
|
Parameter |
|
Response |
|
Schema |
|
Schema Property |
|
OpenAPI versions supported
The collector expects OpenAPI specification inputs (aka swagger files) that conform to OpenAPI spec version 2.0. OpenAPI specification 3.X is currently not supported.