addedInput schema / properties / terminals / items / properties
Added value: +{
+ "address": {
+ "properties": {
+ "addressRow": {
+ "type": "string"
+ },
+ "building": {
+ "type": "string"
+ },
+ "country": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "fias": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "floor": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "house": {
+ "type": "string"
+ },
+ "housing": {
+ "type": "string"
+ },
+ "lat": {
+ "maximum": 81.8,
+ "minimum": 41.1,
+ "type": "number"
+ },
+ "lng": {
+ "maximum": 180,
+ "minimum": -180,
+ "type": "number"
+ },
+ "locality": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "localityType": {
+ "type": "string"
+ },
+ "porch": {
+ "type": "string"
+ },
+ "region": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "room": {
+ "type": "string"
+ },
+ "street": {
+ "type": "string"
+ },
+ "subRegion": {
+ "type": "string"
+ },
+ "subRegionType": {
+ "type": "string"
+ },
+ "zipCode": {
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "required": [
+ "country",
+ "fias",
+ "lat",
+ "lng",
+ "locality",
+ "region",
+ "zipCode"
+ ],
+ "type": "object"
+ },
+ "deliveryProviderId": {
+ "maxLength": 64,
+ "type": "string"
+ },
+ "directionTag": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "displayName": {
+ "type": "string"
+ },
+ "itinerary": {
+ "type": "string"
+ },
+ "name": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "options": {
+ "items": {
+ "enum": [
+ "fitting",
+ "electronics-checking",
+ "cod-by-card",
+ "cod-by-cash",
+ "multi-drop-off"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "phones": {
+ "items": {
+ "pattern": "^7[0-9]{10}$",
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "photos": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "restriction": {
+ "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"
+ },
+ "schedule": {
+ "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"
+ },
+ "services": {
+ "items": {
+ "enum": [
+ "intake",
+ "delivery"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "type": {
+ "enum": [
+ "PVZ",
+ "POSTAMAT"
+ ],
+ "type": "string"
+ }
+}