-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Juan Cruz Viotti <[email protected]>
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 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 |
---|---|---|
|
@@ -6,6 +6,28 @@ | |
"analytics": { | ||
"plausible": "schemas.sourcemeta.com" | ||
}, | ||
"pages": { | ||
"nasa": { | ||
"title": "Pioneering Space Exploration and Innovation", | ||
"description": "The United States' government agency responsible for leading advancements in space exploration, scientific discovery, and aeronautics research", | ||
"github": "nasa", | ||
"website": "https://www.nasa.gov" | ||
}, | ||
"nasa/gcn": { | ||
"title": "General Coordinates Network", | ||
"description": "NASA's Next Generation Time-Domain and Multimessenger Astronomy Alert System", | ||
"email": "[email protected]", | ||
"github": "nasa-gcn", | ||
"website": "https://gcn.nasa.gov" | ||
}, | ||
"ossf": { | ||
"title": "Open Source Security Foundation", | ||
"description": "A community of software developers and security engineers who are working together to secure open source software for the greater public good", | ||
"email": "[email protected]", | ||
"github": "ossf", | ||
"website": "https://openssf.org" | ||
} | ||
}, | ||
"schemas": { | ||
"nasa/gcn/v4.1.0": { | ||
"base": "https://gcn.nasa.gov/schema/v4.1.0/gcn", | ||
|