Scaleway · Schema

scaleway.functions.v1beta1.ListCronsResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
crons array Array of crons.
total_count integer Total number of crons.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayfunctionsv1beta1listcronsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.functions.v1beta1.ListCronsResponse",
  "title": "scaleway.functions.v1beta1.ListCronsResponse",
  "type": "object",
  "properties": {
    "crons": {
      "type": "array",
      "description": "Array of crons.",
      "items": {
        "$ref": "#/components/schemas/scaleway.functions.v1beta1.Cron"
      }
    },
    "total_count": {
      "type": "integer",
      "description": "Total number of crons.",
      "format": "uint32"
    }
  },
  "x-properties-order": [
    "crons",
    "total_count"
  ]
}