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

isGovernmentRepo boolean is a missing optional field from schema #668

Merged
merged 2 commits into from
Sep 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/assets/schemas/2.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@
"type": "string",
"format": "uri",
"description": "The URL where the code repository, project, library or release can be found."
},
"isGovernmentRepo":{
"type": "boolean",
"description": "True or False. Is the code repository owned or managed by a federal agency"
}
},
"additionalProperties": false
Expand Down