Render · Schema

ownerWithCursor

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

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

JSON Schema

render-ownerwithcursor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ownerWithCursor",
  "title": "ownerWithCursor",
  "type": "object",
  "properties": {
    "owner": {
      "$ref": "#/components/schemas/owner"
    },
    "cursor": {
      "$ref": "#/components/schemas/cursor"
    }
  }
}