Skip to content

Instantly share code, notes, and snippets.

@okamanda
Created August 29, 2017 19:31
Show Gist options
  • Save okamanda/27df546bf1fc2a9f6ddf016ba95abdc9 to your computer and use it in GitHub Desktop.
Save okamanda/27df546bf1fc2a9f6ddf016ba95abdc9 to your computer and use it in GitHub Desktop.
sample
"relatedCodebase": {
"type": "array",
"description": "An array of forked, cloned, or other otherwise reused source code repositories.",
"items": {
"type": "object",
"properties": {
"codeName": {
"type": "string",
"description": "The name of the code repository, project, library or release."
},
"codeURL": {
"type": "string",
"format": "uri",
"description": "The URL where the code repository, project, library or release can be found."
},
"isGovermentRepo": {
"type": "boolean",
"description": "True or False. Is the code repository owned or managed by a federal agency?"
}
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment