[I] OpenAPI3VersionedDocumentRecord
A record containing an unversioned OpenAPI document and associated metadata.
Properties
Property | Modifier | Type | Description |
---|---|---|---|
diagnostics | readonly | readonly Diagnostic [] | The diagnostics created for this version. |
document | readonly | SupportedOpenAPIDocuments | The OpenAPI document |
service | readonly | Service | The service that generated this OpenAPI document. |
version | readonly | string | The version of the service. Absent if the service is unversioned. |