Scaleway · Schema

scaleway.std.File

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
name string
content_type string
content string
View JSON Schema on GitHub

JSON Schema

scaleway-scalewaystdfile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.std.File",
  "title": "scaleway.std.File",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "content_type": {
      "type": "string"
    },
    "content": {
      "type": "string"
    }
  },
  "x-properties-order": [
    "name",
    "content_type",
    "content"
  ]
}