Scaleway · Schema

scaleway.instance.v1.CreateIpResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
ip object
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1createipresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.CreateIpResponse",
  "title": "scaleway.instance.v1.CreateIpResponse",
  "type": "object",
  "properties": {
    "ip": {
      "$ref": "#/components/schemas/scaleway.instance.v1.Ip"
    }
  },
  "x-properties-order": [
    "ip"
  ]
}