Skip to content

Commit c16643f

Browse files
committed
Update generated schemas
1 parent ab57cf9 commit c16643f

4 files changed

Lines changed: 22 additions & 57 deletions

File tree

generated_schemas/BibsTransformerSchema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@
228228
],
229229
"title": "TaskConfiguration",
230230
"type": "object"
231-
}
231+
}

generated_schemas/HoldingsMarcTransformerSchema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,4 @@
256256
],
257257
"title": "TaskConfiguration",
258258
"type": "object"
259-
}
259+
}

generated_schemas/LoansMigratorSchema.json

Lines changed: 19 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -68,82 +68,47 @@
6868
"type": "string"
6969
},
7070
"openLoansFiles": {
71-
"anyOf": [
72-
{
73-
"items": {
74-
"$ref": "#/$defs/FileDefinition"
75-
},
76-
"type": "array"
77-
},
78-
{
79-
"type": "null"
80-
}
81-
],
8271
"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"
8477
},
8578
"fallbackServicePointId": {
8679
"description": "Identifier of the fallback service point.",
8780
"title": "Fallback service point ID",
8881
"type": "string"
8982
},
9083
"startingRow": {
91-
"anyOf": [
92-
{
93-
"type": "integer"
94-
},
95-
{
96-
"type": "null"
97-
}
98-
],
9984
"default": 1,
10085
"description": "The starting row for data processing. By default is 1.",
101-
"title": "Starting row"
86+
"title": "Starting row",
87+
"type": "integer"
10288
},
10389
"itemFiles": {
104-
"anyOf": [
105-
{
106-
"items": {
107-
"$ref": "#/$defs/FileDefinition"
108-
},
109-
"type": "array"
110-
},
111-
{
112-
"type": "null"
113-
}
114-
],
11590
"default": [],
11691
"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"
11897
},
11998
"patronFiles": {
120-
"anyOf": [
121-
{
122-
"items": {
123-
"$ref": "#/$defs/FileDefinition"
124-
},
125-
"type": "array"
126-
},
127-
{
128-
"type": "null"
129-
}
130-
],
13199
"default": [],
132100
"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"
134106
},
135107
"skipBarcodePrevalidation": {
136-
"anyOf": [
137-
{
138-
"type": "boolean"
139-
},
140-
{
141-
"type": "null"
142-
}
143-
],
144108
"default": false,
145109
"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"
147112
}
148113
},
149114
"required": [

generated_schemas/RequestsMigratorSchema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@
106106
],
107107
"title": "TaskConfiguration",
108108
"type": "object"
109-
}
109+
}

0 commit comments

Comments
 (0)