From a36477825b8aca6205a3fbb4520de8132c4004c9 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 12 Sep 2024 10:39:36 -0400 Subject: [PATCH] feat: adds package type field --- extensions/x-ms-kiota-info.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extensions/x-ms-kiota-info.md b/extensions/x-ms-kiota-info.md index a46b14bd..ebc2e94e 100644 --- a/extensions/x-ms-kiota-info.md +++ b/extensions/x-ms-kiota-info.md @@ -28,7 +28,7 @@ Properties are optional unless specified otherwise. | clientNamespaceName |string | The namespace to use for all the generated classes(where supported by the language writer).| | structuredMimeTypes | string[]| Array of strings identifying media types used to represent structured types.| | dependencyInstallCommand | string | A template for a command to be used to install dependencies for use with the API| -| dependencies | package[]] | An array of packages that the generated client code is dependent on.| +| dependencies | package[] | An array of packages that the generated client code is dependent on.| ## package Object @@ -40,6 +40,7 @@ An object that represents a package dependency that is required for the generate |---|---|---| | name | string| *Required* Name of package| | version | string| *Required* Version of the package | +| type | string | *Optional* Type of the package between abstractions, serialization, http, authentication, bundle, additional | ## Schema @@ -67,6 +68,7 @@ $defs: properties: name: { type: string } version: { type: string } + type: {type: string } ``` ## Example @@ -86,6 +88,7 @@ x-ms-kiota-info: dependencies: - name: Microsoft.Graph.Core version: 3.0.0 + type: bundle structuredMimeTypes: - application/json servers: