Skip to content

Commit 266e7fc

Browse files
authored
build: set pydantic version to 2.10.3 (#93)
Signed-off-by: Cesar Berrospi Ramis <[email protected]>
1 parent 180e294 commit 266e7fc

File tree

6 files changed

+276
-262
lines changed

6 files changed

+276
-262
lines changed

docs/DoclingDocument.json

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,6 @@
411411
"label": {
412412
"const": "list_item",
413413
"default": "list_item",
414-
"enum": [
415-
"list_item"
416-
],
417414
"title": "Label",
418415
"type": "string"
419416
},
@@ -491,9 +488,6 @@
491488
"kind": {
492489
"const": "bar_chart_data",
493490
"default": "bar_chart_data",
494-
"enum": [
495-
"bar_chart_data"
496-
],
497491
"title": "Kind",
498492
"type": "string"
499493
},
@@ -547,9 +541,6 @@
547541
"kind": {
548542
"const": "classification",
549543
"default": "classification",
550-
"enum": [
551-
"classification"
552-
],
553544
"title": "Kind",
554545
"type": "string"
555546
},
@@ -578,9 +569,6 @@
578569
"kind": {
579570
"const": "description",
580571
"default": "description",
581-
"enum": [
582-
"description"
583-
],
584572
"title": "Kind",
585573
"type": "string"
586574
},
@@ -631,9 +619,6 @@
631619
"label": {
632620
"const": "picture",
633621
"default": "picture",
634-
"enum": [
635-
"picture"
636-
],
637622
"title": "Label",
638623
"type": "string"
639624
},
@@ -747,9 +732,6 @@
747732
"kind": {
748733
"const": "line_chart_data",
749734
"default": "line_chart_data",
750-
"enum": [
751-
"line_chart_data"
752-
],
753735
"title": "Kind",
754736
"type": "string"
755737
},
@@ -784,9 +766,6 @@
784766
"kind": {
785767
"const": "misc",
786768
"default": "misc",
787-
"enum": [
788-
"misc"
789-
],
790769
"title": "Kind",
791770
"type": "string"
792771
},
@@ -807,9 +786,6 @@
807786
"kind": {
808787
"const": "molecule_data",
809788
"default": "molecule_data",
810-
"enum": [
811-
"molecule_data"
812-
],
813789
"title": "Kind",
814790
"type": "string"
815791
},
@@ -867,9 +843,6 @@
867843
"kind": {
868844
"const": "pie_chart_data",
869845
"default": "pie_chart_data",
870-
"enum": [
871-
"pie_chart_data"
872-
],
873846
"title": "Kind",
874847
"type": "string"
875848
},
@@ -898,9 +871,6 @@
898871
"kind": {
899872
"const": "scatter_chart_data",
900873
"default": "scatter_chart_data",
901-
"enum": [
902-
"scatter_chart_data"
903-
],
904874
"title": "Kind",
905875
"type": "string"
906876
},
@@ -939,9 +909,6 @@
939909
"kind": {
940910
"const": "stacked_bar_chart_data",
941911
"default": "stacked_bar_chart_data",
942-
"enum": [
943-
"stacked_bar_chart_data"
944-
],
945912
"title": "Kind",
946913
"type": "string"
947914
},
@@ -1049,9 +1016,6 @@
10491016
"label": {
10501017
"const": "section_header",
10511018
"default": "section_header",
1052-
"enum": [
1053-
"section_header"
1054-
],
10551019
"title": "Label",
10561020
"type": "string"
10571021
},
@@ -1230,9 +1194,6 @@
12301194
"label": {
12311195
"const": "table",
12321196
"default": "table",
1233-
"enum": [
1234-
"table"
1235-
],
12361197
"title": "Label",
12371198
"type": "string"
12381199
},
@@ -1353,9 +1314,6 @@
13531314
"schema_name": {
13541315
"const": "DoclingDocument",
13551316
"default": "DoclingDocument",
1356-
"enum": [
1357-
"DoclingDocument"
1358-
],
13591317
"title": "Schema Name",
13601318
"type": "string"
13611319
},

docs/Generic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
],
5555
"default": null,
5656
"description": "A short description or summary of the document.",
57-
"title": " Name",
57+
"title": "Name",
5858
"x-es-type": "text"
5959
},
6060
"file-info": {

docs/Record.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@
154154
"type": {
155155
"const": "Record",
156156
"description": "The collection type.",
157-
"enum": [
158-
"Record"
159-
],
160157
"title": "Type",
161158
"type": "string",
162159
"x-es-ignore_above": 8191,
@@ -743,7 +740,7 @@
743740
"examples": [
744741
"#/_s3_data/figures/0"
745742
],
746-
"title": " Ref S3 Data",
743+
"title": "Ref S3 Data",
747744
"type": "string"
748745
}
749746
},
@@ -941,7 +938,7 @@
941938
],
942939
"default": null,
943940
"description": "A short description or summary of the record.",
944-
"title": " Name",
941+
"title": "Name",
945942
"x-es-type": "text"
946943
},
947944
"identifiers": {

0 commit comments

Comments
 (0)