Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion openapi/schemas/asset.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Asset API",
"description": "The API for the Rapidata Asset service",
"version": "2026.07.28.1335-044c69c"
"version": "2026.07.28.1353-4b5496d"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/audience.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Audience API",
"description": "The API for the Rapidata Audience service",
"version": "2026.07.28.1335-044c69c"
"version": "2026.07.28.1353-4b5496d"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/campaign.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Campaign API",
"description": "The API for the Rapidata Campaign service",
"version": "2026.07.28.1335-044c69c"
"version": "2026.07.28.1353-4b5496d"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/dataset.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Dataset API",
"description": "The API for the Rapidata Dataset service",
"version": "2026.07.28.1335-044c69c"
"version": "2026.07.28.1353-4b5496d"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/flow.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Flow API",
"description": "The API for the Rapidata Flow service",
"version": "2026.07.28.1335-044c69c"
"version": "2026.07.28.1353-4b5496d"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/identity.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Identity API",
"description": "The API for the Rapidata Identity service",
"version": "2026.07.28.1335-044c69c"
"version": "2026.07.28.1353-4b5496d"
},
"servers": [
{
Expand Down
105 changes: 104 additions & 1 deletion openapi/schemas/leaderboard.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Leaderboard API",
"description": "The API for the Rapidata Leaderboard service",
"version": "2026.07.28.1335-044c69c"
"version": "2026.07.28.1353-4b5496d"
},
"servers": [
{
Expand Down Expand Up @@ -13689,6 +13689,14 @@
"description": "The vendor-facing display name of the model, if any.",
"nullable": true
},
"licenseType": {
"allOf": [
{
"$ref": "#/components/schemas/ModelLicenseType"
}
],
"description": "The license classification of the underlying model, if any."
},
"logo": {
"allOf": [
{
Expand Down Expand Up @@ -14517,6 +14525,15 @@
"type": "string",
"nullable": true
},
"licenseType": {
"type": "string",
"oneOf": [
{
"$ref": "#/components/schemas/ModelLicenseType"
}
],
"nullable": true
},
"logo": {
"type": "string",
"nullable": true
Expand Down Expand Up @@ -14672,6 +14689,15 @@
"type": "string",
"nullable": true
},
"licenseType": {
"type": "string",
"oneOf": [
{
"$ref": "#/components/schemas/ModelLicenseType"
}
],
"nullable": true
},
"logo": {
"type": "string",
"nullable": true
Expand Down Expand Up @@ -14980,6 +15006,14 @@
"description": "The vendor-facing display name of the model, or null if unset.",
"nullable": true
},
"licenseType": {
"allOf": [
{
"$ref": "#/components/schemas/ModelLicenseType"
}
],
"description": "The license classification of the underlying model, or null if not classified yet."
},
"logo": {
"type": "string",
"description": "The logo of the model, or null if unset.",
Expand Down Expand Up @@ -16675,6 +16709,13 @@
"type": "string"
}
},
"ModelLicenseType": {
"enum": [
"OpenSource",
"Proprietary",
null
]
},
"Origin": {
"required": [
"source"
Expand Down Expand Up @@ -16811,6 +16852,14 @@
"description": "The vendor-facing display name of the model, or null if unset.",
"nullable": true
},
"licenseType": {
"allOf": [
{
"$ref": "#/components/schemas/ModelLicenseType"
}
],
"description": "The license classification of the underlying model, or null if not classified yet."
},
"logo": {
"type": "string",
"description": "The logo of the model, or null if unset.",
Expand Down Expand Up @@ -17041,6 +17090,15 @@
"type": "string",
"nullable": true
},
"licenseType": {
"type": "string",
"oneOf": [
{
"$ref": "#/components/schemas/ModelLicenseType"
}
],
"nullable": true
},
"logo": {
"type": "string",
"nullable": true
Expand Down Expand Up @@ -17131,6 +17189,15 @@
"type": "string",
"nullable": true
},
"licenseType": {
"type": "string",
"oneOf": [
{
"$ref": "#/components/schemas/ModelLicenseType"
}
],
"nullable": true
},
"logo": {
"type": "string",
"nullable": true
Expand Down Expand Up @@ -17758,6 +17825,14 @@
"description": "The vendor-facing display name of the model, or null if unset.",
"nullable": true
},
"licenseType": {
"allOf": [
{
"$ref": "#/components/schemas/ModelLicenseType"
}
],
"description": "The license classification of the underlying model, or null if not classified yet."
},
"logo": {
"type": "string",
"description": "The logo of the model, or null if unset.",
Expand Down Expand Up @@ -18160,6 +18235,15 @@
"type": "string",
"nullable": true
},
"licenseType": {
"type": "string",
"oneOf": [
{
"$ref": "#/components/schemas/ModelLicenseType"
}
],
"nullable": true
},
"logo": {
"type": "string",
"nullable": true
Expand Down Expand Up @@ -18250,6 +18334,15 @@
"type": "string",
"nullable": true
},
"licenseType": {
"type": "string",
"oneOf": [
{
"$ref": "#/components/schemas/ModelLicenseType"
}
],
"nullable": true
},
"logo": {
"type": "string",
"nullable": true
Expand Down Expand Up @@ -18746,6 +18839,16 @@
"description": "The vendor-facing display name of the model. Pass null to clear.",
"nullable": true
},
"licenseType": {
"type": "string",
"oneOf": [
{
"$ref": "#/components/schemas/ModelLicenseType"
}
],
"description": "The license classification of the underlying model. Pass null to clear.",
"nullable": true
},
"logo": {
"type": "object",
"oneOf": [
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/order.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Order API",
"description": "The API for the Rapidata Order service",
"version": "2026.07.28.1335-044c69c"
"version": "2026.07.28.1353-4b5496d"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/payment.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Payment API",
"description": "The API for the Rapidata Payment service",
"version": "2026.07.28.1335-044c69c"
"version": "2026.07.28.1353-4b5496d"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/pipeline.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Pipeline API",
"description": "The API for the Rapidata Pipeline service",
"version": "2026.07.28.1335-044c69c"
"version": "2026.07.28.1353-4b5496d"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/schemas/rapid.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Rapidata Rapid API",
"description": "The API for the Rapidata Rapid service",
"version": "2026.07.28.1335-044c69c"
"version": "2026.07.28.1353-4b5496d"
},
"servers": [
{
Expand Down
Loading
Loading