From 369648bb45e29722eaa50026ec6a0104f7060e4c Mon Sep 17 00:00:00 2001 From: Denis Laxalde Date: Wed, 30 Aug 2017 11:06:37 +0200 Subject: [PATCH] Mention that readOnly can be used for UI generation Echoing the document abstract. --- jsonschema-validation.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index ae2980aa..51b47c84 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -754,6 +754,9 @@ For example, this property would be used to mark a database-generated serial number as read-only. + + This keyword can be used to assist in user interface instance generation. + Omitting this keyword has the same behavior as a value of false.