Render · Schema

projectPATCHInput

Input type for updating a project

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

render-projectpatchinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/projectPATCHInput",
  "title": "projectPATCHInput",
  "description": "Input type for updating a project",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    }
  }
}