Skip to content

Commit

Permalink
feat: make contact phone number optional
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Aug 23, 2022
1 parent 0d92b94 commit 53d444b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data/jsonSchemaForm/contactSchema.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const contactSchema = {
$schema: "http://json-schema.org/draft-07/schema",
type: "object",
required: ["givenName", "familyName", "email", "phone"],
required: ["givenName", "familyName", "email"],
properties: {
givenName: {
type: "string",
Expand Down

0 comments on commit 53d444b

Please sign in to comment.