diff --git a/playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json b/playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json index 17ba6768..8cdac700 100644 --- a/playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json +++ b/playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json @@ -1,6 +1,6 @@ { - "title": "Checkbox", - "description": "A super simple checkbox", + "title": "Password", + "description": "A password field, with a min length of 3 and a help tip", "type": "object", "required": [ "firstName" @@ -25,6 +25,11 @@ "format": "date", "title": "Preferred Delivery Date", "validationErrorMessage": "Date must be today's date or later" + }, + "password": { + "type": "string", + "title": "Password", + "minLength": 3 } } } \ No newline at end of file