This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch asf-site-next
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/asf-site-next by this push:
new 0ba8cc6486e Updated site at revision 07aa2763
0ba8cc6486e is described below
commit 0ba8cc6486e7de4cd90b9ea2be1aa586c4532ebf
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Thu Aug 4 00:37:57 2022 +0000
Updated site at revision 07aa2763
---
content/index.html | 2 +-
content/swagger/master/swagger.json | 200 ++++++++++----------
content/swagger/master/swaggerfunctions.json | 146 +++++++--------
content/swagger/master/swaggerlookup.json | 98 +++++-----
content/swagger/master/swaggerpackages.json | 98 +++++-----
content/swagger/master/swaggersink.json | 98 +++++-----
content/swagger/master/swaggersource.json | 98 +++++-----
content/swagger/master/swaggertransactions.json | 98 +++++-----
content/swagger/master/v2/swagger.json | 206 ++++++++++-----------
content/swagger/master/v2/swaggerlookup.json | 98 +++++-----
content/swagger/master/v3/swaggerfunctions.json | 146 +++++++--------
content/swagger/master/v3/swaggerpackages.json | 98 +++++-----
content/swagger/master/v3/swaggersink.json | 98 +++++-----
content/swagger/master/v3/swaggersource.json | 98 +++++-----
content/swagger/master/v3/swaggertransactions.json | 98 +++++-----
15 files changed, 840 insertions(+), 840 deletions(-)
diff --git a/content/index.html b/content/index.html
index d1240876c20..fa27b6d1453 100644
--- a/content/index.html
+++ b/content/index.html
@@ -23,7 +23,7 @@
</head>
<body class="navigation-with-keyboard">
<script>!function(){function
t(t){document.documentElement.setAttribute("data-theme",t)}var e=function(){var
t=null;try{t=localStorage.getItem("theme")}catch(t){}return
t}();t(null!==e?e:"light")}(),document.documentElement.setAttribute("data-announcement-bar-initially-dismissed",function(){try{return"true"===localStorage.getItem("docusaurus.announcement.dismiss")}catch(t){}return!1}())</script><div
id="__docusaurus">
-<div id="docusaurus-base-url-issue-banner-container"></div><div
role="region"><a href="#" class="skipToContent_fXgn">Skip to main
content</a></div><div class="announcementBar_mb4j"
style="background-color:#198fff;color:#fff" role="banner"><div
class="announcementBarPlaceholder_vyr4"></div><div
class="announcementBarContent_xLdY">🚀 Pulsar Summit San Francisco 2022 will
take place on August 18th, 2022. <a target="_blank"
href="https://pulsar-summit.org/">Register now</a> and help us make i [...]
+<div id="docusaurus-base-url-issue-banner-container"></div><div
role="region"><a href="#" class="skipToContent_fXgn">Skip to main
content</a></div><div class="announcementBar_mb4j"
style="background-color:#198fff;color:#fff" role="banner"><div
class="announcementBarPlaceholder_vyr4"></div><div
class="announcementBarContent_xLdY">🚀 Pulsar Summit San Francisco 2022 will
take place on August 18th, 2022. <a target="_blank"
href="https://pulsar-summit.org/">Register now</a> and help us make i [...]
<img class="footer-apache-logo"
src="/img/Apache_Feather_Logo.svg" alt="" width="20">
</li><li class="footer__item"><a
href="http://www.apache.org/" target="_blank" rel="noopener noreferrer"
class="footer__link-item">Foundation<svg width="13.5" height="13.5"
aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_lCJq"><path
fill="currentColor" d="M21
13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828
6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><li class="footer__item"><a
href="https://www.apache.org/events/current- [...]
<div><small><strong>Apache Pulsar is available under the
<a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache
License, version 2.0.</a></strong></small></div>
diff --git a/content/swagger/master/swagger.json
b/content/swagger/master/swagger.json
index a86fe3b0f01..b0833177b94 100644
--- a/content/swagger/master/swagger.json
+++ b/content/swagger/master/swagger.json
@@ -22037,7 +22037,7 @@
"peerAddress" : {
"$ref" : "#/definitions/SocketAddress"
},
- "httpAuthType" : {
+ "subscription" : {
"type" : "string"
},
"tlsCertificates" : {
@@ -22046,10 +22046,10 @@
"$ref" : "#/definitions/Certificate"
}
},
- "commandData" : {
+ "httpAuthType" : {
"type" : "string"
},
- "subscription" : {
+ "commandData" : {
"type" : "string"
}
}
@@ -22099,10 +22099,6 @@
"type" : "string",
"enum" : [ "producer_request_hold", "producer_exception",
"consumer_backlog_eviction" ]
},
- "limit" : {
- "type" : "integer",
- "format" : "int64"
- },
"limitSize" : {
"type" : "integer",
"format" : "int64"
@@ -22110,6 +22106,10 @@
"limitTime" : {
"type" : "integer",
"format" : "int32"
+ },
+ "limit" : {
+ "type" : "integer",
+ "format" : "int64"
}
}
},
@@ -22146,10 +22146,10 @@
"BookieInfo" : {
"type" : "object",
"properties" : {
- "rack" : {
+ "hostname" : {
"type" : "string"
},
- "hostname" : {
+ "rack" : {
"type" : "string"
}
}
@@ -22636,15 +22636,15 @@
"DeserializationConfig" : {
"type" : "object",
"properties" : {
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
"defaultPropertyInclusion" : {
"$ref" : "#/definitions/Value"
},
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
"deserializationFeatures" : {
"type" : "integer",
"format" : "int32"
@@ -22676,15 +22676,15 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "handlerInstantiator" : {
+ "$ref" : "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy" : {
"$ref" : "#/definitions/PropertyNamingStrategy"
},
"dateFormat" : {
"$ref" : "#/definitions/DateFormat"
},
- "handlerInstantiator" : {
- "$ref" : "#/definitions/HandlerInstantiator"
- },
"base64Variant" : {
"$ref" : "#/definitions/Base64Variant"
},
@@ -22717,12 +22717,12 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
"contextualType" : {
"$ref" : "#/definitions/JavaType"
},
@@ -22796,10 +22796,6 @@
"FunctionInstanceStatsData" : {
"type" : "object",
"properties" : {
- "lastInvocation" : {
- "type" : "integer",
- "format" : "int64"
- },
"oneMin" : {
"$ref" : "#/definitions/FunctionInstanceStatsDataBase"
},
@@ -22810,6 +22806,10 @@
"format" : "double"
}
},
+ "lastInvocation" : {
+ "type" : "integer",
+ "format" : "int64"
+ },
"receivedTotal" : {
"type" : "integer",
"format" : "int64"
@@ -23021,6 +23021,9 @@
"abstract" : {
"type" : "boolean"
},
+ "contentType" : {
+ "$ref" : "#/definitions/JavaType"
+ },
"bindings" : {
"$ref" : "#/definitions/TypeBindings"
},
@@ -23072,9 +23075,6 @@
"mapLikeType" : {
"type" : "boolean"
},
- "contentType" : {
- "$ref" : "#/definitions/JavaType"
- },
"typeName" : {
"type" : "string"
},
@@ -23109,6 +23109,9 @@
"JsonGenerator" : {
"type" : "object",
"properties" : {
+ "closed" : {
+ "type" : "boolean"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -23132,6 +23135,9 @@
"currentValue" : {
"type" : "object"
},
+ "outputContext" : {
+ "$ref" : "#/definitions/JsonStreamContext"
+ },
"highestEscapedChar" : {
"type" : "integer",
"format" : "int32"
@@ -23142,12 +23148,6 @@
"outputBuffered" : {
"type" : "integer",
"format" : "int32"
- },
- "outputContext" : {
- "$ref" : "#/definitions/JsonStreamContext"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -23188,12 +23188,19 @@
"text" : {
"type" : "string"
},
+ "closed" : {
+ "type" : "boolean"
+ },
"textCharacters" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
+ "intValue" : {
+ "type" : "integer",
+ "format" : "int32"
+ },
"booleanValue" : {
"type" : "boolean"
},
@@ -23220,10 +23227,6 @@
"objectId" : {
"type" : "object"
},
- "intValue" : {
- "type" : "integer",
- "format" : "int32"
- },
"typeId" : {
"type" : "object"
},
@@ -23321,9 +23324,6 @@
},
"currentValue" : {
"type" : "object"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -23608,17 +23608,6 @@
"type" : "number",
"format" : "double"
},
- "cpu" : {
- "$ref" : "#/definitions/ResourceUsage"
- },
- "msgThroughputIn" : {
- "type" : "number",
- "format" : "double"
- },
- "msgThroughputOut" : {
- "type" : "number",
- "format" : "double"
- },
"bandwidthIn" : {
"$ref" : "#/definitions/ResourceUsage"
},
@@ -23628,6 +23617,9 @@
"memory" : {
"$ref" : "#/definitions/ResourceUsage"
},
+ "cpu" : {
+ "$ref" : "#/definitions/ResourceUsage"
+ },
"directMemory" : {
"$ref" : "#/definitions/ResourceUsage"
},
@@ -23643,6 +23635,14 @@
},
"loadReportType" : {
"type" : "string"
+ },
+ "msgThroughputIn" : {
+ "type" : "number",
+ "format" : "double"
+ },
+ "msgThroughputOut" : {
+ "type" : "number",
+ "format" : "double"
}
}
},
@@ -23953,21 +23953,6 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
- "subtypeResolver" : {
- "$ref" : "#/definitions/SubtypeResolver"
- },
- "propertyNamingStrategy" : {
- "$ref" : "#/definitions/PropertyNamingStrategy"
- },
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
- "jsonFactory" : {
- "$ref" : "#/definitions/JsonFactory"
- },
- "dateFormat" : {
- "$ref" : "#/definitions/DateFormat"
- },
"serializationConfig" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -23989,6 +23974,21 @@
"visibilityChecker" : {
"$ref" : "#/definitions/VisibilityCheckerObject"
},
+ "subtypeResolver" : {
+ "$ref" : "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy" : {
+ "$ref" : "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory" : {
+ "$ref" : "#/definitions/JsonFactory"
+ },
+ "dateFormat" : {
+ "$ref" : "#/definitions/DateFormat"
+ },
"injectableValues" : {
"$ref" : "#/definitions/InjectableValues"
}
@@ -23997,16 +23997,32 @@
"OffloadPolicies" : {
"type" : "object",
"properties" : {
- "managedLedgerOffloadMaxThreads" : {
+ "managedLedgerOffloadDeletionLagInMillis" : {
"type" : "integer",
- "format" : "int32"
+ "format" : "int64"
},
- "managedLedgerOffloadDriver" : {
- "type" : "string"
+ "managedLedgerOffloadThresholdInBytes" : {
+ "type" : "integer",
+ "format" : "int64"
+ },
+ "managedLedgerOffloadedReadPriority" : {
+ "type" : "string",
+ "enum" : [ "BOOKKEEPER_FIRST", "TIERED_STORAGE_FIRST" ]
},
"offloadersDirectory" : {
"type" : "string"
},
+ "managedLedgerOffloadDriver" : {
+ "type" : "string"
+ },
+ "managedLedgerOffloadMaxThreads" : {
+ "type" : "integer",
+ "format" : "int32"
+ },
+ "managedLedgerOffloadPrefetchRounds" : {
+ "type" : "integer",
+ "format" : "int32"
+ },
"s3ManagedLedgerOffloadRegion" : {
"type" : "string"
},
@@ -24020,10 +24036,6 @@
"type" : "integer",
"format" : "int32"
},
- "s3ManagedLedgerOffloadReadBufferSizeInBytes" : {
- "type" : "integer",
- "format" : "int32"
- },
"s3ManagedLedgerOffloadCredentialId" : {
"type" : "string"
},
@@ -24036,6 +24048,10 @@
"s3ManagedLedgerOffloadRoleSessionName" : {
"type" : "string"
},
+ "s3ManagedLedgerOffloadReadBufferSizeInBytes" : {
+ "type" : "integer",
+ "format" : "int32"
+ },
"gcsManagedLedgerOffloadRegion" : {
"type" : "string"
},
@@ -24075,22 +24091,6 @@
"managedLedgerOffloadReadBufferSizeInBytes" : {
"type" : "integer",
"format" : "int32"
- },
- "managedLedgerOffloadDeletionLagInMillis" : {
- "type" : "integer",
- "format" : "int64"
- },
- "managedLedgerOffloadThresholdInBytes" : {
- "type" : "integer",
- "format" : "int64"
- },
- "managedLedgerOffloadPrefetchRounds" : {
- "type" : "integer",
- "format" : "int32"
- },
- "managedLedgerOffloadedReadPriority" : {
- "type" : "string",
- "enum" : [ "BOOKKEEPER_FIRST", "TIERED_STORAGE_FIRST" ]
}
}
},
@@ -24834,11 +24834,11 @@
"ResourceUnit" : {
"type" : "object",
"properties" : {
- "resourceId" : {
- "type" : "string"
- },
"availableResource" : {
"$ref" : "#/definitions/ResourceDescription"
+ },
+ "resourceId" : {
+ "type" : "string"
}
}
},
@@ -24935,15 +24935,15 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "handlerInstantiator" : {
+ "$ref" : "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy" : {
"$ref" : "#/definitions/PropertyNamingStrategy"
},
"dateFormat" : {
"$ref" : "#/definitions/DateFormat"
},
- "handlerInstantiator" : {
- "$ref" : "#/definitions/HandlerInstantiator"
- },
"base64Variant" : {
"$ref" : "#/definitions/Base64Variant"
},
@@ -24967,6 +24967,9 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
+ "generator" : {
+ "$ref" : "#/definitions/JsonGenerator"
+ },
"config" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -24984,9 +24987,6 @@
},
"defaultNullKeySerializer" : {
"$ref" : "#/definitions/JsonSerializerObject"
- },
- "generator" : {
- "$ref" : "#/definitions/JsonGenerator"
}
}
},
@@ -25641,9 +25641,6 @@
"initialized" : {
"type" : "boolean"
},
- "workerConfig" : {
- "$ref" : "#/definitions/WorkerConfig"
- },
"functions" : {
"$ref" : "#/definitions/FunctionsWorkerService"
},
@@ -25655,6 +25652,9 @@
},
"workers" : {
"$ref" : "#/definitions/WorkersWorkerService"
+ },
+ "workerConfig" : {
+ "$ref" : "#/definitions/WorkerConfig"
}
}
},
diff --git a/content/swagger/master/swaggerfunctions.json
b/content/swagger/master/swaggerfunctions.json
index de64dcaf1c1..c55f7a88284 100644
--- a/content/swagger/master/swaggerfunctions.json
+++ b/content/swagger/master/swaggerfunctions.json
@@ -965,7 +965,7 @@
"peerAddress" : {
"$ref" : "#/definitions/SocketAddress"
},
- "httpAuthType" : {
+ "subscription" : {
"type" : "string"
},
"tlsCertificates" : {
@@ -974,10 +974,10 @@
"$ref" : "#/definitions/Certificate"
}
},
- "commandData" : {
+ "httpAuthType" : {
"type" : "string"
},
- "subscription" : {
+ "commandData" : {
"type" : "string"
}
}
@@ -1230,15 +1230,15 @@
"DeserializationConfig" : {
"type" : "object",
"properties" : {
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
"defaultPropertyInclusion" : {
"$ref" : "#/definitions/Value"
},
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
"deserializationFeatures" : {
"type" : "integer",
"format" : "int32"
@@ -1270,15 +1270,15 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "handlerInstantiator" : {
+ "$ref" : "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy" : {
"$ref" : "#/definitions/PropertyNamingStrategy"
},
"dateFormat" : {
"$ref" : "#/definitions/DateFormat"
},
- "handlerInstantiator" : {
- "$ref" : "#/definitions/HandlerInstantiator"
- },
"base64Variant" : {
"$ref" : "#/definitions/Base64Variant"
},
@@ -1311,12 +1311,12 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
"contextualType" : {
"$ref" : "#/definitions/JavaType"
},
@@ -1577,10 +1577,6 @@
"FunctionInstanceStatsData" : {
"type" : "object",
"properties" : {
- "lastInvocation" : {
- "type" : "integer",
- "format" : "int64"
- },
"oneMin" : {
"$ref" : "#/definitions/FunctionInstanceStatsDataBase"
},
@@ -1591,6 +1587,10 @@
"format" : "double"
}
},
+ "lastInvocation" : {
+ "type" : "integer",
+ "format" : "int64"
+ },
"receivedTotal" : {
"type" : "integer",
"format" : "int64"
@@ -1902,6 +1902,9 @@
"abstract" : {
"type" : "boolean"
},
+ "contentType" : {
+ "$ref" : "#/definitions/JavaType"
+ },
"bindings" : {
"$ref" : "#/definitions/TypeBindings"
},
@@ -1953,9 +1956,6 @@
"mapLikeType" : {
"type" : "boolean"
},
- "contentType" : {
- "$ref" : "#/definitions/JavaType"
- },
"typeName" : {
"type" : "string"
},
@@ -1990,6 +1990,9 @@
"JsonGenerator" : {
"type" : "object",
"properties" : {
+ "closed" : {
+ "type" : "boolean"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -2013,6 +2016,9 @@
"currentValue" : {
"type" : "object"
},
+ "outputContext" : {
+ "$ref" : "#/definitions/JsonStreamContext"
+ },
"highestEscapedChar" : {
"type" : "integer",
"format" : "int32"
@@ -2023,12 +2029,6 @@
"outputBuffered" : {
"type" : "integer",
"format" : "int32"
- },
- "outputContext" : {
- "$ref" : "#/definitions/JsonStreamContext"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -2069,12 +2069,19 @@
"text" : {
"type" : "string"
},
+ "closed" : {
+ "type" : "boolean"
+ },
"textCharacters" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
+ "intValue" : {
+ "type" : "integer",
+ "format" : "int32"
+ },
"booleanValue" : {
"type" : "boolean"
},
@@ -2101,10 +2108,6 @@
"objectId" : {
"type" : "object"
},
- "intValue" : {
- "type" : "integer",
- "format" : "int32"
- },
"typeId" : {
"type" : "object"
},
@@ -2202,9 +2205,6 @@
},
"currentValue" : {
"type" : "object"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -2339,6 +2339,13 @@
"type" : "integer",
"format" : "int64"
},
+ "keyBytes" : {
+ "type" : "array",
+ "items" : {
+ "type" : "string",
+ "format" : "byte"
+ }
+ },
"data" : {
"type" : "array",
"items" : {
@@ -2346,8 +2353,8 @@
"format" : "byte"
}
},
- "topicName" : {
- "type" : "string"
+ "messageId" : {
+ "$ref" : "#/definitions/MessageId"
},
"encryptionCtx" : {
"$ref" : "#/definitions/EncryptionContext"
@@ -2363,9 +2370,6 @@
"type" : "integer",
"format" : "int64"
},
- "messageId" : {
- "$ref" : "#/definitions/MessageId"
- },
"publishTime" : {
"type" : "integer",
"format" : "int64"
@@ -2401,12 +2405,8 @@
"replicated" : {
"type" : "boolean"
},
- "keyBytes" : {
- "type" : "array",
- "items" : {
- "type" : "string",
- "format" : "byte"
- }
+ "topicName" : {
+ "type" : "string"
}
}
},
@@ -2523,21 +2523,6 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
- "subtypeResolver" : {
- "$ref" : "#/definitions/SubtypeResolver"
- },
- "propertyNamingStrategy" : {
- "$ref" : "#/definitions/PropertyNamingStrategy"
- },
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
- "jsonFactory" : {
- "$ref" : "#/definitions/JsonFactory"
- },
- "dateFormat" : {
- "$ref" : "#/definitions/DateFormat"
- },
"serializationConfig" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -2559,6 +2544,21 @@
"visibilityChecker" : {
"$ref" : "#/definitions/VisibilityCheckerObject"
},
+ "subtypeResolver" : {
+ "$ref" : "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy" : {
+ "$ref" : "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory" : {
+ "$ref" : "#/definitions/JsonFactory"
+ },
+ "dateFormat" : {
+ "$ref" : "#/definitions/DateFormat"
+ },
"injectableValues" : {
"$ref" : "#/definitions/InjectableValues"
}
@@ -2688,11 +2688,11 @@
"Schema" : {
"type" : "object",
"properties" : {
- "schemaInfo" : {
- "$ref" : "#/definitions/SchemaInfo"
- },
"nativeSchema" : {
"type" : "object"
+ },
+ "schemaInfo" : {
+ "$ref" : "#/definitions/SchemaInfo"
}
}
},
@@ -2716,26 +2716,26 @@
"type" : "integer",
"format" : "int64"
},
+ "schemaDefinition" : {
+ "type" : "string"
+ },
"schema" : {
"type" : "array",
"items" : {
"type" : "string",
"format" : "byte"
}
- },
- "schemaDefinition" : {
- "type" : "string"
}
}
},
"SchemaObject" : {
"type" : "object",
"properties" : {
- "schemaInfo" : {
- "$ref" : "#/definitions/SchemaInfo"
- },
"nativeSchema" : {
"type" : "object"
+ },
+ "schemaInfo" : {
+ "$ref" : "#/definitions/SchemaInfo"
}
}
},
@@ -2786,15 +2786,15 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "handlerInstantiator" : {
+ "$ref" : "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy" : {
"$ref" : "#/definitions/PropertyNamingStrategy"
},
"dateFormat" : {
"$ref" : "#/definitions/DateFormat"
},
- "handlerInstantiator" : {
- "$ref" : "#/definitions/HandlerInstantiator"
- },
"base64Variant" : {
"$ref" : "#/definitions/Base64Variant"
},
@@ -2818,6 +2818,9 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
+ "generator" : {
+ "$ref" : "#/definitions/JsonGenerator"
+ },
"config" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -2835,9 +2838,6 @@
},
"defaultNullKeySerializer" : {
"$ref" : "#/definitions/JsonSerializerObject"
- },
- "generator" : {
- "$ref" : "#/definitions/JsonGenerator"
}
}
},
diff --git a/content/swagger/master/swaggerlookup.json
b/content/swagger/master/swaggerlookup.json
index cd62f89f3ce..f452e2dd162 100644
--- a/content/swagger/master/swaggerlookup.json
+++ b/content/swagger/master/swaggerlookup.json
@@ -156,7 +156,7 @@
"peerAddress" : {
"$ref" : "#/definitions/SocketAddress"
},
- "httpAuthType" : {
+ "subscription" : {
"type" : "string"
},
"tlsCertificates" : {
@@ -165,10 +165,10 @@
"$ref" : "#/definitions/Certificate"
}
},
- "commandData" : {
+ "httpAuthType" : {
"type" : "string"
},
- "subscription" : {
+ "commandData" : {
"type" : "string"
}
}
@@ -375,15 +375,15 @@
"DeserializationConfig" : {
"type" : "object",
"properties" : {
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
"defaultPropertyInclusion" : {
"$ref" : "#/definitions/Value"
},
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
"deserializationFeatures" : {
"type" : "integer",
"format" : "int32"
@@ -415,15 +415,15 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "handlerInstantiator" : {
+ "$ref" : "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy" : {
"$ref" : "#/definitions/PropertyNamingStrategy"
},
"dateFormat" : {
"$ref" : "#/definitions/DateFormat"
},
- "handlerInstantiator" : {
- "$ref" : "#/definitions/HandlerInstantiator"
- },
"base64Variant" : {
"$ref" : "#/definitions/Base64Variant"
},
@@ -456,12 +456,12 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
"contextualType" : {
"$ref" : "#/definitions/JavaType"
},
@@ -533,6 +533,9 @@
"abstract" : {
"type" : "boolean"
},
+ "contentType" : {
+ "$ref" : "#/definitions/JavaType"
+ },
"bindings" : {
"$ref" : "#/definitions/TypeBindings"
},
@@ -584,9 +587,6 @@
"mapLikeType" : {
"type" : "boolean"
},
- "contentType" : {
- "$ref" : "#/definitions/JavaType"
- },
"typeName" : {
"type" : "string"
},
@@ -621,6 +621,9 @@
"JsonGenerator" : {
"type" : "object",
"properties" : {
+ "closed" : {
+ "type" : "boolean"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -644,6 +647,9 @@
"currentValue" : {
"type" : "object"
},
+ "outputContext" : {
+ "$ref" : "#/definitions/JsonStreamContext"
+ },
"highestEscapedChar" : {
"type" : "integer",
"format" : "int32"
@@ -654,12 +660,6 @@
"outputBuffered" : {
"type" : "integer",
"format" : "int32"
- },
- "outputContext" : {
- "$ref" : "#/definitions/JsonStreamContext"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -700,12 +700,19 @@
"text" : {
"type" : "string"
},
+ "closed" : {
+ "type" : "boolean"
+ },
"textCharacters" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
+ "intValue" : {
+ "type" : "integer",
+ "format" : "int32"
+ },
"booleanValue" : {
"type" : "boolean"
},
@@ -732,10 +739,6 @@
"objectId" : {
"type" : "object"
},
- "intValue" : {
- "type" : "integer",
- "format" : "int32"
- },
"typeId" : {
"type" : "object"
},
@@ -833,9 +836,6 @@
},
"currentValue" : {
"type" : "object"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1084,21 +1084,6 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
- "subtypeResolver" : {
- "$ref" : "#/definitions/SubtypeResolver"
- },
- "propertyNamingStrategy" : {
- "$ref" : "#/definitions/PropertyNamingStrategy"
- },
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
- "jsonFactory" : {
- "$ref" : "#/definitions/JsonFactory"
- },
- "dateFormat" : {
- "$ref" : "#/definitions/DateFormat"
- },
"serializationConfig" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -1120,6 +1105,21 @@
"visibilityChecker" : {
"$ref" : "#/definitions/VisibilityCheckerObject"
},
+ "subtypeResolver" : {
+ "$ref" : "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy" : {
+ "$ref" : "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory" : {
+ "$ref" : "#/definitions/JsonFactory"
+ },
+ "dateFormat" : {
+ "$ref" : "#/definitions/DateFormat"
+ },
"injectableValues" : {
"$ref" : "#/definitions/InjectableValues"
}
@@ -1254,15 +1254,15 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "handlerInstantiator" : {
+ "$ref" : "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy" : {
"$ref" : "#/definitions/PropertyNamingStrategy"
},
"dateFormat" : {
"$ref" : "#/definitions/DateFormat"
},
- "handlerInstantiator" : {
- "$ref" : "#/definitions/HandlerInstantiator"
- },
"base64Variant" : {
"$ref" : "#/definitions/Base64Variant"
},
@@ -1286,6 +1286,9 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
+ "generator" : {
+ "$ref" : "#/definitions/JsonGenerator"
+ },
"config" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -1303,9 +1306,6 @@
},
"defaultNullKeySerializer" : {
"$ref" : "#/definitions/JsonSerializerObject"
- },
- "generator" : {
- "$ref" : "#/definitions/JsonGenerator"
}
}
},
diff --git a/content/swagger/master/swaggerpackages.json
b/content/swagger/master/swaggerpackages.json
index 607d1de8602..ed087f80791 100644
--- a/content/swagger/master/swaggerpackages.json
+++ b/content/swagger/master/swaggerpackages.json
@@ -414,7 +414,7 @@
"peerAddress" : {
"$ref" : "#/definitions/SocketAddress"
},
- "httpAuthType" : {
+ "subscription" : {
"type" : "string"
},
"tlsCertificates" : {
@@ -423,10 +423,10 @@
"$ref" : "#/definitions/Certificate"
}
},
- "commandData" : {
+ "httpAuthType" : {
"type" : "string"
},
- "subscription" : {
+ "commandData" : {
"type" : "string"
}
}
@@ -615,15 +615,15 @@
"DeserializationConfig" : {
"type" : "object",
"properties" : {
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
"defaultPropertyInclusion" : {
"$ref" : "#/definitions/Value"
},
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
"deserializationFeatures" : {
"type" : "integer",
"format" : "int32"
@@ -655,15 +655,15 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "handlerInstantiator" : {
+ "$ref" : "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy" : {
"$ref" : "#/definitions/PropertyNamingStrategy"
},
"dateFormat" : {
"$ref" : "#/definitions/DateFormat"
},
- "handlerInstantiator" : {
- "$ref" : "#/definitions/HandlerInstantiator"
- },
"base64Variant" : {
"$ref" : "#/definitions/Base64Variant"
},
@@ -696,12 +696,12 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
"contextualType" : {
"$ref" : "#/definitions/JavaType"
},
@@ -773,6 +773,9 @@
"abstract" : {
"type" : "boolean"
},
+ "contentType" : {
+ "$ref" : "#/definitions/JavaType"
+ },
"bindings" : {
"$ref" : "#/definitions/TypeBindings"
},
@@ -824,9 +827,6 @@
"mapLikeType" : {
"type" : "boolean"
},
- "contentType" : {
- "$ref" : "#/definitions/JavaType"
- },
"typeName" : {
"type" : "string"
},
@@ -861,6 +861,9 @@
"JsonGenerator" : {
"type" : "object",
"properties" : {
+ "closed" : {
+ "type" : "boolean"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -884,6 +887,9 @@
"currentValue" : {
"type" : "object"
},
+ "outputContext" : {
+ "$ref" : "#/definitions/JsonStreamContext"
+ },
"highestEscapedChar" : {
"type" : "integer",
"format" : "int32"
@@ -894,12 +900,6 @@
"outputBuffered" : {
"type" : "integer",
"format" : "int32"
- },
- "outputContext" : {
- "$ref" : "#/definitions/JsonStreamContext"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -940,12 +940,19 @@
"text" : {
"type" : "string"
},
+ "closed" : {
+ "type" : "boolean"
+ },
"textCharacters" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
+ "intValue" : {
+ "type" : "integer",
+ "format" : "int32"
+ },
"booleanValue" : {
"type" : "boolean"
},
@@ -972,10 +979,6 @@
"objectId" : {
"type" : "object"
},
- "intValue" : {
- "type" : "integer",
- "format" : "int32"
- },
"typeId" : {
"type" : "object"
},
@@ -1073,9 +1076,6 @@
},
"currentValue" : {
"type" : "object"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1301,21 +1301,6 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
- "subtypeResolver" : {
- "$ref" : "#/definitions/SubtypeResolver"
- },
- "propertyNamingStrategy" : {
- "$ref" : "#/definitions/PropertyNamingStrategy"
- },
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
- "jsonFactory" : {
- "$ref" : "#/definitions/JsonFactory"
- },
- "dateFormat" : {
- "$ref" : "#/definitions/DateFormat"
- },
"serializationConfig" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -1337,6 +1322,21 @@
"visibilityChecker" : {
"$ref" : "#/definitions/VisibilityCheckerObject"
},
+ "subtypeResolver" : {
+ "$ref" : "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy" : {
+ "$ref" : "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory" : {
+ "$ref" : "#/definitions/JsonFactory"
+ },
+ "dateFormat" : {
+ "$ref" : "#/definitions/DateFormat"
+ },
"injectableValues" : {
"$ref" : "#/definitions/InjectableValues"
}
@@ -1496,15 +1496,15 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "handlerInstantiator" : {
+ "$ref" : "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy" : {
"$ref" : "#/definitions/PropertyNamingStrategy"
},
"dateFormat" : {
"$ref" : "#/definitions/DateFormat"
},
- "handlerInstantiator" : {
- "$ref" : "#/definitions/HandlerInstantiator"
- },
"base64Variant" : {
"$ref" : "#/definitions/Base64Variant"
},
@@ -1528,6 +1528,9 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
+ "generator" : {
+ "$ref" : "#/definitions/JsonGenerator"
+ },
"config" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -1545,9 +1548,6 @@
},
"defaultNullKeySerializer" : {
"$ref" : "#/definitions/JsonSerializerObject"
- },
- "generator" : {
- "$ref" : "#/definitions/JsonGenerator"
}
}
},
diff --git a/content/swagger/master/swaggersink.json
b/content/swagger/master/swaggersink.json
index 2e0dedf9bf3..f7ffa1783db 100644
--- a/content/swagger/master/swaggersink.json
+++ b/content/swagger/master/swaggersink.json
@@ -804,7 +804,7 @@
"peerAddress" : {
"$ref" : "#/definitions/SocketAddress"
},
- "httpAuthType" : {
+ "subscription" : {
"type" : "string"
},
"tlsCertificates" : {
@@ -813,10 +813,10 @@
"$ref" : "#/definitions/Certificate"
}
},
- "commandData" : {
+ "httpAuthType" : {
"type" : "string"
},
- "subscription" : {
+ "commandData" : {
"type" : "string"
}
}
@@ -1109,15 +1109,15 @@
"DeserializationConfig" : {
"type" : "object",
"properties" : {
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
"defaultPropertyInclusion" : {
"$ref" : "#/definitions/Value"
},
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
"deserializationFeatures" : {
"type" : "integer",
"format" : "int32"
@@ -1149,15 +1149,15 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "handlerInstantiator" : {
+ "$ref" : "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy" : {
"$ref" : "#/definitions/PropertyNamingStrategy"
},
"dateFormat" : {
"$ref" : "#/definitions/DateFormat"
},
- "handlerInstantiator" : {
- "$ref" : "#/definitions/HandlerInstantiator"
- },
"base64Variant" : {
"$ref" : "#/definitions/Base64Variant"
},
@@ -1190,12 +1190,12 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
"contextualType" : {
"$ref" : "#/definitions/JavaType"
},
@@ -1279,6 +1279,9 @@
"abstract" : {
"type" : "boolean"
},
+ "contentType" : {
+ "$ref" : "#/definitions/JavaType"
+ },
"bindings" : {
"$ref" : "#/definitions/TypeBindings"
},
@@ -1330,9 +1333,6 @@
"mapLikeType" : {
"type" : "boolean"
},
- "contentType" : {
- "$ref" : "#/definitions/JavaType"
- },
"typeName" : {
"type" : "string"
},
@@ -1367,6 +1367,9 @@
"JsonGenerator" : {
"type" : "object",
"properties" : {
+ "closed" : {
+ "type" : "boolean"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -1390,6 +1393,9 @@
"currentValue" : {
"type" : "object"
},
+ "outputContext" : {
+ "$ref" : "#/definitions/JsonStreamContext"
+ },
"highestEscapedChar" : {
"type" : "integer",
"format" : "int32"
@@ -1400,12 +1406,6 @@
"outputBuffered" : {
"type" : "integer",
"format" : "int32"
- },
- "outputContext" : {
- "$ref" : "#/definitions/JsonStreamContext"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1446,12 +1446,19 @@
"text" : {
"type" : "string"
},
+ "closed" : {
+ "type" : "boolean"
+ },
"textCharacters" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
+ "intValue" : {
+ "type" : "integer",
+ "format" : "int32"
+ },
"booleanValue" : {
"type" : "boolean"
},
@@ -1478,10 +1485,6 @@
"objectId" : {
"type" : "object"
},
- "intValue" : {
- "type" : "integer",
- "format" : "int32"
- },
"typeId" : {
"type" : "object"
},
@@ -1579,9 +1582,6 @@
},
"currentValue" : {
"type" : "object"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1807,21 +1807,6 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
- "subtypeResolver" : {
- "$ref" : "#/definitions/SubtypeResolver"
- },
- "propertyNamingStrategy" : {
- "$ref" : "#/definitions/PropertyNamingStrategy"
- },
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
- "jsonFactory" : {
- "$ref" : "#/definitions/JsonFactory"
- },
- "dateFormat" : {
- "$ref" : "#/definitions/DateFormat"
- },
"serializationConfig" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -1843,6 +1828,21 @@
"visibilityChecker" : {
"$ref" : "#/definitions/VisibilityCheckerObject"
},
+ "subtypeResolver" : {
+ "$ref" : "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy" : {
+ "$ref" : "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory" : {
+ "$ref" : "#/definitions/JsonFactory"
+ },
+ "dateFormat" : {
+ "$ref" : "#/definitions/DateFormat"
+ },
"injectableValues" : {
"$ref" : "#/definitions/InjectableValues"
}
@@ -1994,15 +1994,15 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "handlerInstantiator" : {
+ "$ref" : "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy" : {
"$ref" : "#/definitions/PropertyNamingStrategy"
},
"dateFormat" : {
"$ref" : "#/definitions/DateFormat"
},
- "handlerInstantiator" : {
- "$ref" : "#/definitions/HandlerInstantiator"
- },
"base64Variant" : {
"$ref" : "#/definitions/Base64Variant"
},
@@ -2026,6 +2026,9 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
+ "generator" : {
+ "$ref" : "#/definitions/JsonGenerator"
+ },
"config" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -2043,9 +2046,6 @@
},
"defaultNullKeySerializer" : {
"$ref" : "#/definitions/JsonSerializerObject"
- },
- "generator" : {
- "$ref" : "#/definitions/JsonGenerator"
}
}
},
diff --git a/content/swagger/master/swaggersource.json
b/content/swagger/master/swaggersource.json
index 202a47288a2..4e015428690 100644
--- a/content/swagger/master/swaggersource.json
+++ b/content/swagger/master/swaggersource.json
@@ -807,7 +807,7 @@
"peerAddress" : {
"$ref" : "#/definitions/SocketAddress"
},
- "httpAuthType" : {
+ "subscription" : {
"type" : "string"
},
"tlsCertificates" : {
@@ -816,10 +816,10 @@
"$ref" : "#/definitions/Certificate"
}
},
- "commandData" : {
+ "httpAuthType" : {
"type" : "string"
},
- "subscription" : {
+ "commandData" : {
"type" : "string"
}
}
@@ -1090,15 +1090,15 @@
"DeserializationConfig" : {
"type" : "object",
"properties" : {
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
"defaultPropertyInclusion" : {
"$ref" : "#/definitions/Value"
},
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
"deserializationFeatures" : {
"type" : "integer",
"format" : "int32"
@@ -1130,15 +1130,15 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "handlerInstantiator" : {
+ "$ref" : "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy" : {
"$ref" : "#/definitions/PropertyNamingStrategy"
},
"dateFormat" : {
"$ref" : "#/definitions/DateFormat"
},
- "handlerInstantiator" : {
- "$ref" : "#/definitions/HandlerInstantiator"
- },
"base64Variant" : {
"$ref" : "#/definitions/Base64Variant"
},
@@ -1171,12 +1171,12 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
"contextualType" : {
"$ref" : "#/definitions/JavaType"
},
@@ -1260,6 +1260,9 @@
"abstract" : {
"type" : "boolean"
},
+ "contentType" : {
+ "$ref" : "#/definitions/JavaType"
+ },
"bindings" : {
"$ref" : "#/definitions/TypeBindings"
},
@@ -1311,9 +1314,6 @@
"mapLikeType" : {
"type" : "boolean"
},
- "contentType" : {
- "$ref" : "#/definitions/JavaType"
- },
"typeName" : {
"type" : "string"
},
@@ -1348,6 +1348,9 @@
"JsonGenerator" : {
"type" : "object",
"properties" : {
+ "closed" : {
+ "type" : "boolean"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -1371,6 +1374,9 @@
"currentValue" : {
"type" : "object"
},
+ "outputContext" : {
+ "$ref" : "#/definitions/JsonStreamContext"
+ },
"highestEscapedChar" : {
"type" : "integer",
"format" : "int32"
@@ -1381,12 +1387,6 @@
"outputBuffered" : {
"type" : "integer",
"format" : "int32"
- },
- "outputContext" : {
- "$ref" : "#/definitions/JsonStreamContext"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1427,12 +1427,19 @@
"text" : {
"type" : "string"
},
+ "closed" : {
+ "type" : "boolean"
+ },
"textCharacters" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
+ "intValue" : {
+ "type" : "integer",
+ "format" : "int32"
+ },
"booleanValue" : {
"type" : "boolean"
},
@@ -1459,10 +1466,6 @@
"objectId" : {
"type" : "object"
},
- "intValue" : {
- "type" : "integer",
- "format" : "int32"
- },
"typeId" : {
"type" : "object"
},
@@ -1560,9 +1563,6 @@
},
"currentValue" : {
"type" : "object"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1788,21 +1788,6 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
- "subtypeResolver" : {
- "$ref" : "#/definitions/SubtypeResolver"
- },
- "propertyNamingStrategy" : {
- "$ref" : "#/definitions/PropertyNamingStrategy"
- },
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
- "jsonFactory" : {
- "$ref" : "#/definitions/JsonFactory"
- },
- "dateFormat" : {
- "$ref" : "#/definitions/DateFormat"
- },
"serializationConfig" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -1824,6 +1809,21 @@
"visibilityChecker" : {
"$ref" : "#/definitions/VisibilityCheckerObject"
},
+ "subtypeResolver" : {
+ "$ref" : "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy" : {
+ "$ref" : "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory" : {
+ "$ref" : "#/definitions/JsonFactory"
+ },
+ "dateFormat" : {
+ "$ref" : "#/definitions/DateFormat"
+ },
"injectableValues" : {
"$ref" : "#/definitions/InjectableValues"
}
@@ -1997,15 +1997,15 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "handlerInstantiator" : {
+ "$ref" : "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy" : {
"$ref" : "#/definitions/PropertyNamingStrategy"
},
"dateFormat" : {
"$ref" : "#/definitions/DateFormat"
},
- "handlerInstantiator" : {
- "$ref" : "#/definitions/HandlerInstantiator"
- },
"base64Variant" : {
"$ref" : "#/definitions/Base64Variant"
},
@@ -2029,6 +2029,9 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
+ "generator" : {
+ "$ref" : "#/definitions/JsonGenerator"
+ },
"config" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -2046,9 +2049,6 @@
},
"defaultNullKeySerializer" : {
"$ref" : "#/definitions/JsonSerializerObject"
- },
- "generator" : {
- "$ref" : "#/definitions/JsonGenerator"
}
}
},
diff --git a/content/swagger/master/swaggertransactions.json
b/content/swagger/master/swaggertransactions.json
index 6afd013fcd4..f928a587763 100644
--- a/content/swagger/master/swaggertransactions.json
+++ b/content/swagger/master/swaggertransactions.json
@@ -645,7 +645,7 @@
"peerAddress" : {
"$ref" : "#/definitions/SocketAddress"
},
- "httpAuthType" : {
+ "subscription" : {
"type" : "string"
},
"tlsCertificates" : {
@@ -654,10 +654,10 @@
"$ref" : "#/definitions/Certificate"
}
},
- "commandData" : {
+ "httpAuthType" : {
"type" : "string"
},
- "subscription" : {
+ "commandData" : {
"type" : "string"
}
}
@@ -846,15 +846,15 @@
"DeserializationConfig" : {
"type" : "object",
"properties" : {
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
"defaultPropertyInclusion" : {
"$ref" : "#/definitions/Value"
},
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
"deserializationFeatures" : {
"type" : "integer",
"format" : "int32"
@@ -886,15 +886,15 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "handlerInstantiator" : {
+ "$ref" : "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy" : {
"$ref" : "#/definitions/PropertyNamingStrategy"
},
"dateFormat" : {
"$ref" : "#/definitions/DateFormat"
},
- "handlerInstantiator" : {
- "$ref" : "#/definitions/HandlerInstantiator"
- },
"base64Variant" : {
"$ref" : "#/definitions/Base64Variant"
},
@@ -927,12 +927,12 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
"contextualType" : {
"$ref" : "#/definitions/JavaType"
},
@@ -1004,6 +1004,9 @@
"abstract" : {
"type" : "boolean"
},
+ "contentType" : {
+ "$ref" : "#/definitions/JavaType"
+ },
"bindings" : {
"$ref" : "#/definitions/TypeBindings"
},
@@ -1055,9 +1058,6 @@
"mapLikeType" : {
"type" : "boolean"
},
- "contentType" : {
- "$ref" : "#/definitions/JavaType"
- },
"typeName" : {
"type" : "string"
},
@@ -1092,6 +1092,9 @@
"JsonGenerator" : {
"type" : "object",
"properties" : {
+ "closed" : {
+ "type" : "boolean"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -1115,6 +1118,9 @@
"currentValue" : {
"type" : "object"
},
+ "outputContext" : {
+ "$ref" : "#/definitions/JsonStreamContext"
+ },
"highestEscapedChar" : {
"type" : "integer",
"format" : "int32"
@@ -1125,12 +1131,6 @@
"outputBuffered" : {
"type" : "integer",
"format" : "int32"
- },
- "outputContext" : {
- "$ref" : "#/definitions/JsonStreamContext"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1171,12 +1171,19 @@
"text" : {
"type" : "string"
},
+ "closed" : {
+ "type" : "boolean"
+ },
"textCharacters" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
+ "intValue" : {
+ "type" : "integer",
+ "format" : "int32"
+ },
"booleanValue" : {
"type" : "boolean"
},
@@ -1203,10 +1210,6 @@
"objectId" : {
"type" : "object"
},
- "intValue" : {
- "type" : "integer",
- "format" : "int32"
- },
"typeId" : {
"type" : "object"
},
@@ -1304,9 +1307,6 @@
},
"currentValue" : {
"type" : "object"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1532,21 +1532,6 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
- "subtypeResolver" : {
- "$ref" : "#/definitions/SubtypeResolver"
- },
- "propertyNamingStrategy" : {
- "$ref" : "#/definitions/PropertyNamingStrategy"
- },
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
- "jsonFactory" : {
- "$ref" : "#/definitions/JsonFactory"
- },
- "dateFormat" : {
- "$ref" : "#/definitions/DateFormat"
- },
"serializationConfig" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -1568,6 +1553,21 @@
"visibilityChecker" : {
"$ref" : "#/definitions/VisibilityCheckerObject"
},
+ "subtypeResolver" : {
+ "$ref" : "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy" : {
+ "$ref" : "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory" : {
+ "$ref" : "#/definitions/JsonFactory"
+ },
+ "dateFormat" : {
+ "$ref" : "#/definitions/DateFormat"
+ },
"injectableValues" : {
"$ref" : "#/definitions/InjectableValues"
}
@@ -1702,15 +1702,15 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "handlerInstantiator" : {
+ "$ref" : "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy" : {
"$ref" : "#/definitions/PropertyNamingStrategy"
},
"dateFormat" : {
"$ref" : "#/definitions/DateFormat"
},
- "handlerInstantiator" : {
- "$ref" : "#/definitions/HandlerInstantiator"
- },
"base64Variant" : {
"$ref" : "#/definitions/Base64Variant"
},
@@ -1734,6 +1734,9 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
+ "generator" : {
+ "$ref" : "#/definitions/JsonGenerator"
+ },
"config" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -1751,9 +1754,6 @@
},
"defaultNullKeySerializer" : {
"$ref" : "#/definitions/JsonSerializerObject"
- },
- "generator" : {
- "$ref" : "#/definitions/JsonGenerator"
}
}
},
diff --git a/content/swagger/master/v2/swagger.json
b/content/swagger/master/v2/swagger.json
index 487548f8750..76cdd0920bd 100644
--- a/content/swagger/master/v2/swagger.json
+++ b/content/swagger/master/v2/swagger.json
@@ -26502,7 +26502,7 @@
"peerAddress": {
"$ref": "#/definitions/SocketAddress"
},
- "httpAuthType": {
+ "subscription": {
"type": "string"
},
"tlsCertificates": {
@@ -26511,10 +26511,10 @@
"$ref": "#/definitions/Certificate"
}
},
- "commandData": {
+ "httpAuthType": {
"type": "string"
},
- "subscription": {
+ "commandData": {
"type": "string"
}
}
@@ -26570,10 +26570,6 @@
"consumer_backlog_eviction"
]
},
- "limit": {
- "type": "integer",
- "format": "int64"
- },
"limitSize": {
"type": "integer",
"format": "int64"
@@ -26581,6 +26577,10 @@
"limitTime": {
"type": "integer",
"format": "int32"
+ },
+ "limit": {
+ "type": "integer",
+ "format": "int64"
}
}
},
@@ -26617,10 +26617,10 @@
"BookieInfo": {
"type": "object",
"properties": {
- "rack": {
+ "hostname": {
"type": "string"
},
- "hostname": {
+ "rack": {
"type": "string"
}
}
@@ -27109,15 +27109,15 @@
"DeserializationConfig": {
"type": "object",
"properties": {
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
"defaultPropertyInclusion": {
"$ref": "#/definitions/Value"
},
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
"deserializationFeatures": {
"type": "integer",
"format": "int32"
@@ -27149,15 +27149,15 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "handlerInstantiator": {
+ "$ref": "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy": {
"$ref": "#/definitions/PropertyNamingStrategy"
},
"dateFormat": {
"$ref": "#/definitions/DateFormat"
},
- "handlerInstantiator": {
- "$ref": "#/definitions/HandlerInstantiator"
- },
"base64Variant": {
"$ref": "#/definitions/Base64Variant"
},
@@ -27190,12 +27190,12 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
"contextualType": {
"$ref": "#/definitions/JavaType"
},
@@ -27269,10 +27269,6 @@
"FunctionInstanceStatsData": {
"type": "object",
"properties": {
- "lastInvocation": {
- "type": "integer",
- "format": "int64"
- },
"oneMin": {
"$ref": "#/definitions/FunctionInstanceStatsDataBase"
},
@@ -27283,6 +27279,10 @@
"format": "double"
}
},
+ "lastInvocation": {
+ "type": "integer",
+ "format": "int64"
+ },
"receivedTotal": {
"type": "integer",
"format": "int64"
@@ -27523,6 +27523,9 @@
"abstract": {
"type": "boolean"
},
+ "contentType": {
+ "$ref": "#/definitions/JavaType"
+ },
"bindings": {
"$ref": "#/definitions/TypeBindings"
},
@@ -27574,9 +27577,6 @@
"mapLikeType": {
"type": "boolean"
},
- "contentType": {
- "$ref": "#/definitions/JavaType"
- },
"typeName": {
"type": "string"
},
@@ -27611,6 +27611,9 @@
"JsonGenerator": {
"type": "object",
"properties": {
+ "closed": {
+ "type": "boolean"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -27634,6 +27637,9 @@
"currentValue": {
"type": "object"
},
+ "outputContext": {
+ "$ref": "#/definitions/JsonStreamContext"
+ },
"highestEscapedChar": {
"type": "integer",
"format": "int32"
@@ -27644,12 +27650,6 @@
"outputBuffered": {
"type": "integer",
"format": "int32"
- },
- "outputContext": {
- "$ref": "#/definitions/JsonStreamContext"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -27690,12 +27690,19 @@
"text": {
"type": "string"
},
+ "closed": {
+ "type": "boolean"
+ },
"textCharacters": {
"type": "array",
"items": {
"type": "string"
}
},
+ "intValue": {
+ "type": "integer",
+ "format": "int32"
+ },
"booleanValue": {
"type": "boolean"
},
@@ -27722,10 +27729,6 @@
"objectId": {
"type": "object"
},
- "intValue": {
- "type": "integer",
- "format": "int32"
- },
"typeId": {
"type": "object"
},
@@ -27858,9 +27861,6 @@
},
"currentValue": {
"type": "object"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -28145,17 +28145,6 @@
"type": "number",
"format": "double"
},
- "cpu": {
- "$ref": "#/definitions/ResourceUsage"
- },
- "msgThroughputIn": {
- "type": "number",
- "format": "double"
- },
- "msgThroughputOut": {
- "type": "number",
- "format": "double"
- },
"bandwidthIn": {
"$ref": "#/definitions/ResourceUsage"
},
@@ -28165,6 +28154,9 @@
"memory": {
"$ref": "#/definitions/ResourceUsage"
},
+ "cpu": {
+ "$ref": "#/definitions/ResourceUsage"
+ },
"directMemory": {
"$ref": "#/definitions/ResourceUsage"
},
@@ -28180,6 +28172,14 @@
},
"loadReportType": {
"type": "string"
+ },
+ "msgThroughputIn": {
+ "type": "number",
+ "format": "double"
+ },
+ "msgThroughputOut": {
+ "type": "number",
+ "format": "double"
}
}
},
@@ -28508,21 +28508,6 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
- "subtypeResolver": {
- "$ref": "#/definitions/SubtypeResolver"
- },
- "propertyNamingStrategy": {
- "$ref": "#/definitions/PropertyNamingStrategy"
- },
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
- "jsonFactory": {
- "$ref": "#/definitions/JsonFactory"
- },
- "dateFormat": {
- "$ref": "#/definitions/DateFormat"
- },
"serializationConfig": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -28544,6 +28529,21 @@
"visibilityChecker": {
"$ref": "#/definitions/VisibilityCheckerObject"
},
+ "subtypeResolver": {
+ "$ref": "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy": {
+ "$ref": "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory": {
+ "$ref": "#/definitions/JsonFactory"
+ },
+ "dateFormat": {
+ "$ref": "#/definitions/DateFormat"
+ },
"injectableValues": {
"$ref": "#/definitions/InjectableValues"
}
@@ -28552,16 +28552,35 @@
"OffloadPolicies": {
"type": "object",
"properties": {
- "managedLedgerOffloadMaxThreads": {
+ "managedLedgerOffloadDeletionLagInMillis": {
"type": "integer",
- "format": "int32"
+ "format": "int64"
},
- "managedLedgerOffloadDriver": {
- "type": "string"
+ "managedLedgerOffloadThresholdInBytes": {
+ "type": "integer",
+ "format": "int64"
+ },
+ "managedLedgerOffloadedReadPriority": {
+ "type": "string",
+ "enum": [
+ "BOOKKEEPER_FIRST",
+ "TIERED_STORAGE_FIRST"
+ ]
},
"offloadersDirectory": {
"type": "string"
},
+ "managedLedgerOffloadDriver": {
+ "type": "string"
+ },
+ "managedLedgerOffloadMaxThreads": {
+ "type": "integer",
+ "format": "int32"
+ },
+ "managedLedgerOffloadPrefetchRounds": {
+ "type": "integer",
+ "format": "int32"
+ },
"s3ManagedLedgerOffloadRegion": {
"type": "string"
},
@@ -28575,10 +28594,6 @@
"type": "integer",
"format": "int32"
},
- "s3ManagedLedgerOffloadReadBufferSizeInBytes": {
- "type": "integer",
- "format": "int32"
- },
"s3ManagedLedgerOffloadCredentialId": {
"type": "string"
},
@@ -28591,6 +28606,10 @@
"s3ManagedLedgerOffloadRoleSessionName": {
"type": "string"
},
+ "s3ManagedLedgerOffloadReadBufferSizeInBytes": {
+ "type": "integer",
+ "format": "int32"
+ },
"gcsManagedLedgerOffloadRegion": {
"type": "string"
},
@@ -28630,25 +28649,6 @@
"managedLedgerOffloadReadBufferSizeInBytes": {
"type": "integer",
"format": "int32"
- },
- "managedLedgerOffloadDeletionLagInMillis": {
- "type": "integer",
- "format": "int64"
- },
- "managedLedgerOffloadThresholdInBytes": {
- "type": "integer",
- "format": "int64"
- },
- "managedLedgerOffloadPrefetchRounds": {
- "type": "integer",
- "format": "int32"
- },
- "managedLedgerOffloadedReadPriority": {
- "type": "string",
- "enum": [
- "BOOKKEEPER_FIRST",
- "TIERED_STORAGE_FIRST"
- ]
}
}
},
@@ -29417,11 +29417,11 @@
"ResourceUnit": {
"type": "object",
"properties": {
- "resourceId": {
- "type": "string"
- },
"availableResource": {
"$ref": "#/definitions/ResourceDescription"
+ },
+ "resourceId": {
+ "type": "string"
}
}
},
@@ -29525,15 +29525,15 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "handlerInstantiator": {
+ "$ref": "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy": {
"$ref": "#/definitions/PropertyNamingStrategy"
},
"dateFormat": {
"$ref": "#/definitions/DateFormat"
},
- "handlerInstantiator": {
- "$ref": "#/definitions/HandlerInstantiator"
- },
"base64Variant": {
"$ref": "#/definitions/Base64Variant"
},
@@ -29557,6 +29557,9 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
+ "generator": {
+ "$ref": "#/definitions/JsonGenerator"
+ },
"config": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -29574,9 +29577,6 @@
},
"defaultNullKeySerializer": {
"$ref": "#/definitions/JsonSerializerObject"
- },
- "generator": {
- "$ref": "#/definitions/JsonGenerator"
}
}
},
@@ -30245,9 +30245,6 @@
"initialized": {
"type": "boolean"
},
- "workerConfig": {
- "$ref": "#/definitions/WorkerConfig"
- },
"functions": {
"$ref": "#/definitions/FunctionsWorkerService"
},
@@ -30259,6 +30256,9 @@
},
"workers": {
"$ref": "#/definitions/WorkersWorkerService"
+ },
+ "workerConfig": {
+ "$ref": "#/definitions/WorkerConfig"
}
}
},
diff --git a/content/swagger/master/v2/swaggerlookup.json
b/content/swagger/master/v2/swaggerlookup.json
index 09ce91a4577..1ccd6695455 100644
--- a/content/swagger/master/v2/swaggerlookup.json
+++ b/content/swagger/master/v2/swaggerlookup.json
@@ -182,7 +182,7 @@
"peerAddress": {
"$ref": "#/definitions/SocketAddress"
},
- "httpAuthType": {
+ "subscription": {
"type": "string"
},
"tlsCertificates": {
@@ -191,10 +191,10 @@
"$ref": "#/definitions/Certificate"
}
},
- "commandData": {
+ "httpAuthType": {
"type": "string"
},
- "subscription": {
+ "commandData": {
"type": "string"
}
}
@@ -401,15 +401,15 @@
"DeserializationConfig": {
"type": "object",
"properties": {
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
"defaultPropertyInclusion": {
"$ref": "#/definitions/Value"
},
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
"deserializationFeatures": {
"type": "integer",
"format": "int32"
@@ -441,15 +441,15 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "handlerInstantiator": {
+ "$ref": "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy": {
"$ref": "#/definitions/PropertyNamingStrategy"
},
"dateFormat": {
"$ref": "#/definitions/DateFormat"
},
- "handlerInstantiator": {
- "$ref": "#/definitions/HandlerInstantiator"
- },
"base64Variant": {
"$ref": "#/definitions/Base64Variant"
},
@@ -482,12 +482,12 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
"contextualType": {
"$ref": "#/definitions/JavaType"
},
@@ -559,6 +559,9 @@
"abstract": {
"type": "boolean"
},
+ "contentType": {
+ "$ref": "#/definitions/JavaType"
+ },
"bindings": {
"$ref": "#/definitions/TypeBindings"
},
@@ -610,9 +613,6 @@
"mapLikeType": {
"type": "boolean"
},
- "contentType": {
- "$ref": "#/definitions/JavaType"
- },
"typeName": {
"type": "string"
},
@@ -647,6 +647,9 @@
"JsonGenerator": {
"type": "object",
"properties": {
+ "closed": {
+ "type": "boolean"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -670,6 +673,9 @@
"currentValue": {
"type": "object"
},
+ "outputContext": {
+ "$ref": "#/definitions/JsonStreamContext"
+ },
"highestEscapedChar": {
"type": "integer",
"format": "int32"
@@ -680,12 +686,6 @@
"outputBuffered": {
"type": "integer",
"format": "int32"
- },
- "outputContext": {
- "$ref": "#/definitions/JsonStreamContext"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -726,12 +726,19 @@
"text": {
"type": "string"
},
+ "closed": {
+ "type": "boolean"
+ },
"textCharacters": {
"type": "array",
"items": {
"type": "string"
}
},
+ "intValue": {
+ "type": "integer",
+ "format": "int32"
+ },
"booleanValue": {
"type": "boolean"
},
@@ -758,10 +765,6 @@
"objectId": {
"type": "object"
},
- "intValue": {
- "type": "integer",
- "format": "int32"
- },
"typeId": {
"type": "object"
},
@@ -894,9 +897,6 @@
},
"currentValue": {
"type": "object"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -1154,21 +1154,6 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
- "subtypeResolver": {
- "$ref": "#/definitions/SubtypeResolver"
- },
- "propertyNamingStrategy": {
- "$ref": "#/definitions/PropertyNamingStrategy"
- },
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
- "jsonFactory": {
- "$ref": "#/definitions/JsonFactory"
- },
- "dateFormat": {
- "$ref": "#/definitions/DateFormat"
- },
"serializationConfig": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -1190,6 +1175,21 @@
"visibilityChecker": {
"$ref": "#/definitions/VisibilityCheckerObject"
},
+ "subtypeResolver": {
+ "$ref": "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy": {
+ "$ref": "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory": {
+ "$ref": "#/definitions/JsonFactory"
+ },
+ "dateFormat": {
+ "$ref": "#/definitions/DateFormat"
+ },
"injectableValues": {
"$ref": "#/definitions/InjectableValues"
}
@@ -1331,15 +1331,15 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "handlerInstantiator": {
+ "$ref": "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy": {
"$ref": "#/definitions/PropertyNamingStrategy"
},
"dateFormat": {
"$ref": "#/definitions/DateFormat"
},
- "handlerInstantiator": {
- "$ref": "#/definitions/HandlerInstantiator"
- },
"base64Variant": {
"$ref": "#/definitions/Base64Variant"
},
@@ -1363,6 +1363,9 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
+ "generator": {
+ "$ref": "#/definitions/JsonGenerator"
+ },
"config": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -1380,9 +1383,6 @@
},
"defaultNullKeySerializer": {
"$ref": "#/definitions/JsonSerializerObject"
- },
- "generator": {
- "$ref": "#/definitions/JsonGenerator"
}
}
},
diff --git a/content/swagger/master/v3/swaggerfunctions.json
b/content/swagger/master/v3/swaggerfunctions.json
index 387dcf03540..d1ea72d73ec 100644
--- a/content/swagger/master/v3/swaggerfunctions.json
+++ b/content/swagger/master/v3/swaggerfunctions.json
@@ -1168,7 +1168,7 @@
"peerAddress": {
"$ref": "#/definitions/SocketAddress"
},
- "httpAuthType": {
+ "subscription": {
"type": "string"
},
"tlsCertificates": {
@@ -1177,10 +1177,10 @@
"$ref": "#/definitions/Certificate"
}
},
- "commandData": {
+ "httpAuthType": {
"type": "string"
},
- "subscription": {
+ "commandData": {
"type": "string"
}
}
@@ -1440,15 +1440,15 @@
"DeserializationConfig": {
"type": "object",
"properties": {
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
"defaultPropertyInclusion": {
"$ref": "#/definitions/Value"
},
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
"deserializationFeatures": {
"type": "integer",
"format": "int32"
@@ -1480,15 +1480,15 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "handlerInstantiator": {
+ "$ref": "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy": {
"$ref": "#/definitions/PropertyNamingStrategy"
},
"dateFormat": {
"$ref": "#/definitions/DateFormat"
},
- "handlerInstantiator": {
- "$ref": "#/definitions/HandlerInstantiator"
- },
"base64Variant": {
"$ref": "#/definitions/Base64Variant"
},
@@ -1521,12 +1521,12 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
"contextualType": {
"$ref": "#/definitions/JavaType"
},
@@ -1805,10 +1805,6 @@
"FunctionInstanceStatsData": {
"type": "object",
"properties": {
- "lastInvocation": {
- "type": "integer",
- "format": "int64"
- },
"oneMin": {
"$ref": "#/definitions/FunctionInstanceStatsDataBase"
},
@@ -1819,6 +1815,10 @@
"format": "double"
}
},
+ "lastInvocation": {
+ "type": "integer",
+ "format": "int64"
+ },
"receivedTotal": {
"type": "integer",
"format": "int64"
@@ -2130,6 +2130,9 @@
"abstract": {
"type": "boolean"
},
+ "contentType": {
+ "$ref": "#/definitions/JavaType"
+ },
"bindings": {
"$ref": "#/definitions/TypeBindings"
},
@@ -2181,9 +2184,6 @@
"mapLikeType": {
"type": "boolean"
},
- "contentType": {
- "$ref": "#/definitions/JavaType"
- },
"typeName": {
"type": "string"
},
@@ -2218,6 +2218,9 @@
"JsonGenerator": {
"type": "object",
"properties": {
+ "closed": {
+ "type": "boolean"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -2241,6 +2244,9 @@
"currentValue": {
"type": "object"
},
+ "outputContext": {
+ "$ref": "#/definitions/JsonStreamContext"
+ },
"highestEscapedChar": {
"type": "integer",
"format": "int32"
@@ -2251,12 +2257,6 @@
"outputBuffered": {
"type": "integer",
"format": "int32"
- },
- "outputContext": {
- "$ref": "#/definitions/JsonStreamContext"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -2297,12 +2297,19 @@
"text": {
"type": "string"
},
+ "closed": {
+ "type": "boolean"
+ },
"textCharacters": {
"type": "array",
"items": {
"type": "string"
}
},
+ "intValue": {
+ "type": "integer",
+ "format": "int32"
+ },
"booleanValue": {
"type": "boolean"
},
@@ -2329,10 +2336,6 @@
"objectId": {
"type": "object"
},
- "intValue": {
- "type": "integer",
- "format": "int32"
- },
"typeId": {
"type": "object"
},
@@ -2465,9 +2468,6 @@
},
"currentValue": {
"type": "object"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -2602,6 +2602,13 @@
"type": "integer",
"format": "int64"
},
+ "keyBytes": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "format": "byte"
+ }
+ },
"data": {
"type": "array",
"items": {
@@ -2609,8 +2616,8 @@
"format": "byte"
}
},
- "topicName": {
- "type": "string"
+ "messageId": {
+ "$ref": "#/definitions/MessageId"
},
"encryptionCtx": {
"$ref": "#/definitions/EncryptionContext"
@@ -2626,9 +2633,6 @@
"type": "integer",
"format": "int64"
},
- "messageId": {
- "$ref": "#/definitions/MessageId"
- },
"publishTime": {
"type": "integer",
"format": "int64"
@@ -2664,12 +2668,8 @@
"replicated": {
"type": "boolean"
},
- "keyBytes": {
- "type": "array",
- "items": {
- "type": "string",
- "format": "byte"
- }
+ "topicName": {
+ "type": "string"
}
}
},
@@ -2795,21 +2795,6 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
- "subtypeResolver": {
- "$ref": "#/definitions/SubtypeResolver"
- },
- "propertyNamingStrategy": {
- "$ref": "#/definitions/PropertyNamingStrategy"
- },
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
- "jsonFactory": {
- "$ref": "#/definitions/JsonFactory"
- },
- "dateFormat": {
- "$ref": "#/definitions/DateFormat"
- },
"serializationConfig": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -2831,6 +2816,21 @@
"visibilityChecker": {
"$ref": "#/definitions/VisibilityCheckerObject"
},
+ "subtypeResolver": {
+ "$ref": "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy": {
+ "$ref": "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory": {
+ "$ref": "#/definitions/JsonFactory"
+ },
+ "dateFormat": {
+ "$ref": "#/definitions/DateFormat"
+ },
"injectableValues": {
"$ref": "#/definitions/InjectableValues"
}
@@ -2960,11 +2960,11 @@
"Schema": {
"type": "object",
"properties": {
- "schemaInfo": {
- "$ref": "#/definitions/SchemaInfo"
- },
"nativeSchema": {
"type": "object"
+ },
+ "schemaInfo": {
+ "$ref": "#/definitions/SchemaInfo"
}
}
},
@@ -3014,26 +3014,26 @@
"type": "integer",
"format": "int64"
},
+ "schemaDefinition": {
+ "type": "string"
+ },
"schema": {
"type": "array",
"items": {
"type": "string",
"format": "byte"
}
- },
- "schemaDefinition": {
- "type": "string"
}
}
},
"SchemaObject": {
"type": "object",
"properties": {
- "schemaInfo": {
- "$ref": "#/definitions/SchemaInfo"
- },
"nativeSchema": {
"type": "object"
+ },
+ "schemaInfo": {
+ "$ref": "#/definitions/SchemaInfo"
}
}
},
@@ -3091,15 +3091,15 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "handlerInstantiator": {
+ "$ref": "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy": {
"$ref": "#/definitions/PropertyNamingStrategy"
},
"dateFormat": {
"$ref": "#/definitions/DateFormat"
},
- "handlerInstantiator": {
- "$ref": "#/definitions/HandlerInstantiator"
- },
"base64Variant": {
"$ref": "#/definitions/Base64Variant"
},
@@ -3123,6 +3123,9 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
+ "generator": {
+ "$ref": "#/definitions/JsonGenerator"
+ },
"config": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -3140,9 +3143,6 @@
},
"defaultNullKeySerializer": {
"$ref": "#/definitions/JsonSerializerObject"
- },
- "generator": {
- "$ref": "#/definitions/JsonGenerator"
}
}
},
diff --git a/content/swagger/master/v3/swaggerpackages.json
b/content/swagger/master/v3/swaggerpackages.json
index c9c3e729f60..fe0c0e819f4 100644
--- a/content/swagger/master/v3/swaggerpackages.json
+++ b/content/swagger/master/v3/swaggerpackages.json
@@ -500,7 +500,7 @@
"peerAddress": {
"$ref": "#/definitions/SocketAddress"
},
- "httpAuthType": {
+ "subscription": {
"type": "string"
},
"tlsCertificates": {
@@ -509,10 +509,10 @@
"$ref": "#/definitions/Certificate"
}
},
- "commandData": {
+ "httpAuthType": {
"type": "string"
},
- "subscription": {
+ "commandData": {
"type": "string"
}
}
@@ -701,15 +701,15 @@
"DeserializationConfig": {
"type": "object",
"properties": {
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
"defaultPropertyInclusion": {
"$ref": "#/definitions/Value"
},
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
"deserializationFeatures": {
"type": "integer",
"format": "int32"
@@ -741,15 +741,15 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "handlerInstantiator": {
+ "$ref": "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy": {
"$ref": "#/definitions/PropertyNamingStrategy"
},
"dateFormat": {
"$ref": "#/definitions/DateFormat"
},
- "handlerInstantiator": {
- "$ref": "#/definitions/HandlerInstantiator"
- },
"base64Variant": {
"$ref": "#/definitions/Base64Variant"
},
@@ -782,12 +782,12 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
"contextualType": {
"$ref": "#/definitions/JavaType"
},
@@ -859,6 +859,9 @@
"abstract": {
"type": "boolean"
},
+ "contentType": {
+ "$ref": "#/definitions/JavaType"
+ },
"bindings": {
"$ref": "#/definitions/TypeBindings"
},
@@ -910,9 +913,6 @@
"mapLikeType": {
"type": "boolean"
},
- "contentType": {
- "$ref": "#/definitions/JavaType"
- },
"typeName": {
"type": "string"
},
@@ -947,6 +947,9 @@
"JsonGenerator": {
"type": "object",
"properties": {
+ "closed": {
+ "type": "boolean"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -970,6 +973,9 @@
"currentValue": {
"type": "object"
},
+ "outputContext": {
+ "$ref": "#/definitions/JsonStreamContext"
+ },
"highestEscapedChar": {
"type": "integer",
"format": "int32"
@@ -980,12 +986,6 @@
"outputBuffered": {
"type": "integer",
"format": "int32"
- },
- "outputContext": {
- "$ref": "#/definitions/JsonStreamContext"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -1026,12 +1026,19 @@
"text": {
"type": "string"
},
+ "closed": {
+ "type": "boolean"
+ },
"textCharacters": {
"type": "array",
"items": {
"type": "string"
}
},
+ "intValue": {
+ "type": "integer",
+ "format": "int32"
+ },
"booleanValue": {
"type": "boolean"
},
@@ -1058,10 +1065,6 @@
"objectId": {
"type": "object"
},
- "intValue": {
- "type": "integer",
- "format": "int32"
- },
"typeId": {
"type": "object"
},
@@ -1194,9 +1197,6 @@
},
"currentValue": {
"type": "object"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -1431,21 +1431,6 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
- "subtypeResolver": {
- "$ref": "#/definitions/SubtypeResolver"
- },
- "propertyNamingStrategy": {
- "$ref": "#/definitions/PropertyNamingStrategy"
- },
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
- "jsonFactory": {
- "$ref": "#/definitions/JsonFactory"
- },
- "dateFormat": {
- "$ref": "#/definitions/DateFormat"
- },
"serializationConfig": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -1467,6 +1452,21 @@
"visibilityChecker": {
"$ref": "#/definitions/VisibilityCheckerObject"
},
+ "subtypeResolver": {
+ "$ref": "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy": {
+ "$ref": "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory": {
+ "$ref": "#/definitions/JsonFactory"
+ },
+ "dateFormat": {
+ "$ref": "#/definitions/DateFormat"
+ },
"injectableValues": {
"$ref": "#/definitions/InjectableValues"
}
@@ -1633,15 +1633,15 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "handlerInstantiator": {
+ "$ref": "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy": {
"$ref": "#/definitions/PropertyNamingStrategy"
},
"dateFormat": {
"$ref": "#/definitions/DateFormat"
},
- "handlerInstantiator": {
- "$ref": "#/definitions/HandlerInstantiator"
- },
"base64Variant": {
"$ref": "#/definitions/Base64Variant"
},
@@ -1665,6 +1665,9 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
+ "generator": {
+ "$ref": "#/definitions/JsonGenerator"
+ },
"config": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -1682,9 +1685,6 @@
},
"defaultNullKeySerializer": {
"$ref": "#/definitions/JsonSerializerObject"
- },
- "generator": {
- "$ref": "#/definitions/JsonGenerator"
}
}
},
diff --git a/content/swagger/master/v3/swaggersink.json
b/content/swagger/master/v3/swaggersink.json
index 7df907d9431..d428525c0c1 100644
--- a/content/swagger/master/v3/swaggersink.json
+++ b/content/swagger/master/v3/swaggersink.json
@@ -965,7 +965,7 @@
"peerAddress": {
"$ref": "#/definitions/SocketAddress"
},
- "httpAuthType": {
+ "subscription": {
"type": "string"
},
"tlsCertificates": {
@@ -974,10 +974,10 @@
"$ref": "#/definitions/Certificate"
}
},
- "commandData": {
+ "httpAuthType": {
"type": "string"
},
- "subscription": {
+ "commandData": {
"type": "string"
}
}
@@ -1277,15 +1277,15 @@
"DeserializationConfig": {
"type": "object",
"properties": {
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
"defaultPropertyInclusion": {
"$ref": "#/definitions/Value"
},
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
"deserializationFeatures": {
"type": "integer",
"format": "int32"
@@ -1317,15 +1317,15 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "handlerInstantiator": {
+ "$ref": "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy": {
"$ref": "#/definitions/PropertyNamingStrategy"
},
"dateFormat": {
"$ref": "#/definitions/DateFormat"
},
- "handlerInstantiator": {
- "$ref": "#/definitions/HandlerInstantiator"
- },
"base64Variant": {
"$ref": "#/definitions/Base64Variant"
},
@@ -1358,12 +1358,12 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
"contextualType": {
"$ref": "#/definitions/JavaType"
},
@@ -1447,6 +1447,9 @@
"abstract": {
"type": "boolean"
},
+ "contentType": {
+ "$ref": "#/definitions/JavaType"
+ },
"bindings": {
"$ref": "#/definitions/TypeBindings"
},
@@ -1498,9 +1501,6 @@
"mapLikeType": {
"type": "boolean"
},
- "contentType": {
- "$ref": "#/definitions/JavaType"
- },
"typeName": {
"type": "string"
},
@@ -1535,6 +1535,9 @@
"JsonGenerator": {
"type": "object",
"properties": {
+ "closed": {
+ "type": "boolean"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -1558,6 +1561,9 @@
"currentValue": {
"type": "object"
},
+ "outputContext": {
+ "$ref": "#/definitions/JsonStreamContext"
+ },
"highestEscapedChar": {
"type": "integer",
"format": "int32"
@@ -1568,12 +1574,6 @@
"outputBuffered": {
"type": "integer",
"format": "int32"
- },
- "outputContext": {
- "$ref": "#/definitions/JsonStreamContext"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -1614,12 +1614,19 @@
"text": {
"type": "string"
},
+ "closed": {
+ "type": "boolean"
+ },
"textCharacters": {
"type": "array",
"items": {
"type": "string"
}
},
+ "intValue": {
+ "type": "integer",
+ "format": "int32"
+ },
"booleanValue": {
"type": "boolean"
},
@@ -1646,10 +1653,6 @@
"objectId": {
"type": "object"
},
- "intValue": {
- "type": "integer",
- "format": "int32"
- },
"typeId": {
"type": "object"
},
@@ -1782,9 +1785,6 @@
},
"currentValue": {
"type": "object"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -2019,21 +2019,6 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
- "subtypeResolver": {
- "$ref": "#/definitions/SubtypeResolver"
- },
- "propertyNamingStrategy": {
- "$ref": "#/definitions/PropertyNamingStrategy"
- },
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
- "jsonFactory": {
- "$ref": "#/definitions/JsonFactory"
- },
- "dateFormat": {
- "$ref": "#/definitions/DateFormat"
- },
"serializationConfig": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -2055,6 +2040,21 @@
"visibilityChecker": {
"$ref": "#/definitions/VisibilityCheckerObject"
},
+ "subtypeResolver": {
+ "$ref": "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy": {
+ "$ref": "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory": {
+ "$ref": "#/definitions/JsonFactory"
+ },
+ "dateFormat": {
+ "$ref": "#/definitions/DateFormat"
+ },
"injectableValues": {
"$ref": "#/definitions/InjectableValues"
}
@@ -2213,15 +2213,15 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "handlerInstantiator": {
+ "$ref": "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy": {
"$ref": "#/definitions/PropertyNamingStrategy"
},
"dateFormat": {
"$ref": "#/definitions/DateFormat"
},
- "handlerInstantiator": {
- "$ref": "#/definitions/HandlerInstantiator"
- },
"base64Variant": {
"$ref": "#/definitions/Base64Variant"
},
@@ -2245,6 +2245,9 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
+ "generator": {
+ "$ref": "#/definitions/JsonGenerator"
+ },
"config": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -2262,9 +2265,6 @@
},
"defaultNullKeySerializer": {
"$ref": "#/definitions/JsonSerializerObject"
- },
- "generator": {
- "$ref": "#/definitions/JsonGenerator"
}
}
},
diff --git a/content/swagger/master/v3/swaggersource.json
b/content/swagger/master/v3/swaggersource.json
index 5ca6fae2e15..0da9a63725a 100644
--- a/content/swagger/master/v3/swaggersource.json
+++ b/content/swagger/master/v3/swaggersource.json
@@ -968,7 +968,7 @@
"peerAddress": {
"$ref": "#/definitions/SocketAddress"
},
- "httpAuthType": {
+ "subscription": {
"type": "string"
},
"tlsCertificates": {
@@ -977,10 +977,10 @@
"$ref": "#/definitions/Certificate"
}
},
- "commandData": {
+ "httpAuthType": {
"type": "string"
},
- "subscription": {
+ "commandData": {
"type": "string"
}
}
@@ -1258,15 +1258,15 @@
"DeserializationConfig": {
"type": "object",
"properties": {
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
"defaultPropertyInclusion": {
"$ref": "#/definitions/Value"
},
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
"deserializationFeatures": {
"type": "integer",
"format": "int32"
@@ -1298,15 +1298,15 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "handlerInstantiator": {
+ "$ref": "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy": {
"$ref": "#/definitions/PropertyNamingStrategy"
},
"dateFormat": {
"$ref": "#/definitions/DateFormat"
},
- "handlerInstantiator": {
- "$ref": "#/definitions/HandlerInstantiator"
- },
"base64Variant": {
"$ref": "#/definitions/Base64Variant"
},
@@ -1339,12 +1339,12 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
"contextualType": {
"$ref": "#/definitions/JavaType"
},
@@ -1428,6 +1428,9 @@
"abstract": {
"type": "boolean"
},
+ "contentType": {
+ "$ref": "#/definitions/JavaType"
+ },
"bindings": {
"$ref": "#/definitions/TypeBindings"
},
@@ -1479,9 +1482,6 @@
"mapLikeType": {
"type": "boolean"
},
- "contentType": {
- "$ref": "#/definitions/JavaType"
- },
"typeName": {
"type": "string"
},
@@ -1516,6 +1516,9 @@
"JsonGenerator": {
"type": "object",
"properties": {
+ "closed": {
+ "type": "boolean"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -1539,6 +1542,9 @@
"currentValue": {
"type": "object"
},
+ "outputContext": {
+ "$ref": "#/definitions/JsonStreamContext"
+ },
"highestEscapedChar": {
"type": "integer",
"format": "int32"
@@ -1549,12 +1555,6 @@
"outputBuffered": {
"type": "integer",
"format": "int32"
- },
- "outputContext": {
- "$ref": "#/definitions/JsonStreamContext"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -1595,12 +1595,19 @@
"text": {
"type": "string"
},
+ "closed": {
+ "type": "boolean"
+ },
"textCharacters": {
"type": "array",
"items": {
"type": "string"
}
},
+ "intValue": {
+ "type": "integer",
+ "format": "int32"
+ },
"booleanValue": {
"type": "boolean"
},
@@ -1627,10 +1634,6 @@
"objectId": {
"type": "object"
},
- "intValue": {
- "type": "integer",
- "format": "int32"
- },
"typeId": {
"type": "object"
},
@@ -1763,9 +1766,6 @@
},
"currentValue": {
"type": "object"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -2000,21 +2000,6 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
- "subtypeResolver": {
- "$ref": "#/definitions/SubtypeResolver"
- },
- "propertyNamingStrategy": {
- "$ref": "#/definitions/PropertyNamingStrategy"
- },
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
- "jsonFactory": {
- "$ref": "#/definitions/JsonFactory"
- },
- "dateFormat": {
- "$ref": "#/definitions/DateFormat"
- },
"serializationConfig": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -2036,6 +2021,21 @@
"visibilityChecker": {
"$ref": "#/definitions/VisibilityCheckerObject"
},
+ "subtypeResolver": {
+ "$ref": "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy": {
+ "$ref": "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory": {
+ "$ref": "#/definitions/JsonFactory"
+ },
+ "dateFormat": {
+ "$ref": "#/definitions/DateFormat"
+ },
"injectableValues": {
"$ref": "#/definitions/InjectableValues"
}
@@ -2216,15 +2216,15 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "handlerInstantiator": {
+ "$ref": "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy": {
"$ref": "#/definitions/PropertyNamingStrategy"
},
"dateFormat": {
"$ref": "#/definitions/DateFormat"
},
- "handlerInstantiator": {
- "$ref": "#/definitions/HandlerInstantiator"
- },
"base64Variant": {
"$ref": "#/definitions/Base64Variant"
},
@@ -2248,6 +2248,9 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
+ "generator": {
+ "$ref": "#/definitions/JsonGenerator"
+ },
"config": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -2265,9 +2268,6 @@
},
"defaultNullKeySerializer": {
"$ref": "#/definitions/JsonSerializerObject"
- },
- "generator": {
- "$ref": "#/definitions/JsonGenerator"
}
}
},
diff --git a/content/swagger/master/v3/swaggertransactions.json
b/content/swagger/master/v3/swaggertransactions.json
index 6d8519a20a0..383829e8363 100644
--- a/content/swagger/master/v3/swaggertransactions.json
+++ b/content/swagger/master/v3/swaggertransactions.json
@@ -775,7 +775,7 @@
"peerAddress": {
"$ref": "#/definitions/SocketAddress"
},
- "httpAuthType": {
+ "subscription": {
"type": "string"
},
"tlsCertificates": {
@@ -784,10 +784,10 @@
"$ref": "#/definitions/Certificate"
}
},
- "commandData": {
+ "httpAuthType": {
"type": "string"
},
- "subscription": {
+ "commandData": {
"type": "string"
}
}
@@ -976,15 +976,15 @@
"DeserializationConfig": {
"type": "object",
"properties": {
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
"defaultPropertyInclusion": {
"$ref": "#/definitions/Value"
},
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
"deserializationFeatures": {
"type": "integer",
"format": "int32"
@@ -1016,15 +1016,15 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "handlerInstantiator": {
+ "$ref": "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy": {
"$ref": "#/definitions/PropertyNamingStrategy"
},
"dateFormat": {
"$ref": "#/definitions/DateFormat"
},
- "handlerInstantiator": {
- "$ref": "#/definitions/HandlerInstantiator"
- },
"base64Variant": {
"$ref": "#/definitions/Base64Variant"
},
@@ -1057,12 +1057,12 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
"contextualType": {
"$ref": "#/definitions/JavaType"
},
@@ -1134,6 +1134,9 @@
"abstract": {
"type": "boolean"
},
+ "contentType": {
+ "$ref": "#/definitions/JavaType"
+ },
"bindings": {
"$ref": "#/definitions/TypeBindings"
},
@@ -1185,9 +1188,6 @@
"mapLikeType": {
"type": "boolean"
},
- "contentType": {
- "$ref": "#/definitions/JavaType"
- },
"typeName": {
"type": "string"
},
@@ -1222,6 +1222,9 @@
"JsonGenerator": {
"type": "object",
"properties": {
+ "closed": {
+ "type": "boolean"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -1245,6 +1248,9 @@
"currentValue": {
"type": "object"
},
+ "outputContext": {
+ "$ref": "#/definitions/JsonStreamContext"
+ },
"highestEscapedChar": {
"type": "integer",
"format": "int32"
@@ -1255,12 +1261,6 @@
"outputBuffered": {
"type": "integer",
"format": "int32"
- },
- "outputContext": {
- "$ref": "#/definitions/JsonStreamContext"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -1301,12 +1301,19 @@
"text": {
"type": "string"
},
+ "closed": {
+ "type": "boolean"
+ },
"textCharacters": {
"type": "array",
"items": {
"type": "string"
}
},
+ "intValue": {
+ "type": "integer",
+ "format": "int32"
+ },
"booleanValue": {
"type": "boolean"
},
@@ -1333,10 +1340,6 @@
"objectId": {
"type": "object"
},
- "intValue": {
- "type": "integer",
- "format": "int32"
- },
"typeId": {
"type": "object"
},
@@ -1469,9 +1472,6 @@
},
"currentValue": {
"type": "object"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -1706,21 +1706,6 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
- "subtypeResolver": {
- "$ref": "#/definitions/SubtypeResolver"
- },
- "propertyNamingStrategy": {
- "$ref": "#/definitions/PropertyNamingStrategy"
- },
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
- "jsonFactory": {
- "$ref": "#/definitions/JsonFactory"
- },
- "dateFormat": {
- "$ref": "#/definitions/DateFormat"
- },
"serializationConfig": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -1742,6 +1727,21 @@
"visibilityChecker": {
"$ref": "#/definitions/VisibilityCheckerObject"
},
+ "subtypeResolver": {
+ "$ref": "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy": {
+ "$ref": "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory": {
+ "$ref": "#/definitions/JsonFactory"
+ },
+ "dateFormat": {
+ "$ref": "#/definitions/DateFormat"
+ },
"injectableValues": {
"$ref": "#/definitions/InjectableValues"
}
@@ -1883,15 +1883,15 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "handlerInstantiator": {
+ "$ref": "#/definitions/HandlerInstantiator"
+ },
"propertyNamingStrategy": {
"$ref": "#/definitions/PropertyNamingStrategy"
},
"dateFormat": {
"$ref": "#/definitions/DateFormat"
},
- "handlerInstantiator": {
- "$ref": "#/definitions/HandlerInstantiator"
- },
"base64Variant": {
"$ref": "#/definitions/Base64Variant"
},
@@ -1915,6 +1915,9 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
+ "generator": {
+ "$ref": "#/definitions/JsonGenerator"
+ },
"config": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -1932,9 +1935,6 @@
},
"defaultNullKeySerializer": {
"$ref": "#/definitions/JsonSerializerObject"
- },
- "generator": {
- "$ref": "#/definitions/JsonGenerator"
}
}
},