-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Milestone
Description
Summary of the new feature / enhancement
As part of the Bicep extension work, we need JSONSchema for any type of resource so that we can provide intellisense during authoring experience. Currently dsc
simply expects the adapter to validate the input or reject as an error. We need to formalize this so that adapted resources can participate in intellisense.
Proposed technical implementation details (optional)
Initial thinking is that adapters support the schema
operation, but have an additional argument for the adapted type and expected to return JSONSchema.
@andyleejordan as you are working on the Bicep extension, how would it work best for your extension?