Skip to content
Snippets Groups Projects
Commit d7a1e5300ba6 authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

feat: make City.name required

parent 4d31c27cdf30
No related branches found
No related tags found
1 merge request!15Topic/default/default values
......@@ -24,7 +24,7 @@
postal_address: { type: "String" },
},
City: {
name: { type: "String" },
name: { type: "String", required: true },
zip_code: { type: "Int" },
},
Person: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment