{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SourcePutRequest", "title": "SourcePutRequest", "required": [ "name", "configuration" ], "type": "object", "properties": { "name": { "type": "string" }, "configuration": { "$ref": "#/components/schemas/SourceConfiguration" }, "resourceAllocation": { "$ref": "#/components/schemas/ScopedResourceRequirements" } }, "x-implements": "io.airbyte.api.common.ConfigurableActor", "x-speakeasy-entity": "Source", "x-speakeasy-param-suppress-computed-diff": true, "x-speakeasy-component": true }