addedInput schema / properties / areas / items / properties
Added value: +{
+ "deliverySchedule": {
+ "properties": {
+ "cutoff": {
+ "properties": {
+ "cutoffTime": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "daysAfterCutoff": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "daysBeforeCutoff": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "cutoffTime",
+ "daysAfterCutoff",
+ "daysBeforeCutoff"
+ ],
+ "type": "object"
+ },
+ "regularSchedule": {
+ "properties": {
+ "fri": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "mon": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "sat": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "sun": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "thu": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "tue": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "wed": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "mon",
+ "tue",
+ "wed",
+ "thu",
+ "fri",
+ "sat",
+ "sun"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "cutoff",
+ "regularSchedule"
+ ],
+ "type": "object"
+ },
+ "directionTag": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "intakeSchedule": {
+ "properties": {
+ "cutoff": {
+ "properties": {
+ "cutoffTime": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "daysAfterCutoff": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "daysBeforeCutoff": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "cutoffTime",
+ "daysAfterCutoff",
+ "daysBeforeCutoff"
+ ],
+ "type": "object"
+ },
+ "regularSchedule": {
+ "properties": {
+ "fri": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "mon": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "sat": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "sun": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "thu": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "tue": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "wed": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "mon",
+ "tue",
+ "wed",
+ "thu",
+ "fri",
+ "sat",
+ "sun"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "cutoff",
+ "regularSchedule"
+ ],
+ "type": "object"
+ },
+ "providerAreaNumber": {
+ "maxLength": 128,
+ "minLength": 1,
+ "type": "string"
+ },
+ "restrictions": {
+ "properties": {
+ "dimensionalFactor": {
+ "maximum": 100000,
+ "minimum": 1000,
+ "type": "integer"
+ },
+ "maxDeclaredCost": {
+ "maximum": 15000000,
+ "minimum": 1000,
+ "type": "integer"
+ },
+ "maxDimensionalWeight": {
+ "maximum": 100000000000,
+ "minimum": 1000,
+ "type": "integer"
+ },
+ "maxDimensions": {
+ "items": {
+ "maximum": 3000,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "type": "array"
+ },
+ "maxWeight": {
+ "maximum": 100000000000,
+ "minimum": 1000,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "maxDeclaredCost",
+ "maxDimensions",
+ "maxWeight"
+ ],
+ "type": "object"
+ },
+ "services": {
+ "items": {
+ "enum": [
+ "intake",
+ "delivery"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "utcTimezone": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "zipCodes": {
+ "items": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "minItems": 1,
+ "type": "array"
+ }
+}