Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Model: pointofinterest #128

Closed
derrickmehaffy opened this issue Feb 22, 2019 · 1 comment
Closed

Add Model: pointofinterest #128

derrickmehaffy opened this issue Feb 22, 2019 · 1 comment

Comments

@derrickmehaffy
Copy link
Contributor

The POI model is to be used by various Canonn tools and services such as the ED3D Maps to hold important information that may not fit our typical site schemas such as information about our home system, or other systems that may be of interest.

model: pointofinterest

WIP
@derrickmehaffy
Copy link
Contributor Author

Added, model layout below, and subject to change:

{
  "connection": "default",
  "collectionName": "pointofinterests",
  "info": {
    "name": "pointofinterest",
    "description": "Points of Interest that are outside our typical Schemas"
  },
  "options": {
    "increments": true,
    "timestamps": true,
    "comment": ""
  },
  "attributes": {
    "system": {
      "model": "system"
    },
    "body": {
      "model": "body"
    },
    "ring": {
      "model": "ring"
    },
    "poiDescription": {
      "default": "",
      "type": "string"
    },
    "type": {
      "default": "",
      "type": "string"
    },
    "active": {
      "default": false,
      "type": "boolean"
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant