changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "all_gaps": {
+ "type": "array"
+ },
+ "controls_present": {
+ "type": "integer"
+ },
+ "coverage_band": {
+ "type": "string"
+ },
+ "function_coverage": {
+ "properties": {
+ "GOVERN": {
+ "properties": {
+ "gaps": {
+ "type": "array"
+ },
+ "present": {
+ "type": "integer"
+ },
+ "score": {
+ "type": "integer"
+ },
+ "total": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "MANAGE": {
+ "properties": {
+ "gaps": {
+ "type": "array"
+ },
+ "present": {
+ "type": "integer"
+ },
+ "score": {
+ "type": "integer"
+ },
+ "total": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "MAP": {
+ "properties": {
+ "gaps": {
+ "type": "array"
+ },
+ "present": {
+ "type": "integer"
+ },
+ "score": {
+ "type": "integer"
+ },
+ "total": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
+ "MEASURE": {
+ "properties": {
+ "gaps": {
+ "type": "array"
+ },
+ "present": {
+ "type": "integer"
+ },
+ "score": {
+ "type": "integer"
+ },
+ "total": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "overall_coverage": {
+ "type": "integer"
+ },
+ "total_controls": {
+ "type": "integer"
+ }
+ },
+ "type": "object"
+}