💡 Description
Enable PDS Search API users to discover and query Context products (Instruments, Targets, Missions, Nodes, Facilities, etc.) through the standard /classes endpoint and class-specific search paths.
Currently, the API's /classes endpoint returns:
["any", "bundles", "collections", "documents", "observationals", "products"]
Context products represent critical contextual metadata about missions, instruments, spacecraft, and observing targets. Exposing them as a searchable class is essential for users needing to understand the scientific context around data products.
This theme covers all work required to add context as a first-class searchable product type, including endpoint support, data mapping, and integration testing.
💡 Description
Enable PDS Search API users to discover and query Context products (Instruments, Targets, Missions, Nodes, Facilities, etc.) through the standard
/classesendpoint and class-specific search paths.Currently, the API's
/classesendpoint returns:Context products represent critical contextual metadata about missions, instruments, spacecraft, and observing targets. Exposing them as a searchable class is essential for users needing to understand the scientific context around data products.
This theme covers all work required to add
contextas a first-class searchable product type, including endpoint support, data mapping, and integration testing.