Render · Schema

secretFileWithCursor

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

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

JSON Schema

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