Skip to content

Commit c503849

Browse files
Add repositoryURL to required array
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent 716d3a6 commit c503849

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

js/generateFormComponents.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function createComponent(fieldName, fieldObject) {
5858
label: fieldName,
5959
input: true,
6060
tooltip: fieldObject["description"],
61-
description: fieldObject["description"],
61+
description: fieldObject["description"]
6262
};
6363
case "tags":
6464
return {
@@ -219,7 +219,6 @@ function createAllComponents(schema, prefix = ""){
219219
// Iterates through each json field and creates component array for Form.io
220220
async function createFormComponents() {
221221
let components = [];
222-
let formFields = {};
223222

224223
const filePath = "schemas/schema.json";
225224
let jsonData = await retrieveFile(filePath);

schemas/schema-0.0.0.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@
317317
"status",
318318
"permissions",
319319
"organization",
320+
"repositoryURL",
320321
"vcs",
321322
"laborHours",
322323
"platforms",

0 commit comments

Comments
 (0)