Skip to content

Commit d5c2b44

Browse files
authored
fix: add taxonomy to Metadata Field (read) definition (#572)
1 parent a4c8e19 commit d5c2b44

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

openapi.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "f5cee29678"
17+
"x-box-commit-hash": "8386faa220"
1818
},
1919
"servers": [
2020
{
@@ -35687,7 +35687,8 @@
3568735687
"date",
3568835688
"enum",
3568935689
"multiSelect",
35690-
"integer"
35690+
"integer",
35691+
"taxonomy"
3569135692
]
3569235693
},
3569335694
"key": {

openapi/openapi-v2025.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2025.0",
17-
"x-box-commit-hash": "f5cee29678"
17+
"x-box-commit-hash": "8386faa220"
1818
},
1919
"servers": [
2020
{

openapi/openapi.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "f5cee29678"
17+
"x-box-commit-hash": "8386faa220"
1818
},
1919
"servers": [
2020
{
@@ -35687,7 +35687,8 @@
3568735687
"date",
3568835688
"enum",
3568935689
"multiSelect",
35690-
"integer"
35690+
"integer",
35691+
"taxonomy"
3569135692
]
3569235693
},
3569335694
"key": {

0 commit comments

Comments
 (0)