{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProfilingRequest", "title": "ProfilingRequest", "type": "object", "properties": { "columns": { "type": "array", "items": { "type": "string" } }, "sampleSize": { "type": "integer", "format": "int32" } } }