changedInput schema / properties / action / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "expected_quote": {
- "additionalProperties": false,
- "properties": {
- "billable": {
- "type": "boolean"
- },
- "cost_cents": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- }
- },
- "required": [
- "cost_cents",
- "billable"
- ],
- "type": "object"
- },
- "expected_version": {
- "exclusiveMinimum": 0,
- "maximum": 9007199254740991,
- "type": "integer"
- },
- "note": {
- "maxLength": 500,
- "type": "string"
- },
- "type": {
- "const": "scan",
- "type": "string"
- }
- },
- "required": [
- "type",
- "expected_version"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "destination": {
- "additionalProperties": false,
- "properties": {
- "city": {
- "maxLength": 80,
- "minLength": 1,
- "type": "string"
- },
- "company": {
- "anyOf": [
- {
- "maxLength": 100,
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "country": {
- "const": "US",
- "default": "US",
- "type": "string"
- },
- "line1": {
- "maxLength": 120,
- "minLength": 1,
- "type": "string"
- },
- "line2": {
- "anyOf": [
- {
- "maxLength": 120,
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "name": {
- "maxLength": 100,
- "minLength": 1,
- "type": "string"
- },
- "postal_code": {
- "pattern": "^\\d{5}(-\\d{4})?$",
- "type": "string"
- },
- "state": {
- "pattern": "^[A-Z]{2}$",
- "type": "string"
- }
- },
- "required": [
- "name",
- "line1",
- "city",
- "state",
- "postal_code"
- ],
- "type": "object"
- },
- "expected_quote": {
- "additionalProperties": false,
- "properties": {
- "billable": {
- "type": "boolean"
- },
- "cost_cents": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- }
- },
- "required": [
- "cost_cents",
- "billable"
- ],
- "type": "object"
- },
- "expected_version": {
- "exclusiveMinimum": 0,
- "maximum": 9007199254740991,
- "type": "integer"
- },
- "mail_class": {
- "default": "priority",
- "enum": [
- "first_class",
- "priority",
- "certified",
- "certified_return_receipt",
- "fedex_ground",
- "fedex_express",
- "fedex_2day",
- "fedex_overnight"
- ],
- "type": "string"
- },
- "note": {
- "maxLength": 500,
- "type": "string"
- },
- "type": {
- "const": "forward",
- "type": "string"
- },
- "untracked_acknowledged": {
- "default": false,
- "type": "boolean"
- }
- },
- "required": [
- "type",
- "expected_version",
- "destination"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "confirmed": {
- "const": true,
- "type": "boolean"
- },
- "expected_version": {
- "exclusiveMinimum": 0,
- "maximum": 9007199254740991,
- "type": "integer"
- },
- "note": {
- "maxLength": 500,
- "type": "string"
- },
- "type": {
- "const": "discard",
- "type": "string"
- }
- },
- "required": [
- "type",
- "expected_version",
- "confirmed"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "expected_quote": {
+ "additionalProperties": false,
+ "properties": {
+ "billable": {
+ "type": "boolean"
+ },
+ "cost_cents": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "max_cents": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "cost_cents",
+ "billable"
+ ],
+ "type": "object"
+ },
+ "expected_version": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "note": {
+ "maxLength": 500,
+ "type": "string"
+ },
+ "type": {
+ "const": "scan",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "expected_version"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "destination": {
+ "additionalProperties": false,
+ "properties": {
+ "city": {
+ "maxLength": 80,
+ "minLength": 1,
+ "type": "string"
+ },
+ "company": {
+ "anyOf": [
+ {
+ "maxLength": 100,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "country": {
+ "const": "US",
+ "default": "US",
+ "type": "string"
+ },
+ "line1": {
+ "maxLength": 120,
+ "minLength": 1,
+ "type": "string"
+ },
+ "line2": {
+ "anyOf": [
+ {
+ "maxLength": 120,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "name": {
+ "maxLength": 100,
+ "minLength": 1,
+ "type": "string"
+ },
+ "postal_code": {
+ "pattern": "^\\d{5}(-\\d{4})?$",
+ "type": "string"
+ },
+ "state": {
+ "pattern": "^[A-Z]{2}$",
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "line1",
+ "city",
+ "state",
+ "postal_code"
+ ],
+ "type": "object"
+ },
+ "expected_quote": {
+ "additionalProperties": false,
+ "properties": {
+ "billable": {
+ "type": "boolean"
+ },
+ "cost_cents": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "max_cents": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "cost_cents",
+ "billable"
+ ],
+ "type": "object"
+ },
+ "expected_version": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "mail_class": {
+ "default": "priority",
+ "enum": [
+ "first_class",
+ "priority",
+ "certified",
+ "certified_return_receipt",
+ "fedex_ground",
+ "fedex_express",
+ "fedex_2day",
+ "fedex_overnight"
+ ],
+ "type": "string"
+ },
+ "note": {
+ "maxLength": 500,
+ "type": "string"
+ },
+ "type": {
+ "const": "forward",
+ "type": "string"
+ },
+ "untracked_acknowledged": {
+ "default": false,
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "type",
+ "expected_version",
+ "destination"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "confirmed": {
+ "const": true,
+ "type": "boolean"
+ },
+ "expected_version": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "note": {
+ "maxLength": 500,
+ "type": "string"
+ },
+ "type": {
+ "const": "discard",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "expected_version",
+ "confirmed"
+ ],
+ "type": "object"
+ }
+]