buildingSMART / bSDD

The buildingSMART Data Dictionary repository, where we publish the documentation, examples and more. We don't publish here the data, the source code of the bSDD service or the front end of the website.
https://www.buildingsmart.org/users/services/buildingsmart-data-dictionary/
MIT License
129 stars 36 forks source link

Property status value change #62

Closed ollyhensby closed 1 year ago

ollyhensby commented 1 year ago

Describe the bug The status value related to a Property has changed.

Before it was defined as either active or inactive:

https://github.com/buildingSMART/bSDD/blob/6ebb8fe92589e93bbae749813397f91cc5dab849/Documentation/bSDD%20JSON%20import%20model.md?plain=1#L157

Whereas now an integer value (as a string) is returned: image

Question What do these values represent? My assumption is that 1: active; 2: inactive; 3: ???

atomczak commented 1 year ago

Thanks, I'm actually not sure. @Erik-RN, can you please clarify this?

Baars-IT commented 1 year ago

Ah, that's a bug indeed. But it's fixed now. It returns "Preview", "Active" or "Inactive" again.

Baars-IT commented 1 year ago

BTW: 3 was "Active", but not used anymore.