Speakeasy · Schema

WorkspaceAndOrganization

A workspace and organization

AIDocumentationMCPPlatformSDKsTerraformTesting

Properties

Name Type Description
workspace object
organization object
View JSON Schema on GitHub

JSON Schema

speakeasy-workspaceandorganization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkspaceAndOrganization",
  "title": "WorkspaceAndOrganization",
  "description": "A workspace and organization",
  "properties": {
    "workspace": {
      "$ref": "#/components/schemas/Workspace"
    },
    "organization": {
      "$ref": "#/components/schemas/Organization"
    }
  },
  "required": [
    "workspace",
    "organization"
  ],
  "type": "object"
}