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

Add a new field: availability #117

Open
psaiz opened this issue Jan 6, 2025 · 2 comments
Open

Add a new field: availability #117

psaiz opened this issue Jan 6, 2025 · 2 comments
Assignees

Comments

@psaiz
Copy link
Contributor

psaiz commented Jan 6, 2025

Add a new optional field to the records that would identify the status of the dataset. Possible status are:

  • Available
  • Sample available
  • Needs to be requested
@tiborsimko
Copy link
Member

We already have a distribution.availability field that is meant to be used precisely for this purpose?

    "distribution": {
      "properties": {
        "availability": {
          "description": "Specifies if dataset is on-demand, online in future might be also tape, disk",
          "enum": [
            "ondemand",
            "online"
          ],
          "type": "string"
        },

@psaiz
Copy link
Contributor Author

psaiz commented Jan 6, 2025

Even better, thanks! Then, to complete this ticket it looks like the only change will be to add new entries to the enum

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