Created
August 3, 2015 14:11
-
-
Save jury89/bf819a2c9fd9191e5dbc to your computer and use it in GitHub Desktop.
Loopback hidden properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "properties": { | |
| "password": { | |
| "type": "string", | |
| "required": true | |
| }, | |
| "hidden": ["password"], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment