lcr/0009-add-writable-field-to-layer-schema.patch
Neil.wrz c2ed99703e handle security warning and modify schema
Signed-off-by: Neil.wrz <wangrunze13@huawei.com>
2022-12-16 19:13:40 -08:00

28 lines
721 B
Diff

From 0457953d34128881cb524f40f44b3f0c3ccc4aca Mon Sep 17 00:00:00 2001
From: DriedYellowPeach <wangrunze13@huawei.com>
Date: Sun, 11 Dec 2022 06:27:38 +0000
Subject: [PATCH 9/9] !210 add writable field to layer schema * !207 add
writable field to layer
---
src/json/schema/storage/layer.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/json/schema/storage/layer.json b/src/json/schema/storage/layer.json
index f019bc8d..dda88913 100644
--- a/src/json/schema/storage/layer.json
+++ b/src/json/schema/storage/layer.json
@@ -37,6 +37,9 @@
},
"incompelte": {
"type": "boolean"
+ },
+ "writable": {
+ "type": "boolean"
}
}
}
--
2.25.1