Render · Schema

user

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

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

JSON Schema

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