View | Details | Raw Unified | Return to bug 20144
Collapse All | Expand All

(-)a/api/v1/swagger/definitions/patron.json (-3 / +2 lines)
Lines 34-40 Link Here
34
      "description": "street type of patron's primary address"
34
      "description": "street type of patron's primary address"
35
    },
35
    },
36
    "address": {
36
    "address": {
37
      "type": "string",
37
      "type": ["string", "null"],
38
      "description": "first address line of patron's primary address"
38
      "description": "first address line of patron's primary address"
39
    },
39
    },
40
    "address2": {
40
    "address2": {
Lines 42-48 Link Here
42
      "description": "second address line of patron's primary address"
42
      "description": "second address line of patron's primary address"
43
    },
43
    },
44
    "city": {
44
    "city": {
45
      "type": "string",
45
      "type": ["string", "null"],
46
      "description": "city or town of patron's primary address"
46
      "description": "city or town of patron's primary address"
47
    },
47
    },
48
    "state": {
48
    "state": {
49
- 

Return to bug 20144