次の方法で共有


ApiProperties interface

API プロパティ。

プロパティ

contacts

連絡先のセット

customProperties

API カタログ エンティティに対して定義されたカスタム メタデータ。

description

API の説明。

externalDocumentation

外部ドキュメントのセット

kind

API の種類。 たとえば、REST やGraphQLなどです。

license

API のライセンス情報。

lifecycleStage

API の現在のライフサイクル ステージ。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

summary

API の簡単な説明。

termsOfService

API のサービス条件。

title

API タイトル。

プロパティの詳細

contacts

連絡先のセット

contacts?: Contact[]

プロパティ値

customProperties

API カタログ エンティティに対して定義されたカスタム メタデータ。

customProperties?: Record<string, unknown>

プロパティ値

Record<string, unknown>

description

API の説明。

description?: string

プロパティ値

string

externalDocumentation

外部ドキュメントのセット

externalDocumentation?: ExternalDocumentation[]

プロパティ値

kind

API の種類。 たとえば、REST やGraphQLなどです。

kind: string

プロパティ値

string

license

API のライセンス情報。

license?: License

プロパティ値

lifecycleStage

API の現在のライフサイクル ステージ。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

lifecycleStage?: string

プロパティ値

string

summary

API の簡単な説明。

summary?: string

プロパティ値

string

termsOfService

API のサービス条件。

termsOfService?: TermsOfService

プロパティ値

title

API タイトル。

title: string

プロパティ値

string