From 7ba86b866bf0583ee5ac64dd4b8cec03be9768d3 Mon Sep 17 00:00:00 2001 From: hzoppetti Date: Tue, 29 Sep 2020 10:26:09 -0400 Subject: [PATCH] added deprecated field for Kernel schema object --- openapi.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 88bc3474f..19ef8b339 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -16572,6 +16572,13 @@ components: description: If this Kernel is suitable for paravirtualized operations. example: false readOnly: true + deprecated: + x-linode-filterable: true + type: boolean + description: If this Kernel is marked as deprecated, this field has a value of true; + otherwise, this field is false. + example: false + readOnly: true Linode: type: object allOf: