Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 59331ce

Browse files
Merge pull request #668 from GSA/feature-schema-relatedcode-property
isGovernmentRepo boolean is a missing optional field from schema
2 parents 6bfc13b + 2793edb commit 59331ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/assets/schemas/2.0.0.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@
198198
"type": "string",
199199
"format": "uri",
200200
"description": "The URL where the code repository, project, library or release can be found."
201+
},
202+
"isGovernmentRepo":{
203+
"type": "boolean",
204+
"description": "True or False. Is the code repository owned or managed by a federal agency"
201205
}
202206
},
203207
"additionalProperties": false

0 commit comments

Comments
 (0)