Skip to content

Commit

Permalink
migrate schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2-DanielKrueger committed Jan 15, 2025
1 parent 7b5b157 commit 95af14b
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions ext/hivemq-edge-openapi-2025.1-SNAPSHOT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1905,6 +1905,13 @@ paths:
Creates a schema
operationId: createSchema
parameters:
- description: The entity tag
in: header
name: If-Match
required: false
schema:
type: string
requestBody:
content:
application/json:
Expand All @@ -1913,7 +1920,7 @@ paths:
type: JSON
schemaDefinition: ewogICIkaWQiOiAiaHR0cHM6Ly9leGFtcGxlLmNvbS9hZGRyZXNzLmpzb24iLAogICIkc2NoZW1hIjogImh0dHA6Ly9qc29uLXNjaGVtYS5vcmcvZHJhZnQtMDcvc2NoZW1hIiwKICAidHlwZSI6ICJvYmplY3QiLAogICJwcm9wZXJ0aWVzIjogewogICAgInN0cmVldF9hZGRyZXNzIjogeyAidHlwZSI6ICJzdHJpbmciIH0sCiAgICAiY2l0eSI6IHsgInR5cGUiOiAic3RyaW5nIiB9LAogICAgInN0YXRlIjogeyAidHlwZSI6ICJzdHJpbmciIH0KICB9LAogICJyZXF1aXJlZCI6IFsic3RyZWV0X2FkZHJlc3MiLCAiY2l0eSIsICJzdGF0ZSJdCn0=
schema:
$ref: '#/components/schemas/Schema'
$ref: '#/components/schemas/PolicySchema'
description: The schema that should be created.
required: true
responses:
Expand All @@ -1931,7 +1938,7 @@ paths:
schemaDefinition: ewogICIkaWQiOiAiaHR0cHM6Ly9leGFtcGxlLmNvbS9hZGRyZXNzLmpzb24iLAogICIkc2NoZW1hIjogImh0dHA6Ly9qc29uLXNjaGVtYS5vcmcvZHJhZnQtMDcvc2NoZW1hIiwKICAidHlwZSI6ICJvYmplY3QiLAogICJwcm9wZXJ0aWVzIjogewogICAgInN0cmVldF9hZGRyZXNzIjogeyAidHlwZSI6ICJzdHJpbmciIH0sCiAgICAiY2l0eSI6IHsgInR5cGUiOiAic3RyaW5nIiB9LAogICAgInN0YXRlIjogeyAidHlwZSI6ICJzdHJpbmciIH0KICB9LAogICJyZXF1aXJlZCI6IFsic3RyZWV0X2FkZHJlc3MiLCAiY2l0eSIsICJzdGF0ZSJdCn0=
createdAt: 2023-03-01T13:28:35.164Z
schema:
$ref: '#/components/schemas/Schema'
$ref: '#/components/schemas/PolicySchema'
description: Success
"400":
content:
Expand Down Expand Up @@ -1979,6 +1986,12 @@ paths:
required: true
schema:
type: string
- description: The entity tag
in: header
name: If-Match
required: false
schema:
type: string
responses:
"204":
description: "Success, no response body"
Expand Down Expand Up @@ -2050,7 +2063,7 @@ paths:
schemaDefinition: ewogICIkaWQiOiAiaHR0cHM6Ly9leGFtcGxlLmNvbS9hZGRyZXNzLmpzb24iLAogICIkc2NoZW1hIjogImh0dHA6Ly9qc29uLXNjaGVtYS5vcmcvZHJhZnQtMDcvc2NoZW1hIiwKICAidHlwZSI6ICJvYmplY3QiLAogICJwcm9wZXJ0aWVzIjogewogICAgInN0cmVldF9hZGRyZXNzIjogeyAidHlwZSI6ICJzdHJpbmciIH0sCiAgICAiY2l0eSI6IHsgInR5cGUiOiAic3RyaW5nIiB9LAogICAgInN0YXRlIjogeyAidHlwZSI6ICJzdHJpbmciIH0KICB9LAogICJyZXF1aXJlZCI6IFsic3RyZWV0X2FkZHJlc3MiLCAiY2l0eSIsICJzdGF0ZSJdCn0=
createdAt: 2023-03-01T13:28:35.164Z
schema:
$ref: '#/components/schemas/Schema'
$ref: '#/components/schemas/PolicySchema'
description: Success
"400":
content:
Expand Down Expand Up @@ -5619,7 +5632,7 @@ components:
- AT_MOST_ONCE
- AT_LEAST_ONCE
- EXACTLY_ONCE
Schema:
PolicySchema:
type: object
properties:
arguments:
Expand Down Expand Up @@ -5660,7 +5673,7 @@ components:
type: array
description: List of result items that are returned by this endpoint
items:
$ref: '#/components/schemas/Schema'
$ref: '#/components/schemas/PolicySchema'
SchemaReference:
type: object
description: A schema reference is a unique identifier for a schema.
Expand Down

0 comments on commit 95af14b

Please sign in to comment.