Skip to content

Instantly share code, notes, and snippets.

@TorbenKoehn
Created April 22, 2022 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TorbenKoehn/ce443281e06d58c1c6b5b8bd379d07b5 to your computer and use it in GitHub Desktop.
Save TorbenKoehn/ce443281e06d58c1c6b5b8bd379d07b5 to your computer and use it in GitHub Desktop.
Address Entity JSON-Schema
{
"$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