schema-generator
schema-generator copied to clipboard
How-to define a custom property name
Example:
User:
guessFrom: "Person"
properties:
email: { unique: true, nullable: false }
email2: { nullable: false, guessFrom: "email" }
The guessFrom option is not recognized for the field type.
+1 ! Problem is actual for me too!
+1
+1