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 2527e4f4210 Updated site at revision 037e6d0
2527e4f4210 is described below
commit 2527e4f421011a2a35ebb46908155652a923ee4b
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Wed Oct 12 06:34:19 2022 +0000
Updated site at revision 037e6d0
---
.../config/reference-configuration-broker.md | 2 +-
.../config/reference-configuration-standalone.md | 2 +-
content/swagger/master/swagger.json | 198 ++++++++++----------
content/swagger/master/swaggerfunctions.json | 138 +++++++-------
content/swagger/master/swaggerlookup.json | 104 +++++------
content/swagger/master/swaggerpackages.json | 104 +++++------
content/swagger/master/swaggersink.json | 104 +++++------
content/swagger/master/swaggersource.json | 104 +++++------
content/swagger/master/swaggertransactions.json | 104 +++++------
content/swagger/master/v2/swagger.json | 204 ++++++++++-----------
content/swagger/master/v2/swaggerlookup.json | 104 +++++------
content/swagger/master/v3/swaggerfunctions.json | 138 +++++++-------
content/swagger/master/v3/swaggerpackages.json | 104 +++++------
content/swagger/master/v3/swaggersink.json | 104 +++++------
content/swagger/master/v3/swaggersource.json | 104 +++++------
content/swagger/master/v3/swaggertransactions.json | 104 +++++------
16 files changed, 861 insertions(+), 861 deletions(-)
diff --git a/content/reference/latest/config/reference-configuration-broker.md
b/content/reference/latest/config/reference-configuration-broker.md
index 226efdd8083..8b6f544be30 100644
--- a/content/reference/latest/config/reference-configuration-broker.md
+++ b/content/reference/latest/config/reference-configuration-broker.md
@@ -2984,7 +2984,7 @@ Max memory size for broker handling messages sending from
producers.
**Type**: `int`
-**Default**: `868`
+**Default**: `869`
**Dynamic**: `true`
diff --git
a/content/reference/latest/config/reference-configuration-standalone.md
b/content/reference/latest/config/reference-configuration-standalone.md
index 226efdd8083..8b6f544be30 100644
--- a/content/reference/latest/config/reference-configuration-standalone.md
+++ b/content/reference/latest/config/reference-configuration-standalone.md
@@ -2984,7 +2984,7 @@ Max memory size for broker handling messages sending from
producers.
**Type**: `int`
-**Default**: `868`
+**Default**: `869`
**Dynamic**: `true`
diff --git a/content/swagger/master/swagger.json
b/content/swagger/master/swagger.json
index 881a4cb8ffe..233710c2cb4 100644
--- a/content/swagger/master/swagger.json
+++ b/content/swagger/master/swagger.json
@@ -23052,6 +23052,10 @@
"BacklogQuota" : {
"type" : "object",
"properties" : {
+ "limit" : {
+ "type" : "integer",
+ "format" : "int64"
+ },
"policy" : {
"type" : "string",
"enum" : [ "producer_request_hold", "producer_exception",
"consumer_backlog_eviction" ]
@@ -23063,10 +23067,6 @@
"limitTime" : {
"type" : "integer",
"format" : "int32"
- },
- "limit" : {
- "type" : "integer",
- "format" : "int64"
}
}
},
@@ -23103,10 +23103,10 @@
"BookieInfo" : {
"type" : "object",
"properties" : {
- "hostname" : {
+ "rack" : {
"type" : "string"
},
- "rack" : {
+ "hostname" : {
"type" : "string"
}
}
@@ -23593,15 +23593,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"
@@ -23633,15 +23633,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"
},
@@ -23665,21 +23665,21 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
+ "typeFactory" : {
+ "$ref" : "#/definitions/TypeFactory"
+ },
"config" : {
"$ref" : "#/definitions/DeserializationConfig"
},
"parser" : {
"$ref" : "#/definitions/JsonParser"
},
- "typeFactory" : {
- "$ref" : "#/definitions/TypeFactory"
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
},
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"contextualType" : {
"$ref" : "#/definitions/JavaType"
},
@@ -23761,13 +23761,6 @@
"FunctionInstanceStatsData" : {
"type" : "object",
"properties" : {
- "userMetrics" : {
- "type" : "object",
- "additionalProperties" : {
- "type" : "number",
- "format" : "double"
- }
- },
"lastInvocation" : {
"type" : "integer",
"format" : "int64"
@@ -23775,6 +23768,13 @@
"oneMin" : {
"$ref" : "#/definitions/FunctionInstanceStatsDataBase"
},
+ "userMetrics" : {
+ "type" : "object",
+ "additionalProperties" : {
+ "type" : "number",
+ "format" : "double"
+ }
+ },
"receivedTotal" : {
"type" : "integer",
"format" : "int64"
@@ -23992,6 +23992,9 @@
"abstract" : {
"type" : "boolean"
},
+ "contentType" : {
+ "$ref" : "#/definitions/JavaType"
+ },
"bindings" : {
"$ref" : "#/definitions/TypeBindings"
},
@@ -24001,6 +24004,9 @@
"keyType" : {
"$ref" : "#/definitions/JavaType"
},
+ "enumType" : {
+ "type" : "boolean"
+ },
"arrayType" : {
"type" : "boolean"
},
@@ -24010,9 +24016,6 @@
"javaLangObject" : {
"type" : "boolean"
},
- "enumType" : {
- "type" : "boolean"
- },
"containerType" : {
"type" : "boolean"
},
@@ -24043,9 +24046,6 @@
"mapLikeType" : {
"type" : "boolean"
},
- "contentType" : {
- "$ref" : "#/definitions/JavaType"
- },
"typeName" : {
"type" : "string"
},
@@ -24080,6 +24080,9 @@
"JsonGenerator" : {
"type" : "object",
"properties" : {
+ "closed" : {
+ "type" : "boolean"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -24116,9 +24119,6 @@
},
"outputContext" : {
"$ref" : "#/definitions/JsonStreamContext"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -24159,6 +24159,9 @@
"text" : {
"type" : "string"
},
+ "closed" : {
+ "type" : "boolean"
+ },
"textCharacters" : {
"type" : "array",
"items" : {
@@ -24191,13 +24194,13 @@
"objectId" : {
"type" : "object"
},
- "typeId" : {
- "type" : "object"
- },
"intValue" : {
"type" : "integer",
"format" : "int32"
},
+ "typeId" : {
+ "type" : "object"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -24292,9 +24295,6 @@
},
"currentValue" : {
"type" : "object"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -24585,17 +24585,6 @@
"overLoaded" : {
"type" : "boolean"
},
- "loadReportType" : {
- "type" : "string"
- },
- "msgThroughputIn" : {
- "type" : "number",
- "format" : "double"
- },
- "msgThroughputOut" : {
- "type" : "number",
- "format" : "double"
- },
"cpu" : {
"$ref" : "#/definitions/ResourceUsage"
},
@@ -24614,6 +24603,17 @@
"lastUpdate" : {
"type" : "integer",
"format" : "int64"
+ },
+ "msgThroughputIn" : {
+ "type" : "number",
+ "format" : "double"
+ },
+ "msgThroughputOut" : {
+ "type" : "number",
+ "format" : "double"
+ },
+ "loadReportType" : {
+ "type" : "string"
}
}
},
@@ -24924,6 +24924,24 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "subtypeResolver" : {
+ "$ref" : "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy" : {
+ "$ref" : "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory" : {
+ "$ref" : "#/definitions/JsonFactory"
+ },
+ "dateFormat" : {
+ "$ref" : "#/definitions/DateFormat"
+ },
+ "injectableValues" : {
+ "$ref" : "#/definitions/InjectableValues"
+ },
"serializationConfig" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -24944,30 +24962,15 @@
},
"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"
}
}
},
"OffloadPolicies" : {
"type" : "object",
"properties" : {
+ "s3ManagedLedgerOffloadRegion" : {
+ "type" : "string"
+ },
"s3ManagedLedgerOffloadBucket" : {
"type" : "string"
},
@@ -25034,12 +25037,9 @@
"type" : "integer",
"format" : "int32"
},
- "managedLedgerOffloadedReadPriority" : {
- "type" : "string",
- "enum" : [ "BOOKKEEPER_FIRST", "TIERED_STORAGE_FIRST" ]
- },
- "s3ManagedLedgerOffloadRegion" : {
- "type" : "string"
+ "managedLedgerOffloadMaxThreads" : {
+ "type" : "integer",
+ "format" : "int32"
},
"managedLedgerOffloadDriver" : {
"type" : "string"
@@ -25047,14 +25047,6 @@
"offloadersDirectory" : {
"type" : "string"
},
- "managedLedgerOffloadMaxThreads" : {
- "type" : "integer",
- "format" : "int32"
- },
- "managedLedgerOffloadPrefetchRounds" : {
- "type" : "integer",
- "format" : "int32"
- },
"managedLedgerOffloadDeletionLagInMillis" : {
"type" : "integer",
"format" : "int64"
@@ -25062,6 +25054,14 @@
"managedLedgerOffloadThresholdInBytes" : {
"type" : "integer",
"format" : "int64"
+ },
+ "managedLedgerOffloadPrefetchRounds" : {
+ "type" : "integer",
+ "format" : "int32"
+ },
+ "managedLedgerOffloadedReadPriority" : {
+ "type" : "string",
+ "enum" : [ "BOOKKEEPER_FIRST", "TIERED_STORAGE_FIRST" ]
}
}
},
@@ -25808,11 +25808,11 @@
"ResourceUnit" : {
"type" : "object",
"properties" : {
- "availableResource" : {
- "$ref" : "#/definitions/ResourceDescription"
- },
"resourceId" : {
"type" : "string"
+ },
+ "availableResource" : {
+ "$ref" : "#/definitions/ResourceDescription"
}
}
},
@@ -25909,15 +25909,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"
},
@@ -25941,12 +25941,15 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
- "config" : {
- "$ref" : "#/definitions/SerializationConfig"
+ "generator" : {
+ "$ref" : "#/definitions/JsonGenerator"
},
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "config" : {
+ "$ref" : "#/definitions/SerializationConfig"
+ },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
@@ -25958,9 +25961,6 @@
},
"defaultNullKeySerializer" : {
"$ref" : "#/definitions/JsonSerializerObject"
- },
- "generator" : {
- "$ref" : "#/definitions/JsonGenerator"
}
}
},
@@ -26609,18 +26609,18 @@
"WorkerService" : {
"type" : "object",
"properties" : {
+ "sinks" : {
+ "$ref" : "#/definitions/SinksWorkerService"
+ },
+ "workerConfig" : {
+ "$ref" : "#/definitions/WorkerConfig"
+ },
"sources" : {
"$ref" : "#/definitions/SourcesWorkerService"
},
"initialized" : {
"type" : "boolean"
},
- "workerConfig" : {
- "$ref" : "#/definitions/WorkerConfig"
- },
- "sinks" : {
- "$ref" : "#/definitions/SinksWorkerService"
- },
"functionsV2" : {
"$ref" : "#/definitions/FunctionsV2WorkerService"
},
diff --git a/content/swagger/master/swaggerfunctions.json
b/content/swagger/master/swaggerfunctions.json
index af4ef827e3d..11852d2e7f2 100644
--- a/content/swagger/master/swaggerfunctions.json
+++ b/content/swagger/master/swaggerfunctions.json
@@ -1281,15 +1281,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"
@@ -1321,15 +1321,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"
},
@@ -1353,21 +1353,21 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
+ "typeFactory" : {
+ "$ref" : "#/definitions/TypeFactory"
+ },
"config" : {
"$ref" : "#/definitions/DeserializationConfig"
},
"parser" : {
"$ref" : "#/definitions/JsonParser"
},
- "typeFactory" : {
- "$ref" : "#/definitions/TypeFactory"
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
},
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
- "nodeFactory" : {
- "$ref" : "#/definitions/JsonNodeFactory"
- },
"contextualType" : {
"$ref" : "#/definitions/JavaType"
},
@@ -1642,13 +1642,6 @@
"FunctionInstanceStatsData" : {
"type" : "object",
"properties" : {
- "userMetrics" : {
- "type" : "object",
- "additionalProperties" : {
- "type" : "number",
- "format" : "double"
- }
- },
"lastInvocation" : {
"type" : "integer",
"format" : "int64"
@@ -1656,6 +1649,13 @@
"oneMin" : {
"$ref" : "#/definitions/FunctionInstanceStatsDataBase"
},
+ "userMetrics" : {
+ "type" : "object",
+ "additionalProperties" : {
+ "type" : "number",
+ "format" : "double"
+ }
+ },
"receivedTotal" : {
"type" : "integer",
"format" : "int64"
@@ -1967,6 +1967,9 @@
"abstract" : {
"type" : "boolean"
},
+ "contentType" : {
+ "$ref" : "#/definitions/JavaType"
+ },
"bindings" : {
"$ref" : "#/definitions/TypeBindings"
},
@@ -1976,6 +1979,9 @@
"keyType" : {
"$ref" : "#/definitions/JavaType"
},
+ "enumType" : {
+ "type" : "boolean"
+ },
"arrayType" : {
"type" : "boolean"
},
@@ -1985,9 +1991,6 @@
"javaLangObject" : {
"type" : "boolean"
},
- "enumType" : {
- "type" : "boolean"
- },
"containerType" : {
"type" : "boolean"
},
@@ -2018,9 +2021,6 @@
"mapLikeType" : {
"type" : "boolean"
},
- "contentType" : {
- "$ref" : "#/definitions/JavaType"
- },
"typeName" : {
"type" : "string"
},
@@ -2055,6 +2055,9 @@
"JsonGenerator" : {
"type" : "object",
"properties" : {
+ "closed" : {
+ "type" : "boolean"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -2091,9 +2094,6 @@
},
"outputContext" : {
"$ref" : "#/definitions/JsonStreamContext"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -2134,6 +2134,9 @@
"text" : {
"type" : "string"
},
+ "closed" : {
+ "type" : "boolean"
+ },
"textCharacters" : {
"type" : "array",
"items" : {
@@ -2166,13 +2169,13 @@
"objectId" : {
"type" : "object"
},
- "typeId" : {
- "type" : "object"
- },
"intValue" : {
"type" : "integer",
"format" : "int32"
},
+ "typeId" : {
+ "type" : "object"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -2267,9 +2270,6 @@
},
"currentValue" : {
"type" : "object"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -2404,6 +2404,13 @@
"type" : "integer",
"format" : "int64"
},
+ "keyBytes" : {
+ "type" : "array",
+ "items" : {
+ "type" : "string",
+ "format" : "byte"
+ }
+ },
"data" : {
"type" : "array",
"items" : {
@@ -2465,13 +2472,6 @@
"brokerPublishTime" : {
"type" : "integer",
"format" : "int64"
- },
- "keyBytes" : {
- "type" : "array",
- "items" : {
- "type" : "string",
- "format" : "byte"
- }
}
}
},
@@ -2588,6 +2588,24 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "subtypeResolver" : {
+ "$ref" : "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy" : {
+ "$ref" : "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory" : {
+ "$ref" : "#/definitions/JsonFactory"
+ },
+ "dateFormat" : {
+ "$ref" : "#/definitions/DateFormat"
+ },
+ "injectableValues" : {
+ "$ref" : "#/definitions/InjectableValues"
+ },
"serializationConfig" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -2608,24 +2626,6 @@
},
"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"
}
}
},
@@ -2781,15 +2781,15 @@
"type" : "integer",
"format" : "int64"
},
+ "schemaDefinition" : {
+ "type" : "string"
+ },
"schema" : {
"type" : "array",
"items" : {
"type" : "string",
"format" : "byte"
}
- },
- "schemaDefinition" : {
- "type" : "string"
}
}
},
@@ -2851,15 +2851,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"
},
@@ -2883,12 +2883,15 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
- "config" : {
- "$ref" : "#/definitions/SerializationConfig"
+ "generator" : {
+ "$ref" : "#/definitions/JsonGenerator"
},
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "config" : {
+ "$ref" : "#/definitions/SerializationConfig"
+ },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
@@ -2900,9 +2903,6 @@
},
"defaultNullKeySerializer" : {
"$ref" : "#/definitions/JsonSerializerObject"
- },
- "generator" : {
- "$ref" : "#/definitions/JsonGenerator"
}
}
},
diff --git a/content/swagger/master/swaggerlookup.json
b/content/swagger/master/swaggerlookup.json
index 0b5f6c3118c..4f6cb2f68b9 100644
--- a/content/swagger/master/swaggerlookup.json
+++ b/content/swagger/master/swaggerlookup.json
@@ -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"
},
@@ -447,21 +447,21 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
+ "typeFactory" : {
+ "$ref" : "#/definitions/TypeFactory"
+ },
"config" : {
"$ref" : "#/definitions/DeserializationConfig"
},
"parser" : {
"$ref" : "#/definitions/JsonParser"
},
- "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"
},
@@ -542,6 +545,9 @@
"keyType" : {
"$ref" : "#/definitions/JavaType"
},
+ "enumType" : {
+ "type" : "boolean"
+ },
"arrayType" : {
"type" : "boolean"
},
@@ -551,9 +557,6 @@
"javaLangObject" : {
"type" : "boolean"
},
- "enumType" : {
- "type" : "boolean"
- },
"containerType" : {
"type" : "boolean"
},
@@ -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"
},
@@ -657,9 +660,6 @@
},
"outputContext" : {
"$ref" : "#/definitions/JsonStreamContext"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -700,6 +700,9 @@
"text" : {
"type" : "string"
},
+ "closed" : {
+ "type" : "boolean"
+ },
"textCharacters" : {
"type" : "array",
"items" : {
@@ -732,13 +735,13 @@
"objectId" : {
"type" : "object"
},
- "typeId" : {
- "type" : "object"
- },
"intValue" : {
"type" : "integer",
"format" : "int32"
},
+ "typeId" : {
+ "type" : "object"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -833,9 +836,6 @@
},
"currentValue" : {
"type" : "object"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1084,6 +1084,24 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "subtypeResolver" : {
+ "$ref" : "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy" : {
+ "$ref" : "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory" : {
+ "$ref" : "#/definitions/JsonFactory"
+ },
+ "dateFormat" : {
+ "$ref" : "#/definitions/DateFormat"
+ },
+ "injectableValues" : {
+ "$ref" : "#/definitions/InjectableValues"
+ },
"serializationConfig" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -1104,24 +1122,6 @@
},
"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,12 +1286,15 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
- "config" : {
- "$ref" : "#/definitions/SerializationConfig"
+ "generator" : {
+ "$ref" : "#/definitions/JsonGenerator"
},
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "config" : {
+ "$ref" : "#/definitions/SerializationConfig"
+ },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
@@ -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 69e39ff6c30..987022e7977 100644
--- a/content/swagger/master/swaggerpackages.json
+++ b/content/swagger/master/swaggerpackages.json
@@ -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"
},
@@ -687,21 +687,21 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
+ "typeFactory" : {
+ "$ref" : "#/definitions/TypeFactory"
+ },
"config" : {
"$ref" : "#/definitions/DeserializationConfig"
},
"parser" : {
"$ref" : "#/definitions/JsonParser"
},
- "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"
},
@@ -782,6 +785,9 @@
"keyType" : {
"$ref" : "#/definitions/JavaType"
},
+ "enumType" : {
+ "type" : "boolean"
+ },
"arrayType" : {
"type" : "boolean"
},
@@ -791,9 +797,6 @@
"javaLangObject" : {
"type" : "boolean"
},
- "enumType" : {
- "type" : "boolean"
- },
"containerType" : {
"type" : "boolean"
},
@@ -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"
},
@@ -897,9 +900,6 @@
},
"outputContext" : {
"$ref" : "#/definitions/JsonStreamContext"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -940,6 +940,9 @@
"text" : {
"type" : "string"
},
+ "closed" : {
+ "type" : "boolean"
+ },
"textCharacters" : {
"type" : "array",
"items" : {
@@ -972,13 +975,13 @@
"objectId" : {
"type" : "object"
},
- "typeId" : {
- "type" : "object"
- },
"intValue" : {
"type" : "integer",
"format" : "int32"
},
+ "typeId" : {
+ "type" : "object"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -1073,9 +1076,6 @@
},
"currentValue" : {
"type" : "object"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1301,6 +1301,24 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "subtypeResolver" : {
+ "$ref" : "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy" : {
+ "$ref" : "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory" : {
+ "$ref" : "#/definitions/JsonFactory"
+ },
+ "dateFormat" : {
+ "$ref" : "#/definitions/DateFormat"
+ },
+ "injectableValues" : {
+ "$ref" : "#/definitions/InjectableValues"
+ },
"serializationConfig" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -1321,24 +1339,6 @@
},
"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,12 +1528,15 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
- "config" : {
- "$ref" : "#/definitions/SerializationConfig"
+ "generator" : {
+ "$ref" : "#/definitions/JsonGenerator"
},
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "config" : {
+ "$ref" : "#/definitions/SerializationConfig"
+ },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
@@ -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 d99450a9d91..50d7b662fa6 100644
--- a/content/swagger/master/swaggersink.json
+++ b/content/swagger/master/swaggersink.json
@@ -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"
},
@@ -1181,21 +1181,21 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
+ "typeFactory" : {
+ "$ref" : "#/definitions/TypeFactory"
+ },
"config" : {
"$ref" : "#/definitions/DeserializationConfig"
},
"parser" : {
"$ref" : "#/definitions/JsonParser"
},
- "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"
},
@@ -1288,6 +1291,9 @@
"keyType" : {
"$ref" : "#/definitions/JavaType"
},
+ "enumType" : {
+ "type" : "boolean"
+ },
"arrayType" : {
"type" : "boolean"
},
@@ -1297,9 +1303,6 @@
"javaLangObject" : {
"type" : "boolean"
},
- "enumType" : {
- "type" : "boolean"
- },
"containerType" : {
"type" : "boolean"
},
@@ -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"
},
@@ -1403,9 +1406,6 @@
},
"outputContext" : {
"$ref" : "#/definitions/JsonStreamContext"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1446,6 +1446,9 @@
"text" : {
"type" : "string"
},
+ "closed" : {
+ "type" : "boolean"
+ },
"textCharacters" : {
"type" : "array",
"items" : {
@@ -1478,13 +1481,13 @@
"objectId" : {
"type" : "object"
},
- "typeId" : {
- "type" : "object"
- },
"intValue" : {
"type" : "integer",
"format" : "int32"
},
+ "typeId" : {
+ "type" : "object"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -1579,9 +1582,6 @@
},
"currentValue" : {
"type" : "object"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1807,6 +1807,24 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "subtypeResolver" : {
+ "$ref" : "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy" : {
+ "$ref" : "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory" : {
+ "$ref" : "#/definitions/JsonFactory"
+ },
+ "dateFormat" : {
+ "$ref" : "#/definitions/DateFormat"
+ },
+ "injectableValues" : {
+ "$ref" : "#/definitions/InjectableValues"
+ },
"serializationConfig" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -1827,24 +1845,6 @@
},
"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,12 +2026,15 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
- "config" : {
- "$ref" : "#/definitions/SerializationConfig"
+ "generator" : {
+ "$ref" : "#/definitions/JsonGenerator"
},
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "config" : {
+ "$ref" : "#/definitions/SerializationConfig"
+ },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
@@ -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 3fa6f196b4d..5742c997dd5 100644
--- a/content/swagger/master/swaggersource.json
+++ b/content/swagger/master/swaggersource.json
@@ -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"
},
@@ -1162,21 +1162,21 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
+ "typeFactory" : {
+ "$ref" : "#/definitions/TypeFactory"
+ },
"config" : {
"$ref" : "#/definitions/DeserializationConfig"
},
"parser" : {
"$ref" : "#/definitions/JsonParser"
},
- "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"
},
@@ -1269,6 +1272,9 @@
"keyType" : {
"$ref" : "#/definitions/JavaType"
},
+ "enumType" : {
+ "type" : "boolean"
+ },
"arrayType" : {
"type" : "boolean"
},
@@ -1278,9 +1284,6 @@
"javaLangObject" : {
"type" : "boolean"
},
- "enumType" : {
- "type" : "boolean"
- },
"containerType" : {
"type" : "boolean"
},
@@ -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"
},
@@ -1384,9 +1387,6 @@
},
"outputContext" : {
"$ref" : "#/definitions/JsonStreamContext"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1427,6 +1427,9 @@
"text" : {
"type" : "string"
},
+ "closed" : {
+ "type" : "boolean"
+ },
"textCharacters" : {
"type" : "array",
"items" : {
@@ -1459,13 +1462,13 @@
"objectId" : {
"type" : "object"
},
- "typeId" : {
- "type" : "object"
- },
"intValue" : {
"type" : "integer",
"format" : "int32"
},
+ "typeId" : {
+ "type" : "object"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -1560,9 +1563,6 @@
},
"currentValue" : {
"type" : "object"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1788,6 +1788,24 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "subtypeResolver" : {
+ "$ref" : "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy" : {
+ "$ref" : "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory" : {
+ "$ref" : "#/definitions/JsonFactory"
+ },
+ "dateFormat" : {
+ "$ref" : "#/definitions/DateFormat"
+ },
+ "injectableValues" : {
+ "$ref" : "#/definitions/InjectableValues"
+ },
"serializationConfig" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -1808,24 +1826,6 @@
},
"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,12 +2029,15 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
- "config" : {
- "$ref" : "#/definitions/SerializationConfig"
+ "generator" : {
+ "$ref" : "#/definitions/JsonGenerator"
},
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "config" : {
+ "$ref" : "#/definitions/SerializationConfig"
+ },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
@@ -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 42b1b08cfdc..9114e5e5f6b 100644
--- a/content/swagger/master/swaggertransactions.json
+++ b/content/swagger/master/swaggertransactions.json
@@ -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"
},
@@ -918,21 +918,21 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
+ "typeFactory" : {
+ "$ref" : "#/definitions/TypeFactory"
+ },
"config" : {
"$ref" : "#/definitions/DeserializationConfig"
},
"parser" : {
"$ref" : "#/definitions/JsonParser"
},
- "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"
},
@@ -1013,6 +1016,9 @@
"keyType" : {
"$ref" : "#/definitions/JavaType"
},
+ "enumType" : {
+ "type" : "boolean"
+ },
"arrayType" : {
"type" : "boolean"
},
@@ -1022,9 +1028,6 @@
"javaLangObject" : {
"type" : "boolean"
},
- "enumType" : {
- "type" : "boolean"
- },
"containerType" : {
"type" : "boolean"
},
@@ -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"
},
@@ -1128,9 +1131,6 @@
},
"outputContext" : {
"$ref" : "#/definitions/JsonStreamContext"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1171,6 +1171,9 @@
"text" : {
"type" : "string"
},
+ "closed" : {
+ "type" : "boolean"
+ },
"textCharacters" : {
"type" : "array",
"items" : {
@@ -1203,13 +1206,13 @@
"objectId" : {
"type" : "object"
},
- "typeId" : {
- "type" : "object"
- },
"intValue" : {
"type" : "integer",
"format" : "int32"
},
+ "typeId" : {
+ "type" : "object"
+ },
"schema" : {
"$ref" : "#/definitions/FormatSchema"
},
@@ -1304,9 +1307,6 @@
},
"currentValue" : {
"type" : "object"
- },
- "closed" : {
- "type" : "boolean"
}
}
},
@@ -1532,6 +1532,24 @@
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "subtypeResolver" : {
+ "$ref" : "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy" : {
+ "$ref" : "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory" : {
+ "$ref" : "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory" : {
+ "$ref" : "#/definitions/JsonFactory"
+ },
+ "dateFormat" : {
+ "$ref" : "#/definitions/DateFormat"
+ },
+ "injectableValues" : {
+ "$ref" : "#/definitions/InjectableValues"
+ },
"serializationConfig" : {
"$ref" : "#/definitions/SerializationConfig"
},
@@ -1552,24 +1570,6 @@
},
"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,12 +1734,15 @@
"timeZone" : {
"$ref" : "#/definitions/TimeZone"
},
- "config" : {
- "$ref" : "#/definitions/SerializationConfig"
+ "generator" : {
+ "$ref" : "#/definitions/JsonGenerator"
},
"typeFactory" : {
"$ref" : "#/definitions/TypeFactory"
},
+ "config" : {
+ "$ref" : "#/definitions/SerializationConfig"
+ },
"annotationIntrospector" : {
"$ref" : "#/definitions/AnnotationIntrospector"
},
@@ -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 a418b99a5fd..d1ae6d9ebef 100644
--- a/content/swagger/master/v2/swagger.json
+++ b/content/swagger/master/v2/swagger.json
@@ -27709,6 +27709,10 @@
"BacklogQuota": {
"type": "object",
"properties": {
+ "limit": {
+ "type": "integer",
+ "format": "int64"
+ },
"policy": {
"type": "string",
"enum": [
@@ -27724,10 +27728,6 @@
"limitTime": {
"type": "integer",
"format": "int32"
- },
- "limit": {
- "type": "integer",
- "format": "int64"
}
}
},
@@ -27764,10 +27764,10 @@
"BookieInfo": {
"type": "object",
"properties": {
- "hostname": {
+ "rack": {
"type": "string"
},
- "rack": {
+ "hostname": {
"type": "string"
}
}
@@ -28256,15 +28256,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"
@@ -28296,15 +28296,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"
},
@@ -28328,21 +28328,21 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
+ "typeFactory": {
+ "$ref": "#/definitions/TypeFactory"
+ },
"config": {
"$ref": "#/definitions/DeserializationConfig"
},
"parser": {
"$ref": "#/definitions/JsonParser"
},
- "typeFactory": {
- "$ref": "#/definitions/TypeFactory"
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
},
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"contextualType": {
"$ref": "#/definitions/JavaType"
},
@@ -28424,13 +28424,6 @@
"FunctionInstanceStatsData": {
"type": "object",
"properties": {
- "userMetrics": {
- "type": "object",
- "additionalProperties": {
- "type": "number",
- "format": "double"
- }
- },
"lastInvocation": {
"type": "integer",
"format": "int64"
@@ -28438,6 +28431,13 @@
"oneMin": {
"$ref": "#/definitions/FunctionInstanceStatsDataBase"
},
+ "userMetrics": {
+ "type": "object",
+ "additionalProperties": {
+ "type": "number",
+ "format": "double"
+ }
+ },
"receivedTotal": {
"type": "integer",
"format": "int64"
@@ -28684,6 +28684,9 @@
"abstract": {
"type": "boolean"
},
+ "contentType": {
+ "$ref": "#/definitions/JavaType"
+ },
"bindings": {
"$ref": "#/definitions/TypeBindings"
},
@@ -28693,6 +28696,9 @@
"keyType": {
"$ref": "#/definitions/JavaType"
},
+ "enumType": {
+ "type": "boolean"
+ },
"arrayType": {
"type": "boolean"
},
@@ -28702,9 +28708,6 @@
"javaLangObject": {
"type": "boolean"
},
- "enumType": {
- "type": "boolean"
- },
"containerType": {
"type": "boolean"
},
@@ -28735,9 +28738,6 @@
"mapLikeType": {
"type": "boolean"
},
- "contentType": {
- "$ref": "#/definitions/JavaType"
- },
"typeName": {
"type": "string"
},
@@ -28772,6 +28772,9 @@
"JsonGenerator": {
"type": "object",
"properties": {
+ "closed": {
+ "type": "boolean"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -28808,9 +28811,6 @@
},
"outputContext": {
"$ref": "#/definitions/JsonStreamContext"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -28851,6 +28851,9 @@
"text": {
"type": "string"
},
+ "closed": {
+ "type": "boolean"
+ },
"textCharacters": {
"type": "array",
"items": {
@@ -28883,13 +28886,13 @@
"objectId": {
"type": "object"
},
- "typeId": {
- "type": "object"
- },
"intValue": {
"type": "integer",
"format": "int32"
},
+ "typeId": {
+ "type": "object"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -29019,9 +29022,6 @@
},
"currentValue": {
"type": "object"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -29312,17 +29312,6 @@
"overLoaded": {
"type": "boolean"
},
- "loadReportType": {
- "type": "string"
- },
- "msgThroughputIn": {
- "type": "number",
- "format": "double"
- },
- "msgThroughputOut": {
- "type": "number",
- "format": "double"
- },
"cpu": {
"$ref": "#/definitions/ResourceUsage"
},
@@ -29341,6 +29330,17 @@
"lastUpdate": {
"type": "integer",
"format": "int64"
+ },
+ "msgThroughputIn": {
+ "type": "number",
+ "format": "double"
+ },
+ "msgThroughputOut": {
+ "type": "number",
+ "format": "double"
+ },
+ "loadReportType": {
+ "type": "string"
}
}
},
@@ -29669,6 +29669,24 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "subtypeResolver": {
+ "$ref": "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy": {
+ "$ref": "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory": {
+ "$ref": "#/definitions/JsonFactory"
+ },
+ "dateFormat": {
+ "$ref": "#/definitions/DateFormat"
+ },
+ "injectableValues": {
+ "$ref": "#/definitions/InjectableValues"
+ },
"serializationConfig": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -29689,30 +29707,15 @@
},
"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"
}
}
},
"OffloadPolicies": {
"type": "object",
"properties": {
+ "s3ManagedLedgerOffloadRegion": {
+ "type": "string"
+ },
"s3ManagedLedgerOffloadBucket": {
"type": "string"
},
@@ -29779,15 +29782,9 @@
"type": "integer",
"format": "int32"
},
- "managedLedgerOffloadedReadPriority": {
- "type": "string",
- "enum": [
- "BOOKKEEPER_FIRST",
- "TIERED_STORAGE_FIRST"
- ]
- },
- "s3ManagedLedgerOffloadRegion": {
- "type": "string"
+ "managedLedgerOffloadMaxThreads": {
+ "type": "integer",
+ "format": "int32"
},
"managedLedgerOffloadDriver": {
"type": "string"
@@ -29795,14 +29792,6 @@
"offloadersDirectory": {
"type": "string"
},
- "managedLedgerOffloadMaxThreads": {
- "type": "integer",
- "format": "int32"
- },
- "managedLedgerOffloadPrefetchRounds": {
- "type": "integer",
- "format": "int32"
- },
"managedLedgerOffloadDeletionLagInMillis": {
"type": "integer",
"format": "int64"
@@ -29810,6 +29799,17 @@
"managedLedgerOffloadThresholdInBytes": {
"type": "integer",
"format": "int64"
+ },
+ "managedLedgerOffloadPrefetchRounds": {
+ "type": "integer",
+ "format": "int32"
+ },
+ "managedLedgerOffloadedReadPriority": {
+ "type": "string",
+ "enum": [
+ "BOOKKEEPER_FIRST",
+ "TIERED_STORAGE_FIRST"
+ ]
}
}
},
@@ -30581,11 +30581,11 @@
"ResourceUnit": {
"type": "object",
"properties": {
- "availableResource": {
- "$ref": "#/definitions/ResourceDescription"
- },
"resourceId": {
"type": "string"
+ },
+ "availableResource": {
+ "$ref": "#/definitions/ResourceDescription"
}
}
},
@@ -30689,15 +30689,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"
},
@@ -30721,12 +30721,15 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
- "config": {
- "$ref": "#/definitions/SerializationConfig"
+ "generator": {
+ "$ref": "#/definitions/JsonGenerator"
},
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "config": {
+ "$ref": "#/definitions/SerializationConfig"
+ },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
@@ -30738,9 +30741,6 @@
},
"defaultNullKeySerializer": {
"$ref": "#/definitions/JsonSerializerObject"
- },
- "generator": {
- "$ref": "#/definitions/JsonGenerator"
}
}
},
@@ -31403,18 +31403,18 @@
"WorkerService": {
"type": "object",
"properties": {
+ "sinks": {
+ "$ref": "#/definitions/SinksWorkerService"
+ },
+ "workerConfig": {
+ "$ref": "#/definitions/WorkerConfig"
+ },
"sources": {
"$ref": "#/definitions/SourcesWorkerService"
},
"initialized": {
"type": "boolean"
},
- "workerConfig": {
- "$ref": "#/definitions/WorkerConfig"
- },
- "sinks": {
- "$ref": "#/definitions/SinksWorkerService"
- },
"functionsV2": {
"$ref": "#/definitions/FunctionsV2WorkerService"
},
diff --git a/content/swagger/master/v2/swaggerlookup.json
b/content/swagger/master/v2/swaggerlookup.json
index 5e9875abdda..d7cb255ede4 100644
--- a/content/swagger/master/v2/swaggerlookup.json
+++ b/content/swagger/master/v2/swaggerlookup.json
@@ -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"
},
@@ -473,21 +473,21 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
+ "typeFactory": {
+ "$ref": "#/definitions/TypeFactory"
+ },
"config": {
"$ref": "#/definitions/DeserializationConfig"
},
"parser": {
"$ref": "#/definitions/JsonParser"
},
- "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"
},
@@ -568,6 +571,9 @@
"keyType": {
"$ref": "#/definitions/JavaType"
},
+ "enumType": {
+ "type": "boolean"
+ },
"arrayType": {
"type": "boolean"
},
@@ -577,9 +583,6 @@
"javaLangObject": {
"type": "boolean"
},
- "enumType": {
- "type": "boolean"
- },
"containerType": {
"type": "boolean"
},
@@ -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"
},
@@ -683,9 +686,6 @@
},
"outputContext": {
"$ref": "#/definitions/JsonStreamContext"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -726,6 +726,9 @@
"text": {
"type": "string"
},
+ "closed": {
+ "type": "boolean"
+ },
"textCharacters": {
"type": "array",
"items": {
@@ -758,13 +761,13 @@
"objectId": {
"type": "object"
},
- "typeId": {
- "type": "object"
- },
"intValue": {
"type": "integer",
"format": "int32"
},
+ "typeId": {
+ "type": "object"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -894,9 +897,6 @@
},
"currentValue": {
"type": "object"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -1154,6 +1154,24 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "subtypeResolver": {
+ "$ref": "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy": {
+ "$ref": "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory": {
+ "$ref": "#/definitions/JsonFactory"
+ },
+ "dateFormat": {
+ "$ref": "#/definitions/DateFormat"
+ },
+ "injectableValues": {
+ "$ref": "#/definitions/InjectableValues"
+ },
"serializationConfig": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -1174,24 +1192,6 @@
},
"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,12 +1363,15 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
- "config": {
- "$ref": "#/definitions/SerializationConfig"
+ "generator": {
+ "$ref": "#/definitions/JsonGenerator"
},
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "config": {
+ "$ref": "#/definitions/SerializationConfig"
+ },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
@@ -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 7f62225c823..a36317b2947 100644
--- a/content/swagger/master/v3/swaggerfunctions.json
+++ b/content/swagger/master/v3/swaggerfunctions.json
@@ -1503,15 +1503,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"
@@ -1543,15 +1543,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"
},
@@ -1575,21 +1575,21 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
+ "typeFactory": {
+ "$ref": "#/definitions/TypeFactory"
+ },
"config": {
"$ref": "#/definitions/DeserializationConfig"
},
"parser": {
"$ref": "#/definitions/JsonParser"
},
- "typeFactory": {
- "$ref": "#/definitions/TypeFactory"
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
},
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
- "nodeFactory": {
- "$ref": "#/definitions/JsonNodeFactory"
- },
"contextualType": {
"$ref": "#/definitions/JavaType"
},
@@ -1882,13 +1882,6 @@
"FunctionInstanceStatsData": {
"type": "object",
"properties": {
- "userMetrics": {
- "type": "object",
- "additionalProperties": {
- "type": "number",
- "format": "double"
- }
- },
"lastInvocation": {
"type": "integer",
"format": "int64"
@@ -1896,6 +1889,13 @@
"oneMin": {
"$ref": "#/definitions/FunctionInstanceStatsDataBase"
},
+ "userMetrics": {
+ "type": "object",
+ "additionalProperties": {
+ "type": "number",
+ "format": "double"
+ }
+ },
"receivedTotal": {
"type": "integer",
"format": "int64"
@@ -2207,6 +2207,9 @@
"abstract": {
"type": "boolean"
},
+ "contentType": {
+ "$ref": "#/definitions/JavaType"
+ },
"bindings": {
"$ref": "#/definitions/TypeBindings"
},
@@ -2216,6 +2219,9 @@
"keyType": {
"$ref": "#/definitions/JavaType"
},
+ "enumType": {
+ "type": "boolean"
+ },
"arrayType": {
"type": "boolean"
},
@@ -2225,9 +2231,6 @@
"javaLangObject": {
"type": "boolean"
},
- "enumType": {
- "type": "boolean"
- },
"containerType": {
"type": "boolean"
},
@@ -2258,9 +2261,6 @@
"mapLikeType": {
"type": "boolean"
},
- "contentType": {
- "$ref": "#/definitions/JavaType"
- },
"typeName": {
"type": "string"
},
@@ -2295,6 +2295,9 @@
"JsonGenerator": {
"type": "object",
"properties": {
+ "closed": {
+ "type": "boolean"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -2331,9 +2334,6 @@
},
"outputContext": {
"$ref": "#/definitions/JsonStreamContext"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -2374,6 +2374,9 @@
"text": {
"type": "string"
},
+ "closed": {
+ "type": "boolean"
+ },
"textCharacters": {
"type": "array",
"items": {
@@ -2406,13 +2409,13 @@
"objectId": {
"type": "object"
},
- "typeId": {
- "type": "object"
- },
"intValue": {
"type": "integer",
"format": "int32"
},
+ "typeId": {
+ "type": "object"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -2542,9 +2545,6 @@
},
"currentValue": {
"type": "object"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -2679,6 +2679,13 @@
"type": "integer",
"format": "int64"
},
+ "keyBytes": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "format": "byte"
+ }
+ },
"data": {
"type": "array",
"items": {
@@ -2740,13 +2747,6 @@
"brokerPublishTime": {
"type": "integer",
"format": "int64"
- },
- "keyBytes": {
- "type": "array",
- "items": {
- "type": "string",
- "format": "byte"
- }
}
}
},
@@ -2872,6 +2872,24 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "subtypeResolver": {
+ "$ref": "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy": {
+ "$ref": "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory": {
+ "$ref": "#/definitions/JsonFactory"
+ },
+ "dateFormat": {
+ "$ref": "#/definitions/DateFormat"
+ },
+ "injectableValues": {
+ "$ref": "#/definitions/InjectableValues"
+ },
"serializationConfig": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -2892,24 +2910,6 @@
},
"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"
}
}
},
@@ -3091,15 +3091,15 @@
"type": "integer",
"format": "int64"
},
+ "schemaDefinition": {
+ "type": "string"
+ },
"schema": {
"type": "array",
"items": {
"type": "string",
"format": "byte"
}
- },
- "schemaDefinition": {
- "type": "string"
}
}
},
@@ -3168,15 +3168,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"
},
@@ -3200,12 +3200,15 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
- "config": {
- "$ref": "#/definitions/SerializationConfig"
+ "generator": {
+ "$ref": "#/definitions/JsonGenerator"
},
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "config": {
+ "$ref": "#/definitions/SerializationConfig"
+ },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
@@ -3217,9 +3220,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 ada4e4c30d1..0c7902f5034 100644
--- a/content/swagger/master/v3/swaggerpackages.json
+++ b/content/swagger/master/v3/swaggerpackages.json
@@ -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"
},
@@ -773,21 +773,21 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
+ "typeFactory": {
+ "$ref": "#/definitions/TypeFactory"
+ },
"config": {
"$ref": "#/definitions/DeserializationConfig"
},
"parser": {
"$ref": "#/definitions/JsonParser"
},
- "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"
},
@@ -868,6 +871,9 @@
"keyType": {
"$ref": "#/definitions/JavaType"
},
+ "enumType": {
+ "type": "boolean"
+ },
"arrayType": {
"type": "boolean"
},
@@ -877,9 +883,6 @@
"javaLangObject": {
"type": "boolean"
},
- "enumType": {
- "type": "boolean"
- },
"containerType": {
"type": "boolean"
},
@@ -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"
},
@@ -983,9 +986,6 @@
},
"outputContext": {
"$ref": "#/definitions/JsonStreamContext"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -1026,6 +1026,9 @@
"text": {
"type": "string"
},
+ "closed": {
+ "type": "boolean"
+ },
"textCharacters": {
"type": "array",
"items": {
@@ -1058,13 +1061,13 @@
"objectId": {
"type": "object"
},
- "typeId": {
- "type": "object"
- },
"intValue": {
"type": "integer",
"format": "int32"
},
+ "typeId": {
+ "type": "object"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -1194,9 +1197,6 @@
},
"currentValue": {
"type": "object"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -1431,6 +1431,24 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "subtypeResolver": {
+ "$ref": "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy": {
+ "$ref": "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory": {
+ "$ref": "#/definitions/JsonFactory"
+ },
+ "dateFormat": {
+ "$ref": "#/definitions/DateFormat"
+ },
+ "injectableValues": {
+ "$ref": "#/definitions/InjectableValues"
+ },
"serializationConfig": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -1451,24 +1469,6 @@
},
"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,12 +1665,15 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
- "config": {
- "$ref": "#/definitions/SerializationConfig"
+ "generator": {
+ "$ref": "#/definitions/JsonGenerator"
},
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "config": {
+ "$ref": "#/definitions/SerializationConfig"
+ },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
@@ -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 44c44a1e08b..c4fe57af422 100644
--- a/content/swagger/master/v3/swaggersink.json
+++ b/content/swagger/master/v3/swaggersink.json
@@ -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"
},
@@ -1349,21 +1349,21 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
+ "typeFactory": {
+ "$ref": "#/definitions/TypeFactory"
+ },
"config": {
"$ref": "#/definitions/DeserializationConfig"
},
"parser": {
"$ref": "#/definitions/JsonParser"
},
- "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"
},
@@ -1456,6 +1459,9 @@
"keyType": {
"$ref": "#/definitions/JavaType"
},
+ "enumType": {
+ "type": "boolean"
+ },
"arrayType": {
"type": "boolean"
},
@@ -1465,9 +1471,6 @@
"javaLangObject": {
"type": "boolean"
},
- "enumType": {
- "type": "boolean"
- },
"containerType": {
"type": "boolean"
},
@@ -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"
},
@@ -1571,9 +1574,6 @@
},
"outputContext": {
"$ref": "#/definitions/JsonStreamContext"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -1614,6 +1614,9 @@
"text": {
"type": "string"
},
+ "closed": {
+ "type": "boolean"
+ },
"textCharacters": {
"type": "array",
"items": {
@@ -1646,13 +1649,13 @@
"objectId": {
"type": "object"
},
- "typeId": {
- "type": "object"
- },
"intValue": {
"type": "integer",
"format": "int32"
},
+ "typeId": {
+ "type": "object"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -1782,9 +1785,6 @@
},
"currentValue": {
"type": "object"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -2019,6 +2019,24 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "subtypeResolver": {
+ "$ref": "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy": {
+ "$ref": "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory": {
+ "$ref": "#/definitions/JsonFactory"
+ },
+ "dateFormat": {
+ "$ref": "#/definitions/DateFormat"
+ },
+ "injectableValues": {
+ "$ref": "#/definitions/InjectableValues"
+ },
"serializationConfig": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -2039,24 +2057,6 @@
},
"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,12 +2245,15 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
- "config": {
- "$ref": "#/definitions/SerializationConfig"
+ "generator": {
+ "$ref": "#/definitions/JsonGenerator"
},
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "config": {
+ "$ref": "#/definitions/SerializationConfig"
+ },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
@@ -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 8cacd2a4cbb..03939fab4bc 100644
--- a/content/swagger/master/v3/swaggersource.json
+++ b/content/swagger/master/v3/swaggersource.json
@@ -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"
},
@@ -1330,21 +1330,21 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
+ "typeFactory": {
+ "$ref": "#/definitions/TypeFactory"
+ },
"config": {
"$ref": "#/definitions/DeserializationConfig"
},
"parser": {
"$ref": "#/definitions/JsonParser"
},
- "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"
},
@@ -1437,6 +1440,9 @@
"keyType": {
"$ref": "#/definitions/JavaType"
},
+ "enumType": {
+ "type": "boolean"
+ },
"arrayType": {
"type": "boolean"
},
@@ -1446,9 +1452,6 @@
"javaLangObject": {
"type": "boolean"
},
- "enumType": {
- "type": "boolean"
- },
"containerType": {
"type": "boolean"
},
@@ -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"
},
@@ -1552,9 +1555,6 @@
},
"outputContext": {
"$ref": "#/definitions/JsonStreamContext"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -1595,6 +1595,9 @@
"text": {
"type": "string"
},
+ "closed": {
+ "type": "boolean"
+ },
"textCharacters": {
"type": "array",
"items": {
@@ -1627,13 +1630,13 @@
"objectId": {
"type": "object"
},
- "typeId": {
- "type": "object"
- },
"intValue": {
"type": "integer",
"format": "int32"
},
+ "typeId": {
+ "type": "object"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -1763,9 +1766,6 @@
},
"currentValue": {
"type": "object"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -2000,6 +2000,24 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "subtypeResolver": {
+ "$ref": "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy": {
+ "$ref": "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory": {
+ "$ref": "#/definitions/JsonFactory"
+ },
+ "dateFormat": {
+ "$ref": "#/definitions/DateFormat"
+ },
+ "injectableValues": {
+ "$ref": "#/definitions/InjectableValues"
+ },
"serializationConfig": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -2020,24 +2038,6 @@
},
"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,12 +2248,15 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
- "config": {
- "$ref": "#/definitions/SerializationConfig"
+ "generator": {
+ "$ref": "#/definitions/JsonGenerator"
},
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "config": {
+ "$ref": "#/definitions/SerializationConfig"
+ },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
@@ -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 1c9591cc2d4..c8a34a82e2b 100644
--- a/content/swagger/master/v3/swaggertransactions.json
+++ b/content/swagger/master/v3/swaggertransactions.json
@@ -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"
},
@@ -1048,21 +1048,21 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
+ "typeFactory": {
+ "$ref": "#/definitions/TypeFactory"
+ },
"config": {
"$ref": "#/definitions/DeserializationConfig"
},
"parser": {
"$ref": "#/definitions/JsonParser"
},
- "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"
},
@@ -1143,6 +1146,9 @@
"keyType": {
"$ref": "#/definitions/JavaType"
},
+ "enumType": {
+ "type": "boolean"
+ },
"arrayType": {
"type": "boolean"
},
@@ -1152,9 +1158,6 @@
"javaLangObject": {
"type": "boolean"
},
- "enumType": {
- "type": "boolean"
- },
"containerType": {
"type": "boolean"
},
@@ -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"
},
@@ -1258,9 +1261,6 @@
},
"outputContext": {
"$ref": "#/definitions/JsonStreamContext"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -1301,6 +1301,9 @@
"text": {
"type": "string"
},
+ "closed": {
+ "type": "boolean"
+ },
"textCharacters": {
"type": "array",
"items": {
@@ -1333,13 +1336,13 @@
"objectId": {
"type": "object"
},
- "typeId": {
- "type": "object"
- },
"intValue": {
"type": "integer",
"format": "int32"
},
+ "typeId": {
+ "type": "object"
+ },
"schema": {
"$ref": "#/definitions/FormatSchema"
},
@@ -1469,9 +1472,6 @@
},
"currentValue": {
"type": "object"
- },
- "closed": {
- "type": "boolean"
}
}
},
@@ -1706,6 +1706,24 @@
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "subtypeResolver": {
+ "$ref": "#/definitions/SubtypeResolver"
+ },
+ "propertyNamingStrategy": {
+ "$ref": "#/definitions/PropertyNamingStrategy"
+ },
+ "nodeFactory": {
+ "$ref": "#/definitions/JsonNodeFactory"
+ },
+ "jsonFactory": {
+ "$ref": "#/definitions/JsonFactory"
+ },
+ "dateFormat": {
+ "$ref": "#/definitions/DateFormat"
+ },
+ "injectableValues": {
+ "$ref": "#/definitions/InjectableValues"
+ },
"serializationConfig": {
"$ref": "#/definitions/SerializationConfig"
},
@@ -1726,24 +1744,6 @@
},
"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,12 +1915,15 @@
"timeZone": {
"$ref": "#/definitions/TimeZone"
},
- "config": {
- "$ref": "#/definitions/SerializationConfig"
+ "generator": {
+ "$ref": "#/definitions/JsonGenerator"
},
"typeFactory": {
"$ref": "#/definitions/TypeFactory"
},
+ "config": {
+ "$ref": "#/definitions/SerializationConfig"
+ },
"annotationIntrospector": {
"$ref": "#/definitions/AnnotationIntrospector"
},
@@ -1932,9 +1935,6 @@
},
"defaultNullKeySerializer": {
"$ref": "#/definitions/JsonSerializerObject"
- },
- "generator": {
- "$ref": "#/definitions/JsonGenerator"
}
}
},