vcluster-poc/control-api/openapispec.yaml

27 lines
470 B
YAML

openapi: "3.0.2"
info:
title: CRD
version: 1.0.0
components:
schemas:
CRD:
type: object
properties:
spec:
type: object
properties:
displayName:
type: string
username:
type: string
email:
type: string
defaultOrganizationRef:
type: string
paths:
/:
get:
responses:
"200":
description: OK