NASA-PDS / harvest

Standalone Harvest client application providing the functionality for capturing and indexing product metadata into the PDS Registry system (https://github.com/nasa-pds/registry).
https://nasa-pds.github.io/registry
Other
4 stars 3 forks source link

Add schema reference to all examples to take advantage of new schema #156

Closed jordanpadams closed 4 months ago

jordanpadams commented 7 months ago

💡 Description

Per https://github.com/NASA-PDS/harvest/pull/146, we have a new schema to describe the Harvest config. We need to add this to the XML declaration so a user can more easily update and validate their values are accurate.

⚔️ Parent Epic / Related Tickets

No response

al-niessner commented 7 months ago

@jordanpadams

Is this what you had in mind?

      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
      xsi:schemaLocation="https://github.com/NASA-PDS/harvest/blob/main/src/main/resources/conf/configuration.xsd"
jordanpadams commented 7 months ago

@al-niessner works for me!