You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe the problem.
I am trying to build a TypeSpec emitter for the workspace.json file, and to do so accurately, it would be very helpful to have a full JSON schema for the file.
Client library/SDK language
None
Describe the solution you'd like
A json schema file that fully represents the workspace.json file
Additional context
No response
The text was updated successfully, but these errors were encountered:
TypeSpec only needs to write to the file, to drive Kiota CLI within TTK. It does not need to read it.
There's information in the file that's duplicated with the TypeSpec file, such as the names of the plugins. This makes it a real pain if you rename your plugin or make another change that needs to be in both files.
By far the simplest dev experience is for TypeSpec to just take over ownership of writing the file in the Copilot DA scenario, as the other, more complex, data such as the Includes/Excludes output of the picker is no longer required (as the user will be modelling just the part of the API they want to use in their plugin in TypeSpec, nothing more)
Is your feature request related to a problem? Please describe the problem.
I am trying to build a TypeSpec emitter for the workspace.json file, and to do so accurately, it would be very helpful to have a full JSON schema for the file.
Client library/SDK language
None
Describe the solution you'd like
A json schema file that fully represents the workspace.json file
Additional context
No response
The text was updated successfully, but these errors were encountered: