Skip to content

Instantly share code, notes, and snippets.

@acka47
Created June 2, 2015 08:41
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 acka47/b01ac269d91c7bd7be9b to your computer and use it in GitHub Desktop.
Save acka47/b01ac269d91c7bd7be9b to your computer and use it in GitHub Desktop.
owm datamodel doc
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 5.
resource, property, description, type, expected values, format
Person, @id, The person's unique identifier, string, -
Person, @type, The type of the resource., string, "Person", -
Person, email, An email account of the person., string, - , email
Person, workLocation, A "Place" resource., Place, - , -
Place, @id, The person's unique identifier, string, -
Place, @type, The type of the resource., string, "Place", -
Place, geo location, A "GeoCoordinates" resource, GeoCoordinates, -, -
Place, address, A "PostalAddress" resource, PostalAddress, -, -
GeoCoordinates, @id, The person's unique identifier, string, -
GeoCoordinates, @type, The type of the resource., string, "GeoCoordinates", -
GeoCoordinates, latitude, The latitude using WGS84., number, - , -
GeoCoordinates, longitude, The longitude using WGS84., number, - , -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment