addedOutput schema / $defs / candidate / properties / evidence_refs / items / additionalProperties
Added value: +true
addedOutput schema / $defs / candidate / properties / evidence_refs / items / properties
Added value: +{
+ "kind": {
+ "maxLength": 5000,
+ "minLength": 1,
+ "type": "string"
+ },
+ "path": {
+ "maxLength": 5000,
+ "minLength": 1,
+ "type": "string"
+ }
+}
addedOutput schema / $defs / candidate / properties / evidence_refs / items / required
Added value: +[
+ "kind",
+ "path"
+]
addedOutput schema / $defs / candidate / properties / evidence_refs / minItems
Added value: +1
addedOutput schema / $defs / candidate / properties / functional_decomposition / items / additionalProperties
Added value: +true
addedOutput schema / $defs / candidate / properties / functional_decomposition / items / properties
Added value: +{
+ "function": {
+ "maxLength": 5000,
+ "minLength": 1,
+ "type": "string"
+ },
+ "part": {
+ "maxLength": 5000,
+ "minLength": 1,
+ "type": "string"
+ }
+}
addedOutput schema / $defs / candidate / properties / functional_decomposition / items / required
Added value: +[
+ "function",
+ "part"
+]
addedOutput schema / $defs / candidate / properties / functional_decomposition / maxItems
Added value: +100
addedOutput schema / $defs / candidate / properties / rejected_alternatives / items / additionalProperties
Added value: +true
addedOutput schema / $defs / candidate / properties / rejected_alternatives / items / properties
Added value: +{
+ "mechanism": {
+ "maxLength": 5000,
+ "minLength": 1,
+ "type": "string"
+ },
+ "reason": {
+ "maxLength": 5000,
+ "minLength": 1,
+ "type": "string"
+ }
+}
addedOutput schema / $defs / candidate / properties / rejected_alternatives / items / required
Added value: +[
+ "mechanism",
+ "reason"
+]
addedOutput schema / $defs / candidate / properties / tradeoffs / items / additionalProperties
Added value: +true
addedOutput schema / $defs / candidate / properties / tradeoffs / items / properties
Added value: +{
+ "benefit": {
+ "maxLength": 5000,
+ "minLength": 1,
+ "type": "string"
+ },
+ "choice": {
+ "maxLength": 5000,
+ "minLength": 1,
+ "type": "string"
+ },
+ "cost": {
+ "maxLength": 5000,
+ "minLength": 1,
+ "type": "string"
+ }
+}
addedOutput schema / $defs / candidate / properties / tradeoffs / items / required
Added value: +[
+ "choice",
+ "benefit",
+ "cost"
+]
addedOutput schema / $defs / candidate / properties / validation_plan / items / additionalProperties
Added value: +true
addedOutput schema / $defs / candidate / properties / validation_plan / items / properties
Added value: +{
+ "criterion": {
+ "maxLength": 5000,
+ "minLength": 1,
+ "type": "string"
+ },
+ "test": {
+ "maxLength": 5000,
+ "minLength": 1,
+ "type": "string"
+ }
+}
addedOutput schema / $defs / candidate / properties / validation_plan / items / required
Added value: +[
+ "test",
+ "criterion"
+]
changedOutput schema / $defs / result / properties / contract_version / const
Previous value: -"0.2.0-draft"New value: +"0.3.0-draft"
addedOutput schema / $defs / result / properties / dissent / items / additionalProperties
Added value: +true
addedOutput schema / $defs / result / properties / dissent / items / properties
Added value: +{
+ "candidate_id": {
+ "maxLength": 5000,
+ "minLength": 1,
+ "type": "string"
+ },
+ "concern": {
+ "maxLength": 5000,
+ "minLength": 1,
+ "type": "string"
+ }
+}
addedOutput schema / $defs / result / properties / dissent / items / required
Added value: +[
+ "candidate_id",
+ "concern"
+]
addedOutput schema / $defs / result / properties / dissent / maxItems
Added value: +100
addedOutput schema / $defs / result / properties / recommendation / properties / overturn_if / items / maxLength
Added value: +5000
addedOutput schema / $defs / result / properties / recommendation / properties / overturn_if / items / minLength
Added value: +1
addedOutput schema / $defs / result / properties / recommendation / properties / overturn_if / items / type
Added value: +"string"
changedOutput schema / contract_version
Previous value: -"0.2.0-draft"New value: +"0.3.0-draft"
changedOutput schema / properties / contract_version / const
Previous value: -"0.2.0-draft"New value: +"0.3.0-draft"