-
Notifications
You must be signed in to change notification settings - Fork 16
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 areas to location #107
Conversation
@SpaceApi/core if I understood you correctly during today's meeting, this was the proposal that we converged on. Do you agree with that? (The old PR was still against schema v14-draft, btw 😂) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
This key can be used to specify a list of areas that make up your physical location. Each area has a required size (in square meters), and an optional name and description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as well.
@dbrgn Whats holding the merge back? |
4 hours ago, it was the missing second review 😂 Once you added your review, you could have hit the "merge" button. |
Ah I think we agreed that 1 review is enough if the change comes from a core member anyways. |
This key can be used to specify a list of areas that make up your physical location. Each area has a required size (in square meters), and an optional name and description.
Replaces #71. (See discussion in that MR for context.)