-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull in api doc update from integration into main for release
- Loading branch information
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,9 @@ | |
"openapi": "3.0.1", | ||
"info": { | ||
"title": "Resource Metadata Management API", | ||
"description": "These are set of APIs which return the NIST public data repository related information. First one is the Search and discover API to get the dataset results for given criteria or dataset identifier. Second is to get different versions of the records or metadata for given dataset. Third one is to get the usage metrics for different datasets", | ||
"license": { | ||
"name": "NIST Software", | ||
"url": "https://www.nist.gov/open/copyright-fair-use-and-licensing-statements-srd-data-software-and-technical-series-publications" | ||
}, | ||
"version": "1.1.0" | ||
}, | ||
"description": "These are set of APIs which return the NIST public data repository related information. First one is the Search and discover API to get the dataset results for given criteria or dataset identifier. Second is to get different versions of the records or metadata for given dataset. Third one is to get the usage metrics for different datasets. For any inquiries, please contact the support team at [email protected].", | ||
"version": "1.2.4" | ||
}, | ||
"servers": [ | ||
{ | ||
"url": "https://data.nist.gov/rmm", | ||
|
@@ -1621,4 +1617,4 @@ | |
} | ||
} | ||
} | ||
} | ||
} |