Skip to content

Instantly share code, notes, and snippets.

@mishin
Created June 10, 2020 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mishin/ec7349782db2eadf0adb360ad7d519a9 to your computer and use it in GitHub Desktop.
Save mishin/ec7349782db2eadf0adb360ad7d519a9 to your computer and use it in GitHub Desktop.
openapi: 3.0.1
info:
title: kafka-docflow-correct-out-complect-received
version: 1.0
paths: {}
components:
schemas:
Request:
description: Info about message
type: object
properties:
value:
description: input message
type: string
format: uuid
example: 5705de72-05d0-4a81-9c25-29ae234ccfb3
isMain:
description: input message
type: string
format: uuid
example: 5705de72-05d0-4a81-9c25-29ae234ccfb3
required:
- value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment