Created
April 22, 2022 21:07
-
-
Save TorbenKoehn/ce443281e06d58c1c6b5b8bd379d07b5 to your computer and use it in GitHub Desktop.
Address Entity JSON-Schema
This file contains 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
{ | |
"$schema": "https://schema.stackmeister.com/entities/address", | |
"type": "object", | |
"properties": { | |
"id": { "type": "integer", "maxLength": 11, "x-generated": true }, | |
"streetName": { "type": "string", "maxLength": 200 } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment