Render · Schema

secretFile

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
name string
content string
View JSON Schema on GitHub

JSON Schema

render-secretfile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/secretFile",
  "title": "secretFile",
  "type": "object",
  "required": [
    "name",
    "content"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "content": {
      "type": "string"
    }
  }
}