You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
container.innerHTML=`<div class="step-header"><div class="step-number">2</div><h3>Auto Generate Fields</h3></div> \n <h4> Please enter your repositories GitHub URL in order to automatically pre-fill some of the fields in this form! </h4> \n <h6> <i>This currently only works on <b>public</b> repositories</i> </h6>`
266
+
container.innerHTML=`<div class="step-header"><div class="step-number">3</div><h3>Auto Generate Fields</h3></div> \n <h4> Please enter your repositories GitHub URL in order to automatically pre-fill some of the fields in this form! </h4> \n <h6> <i>This currently only works on <b>public</b> repositories</i> </h6>`
265
267
}
266
268
267
269
// Iterates through each json field and creates component array for Form.io
Copy file name to clipboardExpand all lines: schemas/gov/schema.json
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,17 @@
64
64
"openSource",
65
65
"governmentWideReuse",
66
66
"exemptByNationalSecurity",
67
-
"exemptByIntelligence",
67
+
"exemptByNationalIntelligence",
68
68
"exemptByFOIA",
69
69
"exemptByEAR",
70
70
"exemptByITAR",
71
71
"exemptByTSA",
72
72
"exemptByClassifiedInformation",
73
-
"exemptByPrivacyRisk"
73
+
"exemptByPrivacyRisk",
74
+
"exemptByAgencySystem",
75
+
"exemptByAgencyMission",
76
+
"exemptByCIO",
77
+
"exemptByPolicyDate"
74
78
]
75
79
},
76
80
"description": "A list of enumerated values which describes the usage permissions for the release: (1) openSource: Open source; (2) governmentWideReuse: Government-wide reuse; (3) exemptByLaw: The sharing of the source code is restricted by law or regulation, including—but not limited to—patent or intellectual property law, the Export Asset Regulations, the International Traffic in Arms Regulation, and the Federal laws and regulations governing classified information; (4) exemptByNationalSecurity: The sharing of the source code would create an identifiable risk to the detriment of national security, confidentiality of Government information, or individual privacy; (5) exemptByAgencySystem: The sharing of the source code would create an identifiable risk to the stability, security, or integrity of the agency’s systems or personnel, (6) exemptByAgencyMission: The sharing of the source code would create an identifiable risk to agency mission, programs, or operations; (7) exemptByCIO: The CIO believes it is in the national interest to exempt sharing the source code; (8) exemptByPolicyDate: The release was created prior to the M-16-21 policy (August 8, 2016)",
0 commit comments