Skip to main content
Version: Next 🚧

[I] AdditionalInfo

OpenAPI additional information

Properties

PropertyTypeDescription
contact?ContactThe contact information for the exposed API.
description?stringA description of the API. Overrides the @doc provided on the service namespace.
license?LicenseThe license information for the exposed API.
summary?stringA short summary of the API. Overrides the @summary provided on the service namespace.
termsOfService?stringA URL to the Terms of Service for the API. MUST be in the format of a URL.
title?stringThe title of the API. Overrides the @service title.
version?stringThe version of the OpenAPI document (which is distinct from the OpenAPI Specification version or the API implementation version).