Skip to content

Commit 4641d8c

Browse files
Merge pull request #45 from DSACMS/nat/schema-update
Schema: Updated schema to reflect user feedback changes
2 parents 7838c54 + 19b8675 commit 4641d8c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

schemas/schema.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@
153153
"properties": {
154154
"forks": {
155155
"type": "integer"
156+
},
157+
"clones": {
158+
"type": "integer"
156159
}
157160
},
158161
"additionalProperties": true
@@ -204,7 +207,7 @@
204207
},
205208
"maintenance": {
206209
"type": "string",
207-
"description": "Maintenance status",
210+
"description": "The dedicated staff that keeps the software up-to-date, if any",
208211
"enum": [
209212
"internal",
210213
"contract",
@@ -213,7 +216,7 @@
213216
]
214217
},
215218
"contractNumber": {
216-
"type": "integer",
219+
"type": "string",
217220
"description": "Contract number"
218221
},
219222
"date": {
@@ -239,7 +242,7 @@
239242
},
240243
"tags": {
241244
"type": "array",
242-
"description": "Tags associated with the project",
245+
"description": "Topics and keywords associated with the project to improve search and discoverability",
243246
"items": {
244247
"type": "string"
245248
}
@@ -303,24 +306,21 @@
303306
},
304307
"projects": {
305308
"type": "array",
306-
"description": "Maps the repository to associated projects",
309+
"description": "Project(s) that is associated or related to the repository, if any (e.g. Bluebutton, MPSM)",
307310
"items": {
308311
"type": "string"
309312
}
310313
},
311314
"systems": {
312315
"type": "array",
313-
"description": "Maps the repository to CMS systems used",
316+
"description": "CMS systems that the repository interfaces with or depends on, if any (e.g. IDR, PECOS)",
314317
"items": {
315318
"type": "string"
316319
}
317320
},
318321
"upstream": {
319-
"type": "array",
320-
"description": "List of upstream repositories and dependencies used",
321-
"items": {
322-
"type": "string"
323-
}
322+
"type": "string",
323+
"description": "Link of the upstream repositories and dependencies used, in the form of a Software Bill of Materials/SBOM (https://github.com/$ORG_NAME/$REPO_NAME/network/dependencies)"
324324
},
325325
"subsetInHealthcare": {
326326
"type": "array",

0 commit comments

Comments
 (0)