Scaleway · Schema

scaleway.functions.v1beta1.DownloadURL

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
url string
headers object
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayfunctionsv1beta1downloadurl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.functions.v1beta1.DownloadURL",
  "title": "scaleway.functions.v1beta1.DownloadURL",
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "headers": {
      "type": "object",
      "properties": {
        "<headerKey>": {
          "$ref": "#/components/schemas/scaleway.std.StringsValue"
        }
      },
      "additionalProperties": true
    }
  },
  "x-properties-order": [
    "url",
    "headers"
  ]
}