Render · Schema

redisWithCursor

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
redis object
cursor object
View JSON Schema on GitHub

JSON Schema

render-rediswithcursor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/redisWithCursor",
  "title": "redisWithCursor",
  "type": "object",
  "required": [
    "redis",
    "cursor"
  ],
  "properties": {
    "redis": {
      "$ref": "#/components/schemas/redis"
    },
    "cursor": {
      "$ref": "#/components/schemas/cursor"
    }
  }
}