Skip to content

Commit

Permalink
feat: add user form schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammad-haji committed Aug 14, 2018
1 parent 922949a commit c5f1074
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/assets/data/forms/users/edit-users.form.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "http://json-schema.org/draft-04/hyper-schema#",
"type": "object",
"properties": {
"firstName": {
"type": "string",
"placeholder": "نام کاربری",
"title": "First name",
"widget": {
"id": "string"
}
}
}
}

0 comments on commit c5f1074

Please sign in to comment.