-
Notifications
You must be signed in to change notification settings - Fork 21
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 staging metadata for matterverse.ai #83
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"meta": { | ||
"api_version": "1.0.0", | ||
"query": { | ||
"representation": "/info" | ||
}, | ||
"more_data_available": false, | ||
"schema": "https://schemas.optimade.org/openapi/v1.0/optimade_index.json" | ||
}, | ||
"data": { | ||
"attributes": { | ||
"available_api_versions": [ | ||
{ | ||
"version": "1.0.0", | ||
"url": "http://providers.optimade.org/index-metadbs/matterverse/v1/" | ||
} | ||
], | ||
"is_index": true, | ||
"formats": [ | ||
"json" | ||
], | ||
"entry_types_by_format": { | ||
"json": [] | ||
}, | ||
"available_endpoints": [ | ||
"info", | ||
"links" | ||
], | ||
"api_version": "1.0.0" | ||
}, | ||
"type": "info", | ||
"relationships": { | ||
"default": { | ||
"data": { | ||
"id": "matterverse", | ||
"type": "links" | ||
} | ||
} | ||
}, | ||
"id": "/" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,35 @@ | ||||||
{ | ||||||
"meta": { | ||||||
"api_version": "1.0.0", | ||||||
"query": { | ||||||
"representation": "/links" | ||||||
}, | ||||||
"more_data_available": false, | ||||||
"schema": "https://schemas.optimade.org/openapi/v1.0/optimade_index.json" | ||||||
}, | ||||||
"data": [ | ||||||
{ | ||||||
"id": "matterverse", | ||||||
"type": "links", | ||||||
"attributes": { | ||||||
"name": "Matterverse", | ||||||
"description": "Database of over 31 million hypothetical materials generated through advanced machine learning algorithms", | ||||||
"base_url": null, | ||||||
"aggregate": "staging", | ||||||
"homepage": "https://matterverse.ai", | ||||||
"link_type": "child" | ||||||
} | ||||||
}, | ||||||
{ | ||||||
"id": "optimade-providers", | ||||||
"type": "links", | ||||||
"attributes": { | ||||||
"name": "OPTIMADE Providers Index Meta-Database", | ||||||
"description": "The list of OPTIMADE providers maintained by Materials-Consortia", | ||||||
"base_url": "https://providers.optimade.org", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is also not the |
||||||
"homepage": "https://www.optimade.org", | ||||||
"link_type": "providers" | ||||||
} | ||||||
} | ||||||
] | ||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@christen03 this is the one!