From OpenAPI
OpenAPI Specification (formerly Swagger Specification) is an API description format for REST APIs. An OpenAPI file allows you to describe your entire API, including:
- Available endpoints (/users) and operations on each endpoint (GET /users, POST /users)
- Operation parameters Input and output for each operation
- Authentication methods
- Contact information, license, terms of use and other information.
If the registry published this, consumers could use the structured format to integrate into scripts and other parts of workflow.
For example, EPM use that file to create the TS types it needs. This would accomplish the goal of elastic/kibana#54955 without requiring the registry to generate them #196
From OpenAPI
If the registry published this, consumers could use the structured format to integrate into scripts and other parts of workflow.
For example, EPM use that file to create the TS types it needs. This would accomplish the goal of elastic/kibana#54955 without requiring the registry to generate them #196