Skip to content

Commit 72fbe69

Browse files
(SCHEMA) Fix ID for stdout schemas
1 parent ebadf89 commit 72fbe69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schemas/src/resource/stdout/delete.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# yaml-language-server: $schema=https://json-schema.org/draft/2020-12/schema
22
$schema: https://json-schema.org/draft/2020-12/schema
3-
$id: <HOST>/<PREFIX>/<VERSION>/resource/stdout/get.yaml
3+
$id: <HOST>/<PREFIX>/<VERSION>/resource/stdout/delete.yaml
44

55
title: Delete resource operation stdout
66
description: >-

schemas/src/resource/stdout/whatIf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# yaml-language-server: $schema=https://json-schema.org/draft/2020-12/schema
22
$schema: https://json-schema.org/draft/2020-12/schema
3-
$id: <HOST>/<PREFIX>/<VERSION>/resource/stdout/set.yaml
3+
$id: <HOST>/<PREFIX>/<VERSION>/resource/stdout/whatIf.yaml
44

55
title: Set (what-if mode) resource operation stdout
66
description: >-

0 commit comments

Comments
 (0)