From 3d441261aeb9bce9871eef69815087811d320082 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Tue, 23 Jan 2024 04:46:07 +0000 Subject: [PATCH] User: gecastro@gmail.com added process model file playground/unsw/edit-test/edit-row-schema.json --- .../unsw/edit-test/edit-row-schema.json | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 playground/unsw/edit-test/edit-row-schema.json diff --git a/playground/unsw/edit-test/edit-row-schema.json b/playground/unsw/edit-test/edit-row-schema.json new file mode 100644 index 00000000..9cf05ab5 --- /dev/null +++ b/playground/unsw/edit-test/edit-row-schema.json @@ -0,0 +1,29 @@ +{ + "title": "Text Field", + "description": "A simple text field that is required, has a default value, sets a placeholder, includes a description. (field name will be 'firstname')", + "type": "object", + "required": [ + "name", + "x", + "y", + "z" + ], + "properties": { + "name": { + "type": "string", + "title": "Item name" + }, + "x": { + "type": "number", + "title": "X" + }, + "y": { + "type": "number", + "title": "Y" + }, + "z": { + "type": "number", + "title": "Z" + } + } +} \ No newline at end of file