Render · Schema

header

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
id string
path string
name string
value string
View JSON Schema on GitHub

JSON Schema

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