sTIGCKLB.schema.json
This Security Technical Implementation Guide is published as a tool to improve the security of Department of Defense (DOD) information systems. The requirements are derived from the National Institute of Standards and Technology (NIST) 800-53 and related documents. Comments or proposed revisions to this document should be sent via email to the following address: disa.stig_spt@mail.mil.
type · thingDISA vocabularystatus · publishedv1
{
"STIGCKLB": {
"@type": "STIGCKLB",
"schemaVersion": 1,
"id": "Integer",
"benchmarkId": "String",
"slug": "String",
"status": "String",
"statusDate": "Datetime",
"title": "String",
"description": "String",
"version": "String",
"createdAt": "Datetime",
"updatedAt": "Datetime",
"groups": [
{
"groups(item)": {
"@type": "Groups(item)",
"groupId": "String",
"ruleId": "String",
"ruleWeight": "String",
"ruleSeverity": "String",
"ruleVersion": "String",
"ruleTitle": "String",
"ruleVulnDiscussion": "String",
"ruleFalsePositives": "String",
"ruleFalseNegatives": "String",
"ruleDocumentable": "String",
"ruleMitigations": "String",
"ruleIdent": "String",
"ruleFixText": "String",
"ruleFixId": "String",
"ruleCheckSystem": "String",
"ruleCheckContent": "String"
}
}
],
"profiles": [
{
"profiles(item)": {
"@type": "Profiles(item)",
"profileId": "String"
}
}
]
}
}{
"STIGCKLB": {
"@type": "STIGCKLB",
"schemaVersion": 1,
"description": {
"type": "String"
},
"id": {
"type": "Integer"
},
"benchmarkId": {
"type": "String"
},
"slug": {
"type": "String"
},
"status": {
"description": "The item's release status as one of these values: Released, Redacted, In Edit, Re-Queued, Recommended, Not Applicable, On Hold, Restricted, In Review, Queued.",
"type": "String"
},
"statusDate": {
"type": "Datetime"
},
"title": {
"type": "String"
},
"version": {
"description": "Version information for an item.",
"type": "String"
},
"createdAt": {
"type": "Datetime"
},
"updatedAt": {
"type": "Datetime"
},
"groups": [
{
"groups(item)": {
"@type": "Groups(item)",
"groupId": {
"type": "String"
},
"ruleId": {
"type": "String"
},
"ruleWeight": {
"type": "String"
},
"ruleSeverity": {
"type": "String"
},
"ruleVersion": {
"type": "String"
},
"ruleTitle": {
"type": "String"
},
"ruleVulnDiscussion": {
"type": "String"
},
"ruleFalsePositives": {
"type": "String"
},
"ruleFalseNegatives": {
"type": "String"
},
"ruleDocumentable": {
"type": "String"
},
"ruleMitigations": {
"type": "String"
},
"ruleIdent": {
"type": "String"
},
"ruleFixText": {
"type": "String"
},
"ruleFixId": {
"type": "String"
},
"ruleCheckSystem": {
"type": "String"
},
"ruleCheckContent": {
"type": "String"
}
}
}
],
"profiles": [
{
"profiles(item)": {
"@type": "Profiles(item)",
"profileId": {
"type": "String"
}
}
}
]
}
}