From 0457953d34128881cb524f40f44b3f0c3ccc4aca Mon Sep 17 00:00:00 2001 From: DriedYellowPeach 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