building-envelope-data / api

API specification to exchange data about building envelopes
MIT License
3 stars 1 forks source link

Move geometry from metadata of a component to a domain `geometricData` #325

Closed christoph-maurer closed 2 months ago

christoph-maurer commented 3 months ago

Several servers may have geometric data about a component. Geometric data can be a https resource or a key-value pair like "thickness": 0.004. The product data network needs to offer a search for components with a certain thickness. Therefore, I have created the domain geometricData in the API specifications and JSON schemas and updated the examples and tests. This allows a search for a certain thickness in GraphQL and to return the thickness as a JSON blob.

Resolves #314