Scaleway · Schema

scaleway.iam.v1alpha1.Quotum

Artificial IntelligenceCloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
name string Name of the quota.
limit integer Maximum limit of the quota.
unlimited boolean Defines whether or not the quota is unlimited.
pretty_name string A human-readable name for the quota.
unit string The unit in which the quota is expressed.
description string Details about the quota.
locality_type string Whether this quotum is applied on at the zone level, region level, or globally.
limits array Limits per locality.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayiamv1alpha1quotum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.iam.v1alpha1.Quotum",
  "title": "scaleway.iam.v1alpha1.Quotum",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the quota."
    },
    "limit": {
      "type": "integer",
      "description": "Maximum limit of the quota.",
      "deprecated": true,
      "format": "uint64",
      "nullable": true,
      "x-one-of": "value"
    },
    "unlimited": {
      "type": "boolean",
      "description": "Defines whether or not the quota is unlimited.",
      "deprecated": true,
      "nullable": true,
      "x-one-of": "value"
    },
    "pretty_name": {
      "type": "string",
      "description": "A human-readable name for the quota."
    },
    "unit": {
      "type": "string",
      "description": "The unit in which the quota is expressed."
    },
    "description": {
      "type": "string",
      "description": "Details about the quota."
    },
    "locality_type": {
      "type": "string",
      "description": "Whether this quotum is applied on at the zone level, region level, or globally.",
      "enum": [
        "global",
        "region",
        "zone"
      ],
      "default": "global"
    },
    "limits": {
      "type": "array",
      "description": "Limits per locality.",
      "items": {
        "$ref": "#/components/schemas/scaleway.iam.v1alpha1.Quotum.Limit"
      }
    }
  },
  "x-properties-order": [
    "name",
    "limit",
    "unlimited",
    "pretty_name",
    "unit",
    "description",
    "locality_type",
    "limits"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/scaleway-scalewayiamv1alpha1quotum"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.