Skip to content

Commit 3e4db48

Browse files
Merge pull request #37 from DSACMS/nat/agency-index
Docs: Added agency-index.md
2 parents 76d7e95 + abc6897 commit 3e4db48

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ code.json: An agency-wide metadata standard for software projects
77
This repository contains documentation on code.json, a metadata standard used to collect information on the agency's software projects in compliance with [M-16-21](https://obamawhitehouse.archives.gov/sites/default/files/omb/memoranda/2016/m_16_21.pdf) and the [SHARE IT Act](https://www.congress.gov/bill/118th-congress/house-bill/9566/text/ih).
88

99
- [metadata.md](./docs/metadata.md): Overview on code.json metadata standard
10+
- [agency-index.md](./docs/agency-index.md): Overview on agency-index.json file
1011
- [schemas](./schemas): code.json generic schema and agency-level schemas
1112
- [procedures.md](./docs/procedures.md): Procedures and tools on creating and updating metadata
1213
- [examples.md](./docs/examples.md): Good examples of metadata in current agency code.json files
14+
1315
- [faq.md](./docs/faq.md): Frequently Asked Questions
1416

1517
### Project Vision

docs/agency-index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## agency-index.json
2+
3+
The SHARE IT Act requires federal agencies to publish metadata for their software projects. This metadata is compiled into an **agency-index.json** file, which serves as a centralized inventory of the agency's software portfolio.
4+
5+
To create an agency-index.json:
6+
1. Identify GitHub organizations and other platforms where source code is hosted
7+
2. Generate the agency-index.json using the tools below. Learn more about usage in [procedures.md](https://github.com/DSACMS/gov-codejson/blob/main/docs/procedures.md#generate-an-agency-indexjson-file-for-agencies)
8+
- [index-generator-website](https://dsacms.github.io/index-generator-website/)
9+
- [index-generator python tool](https://github.com/DSACMS/codejson-index-generator)
10+
3. Provide the index at:
11+
- Agency's top level domain (TLD)
12+
- A GitHub repository
13+
14+
Agency index files are found here: https://github.com/DSACMS/code-gov/tree/main/agency-indexes

0 commit comments

Comments
 (0)