addedInput schema / properties / expected_revision
Added value: +{
+ "description": "Revision from recall/inspect; rejects a stale amendment",
+ "type": "string"
+}
addedInput schema / properties / patch / properties / applicability
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "platform": {
+ "maxLength": 80,
+ "type": "string"
+ },
+ "product": {
+ "maxLength": 80,
+ "type": "string"
+ },
+ "project": {
+ "maxLength": 160,
+ "type": "string"
+ },
+ "version": {
+ "maxLength": 80,
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedInput schema / properties / patch / properties / claims
Added value: +{
+ "items": {
+ "properties": {
+ "key": {
+ "maxLength": 100,
+ "minLength": 1,
+ "type": "string"
+ },
+ "value": {
+ "maxLength": 200,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "required": [
+ "key",
+ "value"
+ ],
+ "type": "object"
+ },
+ "maxItems": 12,
+ "type": "array"
+}
addedInput schema / properties / patch / properties / observations
Added value: +{
+ "items": {
+ "properties": {
+ "level": {
+ "enum": [
+ "reported",
+ "local-test",
+ "target-environment"
+ ],
+ "type": "string"
+ },
+ "observed_at": {
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:\\.\\d+)?(?:Z))$",
+ "type": "string"
+ },
+ "reference": {
+ "maxLength": 300,
+ "minLength": 3,
+ "type": "string"
+ },
+ "summary": {
+ "maxLength": 600,
+ "minLength": 3,
+ "type": "string"
+ }
+ },
+ "required": [
+ "summary",
+ "reference",
+ "observed_at",
+ "level"
+ ],
+ "type": "object"
+ },
+ "maxItems": 30,
+ "type": "array"
+}
addedInput schema / properties / patch / properties / preconditions
Added value: +{
+ "items": {
+ "maxLength": 200,
+ "minLength": 1,
+ "type": "string"
+ },
+ "maxItems": 8,
+ "type": "array"
+}