Render · Schema

postgresWithCursor

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

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

JSON Schema

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