stapi-spec / stapi-fastapi

Spatio Temporal Asset Tasking with FastAPI
MIT License
12 stars 4 forks source link

feat: separate product meta and product schema #74

Closed c-wygoda closed 3 weeks ago

c-wygoda commented 1 month ago

separating product metadata (as needs to be defined by provider implementation) and schema used in the endpoints (with links added automatically)

jkeifer commented 3 weeks ago

The proposed idea of the with_links solution has been implemented in #80 as the link issue became apparent there as we were working through those other changes.

jkeifer commented 3 weeks ago

I'm going to close this issue out as I believe the issue has been completely addressed in #80. If I have overlooked anything please let me know and we can reopen this PR if needed. Thanks!