Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
fix(schema): add missing 'name' property
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Oct 10, 2019
1 parent 4f821dc commit 5ccb621
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"schema": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string",
"required": true
},
"email": {
"title": "Email address",
"description": "The email address used to connect to your my.withings.com account.",
Expand Down

0 comments on commit 5ccb621

Please sign in to comment.