changedInput schema / properties / questions / additionalProperties / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "criteria": {
- "additionalProperties": false,
- "properties": {
- "false": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "object"
- },
- {
- "type": "array"
- },
- {
- "type": "null"
- }
- ]
- },
- "true": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "object"
- },
- {
- "type": "array"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- "instructions": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "object"
- },
- {
- "type": "array"
- },
- {
- "type": "null"
- }
- ]
- },
- "type": {
- "const": "noul"
- }
- },
- "required": [
- "type",
- "instructions"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "criteria": {
- "additionalProperties": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "object"
- },
- {
- "type": "array"
- },
- {
- "type": "null"
- }
- ]
- },
- "maxProperties": 255,
- "minProperties": 1,
- "type": "object"
- },
- "instructions": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "object"
- },
- {
- "type": "array"
- },
- {
- "type": "null"
- }
- ]
- },
- "type": {
- "const": "choice"
- }
- },
- "required": [
- "type",
- "instructions",
- "criteria"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "criteria": {
- "items": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "object"
- },
- {
- "type": "array"
- },
- {
- "type": "null"
- }
- ]
- },
- "maxItems": 10,
- "minItems": 2,
- "type": "array"
- },
- "instructions": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "object"
- },
- {
- "type": "array"
- },
- {
- "type": "null"
- }
- ]
- },
- "type": {
- "const": "score"
- }
- },
- "required": [
- "type",
- "instructions",
- "criteria"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "criteria": {
+ "additionalProperties": false,
+ "properties": {
+ "false": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "object"
+ },
+ {
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "true": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "object"
+ },
+ {
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "instructions": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "object"
+ },
+ {
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "type": {
+ "const": "noul"
+ }
+ },
+ "required": [
+ "type",
+ "instructions"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "criteria": {
+ "additionalProperties": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "object"
+ },
+ {
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "maxProperties": 255,
+ "minProperties": 1,
+ "type": "object"
+ },
+ "instructions": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "object"
+ },
+ {
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "type": {
+ "const": "choice"
+ }
+ },
+ "required": [
+ "type",
+ "instructions",
+ "criteria"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "criteria": {
+ "items": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "object"
+ },
+ {
+ "type": "array"
+ }
+ ]
+ },
+ "maxItems": 10,
+ "minItems": 2,
+ "type": "array"
+ },
+ "instructions": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "object"
+ },
+ {
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "type": {
+ "const": "score"
+ }
+ },
+ "required": [
+ "type",
+ "instructions",
+ "criteria"
+ ],
+ "type": "object"
+ }
+]