Tetrate · Schema

User

EnterpriseEnvoyIstioKubernetesService Mesh

Properties

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

JSON Schema

tetrate-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/User",
  "title": "User",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "fqn": {
      "type": "string"
    }
  }
}