Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zzeekk authored May 23, 2024
1 parent 2182e47 commit ae7c283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Generic reference data editor

This is web application using a Json Schema definition to edit a list of records in Json format.
This is a web application using a Json Schema definition to edit a list of Json records.
The schema and data can be loaded using different backend providers.
The GUI shows a list of the elements as table, and an edit form if an element is selected.
The GUI shows a list of the records as table, and an edit form if a record is selected.

The Json Schema to edit a specified <dataset-name>.json file is named <dataset-name>.schema.json by convention.
The Json Schema is used to create a generic form for editing a record. The form supports arrays and nested objects.
Expand Down

0 comments on commit ae7c283

Please sign in to comment.