Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "place",
- "base": "PersistedModel",
- "properties": {
- "name": {
- "type": "string",
- "required": true
- },
- "adress": {
- "type": {
- "streetAddress": "string",
- "postalCode": "string",
- "addressLocality": "string"
- },
- "required": true
- },
- "telephone": {
- "type": "string",
- "required": true
- },
- "faxNumber": {
- "type": "string"
- },
- "geo": {
- "type": {
- "latitude": "string",
- "longitude": "string"
- },
- "required": true
- },
- "openingHoursSpecification": {
- "type": [
- {
- "day": "string",
- "morningOpening": "string",
- "morningClosing": "string",
- "afternoonOpening": "string",
- "afternoonClosing": "string"
- }
- ],
- "required": true
- }
- },
- "validations": [],
- "relations": {
- "categorie": {
- "type": "belongsTo",
- "model": "categorie",
- "foreignKey": ""
- }
- },
- "acls": [],
- "methods": []
- }
Advertisement
Add Comment
Please, Sign In to add comment