Initial commit: Angular frontend and Expressjs backend
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
type: "object",
|
||||
properties: {
|
||||
name: {
|
||||
type: "string",
|
||||
message: "Invalid name",
|
||||
minLength: 2,
|
||||
maxLength: 30
|
||||
}
|
||||
},
|
||||
required: ["name"]
|
||||
};
|
||||
Reference in New Issue
Block a user