Skip to content

Commit 161f700

Browse files
Created input schema file
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent befab6b commit 161f700

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

schemas/schema.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"title": "CMS Code.json Metadata",
4+
"description": "A metadata standard for software repositories of CMS",
5+
"type": "object",
6+
"properties": {
7+
"name": {
8+
"type": "string",
9+
"description": "Name of the project or software"
10+
},
11+
"softwareDescription": {
12+
"type": "string",
13+
"description": "project description here"
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)