addedOutput schema / $defs
Added value: +{
+ "AppliesMap": {
+ "properties": {
+ "NC": {
+ "title": "Nc",
+ "type": "boolean"
+ },
+ "OS": {
+ "title": "Os",
+ "type": "boolean"
+ },
+ "P": {
+ "title": "P",
+ "type": "boolean"
+ },
+ "S": {
+ "title": "S",
+ "type": "boolean"
+ },
+ "TS": {
+ "title": "Ts",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "NC",
+ "OS",
+ "P",
+ "S",
+ "TS"
+ ],
+ "title": "AppliesMap",
+ "type": "object"
+ },
+ "ControlRecord": {
+ "properties": {
+ "applies": {
+ "$ref": "#/$defs/AppliesMap"
+ },
+ "control_class": {
+ "title": "Control Class",
+ "type": "string"
+ },
+ "control_revision": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Control Revision"
+ },
+ "description": {
+ "title": "Description",
+ "type": "string"
+ },
+ "guideline": {
+ "title": "Guideline",
+ "type": "string"
+ },
+ "identifier": {
+ "title": "Identifier",
+ "type": "string"
+ },
+ "label": {
+ "title": "Label",
+ "type": "string"
+ },
+ "maturity": {
+ "$ref": "#/$defs/MaturityMap"
+ },
+ "section": {
+ "title": "Section",
+ "type": "string"
+ },
+ "sort_id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Sort Id"
+ },
+ "title": {
+ "title": "Title",
+ "type": "string"
+ },
+ "topic": {
+ "title": "Topic",
+ "type": "string"
+ },
+ "updated": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Updated"
+ },
+ "version": {
+ "title": "Version",
+ "type": "string"
+ }
+ },
+ "required": [
+ "version",
+ "identifier",
+ "label",
+ "title",
+ "control_class",
+ "guideline",
+ "section",
+ "topic",
+ "description",
+ "control_revision",
+ "updated",
+ "sort_id",
+ "applies",
+ "maturity"
+ ],
+ "title": "ControlRecord",
+ "type": "object"
+ },
+ "MaturityMap": {
+ "properties": {
+ "ML1": {
+ "title": "Ml1",
+ "type": "boolean"
+ },
+ "ML2": {
+ "title": "Ml2",
+ "type": "boolean"
+ },
+ "ML3": {
+ "title": "Ml3",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "ML1",
+ "ML2",
+ "ML3"
+ ],
+ "title": "MaturityMap",
+ "type": "object"
+ }
+}