{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OceanSparkClusterRequest", "title": "OceanSparkClusterRequest", "type": "object", "properties": { "cluster": { "type": "object", "properties": { "oceanClusterId": { "type": "string", "description": "The ID of the Ocean cluster to use." }, "config": { "type": "object" } }, "example": "example_value" } } }