diff --git a/component_metadata/parameter.schema.json b/component_metadata/parameter.schema.json index 6b89bec4..68517db7 100644 --- a/component_metadata/parameter.schema.json +++ b/component_metadata/parameter.schema.json @@ -8,7 +8,7 @@ "version": { "description": "Version number for the format of this file.", "type": "integer", - "minimum": 2 + "minimum": 3 }, "translation": { "type": "object", @@ -122,9 +122,14 @@ } } } + }, + "readOnly": { + "description": "true: value is read only and should not be changed by user.", + "type": "boolean", + "default": false } }, - "required": [ "name", "type" ], + "required": [ "name" ], "additionalProperties": false } }