GRC Schema

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"
        }
      }
    ]
  }
}