schema-generator icon indicating copy to clipboard operation
schema-generator copied to clipboard

How-to define a custom property name

Open comxd opened this issue 7 years ago • 3 comments

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.

comxd avatar Nov 14 '18 12:11 comxd

+1 ! Problem is actual for me too!

imissyouso avatar Jan 19 '19 13:01 imissyouso

+1

D37R4C7 avatar Apr 11 '19 09:04 D37R4C7

+1

nithiz avatar Jun 09 '21 15:06 nithiz