Skip to content

Commit cb5990f

Browse files
Change example file names and updated example file paths
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent 22016f0 commit cb5990f

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/examples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ We encourage you to review these examples and tests when creating or updating yo
1010

1111
DedupliFHIR is a desktop app tool that uses AI deduplication to identify duplicates in patient records. It is a [tier 3](https://github.com/DSACMS/repo-scaffolder/blob/dev/maturity-model-tiers.md#tier-information) project launched in production that receives user input.
1212

13-
Link to code.json file: https://github.com/DSACMS/gov-codejson/blob/main/tests/examples/example-dedupliFHIR.json
13+
Link to code.json file: [codejson-example-dedupliFHIR.json](https://github.com/DSACMS/gov-codejson/blob/main/tests/examples/codejson-example-dedupliFHIR.json)
1414

1515
## Example 2: [CMS Metrics Website](https://github.com/DSACMS/metrics)
1616

1717
The CMS Metrics Website is a [tier 3](https://github.com/DSACMS/repo-scaffolder/blob/dev/maturity-model-tiers.md#tier-information) project where government employees can view repository metrics on CMS open source projects, currently maintained by the CMS OSPO.
1818

19-
Link to code.json file: https://github.com/DSACMS/gov-codejson/blob/main/tests/examples/example-metrics.json
19+
Link to code.json file: [codejson-example-metrics.json](https://github.com/DSACMS/gov-codejson/blob/main/tests/examples/codejson-example-metrics.json)
2020

2121
## Example 3: [gov-codejson](https://github.com/DSACMS/gov-codejson)
2222

2323
gov-codejson (this repository!) is a [tier 3](https://github.com/DSACMS/repo-scaffolder/blob/dev/maturity-model-tiers.md#tier-information) project containing documentation on the code.json metadata standard, currently maintained by the federal government community.
2424

25-
Link to code.json file: https://github.com/DSACMS/gov-codejson/blob/main/code.json
25+
Link to code.json file: [code.json](https://github.com/DSACMS/gov-codejson/blob/main/code.json)

tests/cms-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
{
66
"description": "Example 1: DedupliFHIR",
77
"valid": true,
8-
"dataPath": "./examples/example-dedupliFHIR.json"
8+
"dataPath": "./examples/codejson-example-dedupliFHIR.json"
99
},
1010
{
1111
"description": "Example 2: metrics",
1212
"valid": true,
13-
"dataPath": "./examples/example-metrics.json"
13+
"dataPath": "./examples/codejson-example-metrics.json"
1414
},
1515
{
1616
"description": "Example 3: gov-codejson",
File renamed without changes.
File renamed without changes.

tests/gov-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
{
66
"description": "Example 1: DedupliFHIR",
77
"valid": true,
8-
"dataPath": "./examples/example-dedupliFHIR.json"
8+
"dataPath": "./examples/codejson-example-dedupliFHIR.json"
99
},
1010
{
1111
"description": "Example 2: metrics",
1212
"valid": true,
13-
"dataPath": "./examples/example-metrics.json"
13+
"dataPath": "./examples/codejson-example-metrics.json"
1414
},
1515
{
1616
"description": "Example 3: gov-codejson",

0 commit comments

Comments
 (0)