Skip to content

Commit 52e0887

Browse files
authored
docs: remove duplicated state property in the example (#294)
1 parent 4f90779 commit 52e0887

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ const doc = {
8585
properties: {
8686
street_name: { type: "string" },
8787
city: { type: "string", description: "City description" },
88-
state: { type: "string" },
8988
house_number: { type: "number" },
9089
marriage: { type: "boolean", description: "Status if marriage live in given house" },
9190
pet_names: { type: "array", items: { type: "string" } },

0 commit comments

Comments
 (0)