|
68 | 68 | "type": "string" |
69 | 69 | }, |
70 | 70 | "openLoansFiles": { |
71 | | - "anyOf": [ |
72 | | - { |
73 | | - "items": { |
74 | | - "$ref": "#/$defs/FileDefinition" |
75 | | - }, |
76 | | - "type": "array" |
77 | | - }, |
78 | | - { |
79 | | - "type": "null" |
80 | | - } |
81 | | - ], |
82 | 71 | "description": "List of files containing open loan data.", |
83 | | - "title": "Open loans files" |
| 72 | + "items": { |
| 73 | + "$ref": "#/$defs/FileDefinition" |
| 74 | + }, |
| 75 | + "title": "Open loans files", |
| 76 | + "type": "array" |
84 | 77 | }, |
85 | 78 | "fallbackServicePointId": { |
86 | 79 | "description": "Identifier of the fallback service point.", |
87 | 80 | "title": "Fallback service point ID", |
88 | 81 | "type": "string" |
89 | 82 | }, |
90 | 83 | "startingRow": { |
91 | | - "anyOf": [ |
92 | | - { |
93 | | - "type": "integer" |
94 | | - }, |
95 | | - { |
96 | | - "type": "null" |
97 | | - } |
98 | | - ], |
99 | 84 | "default": 1, |
100 | 85 | "description": "The starting row for data processing. By default is 1.", |
101 | | - "title": "Starting row" |
| 86 | + "title": "Starting row", |
| 87 | + "type": "integer" |
102 | 88 | }, |
103 | 89 | "itemFiles": { |
104 | | - "anyOf": [ |
105 | | - { |
106 | | - "items": { |
107 | | - "$ref": "#/$defs/FileDefinition" |
108 | | - }, |
109 | | - "type": "array" |
110 | | - }, |
111 | | - { |
112 | | - "type": "null" |
113 | | - } |
114 | | - ], |
115 | 90 | "default": [], |
116 | 91 | "description": "List of files containing item data. By default is empty list.", |
117 | | - "title": "Item files" |
| 92 | + "items": { |
| 93 | + "$ref": "#/$defs/FileDefinition" |
| 94 | + }, |
| 95 | + "title": "Item files", |
| 96 | + "type": "array" |
118 | 97 | }, |
119 | 98 | "patronFiles": { |
120 | | - "anyOf": [ |
121 | | - { |
122 | | - "items": { |
123 | | - "$ref": "#/$defs/FileDefinition" |
124 | | - }, |
125 | | - "type": "array" |
126 | | - }, |
127 | | - { |
128 | | - "type": "null" |
129 | | - } |
130 | | - ], |
131 | 99 | "default": [], |
132 | 100 | "description": "List of files containing patron data. By default is empty list.", |
133 | | - "title": "Patron files" |
| 101 | + "items": { |
| 102 | + "$ref": "#/$defs/FileDefinition" |
| 103 | + }, |
| 104 | + "title": "Patron files", |
| 105 | + "type": "array" |
134 | 106 | }, |
135 | 107 | "skipBarcodePrevalidation": { |
136 | | - "anyOf": [ |
137 | | - { |
138 | | - "type": "boolean" |
139 | | - }, |
140 | | - { |
141 | | - "type": "null" |
142 | | - } |
143 | | - ], |
144 | 108 | "default": false, |
145 | 109 | "description": "Skip pre-validation of patron and item barcodes against FOLIO. By default, barcodes are validated before loan migration.", |
146 | | - "title": "Skip barcode pre-validation" |
| 110 | + "title": "Skip barcode pre-validation", |
| 111 | + "type": "boolean" |
147 | 112 | } |
148 | 113 | }, |
149 | 114 | "required": [ |
|
0 commit comments