diff --git a/schemas/2024/04/bundled/outputs/resource/list.json b/schemas/2024/04/bundled/outputs/resource/list.json index a989274d..ae332ecc 100644 --- a/schemas/2024/04/bundled/outputs/resource/list.json +++ b/schemas/2024/04/bundled/outputs/resource/list.json @@ -75,7 +75,7 @@ "pattern": "^\\w+$" } }, - "requires": { + "requireAdapter": { "title": "Required DSC Resource Adapter", "description": "Defines the fully qualified type name of the DSC Resource Adapter the DSC Resource depends on.", "oneOf": [ diff --git a/schemas/2024/04/outputs/resource/list.json b/schemas/2024/04/outputs/resource/list.json index db86858a..537420e2 100644 --- a/schemas/2024/04/outputs/resource/list.json +++ b/schemas/2024/04/outputs/resource/list.json @@ -75,7 +75,7 @@ "pattern": "^\\w+$" } }, - "requires": { + "requireAdapter": { "title": "Required DSC Resource Adapter", "description": "Defines the fully qualified type name of the DSC Resource Adapter the DSC Resource depends on.", "oneOf": [ diff --git a/schemas/src/outputs/resource/list.yaml b/schemas/src/outputs/resource/list.yaml index 77d1839c..80686568 100644 --- a/schemas/src/outputs/resource/list.yaml +++ b/schemas/src/outputs/resource/list.yaml @@ -83,7 +83,7 @@ properties: items: type: string pattern: ^\w+$ - requires: + requireAdapter: title: Required DSC Resource Adapter description: >- Defines the fully qualified type name of the DSC Resource Adapter the