relaton / relaton-py

Python library for Relaton
MIT License
1 stars 1 forks source link

place datatype is stale #66

Open kesara opened 1 month ago

kesara commented 1 month ago

place is defined as Optional[str] ^1.

But the latest relaton model has multiple attributes for place. Example:

place:
- city: <string>
  region:
  - name: <string>
    iso: <string>