addedInput schema / properties / version
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Version"
+}
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"
+ },
+ "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"
+ }
+}
addedOutput schema / properties / applies
Added value: +{
+ "$ref": "#/$defs/AppliesMap"
+}
addedOutput schema / properties / control_class
Added value: +{
+ "title": "Control Class",
+ "type": "string"
+}
addedOutput schema / properties / control_revision
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Control Revision"
+}
addedOutput schema / properties / description
Added value: +{
+ "title": "Description",
+ "type": "string"
+}
addedOutput schema / properties / guideline
Added value: +{
+ "title": "Guideline",
+ "type": "string"
+}
addedOutput schema / properties / identifier
Added value: +{
+ "title": "Identifier",
+ "type": "string"
+}
addedOutput schema / properties / label
Added value: +{
+ "title": "Label",
+ "type": "string"
+}
addedOutput schema / properties / maturity
Added value: +{
+ "$ref": "#/$defs/MaturityMap"
+}
removedOutput schema / properties / result
Removed value: -{
- "title": "Result",
- "type": "string"
-}
addedOutput schema / properties / section
Added value: +{
+ "title": "Section",
+ "type": "string"
+}
addedOutput schema / properties / sort_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Sort Id"
+}
addedOutput schema / properties / title
Added value: +{
+ "title": "Title",
+ "type": "string"
+}
addedOutput schema / properties / topic
Added value: +{
+ "title": "Topic",
+ "type": "string"
+}
addedOutput schema / properties / updated
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Updated"
+}
addedOutput schema / properties / version
Added value: +{
+ "title": "Version",
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "result"
-]New value: +[
+ "version",
+ "identifier",
+ "label",
+ "title",
+ "control_class",
+ "guideline",
+ "section",
+ "topic",
+ "description",
+ "control_revision",
+ "updated",
+ "sort_id",
+ "applies",
+ "maturity"
+]
changedOutput schema / title
Previous value: -"ism_getOutput"New value: +"ControlRecord"