File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
3- "title" : " Code.gov Inventory" ,
4- "description" : " A federal source code catalog" ,
3+ "title" : " Agency Source Code Inventory" ,
4+ "description" : " Agency source code catalog" ,
55 "type" : " object" ,
66 "required" : [
77 " version" ,
3939 "releases" : {
4040 "type" : " array" ,
4141 "items" : {
42+ "type" : " object" ,
43+ "description" : " A code.json object containing each versioned source code release made available." ,
4244 "allOf" : [
4345 {
4446 "$ref" : " ../schema-2.0.0.json"
4547 }
4648 ]
4749 },
50+ "description" : " An array of code.json objects containing each versioned source code release made available." ,
4851 "additionalProperties" : false
4952 },
5053 "version" : {
51- "description" : " The version of the metadata schema in use. Implements semantic versioning 2.0.0 rules as defined at http://semver.org" ,
54+ "description" : " The version of the metadata schema in use. Implements semantic versioning 2.0.0 rules as defined at http://semver.org. " ,
5255 "type" : " string"
5356 }
5457 }
You can’t perform that action at this time.
0 commit comments