Temporal · JSON Structure

Cloud Ops Create User Request Structure

Type: object Properties: 1
ProCode_API_CompositionWorkflows

CreateUserRequest is a JSON Structure definition published by Temporal, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

spec

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateUserRequest",
  "type": "object",
  "properties": {
    "spec": {
      "type": "object"
    }
  }
}