Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define default response fields #19

Closed
jordanpadams opened this issue Sep 30, 2020 · 1 comment
Closed

Define default response fields #19

jordanpadams opened this issue Sep 30, 2020 · 1 comment
Assignees

Comments

@jordanpadams
Copy link
Member

jordanpadams commented Sep 30, 2020

Acceptance criteria:
Check that the default fields are described in the specification:

  1. https://github.com/NASA-PDS/pds-api/blob/master/docs/spec/pds-api-specification.md
  2. and online https://nasa-pds.github.io/pds-api/
@tloubrieu-jpl
Copy link
Member

tloubrieu-jpl commented Nov 4, 2020

Default fields are named universal or base attributes.

A first list agreed on during API workng group meeting on 11/04/2020 is:
{
"id": "string",
"type": "string",
"title": "string",
"description": "string",
"start_date_time": "string",
"stop_date_time": "string",
"observing_system_components": [
{
"title": "string",
"ref": "string",
"type": "string",
"description": "string"
}
],
"targets": [
{
"title": "string",
"ref": "string",
"type": "string",
"description": "string"
}
],
"metadata": {
"creation_date_time": "string",
"update_date_time": "string",
"version": "string",
"label_url": "string"
},

  • a reference to mission context product (investigation area in the pds4 information model)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants