Files
kompendium/docs/3.1.0/scripts/pages.json
2022-08-19 15:57:49 +00:00

1 line
181 KiB
JSON

[{"name":"data class AnyOfDefinition(val anyOf: Set<JsonSchema>) : JsonSchema","description":"io.bkbn.kompendium.json.schema.definition.AnyOfDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-any-of-definition/index.html","searchKeys":["AnyOfDefinition","data class AnyOfDefinition(val anyOf: Set<JsonSchema>) : JsonSchema","io.bkbn.kompendium.json.schema.definition.AnyOfDefinition"]},{"name":"data class ArrayDefinition(val items: JsonSchema) : JsonSchema","description":"io.bkbn.kompendium.json.schema.definition.ArrayDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-array-definition/index.html","searchKeys":["ArrayDefinition","data class ArrayDefinition(val items: JsonSchema) : JsonSchema","io.bkbn.kompendium.json.schema.definition.ArrayDefinition"]},{"name":"data class EnumDefinition(val enum: Set<String>) : JsonSchema","description":"io.bkbn.kompendium.json.schema.definition.EnumDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-enum-definition/index.html","searchKeys":["EnumDefinition","data class EnumDefinition(val enum: Set<String>) : JsonSchema","io.bkbn.kompendium.json.schema.definition.EnumDefinition"]},{"name":"data class MapDefinition(val additionalProperties: JsonSchema) : JsonSchema","description":"io.bkbn.kompendium.json.schema.definition.MapDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-map-definition/index.html","searchKeys":["MapDefinition","data class MapDefinition(val additionalProperties: JsonSchema) : JsonSchema","io.bkbn.kompendium.json.schema.definition.MapDefinition"]},{"name":"data class NullableDefinition(val type: String = \"null\") : JsonSchema","description":"io.bkbn.kompendium.json.schema.definition.NullableDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-nullable-definition/index.html","searchKeys":["NullableDefinition","data class NullableDefinition(val type: String = \"null\") : JsonSchema","io.bkbn.kompendium.json.schema.definition.NullableDefinition"]},{"name":"data class OneOfDefinition(val oneOf: Set<JsonSchema>) : JsonSchema","description":"io.bkbn.kompendium.json.schema.definition.OneOfDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-one-of-definition/index.html","searchKeys":["OneOfDefinition","data class OneOfDefinition(val oneOf: Set<JsonSchema>) : JsonSchema","io.bkbn.kompendium.json.schema.definition.OneOfDefinition"]},{"name":"data class ReferenceCache(val referenceRootPath: String = \"#/\", val cache: MutableMap<KType, JsonSchema> = mutableMapOf())","description":"io.bkbn.kompendium.json.schema.util.ReferenceCache","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.util/-reference-cache/index.html","searchKeys":["ReferenceCache","data class ReferenceCache(val referenceRootPath: String = \"#/\", val cache: MutableMap<KType, JsonSchema> = mutableMapOf())","io.bkbn.kompendium.json.schema.util.ReferenceCache"]},{"name":"data class ReferenceDefinition(val $ref: String) : JsonSchema","description":"io.bkbn.kompendium.json.schema.definition.ReferenceDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-reference-definition/index.html","searchKeys":["ReferenceDefinition","data class ReferenceDefinition(val $ref: String) : JsonSchema","io.bkbn.kompendium.json.schema.definition.ReferenceDefinition"]},{"name":"data class TypeDefinition(val type: String, val format: String? = null, val description: String? = null, val properties: Map<String, JsonSchema>? = null, val required: Set<String>? = null, val default: Any? = null) : JsonSchema","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/index.html","searchKeys":["TypeDefinition","data class TypeDefinition(val type: String, val format: String? = null, val description: String? = null, val properties: Map<String, JsonSchema>? = null, val required: Set<String>? = null, val default: Any? = null) : JsonSchema","io.bkbn.kompendium.json.schema.definition.TypeDefinition"]},{"name":"fun AnyOfDefinition(anyOf: Set<JsonSchema>)","description":"io.bkbn.kompendium.json.schema.definition.AnyOfDefinition.AnyOfDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-any-of-definition/-any-of-definition.html","searchKeys":["AnyOfDefinition","fun AnyOfDefinition(anyOf: Set<JsonSchema>)","io.bkbn.kompendium.json.schema.definition.AnyOfDefinition.AnyOfDefinition"]},{"name":"fun ArrayDefinition(items: JsonSchema)","description":"io.bkbn.kompendium.json.schema.definition.ArrayDefinition.ArrayDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-array-definition/-array-definition.html","searchKeys":["ArrayDefinition","fun ArrayDefinition(items: JsonSchema)","io.bkbn.kompendium.json.schema.definition.ArrayDefinition.ArrayDefinition"]},{"name":"fun EnumDefinition(enum: Set<String>)","description":"io.bkbn.kompendium.json.schema.definition.EnumDefinition.EnumDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-enum-definition/-enum-definition.html","searchKeys":["EnumDefinition","fun EnumDefinition(enum: Set<String>)","io.bkbn.kompendium.json.schema.definition.EnumDefinition.EnumDefinition"]},{"name":"fun KType.getReferenceSlug(): String","description":"io.bkbn.kompendium.json.schema.util.Helpers.getReferenceSlug","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.util/-helpers/get-reference-slug.html","searchKeys":["getReferenceSlug","fun KType.getReferenceSlug(): String","io.bkbn.kompendium.json.schema.util.Helpers.getReferenceSlug"]},{"name":"fun KType.getSimpleSlug(): String","description":"io.bkbn.kompendium.json.schema.util.Helpers.getSimpleSlug","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.util/-helpers/get-simple-slug.html","searchKeys":["getSimpleSlug","fun KType.getSimpleSlug(): String","io.bkbn.kompendium.json.schema.util.Helpers.getSimpleSlug"]},{"name":"fun MapDefinition(additionalProperties: JsonSchema)","description":"io.bkbn.kompendium.json.schema.definition.MapDefinition.MapDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-map-definition/-map-definition.html","searchKeys":["MapDefinition","fun MapDefinition(additionalProperties: JsonSchema)","io.bkbn.kompendium.json.schema.definition.MapDefinition.MapDefinition"]},{"name":"fun NullableDefinition(type: String = \"null\")","description":"io.bkbn.kompendium.json.schema.definition.NullableDefinition.NullableDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-nullable-definition/-nullable-definition.html","searchKeys":["NullableDefinition","fun NullableDefinition(type: String = \"null\")","io.bkbn.kompendium.json.schema.definition.NullableDefinition.NullableDefinition"]},{"name":"fun OneOfDefinition(oneOf: Set<JsonSchema>)","description":"io.bkbn.kompendium.json.schema.definition.OneOfDefinition.OneOfDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-one-of-definition/-one-of-definition.html","searchKeys":["OneOfDefinition","fun OneOfDefinition(oneOf: Set<JsonSchema>)","io.bkbn.kompendium.json.schema.definition.OneOfDefinition.OneOfDefinition"]},{"name":"fun OneOfDefinition(vararg types: JsonSchema)","description":"io.bkbn.kompendium.json.schema.definition.OneOfDefinition.OneOfDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-one-of-definition/-one-of-definition.html","searchKeys":["OneOfDefinition","fun OneOfDefinition(vararg types: JsonSchema)","io.bkbn.kompendium.json.schema.definition.OneOfDefinition.OneOfDefinition"]},{"name":"fun ReferenceCache(referenceRootPath: String = \"#/\", cache: MutableMap<KType, JsonSchema> = mutableMapOf())","description":"io.bkbn.kompendium.json.schema.util.ReferenceCache.ReferenceCache","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.util/-reference-cache/-reference-cache.html","searchKeys":["ReferenceCache","fun ReferenceCache(referenceRootPath: String = \"#/\", cache: MutableMap<KType, JsonSchema> = mutableMapOf())","io.bkbn.kompendium.json.schema.util.ReferenceCache.ReferenceCache"]},{"name":"fun ReferenceDefinition($ref: String)","description":"io.bkbn.kompendium.json.schema.definition.ReferenceDefinition.ReferenceDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-reference-definition/-reference-definition.html","searchKeys":["ReferenceDefinition","fun ReferenceDefinition($ref: String)","io.bkbn.kompendium.json.schema.definition.ReferenceDefinition.ReferenceDefinition"]},{"name":"fun TypeDefinition(type: String, format: String? = null, description: String? = null, properties: Map<String, JsonSchema>? = null, required: Set<String>? = null, default: Any? = null)","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.TypeDefinition","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/-type-definition.html","searchKeys":["TypeDefinition","fun TypeDefinition(type: String, format: String? = null, description: String? = null, properties: Map<String, JsonSchema>? = null, required: Set<String>? = null, default: Any? = null)","io.bkbn.kompendium.json.schema.definition.TypeDefinition.TypeDefinition"]},{"name":"fun fromTypeOrUnit(type: KType, cache: MutableMap<String, JsonSchema> = mutableMapOf()): JsonSchema?","description":"io.bkbn.kompendium.json.schema.SchemaGenerator.fromTypeOrUnit","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema/-schema-generator/from-type-or-unit.html","searchKeys":["fromTypeOrUnit","fun fromTypeOrUnit(type: KType, cache: MutableMap<String, JsonSchema> = mutableMapOf()): JsonSchema?","io.bkbn.kompendium.json.schema.SchemaGenerator.fromTypeOrUnit"]},{"name":"fun fromTypeToSchema(type: KType, cache: MutableMap<String, JsonSchema>): JsonSchema","description":"io.bkbn.kompendium.json.schema.SchemaGenerator.fromTypeToSchema","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema/-schema-generator/from-type-to-schema.html","searchKeys":["fromTypeToSchema","fun fromTypeToSchema(type: KType, cache: MutableMap<String, JsonSchema>): JsonSchema","io.bkbn.kompendium.json.schema.SchemaGenerator.fromTypeToSchema"]},{"name":"fun handle(type: KType, cache: MutableMap<String, JsonSchema>): JsonSchema","description":"io.bkbn.kompendium.json.schema.handler.CollectionHandler.handle","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.handler/-collection-handler/handle.html","searchKeys":["handle","fun handle(type: KType, cache: MutableMap<String, JsonSchema>): JsonSchema","io.bkbn.kompendium.json.schema.handler.CollectionHandler.handle"]},{"name":"fun handle(type: KType, cache: MutableMap<String, JsonSchema>): JsonSchema","description":"io.bkbn.kompendium.json.schema.handler.MapHandler.handle","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.handler/-map-handler/handle.html","searchKeys":["handle","fun handle(type: KType, cache: MutableMap<String, JsonSchema>): JsonSchema","io.bkbn.kompendium.json.schema.handler.MapHandler.handle"]},{"name":"fun handle(type: KType, clazz: KClass<*>): JsonSchema","description":"io.bkbn.kompendium.json.schema.handler.EnumHandler.handle","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.handler/-enum-handler/handle.html","searchKeys":["handle","fun handle(type: KType, clazz: KClass<*>): JsonSchema","io.bkbn.kompendium.json.schema.handler.EnumHandler.handle"]},{"name":"fun handle(type: KType, clazz: KClass<*>, cache: MutableMap<String, JsonSchema>): JsonSchema","description":"io.bkbn.kompendium.json.schema.handler.SealedObjectHandler.handle","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.handler/-sealed-object-handler/handle.html","searchKeys":["handle","fun handle(type: KType, clazz: KClass<*>, cache: MutableMap<String, JsonSchema>): JsonSchema","io.bkbn.kompendium.json.schema.handler.SealedObjectHandler.handle"]},{"name":"fun handle(type: KType, clazz: KClass<*>, cache: MutableMap<String, JsonSchema>): JsonSchema","description":"io.bkbn.kompendium.json.schema.handler.SimpleObjectHandler.handle","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.handler/-simple-object-handler/handle.html","searchKeys":["handle","fun handle(type: KType, clazz: KClass<*>, cache: MutableMap<String, JsonSchema>): JsonSchema","io.bkbn.kompendium.json.schema.handler.SimpleObjectHandler.handle"]},{"name":"fun withDefault(default: Any): TypeDefinition","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.withDefault","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/with-default.html","searchKeys":["withDefault","fun withDefault(default: Any): TypeDefinition","io.bkbn.kompendium.json.schema.definition.TypeDefinition.withDefault"]},{"name":"inline fun <T> fromTypeToSchema(cache: MutableMap<String, JsonSchema> = mutableMapOf()): JsonSchema","description":"io.bkbn.kompendium.json.schema.SchemaGenerator.fromTypeToSchema","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema/-schema-generator/from-type-to-schema.html","searchKeys":["fromTypeToSchema","inline fun <T> fromTypeToSchema(cache: MutableMap<String, JsonSchema> = mutableMapOf()): JsonSchema","io.bkbn.kompendium.json.schema.SchemaGenerator.fromTypeToSchema"]},{"name":"interface JsonSchema","description":"io.bkbn.kompendium.json.schema.definition.JsonSchema","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-json-schema/index.html","searchKeys":["JsonSchema","interface JsonSchema","io.bkbn.kompendium.json.schema.definition.JsonSchema"]},{"name":"object CollectionHandler","description":"io.bkbn.kompendium.json.schema.handler.CollectionHandler","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.handler/-collection-handler/index.html","searchKeys":["CollectionHandler","object CollectionHandler","io.bkbn.kompendium.json.schema.handler.CollectionHandler"]},{"name":"object Companion","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/-companion/index.html","searchKeys":["Companion","object Companion","io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion"]},{"name":"object EnumHandler","description":"io.bkbn.kompendium.json.schema.handler.EnumHandler","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.handler/-enum-handler/index.html","searchKeys":["EnumHandler","object EnumHandler","io.bkbn.kompendium.json.schema.handler.EnumHandler"]},{"name":"object Helpers","description":"io.bkbn.kompendium.json.schema.util.Helpers","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.util/-helpers/index.html","searchKeys":["Helpers","object Helpers","io.bkbn.kompendium.json.schema.util.Helpers"]},{"name":"object MapHandler","description":"io.bkbn.kompendium.json.schema.handler.MapHandler","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.handler/-map-handler/index.html","searchKeys":["MapHandler","object MapHandler","io.bkbn.kompendium.json.schema.handler.MapHandler"]},{"name":"object SchemaGenerator","description":"io.bkbn.kompendium.json.schema.SchemaGenerator","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema/-schema-generator/index.html","searchKeys":["SchemaGenerator","object SchemaGenerator","io.bkbn.kompendium.json.schema.SchemaGenerator"]},{"name":"object SealedObjectHandler","description":"io.bkbn.kompendium.json.schema.handler.SealedObjectHandler","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.handler/-sealed-object-handler/index.html","searchKeys":["SealedObjectHandler","object SealedObjectHandler","io.bkbn.kompendium.json.schema.handler.SealedObjectHandler"]},{"name":"object Serializer : KSerializer<JsonSchema> ","description":"io.bkbn.kompendium.json.schema.definition.JsonSchema.Serializer","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-json-schema/-serializer/index.html","searchKeys":["Serializer","object Serializer : KSerializer<JsonSchema> ","io.bkbn.kompendium.json.schema.definition.JsonSchema.Serializer"]},{"name":"object SimpleObjectHandler","description":"io.bkbn.kompendium.json.schema.handler.SimpleObjectHandler","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.handler/-simple-object-handler/index.html","searchKeys":["SimpleObjectHandler","object SimpleObjectHandler","io.bkbn.kompendium.json.schema.handler.SimpleObjectHandler"]},{"name":"open override fun deserialize(decoder: Decoder): JsonSchema","description":"io.bkbn.kompendium.json.schema.definition.JsonSchema.Serializer.deserialize","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-json-schema/-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): JsonSchema","io.bkbn.kompendium.json.schema.definition.JsonSchema.Serializer.deserialize"]},{"name":"open override fun serialize(encoder: Encoder, value: JsonSchema)","description":"io.bkbn.kompendium.json.schema.definition.JsonSchema.Serializer.serialize","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-json-schema/-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: JsonSchema)","io.bkbn.kompendium.json.schema.definition.JsonSchema.Serializer.serialize"]},{"name":"open override val descriptor: SerialDescriptor","description":"io.bkbn.kompendium.json.schema.definition.JsonSchema.Serializer.descriptor","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-json-schema/-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","io.bkbn.kompendium.json.schema.definition.JsonSchema.Serializer.descriptor"]},{"name":"val $ref: String","description":"io.bkbn.kompendium.json.schema.definition.ReferenceDefinition.$ref","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-reference-definition/$ref.html","searchKeys":["$ref","val $ref: String","io.bkbn.kompendium.json.schema.definition.ReferenceDefinition.$ref"]},{"name":"val BOOLEAN: TypeDefinition","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion.BOOLEAN","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/-companion/-b-o-o-l-e-a-n.html","searchKeys":["BOOLEAN","val BOOLEAN: TypeDefinition","io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion.BOOLEAN"]},{"name":"val DOUBLE: TypeDefinition","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion.DOUBLE","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/-companion/-d-o-u-b-l-e.html","searchKeys":["DOUBLE","val DOUBLE: TypeDefinition","io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion.DOUBLE"]},{"name":"val FLOAT: TypeDefinition","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion.FLOAT","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/-companion/-f-l-o-a-t.html","searchKeys":["FLOAT","val FLOAT: TypeDefinition","io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion.FLOAT"]},{"name":"val INT: TypeDefinition","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion.INT","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/-companion/-i-n-t.html","searchKeys":["INT","val INT: TypeDefinition","io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion.INT"]},{"name":"val LONG: TypeDefinition","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion.LONG","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/-companion/-l-o-n-g.html","searchKeys":["LONG","val LONG: TypeDefinition","io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion.LONG"]},{"name":"val STRING: TypeDefinition","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion.STRING","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/-companion/-s-t-r-i-n-g.html","searchKeys":["STRING","val STRING: TypeDefinition","io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion.STRING"]},{"name":"val UUID: TypeDefinition","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion.UUID","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/-companion/-u-u-i-d.html","searchKeys":["UUID","val UUID: TypeDefinition","io.bkbn.kompendium.json.schema.definition.TypeDefinition.Companion.UUID"]},{"name":"val additionalProperties: JsonSchema","description":"io.bkbn.kompendium.json.schema.definition.MapDefinition.additionalProperties","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-map-definition/additional-properties.html","searchKeys":["additionalProperties","val additionalProperties: JsonSchema","io.bkbn.kompendium.json.schema.definition.MapDefinition.additionalProperties"]},{"name":"val anyOf: Set<JsonSchema>","description":"io.bkbn.kompendium.json.schema.definition.AnyOfDefinition.anyOf","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-any-of-definition/any-of.html","searchKeys":["anyOf","val anyOf: Set<JsonSchema>","io.bkbn.kompendium.json.schema.definition.AnyOfDefinition.anyOf"]},{"name":"val cache: MutableMap<KType, JsonSchema>","description":"io.bkbn.kompendium.json.schema.util.ReferenceCache.cache","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.util/-reference-cache/cache.html","searchKeys":["cache","val cache: MutableMap<KType, JsonSchema>","io.bkbn.kompendium.json.schema.util.ReferenceCache.cache"]},{"name":"val default: Any? = null","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.default","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/default.html","searchKeys":["default","val default: Any? = null","io.bkbn.kompendium.json.schema.definition.TypeDefinition.default"]},{"name":"val description: String? = null","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.description","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/description.html","searchKeys":["description","val description: String? = null","io.bkbn.kompendium.json.schema.definition.TypeDefinition.description"]},{"name":"val enum: Set<String>","description":"io.bkbn.kompendium.json.schema.definition.EnumDefinition.enum","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-enum-definition/enum.html","searchKeys":["enum","val enum: Set<String>","io.bkbn.kompendium.json.schema.definition.EnumDefinition.enum"]},{"name":"val format: String? = null","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.format","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/format.html","searchKeys":["format","val format: String? = null","io.bkbn.kompendium.json.schema.definition.TypeDefinition.format"]},{"name":"val items: JsonSchema","description":"io.bkbn.kompendium.json.schema.definition.ArrayDefinition.items","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-array-definition/items.html","searchKeys":["items","val items: JsonSchema","io.bkbn.kompendium.json.schema.definition.ArrayDefinition.items"]},{"name":"val oneOf: Set<JsonSchema>","description":"io.bkbn.kompendium.json.schema.definition.OneOfDefinition.oneOf","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-one-of-definition/one-of.html","searchKeys":["oneOf","val oneOf: Set<JsonSchema>","io.bkbn.kompendium.json.schema.definition.OneOfDefinition.oneOf"]},{"name":"val properties: Map<String, JsonSchema>? = null","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.properties","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/properties.html","searchKeys":["properties","val properties: Map<String, JsonSchema>? = null","io.bkbn.kompendium.json.schema.definition.TypeDefinition.properties"]},{"name":"val referenceRootPath: String","description":"io.bkbn.kompendium.json.schema.util.ReferenceCache.referenceRootPath","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.util/-reference-cache/reference-root-path.html","searchKeys":["referenceRootPath","val referenceRootPath: String","io.bkbn.kompendium.json.schema.util.ReferenceCache.referenceRootPath"]},{"name":"val required: Set<String>? = null","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.required","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/required.html","searchKeys":["required","val required: Set<String>? = null","io.bkbn.kompendium.json.schema.definition.TypeDefinition.required"]},{"name":"val type: String","description":"io.bkbn.kompendium.json.schema.definition.ArrayDefinition.type","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-array-definition/type.html","searchKeys":["type","val type: String","io.bkbn.kompendium.json.schema.definition.ArrayDefinition.type"]},{"name":"val type: String","description":"io.bkbn.kompendium.json.schema.definition.MapDefinition.type","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-map-definition/type.html","searchKeys":["type","val type: String","io.bkbn.kompendium.json.schema.definition.MapDefinition.type"]},{"name":"val type: String","description":"io.bkbn.kompendium.json.schema.definition.NullableDefinition.type","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-nullable-definition/type.html","searchKeys":["type","val type: String","io.bkbn.kompendium.json.schema.definition.NullableDefinition.type"]},{"name":"val type: String","description":"io.bkbn.kompendium.json.schema.definition.TypeDefinition.type","location":"kompendium-json-schema/io.bkbn.kompendium.json.schema.definition/-type-definition/type.html","searchKeys":["type","val type: String","io.bkbn.kompendium.json.schema.definition.TypeDefinition.type"]},{"name":"COOKIE","description":"io.bkbn.kompendium.oas.security.ApiKeyAuth.ApiKeyLocation.COOKIE","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-api-key-auth/-api-key-location/-c-o-o-k-i-e/index.html","searchKeys":["COOKIE","COOKIE","io.bkbn.kompendium.oas.security.ApiKeyAuth.ApiKeyLocation.COOKIE"]},{"name":"HEADER","description":"io.bkbn.kompendium.oas.security.ApiKeyAuth.ApiKeyLocation.HEADER","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-api-key-auth/-api-key-location/-h-e-a-d-e-r/index.html","searchKeys":["HEADER","HEADER","io.bkbn.kompendium.oas.security.ApiKeyAuth.ApiKeyLocation.HEADER"]},{"name":"QUERY","description":"io.bkbn.kompendium.oas.security.ApiKeyAuth.ApiKeyLocation.QUERY","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-api-key-auth/-api-key-location/-q-u-e-r-y/index.html","searchKeys":["QUERY","QUERY","io.bkbn.kompendium.oas.security.ApiKeyAuth.ApiKeyLocation.QUERY"]},{"name":"class AnySerializer<T : Any> : KSerializer<T> ","description":"io.bkbn.kompendium.oas.serialization.AnySerializer","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-any-serializer/index.html","searchKeys":["AnySerializer","class AnySerializer<T : Any> : KSerializer<T> ","io.bkbn.kompendium.oas.serialization.AnySerializer"]},{"name":"class ApiKeyAuth : SecuritySchema","description":"io.bkbn.kompendium.oas.security.ApiKeyAuth","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-api-key-auth/index.html","searchKeys":["ApiKeyAuth","class ApiKeyAuth : SecuritySchema","io.bkbn.kompendium.oas.security.ApiKeyAuth"]},{"name":"class BasicAuth : SecuritySchema","description":"io.bkbn.kompendium.oas.security.BasicAuth","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-basic-auth/index.html","searchKeys":["BasicAuth","class BasicAuth : SecuritySchema","io.bkbn.kompendium.oas.security.BasicAuth"]},{"name":"cookie","description":"io.bkbn.kompendium.oas.payload.Parameter.Location.cookie","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/-location/cookie/index.html","searchKeys":["cookie","cookie","io.bkbn.kompendium.oas.payload.Parameter.Location.cookie"]},{"name":"data class AuthorizationCode(val authorizationUrl: String, val tokenUrl: String? = null, val refreshUrl: String? = null, val scopes: Map<String, String> = emptyMap()) : OAuth.Flows.Flow","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.AuthorizationCode","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-authorization-code/index.html","searchKeys":["AuthorizationCode","data class AuthorizationCode(val authorizationUrl: String, val tokenUrl: String? = null, val refreshUrl: String? = null, val scopes: Map<String, String> = emptyMap()) : OAuth.Flows.Flow","io.bkbn.kompendium.oas.security.OAuth.Flows.AuthorizationCode"]},{"name":"data class BearerAuth(val bearerFormat: String? = null) : SecuritySchema","description":"io.bkbn.kompendium.oas.security.BearerAuth","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-bearer-auth/index.html","searchKeys":["BearerAuth","data class BearerAuth(val bearerFormat: String? = null) : SecuritySchema","io.bkbn.kompendium.oas.security.BearerAuth"]},{"name":"data class ClientCredential(val tokenUrl: String? = null, val refreshUrl: String? = null, val scopes: Map<String, String> = emptyMap()) : OAuth.Flows.Flow","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.ClientCredential","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-client-credential/index.html","searchKeys":["ClientCredential","data class ClientCredential(val tokenUrl: String? = null, val refreshUrl: String? = null, val scopes: Map<String, String> = emptyMap()) : OAuth.Flows.Flow","io.bkbn.kompendium.oas.security.OAuth.Flows.ClientCredential"]},{"name":"data class Components(val schemas: MutableMap<String, JsonSchema> = mutableMapOf(), val securitySchemes: MutableMap<String, SecuritySchema> = mutableMapOf())","description":"io.bkbn.kompendium.oas.component.Components","location":"kompendium-oas/io.bkbn.kompendium.oas.component/-components/index.html","searchKeys":["Components","data class Components(val schemas: MutableMap<String, JsonSchema> = mutableMapOf(), val securitySchemes: MutableMap<String, SecuritySchema> = mutableMapOf())","io.bkbn.kompendium.oas.component.Components"]},{"name":"data class Contact(var name: String, var url: URI? = null, var email: String? = null)","description":"io.bkbn.kompendium.oas.info.Contact","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-contact/index.html","searchKeys":["Contact","data class Contact(var name: String, var url: URI? = null, var email: String? = null)","io.bkbn.kompendium.oas.info.Contact"]},{"name":"data class Encoding(val contentType: String, val headers: MutableMap<String, Header>, val style: String, val explode: Boolean, val allowReserved: Boolean = false)","description":"io.bkbn.kompendium.oas.payload.Encoding","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-encoding/index.html","searchKeys":["Encoding","data class Encoding(val contentType: String, val headers: MutableMap<String, Header>, val style: String, val explode: Boolean, val allowReserved: Boolean = false)","io.bkbn.kompendium.oas.payload.Encoding"]},{"name":"data class Example(val value: Any)","description":"io.bkbn.kompendium.oas.payload.MediaType.Example","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-media-type/-example/index.html","searchKeys":["Example","data class Example(val value: Any)","io.bkbn.kompendium.oas.payload.MediaType.Example"]},{"name":"data class Example(val value: Any)","description":"io.bkbn.kompendium.oas.payload.Parameter.Example","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/-example/index.html","searchKeys":["Example","data class Example(val value: Any)","io.bkbn.kompendium.oas.payload.Parameter.Example"]},{"name":"data class ExternalDocumentation(val url: URI, val description: String?)","description":"io.bkbn.kompendium.oas.common.ExternalDocumentation","location":"kompendium-oas/io.bkbn.kompendium.oas.common/-external-documentation/index.html","searchKeys":["ExternalDocumentation","data class ExternalDocumentation(val url: URI, val description: String?)","io.bkbn.kompendium.oas.common.ExternalDocumentation"]},{"name":"data class Flows(val implicit: OAuth.Flows.Implicit? = null, val authorizationCode: OAuth.Flows.AuthorizationCode? = null, val password: OAuth.Flows.Password? = null, val clientCredentials: OAuth.Flows.ClientCredential? = null)","description":"io.bkbn.kompendium.oas.security.OAuth.Flows","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/index.html","searchKeys":["Flows","data class Flows(val implicit: OAuth.Flows.Implicit? = null, val authorizationCode: OAuth.Flows.AuthorizationCode? = null, val password: OAuth.Flows.Password? = null, val clientCredentials: OAuth.Flows.ClientCredential? = null)","io.bkbn.kompendium.oas.security.OAuth.Flows"]},{"name":"data class Header(val schema: JsonSchema, val description: String? = null, val required: Boolean = true, val deprecated: Boolean = false, val allowEmptyValue: Boolean? = null)","description":"io.bkbn.kompendium.oas.payload.Header","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-header/index.html","searchKeys":["Header","data class Header(val schema: JsonSchema, val description: String? = null, val required: Boolean = true, val deprecated: Boolean = false, val allowEmptyValue: Boolean? = null)","io.bkbn.kompendium.oas.payload.Header"]},{"name":"data class Implicit(val authorizationUrl: String, val refreshUrl: String? = null, val scopes: Map<String, String> = emptyMap()) : OAuth.Flows.Flow","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Implicit","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-implicit/index.html","searchKeys":["Implicit","data class Implicit(val authorizationUrl: String, val refreshUrl: String? = null, val scopes: Map<String, String> = emptyMap()) : OAuth.Flows.Flow","io.bkbn.kompendium.oas.security.OAuth.Flows.Implicit"]},{"name":"data class Info(val title: String, var version: String, var summary: String? = null, var description: String? = null, var termsOfService: URI? = null, var contact: Contact? = null, var license: License? = null)","description":"io.bkbn.kompendium.oas.info.Info","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-info/index.html","searchKeys":["Info","data class Info(val title: String, var version: String, var summary: String? = null, var description: String? = null, var termsOfService: URI? = null, var contact: Contact? = null, var license: License? = null)","io.bkbn.kompendium.oas.info.Info"]},{"name":"data class License(var name: String, var identifier: String? = null, var url: URI? = null)","description":"io.bkbn.kompendium.oas.info.License","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-license/index.html","searchKeys":["License","data class License(var name: String, var identifier: String? = null, var url: URI? = null)","io.bkbn.kompendium.oas.info.License"]},{"name":"data class Link(val operationRef: String? = null, val operationId: String? = null, val parameters: Map<String, String>? = null, val requestBody: Map<String, String>? = null, val description: String? = null, val server: Server? = null)","description":"io.bkbn.kompendium.oas.payload.Link","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-link/index.html","searchKeys":["Link","data class Link(val operationRef: String? = null, val operationId: String? = null, val parameters: Map<String, String>? = null, val requestBody: Map<String, String>? = null, val description: String? = null, val server: Server? = null)","io.bkbn.kompendium.oas.payload.Link"]},{"name":"data class MediaType(val schema: JsonSchema, val examples: Map<String, MediaType.Example>? = null, val encoding: Map<String, Encoding>? = null)","description":"io.bkbn.kompendium.oas.payload.MediaType","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-media-type/index.html","searchKeys":["MediaType","data class MediaType(val schema: JsonSchema, val examples: Map<String, MediaType.Example>? = null, val encoding: Map<String, Encoding>? = null)","io.bkbn.kompendium.oas.payload.MediaType"]},{"name":"data class OAuth(val description: String? = null, val flows: OAuth.Flows) : SecuritySchema","description":"io.bkbn.kompendium.oas.security.OAuth","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/index.html","searchKeys":["OAuth","data class OAuth(val description: String? = null, val flows: OAuth.Flows) : SecuritySchema","io.bkbn.kompendium.oas.security.OAuth"]},{"name":"data class OpenApiSpec(val openapi: String = \"3.1.0\", val jsonSchemaDialect: String = \"https://json-schema.org/draft/2020-12/schema\", val info: Info, val servers: MutableList<Server> = mutableListOf(), val paths: MutableMap<String, Path> = mutableMapOf(), val webhooks: MutableMap<String, Path> = mutableMapOf(), val components: Components = Components(), val security: MutableList<Map<String, List<String>>> = mutableListOf(), val tags: MutableList<Tag> = mutableListOf(), val externalDocs: ExternalDocumentation? = null)","description":"io.bkbn.kompendium.oas.OpenApiSpec","location":"kompendium-oas/io.bkbn.kompendium.oas/-open-api-spec/index.html","searchKeys":["OpenApiSpec","data class OpenApiSpec(val openapi: String = \"3.1.0\", val jsonSchemaDialect: String = \"https://json-schema.org/draft/2020-12/schema\", val info: Info, val servers: MutableList<Server> = mutableListOf(), val paths: MutableMap<String, Path> = mutableMapOf(), val webhooks: MutableMap<String, Path> = mutableMapOf(), val components: Components = Components(), val security: MutableList<Map<String, List<String>>> = mutableListOf(), val tags: MutableList<Tag> = mutableListOf(), val externalDocs: ExternalDocumentation? = null)","io.bkbn.kompendium.oas.OpenApiSpec"]},{"name":"data class Parameter(val name: String, val in: Parameter.Location, val schema: JsonSchema, val description: String? = null, val required: Boolean = true, val deprecated: Boolean = false, val allowEmptyValue: Boolean? = null, val examples: Map<String, Parameter.Example>? = null)","description":"io.bkbn.kompendium.oas.payload.Parameter","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/index.html","searchKeys":["Parameter","data class Parameter(val name: String, val in: Parameter.Location, val schema: JsonSchema, val description: String? = null, val required: Boolean = true, val deprecated: Boolean = false, val allowEmptyValue: Boolean? = null, val examples: Map<String, Parameter.Example>? = null)","io.bkbn.kompendium.oas.payload.Parameter"]},{"name":"data class Password(val tokenUrl: String? = null, val refreshUrl: String? = null, val scopes: Map<String, String> = emptyMap()) : OAuth.Flows.Flow","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Password","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-password/index.html","searchKeys":["Password","data class Password(val tokenUrl: String? = null, val refreshUrl: String? = null, val scopes: Map<String, String> = emptyMap()) : OAuth.Flows.Flow","io.bkbn.kompendium.oas.security.OAuth.Flows.Password"]},{"name":"data class Path(var summary: String? = null, var description: String? = null, var get: PathOperation? = null, var put: PathOperation? = null, var post: PathOperation? = null, var delete: PathOperation? = null, var options: PathOperation? = null, var head: PathOperation? = null, var patch: PathOperation? = null, var trace: PathOperation? = null, var servers: List<Server>? = null, var parameters: List<Parameter>? = null)","description":"io.bkbn.kompendium.oas.path.Path","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path/index.html","searchKeys":["Path","data class Path(var summary: String? = null, var description: String? = null, var get: PathOperation? = null, var put: PathOperation? = null, var post: PathOperation? = null, var delete: PathOperation? = null, var options: PathOperation? = null, var head: PathOperation? = null, var patch: PathOperation? = null, var trace: PathOperation? = null, var servers: List<Server>? = null, var parameters: List<Parameter>? = null)","io.bkbn.kompendium.oas.path.Path"]},{"name":"data class PathOperation(var tags: Set<String> = emptySet(), var summary: String? = null, var description: String? = null, var externalDocs: ExternalDocumentation? = null, var operationId: String? = null, var parameters: List<Parameter>? = null, var requestBody: Request? = null, var responses: Map<Int, Response>? = null, var callbacks: Map<String, PathOperation>? = null, var deprecated: Boolean = false, var security: MutableList<Map<String, List<String>>>? = null, var servers: List<Server>? = null)","description":"io.bkbn.kompendium.oas.path.PathOperation","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path-operation/index.html","searchKeys":["PathOperation","data class PathOperation(var tags: Set<String> = emptySet(), var summary: String? = null, var description: String? = null, var externalDocs: ExternalDocumentation? = null, var operationId: String? = null, var parameters: List<Parameter>? = null, var requestBody: Request? = null, var responses: Map<Int, Response>? = null, var callbacks: Map<String, PathOperation>? = null, var deprecated: Boolean = false, var security: MutableList<Map<String, List<String>>>? = null, var servers: List<Server>? = null)","io.bkbn.kompendium.oas.path.PathOperation"]},{"name":"data class Request(val description: String?, val content: Map<String, MediaType>?, val required: Boolean = false)","description":"io.bkbn.kompendium.oas.payload.Request","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-request/index.html","searchKeys":["Request","data class Request(val description: String?, val content: Map<String, MediaType>?, val required: Boolean = false)","io.bkbn.kompendium.oas.payload.Request"]},{"name":"data class Response(val description: String, val headers: Map<String, Header>? = null, val content: Map<String, MediaType>? = null, val links: Map<String, Link>? = null)","description":"io.bkbn.kompendium.oas.payload.Response","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-response/index.html","searchKeys":["Response","data class Response(val description: String, val headers: Map<String, Header>? = null, val content: Map<String, MediaType>? = null, val links: Map<String, Link>? = null)","io.bkbn.kompendium.oas.payload.Response"]},{"name":"data class Server(val url: URI, val description: String? = null, var variables: Map<String, ServerVariable>? = null)","description":"io.bkbn.kompendium.oas.server.Server","location":"kompendium-oas/io.bkbn.kompendium.oas.server/-server/index.html","searchKeys":["Server","data class Server(val url: URI, val description: String? = null, var variables: Map<String, ServerVariable>? = null)","io.bkbn.kompendium.oas.server.Server"]},{"name":"data class ServerVariable(val enum: Set<String>, val default: String, val description: String?)","description":"io.bkbn.kompendium.oas.server.ServerVariable","location":"kompendium-oas/io.bkbn.kompendium.oas.server/-server-variable/index.html","searchKeys":["ServerVariable","data class ServerVariable(val enum: Set<String>, val default: String, val description: String?)","io.bkbn.kompendium.oas.server.ServerVariable"]},{"name":"data class Tag(val name: String, val description: String? = null, val externalDocs: ExternalDocumentation? = null)","description":"io.bkbn.kompendium.oas.common.Tag","location":"kompendium-oas/io.bkbn.kompendium.oas.common/-tag/index.html","searchKeys":["Tag","data class Tag(val name: String, val description: String? = null, val externalDocs: ExternalDocumentation? = null)","io.bkbn.kompendium.oas.common.Tag"]},{"name":"enum ApiKeyLocation : Enum<ApiKeyAuth.ApiKeyLocation> ","description":"io.bkbn.kompendium.oas.security.ApiKeyAuth.ApiKeyLocation","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-api-key-auth/-api-key-location/index.html","searchKeys":["ApiKeyLocation","enum ApiKeyLocation : Enum<ApiKeyAuth.ApiKeyLocation> ","io.bkbn.kompendium.oas.security.ApiKeyAuth.ApiKeyLocation"]},{"name":"enum Location : Enum<Parameter.Location> ","description":"io.bkbn.kompendium.oas.payload.Parameter.Location","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/-location/index.html","searchKeys":["Location","enum Location : Enum<Parameter.Location> ","io.bkbn.kompendium.oas.payload.Parameter.Location"]},{"name":"fun AnySerializer()","description":"io.bkbn.kompendium.oas.serialization.AnySerializer.AnySerializer","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-any-serializer/-any-serializer.html","searchKeys":["AnySerializer","fun AnySerializer()","io.bkbn.kompendium.oas.serialization.AnySerializer.AnySerializer"]},{"name":"fun ApiKeyAuth(location: ApiKeyAuth.ApiKeyLocation, name: String)","description":"io.bkbn.kompendium.oas.security.ApiKeyAuth.ApiKeyAuth","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-api-key-auth/-api-key-auth.html","searchKeys":["ApiKeyAuth","fun ApiKeyAuth(location: ApiKeyAuth.ApiKeyLocation, name: String)","io.bkbn.kompendium.oas.security.ApiKeyAuth.ApiKeyAuth"]},{"name":"fun AuthorizationCode(authorizationUrl: String, tokenUrl: String? = null, refreshUrl: String? = null, scopes: Map<String, String> = emptyMap())","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.AuthorizationCode.AuthorizationCode","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-authorization-code/-authorization-code.html","searchKeys":["AuthorizationCode","fun AuthorizationCode(authorizationUrl: String, tokenUrl: String? = null, refreshUrl: String? = null, scopes: Map<String, String> = emptyMap())","io.bkbn.kompendium.oas.security.OAuth.Flows.AuthorizationCode.AuthorizationCode"]},{"name":"fun BasicAuth()","description":"io.bkbn.kompendium.oas.security.BasicAuth.BasicAuth","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-basic-auth/-basic-auth.html","searchKeys":["BasicAuth","fun BasicAuth()","io.bkbn.kompendium.oas.security.BasicAuth.BasicAuth"]},{"name":"fun BearerAuth(bearerFormat: String? = null)","description":"io.bkbn.kompendium.oas.security.BearerAuth.BearerAuth","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-bearer-auth/-bearer-auth.html","searchKeys":["BearerAuth","fun BearerAuth(bearerFormat: String? = null)","io.bkbn.kompendium.oas.security.BearerAuth.BearerAuth"]},{"name":"fun ClientCredential(tokenUrl: String? = null, refreshUrl: String? = null, scopes: Map<String, String> = emptyMap())","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.ClientCredential.ClientCredential","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-client-credential/-client-credential.html","searchKeys":["ClientCredential","fun ClientCredential(tokenUrl: String? = null, refreshUrl: String? = null, scopes: Map<String, String> = emptyMap())","io.bkbn.kompendium.oas.security.OAuth.Flows.ClientCredential.ClientCredential"]},{"name":"fun Components(schemas: MutableMap<String, JsonSchema> = mutableMapOf(), securitySchemes: MutableMap<String, SecuritySchema> = mutableMapOf())","description":"io.bkbn.kompendium.oas.component.Components.Components","location":"kompendium-oas/io.bkbn.kompendium.oas.component/-components/-components.html","searchKeys":["Components","fun Components(schemas: MutableMap<String, JsonSchema> = mutableMapOf(), securitySchemes: MutableMap<String, SecuritySchema> = mutableMapOf())","io.bkbn.kompendium.oas.component.Components.Components"]},{"name":"fun Contact(name: String, url: URI? = null, email: String? = null)","description":"io.bkbn.kompendium.oas.info.Contact.Contact","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-contact/-contact.html","searchKeys":["Contact","fun Contact(name: String, url: URI? = null, email: String? = null)","io.bkbn.kompendium.oas.info.Contact.Contact"]},{"name":"fun Encoding(contentType: String, headers: MutableMap<String, Header>, style: String, explode: Boolean, allowReserved: Boolean = false)","description":"io.bkbn.kompendium.oas.payload.Encoding.Encoding","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-encoding/-encoding.html","searchKeys":["Encoding","fun Encoding(contentType: String, headers: MutableMap<String, Header>, style: String, explode: Boolean, allowReserved: Boolean = false)","io.bkbn.kompendium.oas.payload.Encoding.Encoding"]},{"name":"fun Example(value: Any)","description":"io.bkbn.kompendium.oas.payload.MediaType.Example.Example","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-media-type/-example/-example.html","searchKeys":["Example","fun Example(value: Any)","io.bkbn.kompendium.oas.payload.MediaType.Example.Example"]},{"name":"fun Example(value: Any)","description":"io.bkbn.kompendium.oas.payload.Parameter.Example.Example","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/-example/-example.html","searchKeys":["Example","fun Example(value: Any)","io.bkbn.kompendium.oas.payload.Parameter.Example.Example"]},{"name":"fun ExternalDocumentation(url: URI, description: String?)","description":"io.bkbn.kompendium.oas.common.ExternalDocumentation.ExternalDocumentation","location":"kompendium-oas/io.bkbn.kompendium.oas.common/-external-documentation/-external-documentation.html","searchKeys":["ExternalDocumentation","fun ExternalDocumentation(url: URI, description: String?)","io.bkbn.kompendium.oas.common.ExternalDocumentation.ExternalDocumentation"]},{"name":"fun Flows(implicit: OAuth.Flows.Implicit? = null, authorizationCode: OAuth.Flows.AuthorizationCode? = null, password: OAuth.Flows.Password? = null, clientCredentials: OAuth.Flows.ClientCredential? = null)","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Flows","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-flows.html","searchKeys":["Flows","fun Flows(implicit: OAuth.Flows.Implicit? = null, authorizationCode: OAuth.Flows.AuthorizationCode? = null, password: OAuth.Flows.Password? = null, clientCredentials: OAuth.Flows.ClientCredential? = null)","io.bkbn.kompendium.oas.security.OAuth.Flows.Flows"]},{"name":"fun Header(schema: JsonSchema, description: String? = null, required: Boolean = true, deprecated: Boolean = false, allowEmptyValue: Boolean? = null)","description":"io.bkbn.kompendium.oas.payload.Header.Header","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-header/-header.html","searchKeys":["Header","fun Header(schema: JsonSchema, description: String? = null, required: Boolean = true, deprecated: Boolean = false, allowEmptyValue: Boolean? = null)","io.bkbn.kompendium.oas.payload.Header.Header"]},{"name":"fun Implicit(authorizationUrl: String, refreshUrl: String? = null, scopes: Map<String, String> = emptyMap())","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Implicit.Implicit","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-implicit/-implicit.html","searchKeys":["Implicit","fun Implicit(authorizationUrl: String, refreshUrl: String? = null, scopes: Map<String, String> = emptyMap())","io.bkbn.kompendium.oas.security.OAuth.Flows.Implicit.Implicit"]},{"name":"fun Info(title: String, version: String, summary: String? = null, description: String? = null, termsOfService: URI? = null, contact: Contact? = null, license: License? = null)","description":"io.bkbn.kompendium.oas.info.Info.Info","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-info/-info.html","searchKeys":["Info","fun Info(title: String, version: String, summary: String? = null, description: String? = null, termsOfService: URI? = null, contact: Contact? = null, license: License? = null)","io.bkbn.kompendium.oas.info.Info.Info"]},{"name":"fun License(name: String, identifier: String? = null, url: URI? = null)","description":"io.bkbn.kompendium.oas.info.License.License","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-license/-license.html","searchKeys":["License","fun License(name: String, identifier: String? = null, url: URI? = null)","io.bkbn.kompendium.oas.info.License.License"]},{"name":"fun Link(operationRef: String? = null, operationId: String? = null, parameters: Map<String, String>? = null, requestBody: Map<String, String>? = null, description: String? = null, server: Server? = null)","description":"io.bkbn.kompendium.oas.payload.Link.Link","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-link/-link.html","searchKeys":["Link","fun Link(operationRef: String? = null, operationId: String? = null, parameters: Map<String, String>? = null, requestBody: Map<String, String>? = null, description: String? = null, server: Server? = null)","io.bkbn.kompendium.oas.payload.Link.Link"]},{"name":"fun MediaType(schema: JsonSchema, examples: Map<String, MediaType.Example>? = null, encoding: Map<String, Encoding>? = null)","description":"io.bkbn.kompendium.oas.payload.MediaType.MediaType","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-media-type/-media-type.html","searchKeys":["MediaType","fun MediaType(schema: JsonSchema, examples: Map<String, MediaType.Example>? = null, encoding: Map<String, Encoding>? = null)","io.bkbn.kompendium.oas.payload.MediaType.MediaType"]},{"name":"fun OAuth(description: String? = null, flows: OAuth.Flows)","description":"io.bkbn.kompendium.oas.security.OAuth.OAuth","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-o-auth.html","searchKeys":["OAuth","fun OAuth(description: String? = null, flows: OAuth.Flows)","io.bkbn.kompendium.oas.security.OAuth.OAuth"]},{"name":"fun OpenApiSpec(openapi: String = \"3.1.0\", jsonSchemaDialect: String = \"https://json-schema.org/draft/2020-12/schema\", info: Info, servers: MutableList<Server> = mutableListOf(), paths: MutableMap<String, Path> = mutableMapOf(), webhooks: MutableMap<String, Path> = mutableMapOf(), components: Components = Components(), security: MutableList<Map<String, List<String>>> = mutableListOf(), tags: MutableList<Tag> = mutableListOf(), externalDocs: ExternalDocumentation? = null)","description":"io.bkbn.kompendium.oas.OpenApiSpec.OpenApiSpec","location":"kompendium-oas/io.bkbn.kompendium.oas/-open-api-spec/-open-api-spec.html","searchKeys":["OpenApiSpec","fun OpenApiSpec(openapi: String = \"3.1.0\", jsonSchemaDialect: String = \"https://json-schema.org/draft/2020-12/schema\", info: Info, servers: MutableList<Server> = mutableListOf(), paths: MutableMap<String, Path> = mutableMapOf(), webhooks: MutableMap<String, Path> = mutableMapOf(), components: Components = Components(), security: MutableList<Map<String, List<String>>> = mutableListOf(), tags: MutableList<Tag> = mutableListOf(), externalDocs: ExternalDocumentation? = null)","io.bkbn.kompendium.oas.OpenApiSpec.OpenApiSpec"]},{"name":"fun Parameter(name: String, in: Parameter.Location, schema: JsonSchema, description: String? = null, required: Boolean = true, deprecated: Boolean = false, allowEmptyValue: Boolean? = null, examples: Map<String, Parameter.Example>? = null)","description":"io.bkbn.kompendium.oas.payload.Parameter.Parameter","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/-parameter.html","searchKeys":["Parameter","fun Parameter(name: String, in: Parameter.Location, schema: JsonSchema, description: String? = null, required: Boolean = true, deprecated: Boolean = false, allowEmptyValue: Boolean? = null, examples: Map<String, Parameter.Example>? = null)","io.bkbn.kompendium.oas.payload.Parameter.Parameter"]},{"name":"fun Password(tokenUrl: String? = null, refreshUrl: String? = null, scopes: Map<String, String> = emptyMap())","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Password.Password","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-password/-password.html","searchKeys":["Password","fun Password(tokenUrl: String? = null, refreshUrl: String? = null, scopes: Map<String, String> = emptyMap())","io.bkbn.kompendium.oas.security.OAuth.Flows.Password.Password"]},{"name":"fun Path(summary: String? = null, description: String? = null, get: PathOperation? = null, put: PathOperation? = null, post: PathOperation? = null, delete: PathOperation? = null, options: PathOperation? = null, head: PathOperation? = null, patch: PathOperation? = null, trace: PathOperation? = null, servers: List<Server>? = null, parameters: List<Parameter>? = null)","description":"io.bkbn.kompendium.oas.path.Path.Path","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path/-path.html","searchKeys":["Path","fun Path(summary: String? = null, description: String? = null, get: PathOperation? = null, put: PathOperation? = null, post: PathOperation? = null, delete: PathOperation? = null, options: PathOperation? = null, head: PathOperation? = null, patch: PathOperation? = null, trace: PathOperation? = null, servers: List<Server>? = null, parameters: List<Parameter>? = null)","io.bkbn.kompendium.oas.path.Path.Path"]},{"name":"fun PathOperation(tags: Set<String> = emptySet(), summary: String? = null, description: String? = null, externalDocs: ExternalDocumentation? = null, operationId: String? = null, parameters: List<Parameter>? = null, requestBody: Request? = null, responses: Map<Int, Response>? = null, callbacks: Map<String, PathOperation>? = null, deprecated: Boolean = false, security: MutableList<Map<String, List<String>>>? = null, servers: List<Server>? = null)","description":"io.bkbn.kompendium.oas.path.PathOperation.PathOperation","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path-operation/-path-operation.html","searchKeys":["PathOperation","fun PathOperation(tags: Set<String> = emptySet(), summary: String? = null, description: String? = null, externalDocs: ExternalDocumentation? = null, operationId: String? = null, parameters: List<Parameter>? = null, requestBody: Request? = null, responses: Map<Int, Response>? = null, callbacks: Map<String, PathOperation>? = null, deprecated: Boolean = false, security: MutableList<Map<String, List<String>>>? = null, servers: List<Server>? = null)","io.bkbn.kompendium.oas.path.PathOperation.PathOperation"]},{"name":"fun Request(description: String?, content: Map<String, MediaType>?, required: Boolean = false)","description":"io.bkbn.kompendium.oas.payload.Request.Request","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-request/-request.html","searchKeys":["Request","fun Request(description: String?, content: Map<String, MediaType>?, required: Boolean = false)","io.bkbn.kompendium.oas.payload.Request.Request"]},{"name":"fun Response(description: String, headers: Map<String, Header>? = null, content: Map<String, MediaType>? = null, links: Map<String, Link>? = null)","description":"io.bkbn.kompendium.oas.payload.Response.Response","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-response/-response.html","searchKeys":["Response","fun Response(description: String, headers: Map<String, Header>? = null, content: Map<String, MediaType>? = null, links: Map<String, Link>? = null)","io.bkbn.kompendium.oas.payload.Response.Response"]},{"name":"fun Server(url: URI, description: String? = null, variables: Map<String, ServerVariable>? = null)","description":"io.bkbn.kompendium.oas.server.Server.Server","location":"kompendium-oas/io.bkbn.kompendium.oas.server/-server/-server.html","searchKeys":["Server","fun Server(url: URI, description: String? = null, variables: Map<String, ServerVariable>? = null)","io.bkbn.kompendium.oas.server.Server.Server"]},{"name":"fun ServerVariable(enum: Set<String>, default: String, description: String?)","description":"io.bkbn.kompendium.oas.server.ServerVariable.ServerVariable","location":"kompendium-oas/io.bkbn.kompendium.oas.server/-server-variable/-server-variable.html","searchKeys":["ServerVariable","fun ServerVariable(enum: Set<String>, default: String, description: String?)","io.bkbn.kompendium.oas.server.ServerVariable.ServerVariable"]},{"name":"fun Tag(name: String, description: String? = null, externalDocs: ExternalDocumentation? = null)","description":"io.bkbn.kompendium.oas.common.Tag.Tag","location":"kompendium-oas/io.bkbn.kompendium.oas.common/-tag/-tag.html","searchKeys":["Tag","fun Tag(name: String, description: String? = null, externalDocs: ExternalDocumentation? = null)","io.bkbn.kompendium.oas.common.Tag.Tag"]},{"name":"fun serialize(encoder: Encoder, obj: T, clazz: KClass<T>)","description":"io.bkbn.kompendium.oas.serialization.AnySerializer.serialize","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-any-serializer/serialize.html","searchKeys":["serialize","fun serialize(encoder: Encoder, obj: T, clazz: KClass<T>)","io.bkbn.kompendium.oas.serialization.AnySerializer.serialize"]},{"name":"header","description":"io.bkbn.kompendium.oas.payload.Parameter.Location.header","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/-location/header/index.html","searchKeys":["header","header","io.bkbn.kompendium.oas.payload.Parameter.Location.header"]},{"name":"interface Flow","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Flow","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-flow/index.html","searchKeys":["Flow","interface Flow","io.bkbn.kompendium.oas.security.OAuth.Flows.Flow"]},{"name":"interface SecuritySchema","description":"io.bkbn.kompendium.oas.security.SecuritySchema","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-security-schema/index.html","searchKeys":["SecuritySchema","interface SecuritySchema","io.bkbn.kompendium.oas.security.SecuritySchema"]},{"name":"object KompendiumSerializersModule","description":"io.bkbn.kompendium.oas.serialization.KompendiumSerializersModule","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-kompendium-serializers-module/index.html","searchKeys":["KompendiumSerializersModule","object KompendiumSerializersModule","io.bkbn.kompendium.oas.serialization.KompendiumSerializersModule"]},{"name":"object NumberSerializer : KSerializer<Number> ","description":"io.bkbn.kompendium.oas.serialization.NumberSerializer","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-number-serializer/index.html","searchKeys":["NumberSerializer","object NumberSerializer : KSerializer<Number> ","io.bkbn.kompendium.oas.serialization.NumberSerializer"]},{"name":"object SecuritySchemaSerializer : KSerializer<SecuritySchema> ","description":"io.bkbn.kompendium.oas.serialization.SecuritySchemaSerializer","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-security-schema-serializer/index.html","searchKeys":["SecuritySchemaSerializer","object SecuritySchemaSerializer : KSerializer<SecuritySchema> ","io.bkbn.kompendium.oas.serialization.SecuritySchemaSerializer"]},{"name":"object UriSerializer : KSerializer<URI> ","description":"io.bkbn.kompendium.oas.serialization.UriSerializer","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-uri-serializer/index.html","searchKeys":["UriSerializer","object UriSerializer : KSerializer<URI> ","io.bkbn.kompendium.oas.serialization.UriSerializer"]},{"name":"open override fun deserialize(decoder: Decoder): Number","description":"io.bkbn.kompendium.oas.serialization.NumberSerializer.deserialize","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-number-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): Number","io.bkbn.kompendium.oas.serialization.NumberSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): SecuritySchema","description":"io.bkbn.kompendium.oas.serialization.SecuritySchemaSerializer.deserialize","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-security-schema-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): SecuritySchema","io.bkbn.kompendium.oas.serialization.SecuritySchemaSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): T","description":"io.bkbn.kompendium.oas.serialization.AnySerializer.deserialize","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-any-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): T","io.bkbn.kompendium.oas.serialization.AnySerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): URI","description":"io.bkbn.kompendium.oas.serialization.UriSerializer.deserialize","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-uri-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): URI","io.bkbn.kompendium.oas.serialization.UriSerializer.deserialize"]},{"name":"open override fun serialize(encoder: Encoder, value: Number)","description":"io.bkbn.kompendium.oas.serialization.NumberSerializer.serialize","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-number-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: Number)","io.bkbn.kompendium.oas.serialization.NumberSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: SecuritySchema)","description":"io.bkbn.kompendium.oas.serialization.SecuritySchemaSerializer.serialize","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-security-schema-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: SecuritySchema)","io.bkbn.kompendium.oas.serialization.SecuritySchemaSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: T)","description":"io.bkbn.kompendium.oas.serialization.AnySerializer.serialize","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-any-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: T)","io.bkbn.kompendium.oas.serialization.AnySerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: URI)","description":"io.bkbn.kompendium.oas.serialization.UriSerializer.serialize","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-uri-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: URI)","io.bkbn.kompendium.oas.serialization.UriSerializer.serialize"]},{"name":"open override val authorizationUrl: String","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.AuthorizationCode.authorizationUrl","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-authorization-code/authorization-url.html","searchKeys":["authorizationUrl","open override val authorizationUrl: String","io.bkbn.kompendium.oas.security.OAuth.Flows.AuthorizationCode.authorizationUrl"]},{"name":"open override val authorizationUrl: String","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Implicit.authorizationUrl","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-implicit/authorization-url.html","searchKeys":["authorizationUrl","open override val authorizationUrl: String","io.bkbn.kompendium.oas.security.OAuth.Flows.Implicit.authorizationUrl"]},{"name":"open override val descriptor: SerialDescriptor","description":"io.bkbn.kompendium.oas.serialization.AnySerializer.descriptor","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-any-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","io.bkbn.kompendium.oas.serialization.AnySerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"io.bkbn.kompendium.oas.serialization.NumberSerializer.descriptor","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-number-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","io.bkbn.kompendium.oas.serialization.NumberSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"io.bkbn.kompendium.oas.serialization.SecuritySchemaSerializer.descriptor","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-security-schema-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","io.bkbn.kompendium.oas.serialization.SecuritySchemaSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"io.bkbn.kompendium.oas.serialization.UriSerializer.descriptor","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-uri-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","io.bkbn.kompendium.oas.serialization.UriSerializer.descriptor"]},{"name":"open override val refreshUrl: String? = null","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.AuthorizationCode.refreshUrl","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-authorization-code/refresh-url.html","searchKeys":["refreshUrl","open override val refreshUrl: String? = null","io.bkbn.kompendium.oas.security.OAuth.Flows.AuthorizationCode.refreshUrl"]},{"name":"open override val refreshUrl: String? = null","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.ClientCredential.refreshUrl","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-client-credential/refresh-url.html","searchKeys":["refreshUrl","open override val refreshUrl: String? = null","io.bkbn.kompendium.oas.security.OAuth.Flows.ClientCredential.refreshUrl"]},{"name":"open override val refreshUrl: String? = null","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Implicit.refreshUrl","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-implicit/refresh-url.html","searchKeys":["refreshUrl","open override val refreshUrl: String? = null","io.bkbn.kompendium.oas.security.OAuth.Flows.Implicit.refreshUrl"]},{"name":"open override val refreshUrl: String? = null","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Password.refreshUrl","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-password/refresh-url.html","searchKeys":["refreshUrl","open override val refreshUrl: String? = null","io.bkbn.kompendium.oas.security.OAuth.Flows.Password.refreshUrl"]},{"name":"open override val scopes: Map<String, String>","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.AuthorizationCode.scopes","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-authorization-code/scopes.html","searchKeys":["scopes","open override val scopes: Map<String, String>","io.bkbn.kompendium.oas.security.OAuth.Flows.AuthorizationCode.scopes"]},{"name":"open override val scopes: Map<String, String>","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.ClientCredential.scopes","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-client-credential/scopes.html","searchKeys":["scopes","open override val scopes: Map<String, String>","io.bkbn.kompendium.oas.security.OAuth.Flows.ClientCredential.scopes"]},{"name":"open override val scopes: Map<String, String>","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Implicit.scopes","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-implicit/scopes.html","searchKeys":["scopes","open override val scopes: Map<String, String>","io.bkbn.kompendium.oas.security.OAuth.Flows.Implicit.scopes"]},{"name":"open override val scopes: Map<String, String>","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Password.scopes","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-password/scopes.html","searchKeys":["scopes","open override val scopes: Map<String, String>","io.bkbn.kompendium.oas.security.OAuth.Flows.Password.scopes"]},{"name":"open override val tokenUrl: String? = null","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.AuthorizationCode.tokenUrl","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-authorization-code/token-url.html","searchKeys":["tokenUrl","open override val tokenUrl: String? = null","io.bkbn.kompendium.oas.security.OAuth.Flows.AuthorizationCode.tokenUrl"]},{"name":"open override val tokenUrl: String? = null","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.ClientCredential.tokenUrl","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-client-credential/token-url.html","searchKeys":["tokenUrl","open override val tokenUrl: String? = null","io.bkbn.kompendium.oas.security.OAuth.Flows.ClientCredential.tokenUrl"]},{"name":"open override val tokenUrl: String? = null","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Password.tokenUrl","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-password/token-url.html","searchKeys":["tokenUrl","open override val tokenUrl: String? = null","io.bkbn.kompendium.oas.security.OAuth.Flows.Password.tokenUrl"]},{"name":"open val authorizationUrl: String?","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Flow.authorizationUrl","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-flow/authorization-url.html","searchKeys":["authorizationUrl","open val authorizationUrl: String?","io.bkbn.kompendium.oas.security.OAuth.Flows.Flow.authorizationUrl"]},{"name":"open val refreshUrl: String?","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Flow.refreshUrl","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-flow/refresh-url.html","searchKeys":["refreshUrl","open val refreshUrl: String?","io.bkbn.kompendium.oas.security.OAuth.Flows.Flow.refreshUrl"]},{"name":"open val scopes: Map<String, String>","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Flow.scopes","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-flow/scopes.html","searchKeys":["scopes","open val scopes: Map<String, String>","io.bkbn.kompendium.oas.security.OAuth.Flows.Flow.scopes"]},{"name":"open val tokenUrl: String?","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.Flow.tokenUrl","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/-flow/token-url.html","searchKeys":["tokenUrl","open val tokenUrl: String?","io.bkbn.kompendium.oas.security.OAuth.Flows.Flow.tokenUrl"]},{"name":"path","description":"io.bkbn.kompendium.oas.payload.Parameter.Location.path","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/-location/path/index.html","searchKeys":["path","path","io.bkbn.kompendium.oas.payload.Parameter.Location.path"]},{"name":"query","description":"io.bkbn.kompendium.oas.payload.Parameter.Location.query","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/-location/query/index.html","searchKeys":["query","query","io.bkbn.kompendium.oas.payload.Parameter.Location.query"]},{"name":"val allowEmptyValue: Boolean? = null","description":"io.bkbn.kompendium.oas.payload.Header.allowEmptyValue","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-header/allow-empty-value.html","searchKeys":["allowEmptyValue","val allowEmptyValue: Boolean? = null","io.bkbn.kompendium.oas.payload.Header.allowEmptyValue"]},{"name":"val allowEmptyValue: Boolean? = null","description":"io.bkbn.kompendium.oas.payload.Parameter.allowEmptyValue","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/allow-empty-value.html","searchKeys":["allowEmptyValue","val allowEmptyValue: Boolean? = null","io.bkbn.kompendium.oas.payload.Parameter.allowEmptyValue"]},{"name":"val allowReserved: Boolean = false","description":"io.bkbn.kompendium.oas.payload.Encoding.allowReserved","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-encoding/allow-reserved.html","searchKeys":["allowReserved","val allowReserved: Boolean = false","io.bkbn.kompendium.oas.payload.Encoding.allowReserved"]},{"name":"val authorizationCode: OAuth.Flows.AuthorizationCode? = null","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.authorizationCode","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/authorization-code.html","searchKeys":["authorizationCode","val authorizationCode: OAuth.Flows.AuthorizationCode? = null","io.bkbn.kompendium.oas.security.OAuth.Flows.authorizationCode"]},{"name":"val bearerFormat: String? = null","description":"io.bkbn.kompendium.oas.security.BearerAuth.bearerFormat","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-bearer-auth/bearer-format.html","searchKeys":["bearerFormat","val bearerFormat: String? = null","io.bkbn.kompendium.oas.security.BearerAuth.bearerFormat"]},{"name":"val clientCredentials: OAuth.Flows.ClientCredential? = null","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.clientCredentials","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/client-credentials.html","searchKeys":["clientCredentials","val clientCredentials: OAuth.Flows.ClientCredential? = null","io.bkbn.kompendium.oas.security.OAuth.Flows.clientCredentials"]},{"name":"val components: Components","description":"io.bkbn.kompendium.oas.OpenApiSpec.components","location":"kompendium-oas/io.bkbn.kompendium.oas/-open-api-spec/components.html","searchKeys":["components","val components: Components","io.bkbn.kompendium.oas.OpenApiSpec.components"]},{"name":"val content: Map<String, MediaType>?","description":"io.bkbn.kompendium.oas.payload.Request.content","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-request/content.html","searchKeys":["content","val content: Map<String, MediaType>?","io.bkbn.kompendium.oas.payload.Request.content"]},{"name":"val content: Map<String, MediaType>? = null","description":"io.bkbn.kompendium.oas.payload.Response.content","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-response/content.html","searchKeys":["content","val content: Map<String, MediaType>? = null","io.bkbn.kompendium.oas.payload.Response.content"]},{"name":"val contentType: String","description":"io.bkbn.kompendium.oas.payload.Encoding.contentType","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-encoding/content-type.html","searchKeys":["contentType","val contentType: String","io.bkbn.kompendium.oas.payload.Encoding.contentType"]},{"name":"val default: String","description":"io.bkbn.kompendium.oas.server.ServerVariable.default","location":"kompendium-oas/io.bkbn.kompendium.oas.server/-server-variable/default.html","searchKeys":["default","val default: String","io.bkbn.kompendium.oas.server.ServerVariable.default"]},{"name":"val deprecated: Boolean = false","description":"io.bkbn.kompendium.oas.payload.Header.deprecated","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-header/deprecated.html","searchKeys":["deprecated","val deprecated: Boolean = false","io.bkbn.kompendium.oas.payload.Header.deprecated"]},{"name":"val deprecated: Boolean = false","description":"io.bkbn.kompendium.oas.payload.Parameter.deprecated","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/deprecated.html","searchKeys":["deprecated","val deprecated: Boolean = false","io.bkbn.kompendium.oas.payload.Parameter.deprecated"]},{"name":"val description: String","description":"io.bkbn.kompendium.oas.payload.Response.description","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-response/description.html","searchKeys":["description","val description: String","io.bkbn.kompendium.oas.payload.Response.description"]},{"name":"val description: String?","description":"io.bkbn.kompendium.oas.common.ExternalDocumentation.description","location":"kompendium-oas/io.bkbn.kompendium.oas.common/-external-documentation/description.html","searchKeys":["description","val description: String?","io.bkbn.kompendium.oas.common.ExternalDocumentation.description"]},{"name":"val description: String?","description":"io.bkbn.kompendium.oas.payload.Request.description","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-request/description.html","searchKeys":["description","val description: String?","io.bkbn.kompendium.oas.payload.Request.description"]},{"name":"val description: String?","description":"io.bkbn.kompendium.oas.server.ServerVariable.description","location":"kompendium-oas/io.bkbn.kompendium.oas.server/-server-variable/description.html","searchKeys":["description","val description: String?","io.bkbn.kompendium.oas.server.ServerVariable.description"]},{"name":"val description: String? = null","description":"io.bkbn.kompendium.oas.common.Tag.description","location":"kompendium-oas/io.bkbn.kompendium.oas.common/-tag/description.html","searchKeys":["description","val description: String? = null","io.bkbn.kompendium.oas.common.Tag.description"]},{"name":"val description: String? = null","description":"io.bkbn.kompendium.oas.payload.Header.description","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-header/description.html","searchKeys":["description","val description: String? = null","io.bkbn.kompendium.oas.payload.Header.description"]},{"name":"val description: String? = null","description":"io.bkbn.kompendium.oas.payload.Link.description","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-link/description.html","searchKeys":["description","val description: String? = null","io.bkbn.kompendium.oas.payload.Link.description"]},{"name":"val description: String? = null","description":"io.bkbn.kompendium.oas.payload.Parameter.description","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/description.html","searchKeys":["description","val description: String? = null","io.bkbn.kompendium.oas.payload.Parameter.description"]},{"name":"val description: String? = null","description":"io.bkbn.kompendium.oas.security.OAuth.description","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/description.html","searchKeys":["description","val description: String? = null","io.bkbn.kompendium.oas.security.OAuth.description"]},{"name":"val description: String? = null","description":"io.bkbn.kompendium.oas.server.Server.description","location":"kompendium-oas/io.bkbn.kompendium.oas.server/-server/description.html","searchKeys":["description","val description: String? = null","io.bkbn.kompendium.oas.server.Server.description"]},{"name":"val encoding: Map<String, Encoding>? = null","description":"io.bkbn.kompendium.oas.payload.MediaType.encoding","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-media-type/encoding.html","searchKeys":["encoding","val encoding: Map<String, Encoding>? = null","io.bkbn.kompendium.oas.payload.MediaType.encoding"]},{"name":"val enum: Set<String>","description":"io.bkbn.kompendium.oas.server.ServerVariable.enum","location":"kompendium-oas/io.bkbn.kompendium.oas.server/-server-variable/enum.html","searchKeys":["enum","val enum: Set<String>","io.bkbn.kompendium.oas.server.ServerVariable.enum"]},{"name":"val examples: Map<String, MediaType.Example>? = null","description":"io.bkbn.kompendium.oas.payload.MediaType.examples","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-media-type/examples.html","searchKeys":["examples","val examples: Map<String, MediaType.Example>? = null","io.bkbn.kompendium.oas.payload.MediaType.examples"]},{"name":"val examples: Map<String, Parameter.Example>? = null","description":"io.bkbn.kompendium.oas.payload.Parameter.examples","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/examples.html","searchKeys":["examples","val examples: Map<String, Parameter.Example>? = null","io.bkbn.kompendium.oas.payload.Parameter.examples"]},{"name":"val explode: Boolean","description":"io.bkbn.kompendium.oas.payload.Encoding.explode","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-encoding/explode.html","searchKeys":["explode","val explode: Boolean","io.bkbn.kompendium.oas.payload.Encoding.explode"]},{"name":"val externalDocs: ExternalDocumentation? = null","description":"io.bkbn.kompendium.oas.OpenApiSpec.externalDocs","location":"kompendium-oas/io.bkbn.kompendium.oas/-open-api-spec/external-docs.html","searchKeys":["externalDocs","val externalDocs: ExternalDocumentation? = null","io.bkbn.kompendium.oas.OpenApiSpec.externalDocs"]},{"name":"val externalDocs: ExternalDocumentation? = null","description":"io.bkbn.kompendium.oas.common.Tag.externalDocs","location":"kompendium-oas/io.bkbn.kompendium.oas.common/-tag/external-docs.html","searchKeys":["externalDocs","val externalDocs: ExternalDocumentation? = null","io.bkbn.kompendium.oas.common.Tag.externalDocs"]},{"name":"val flows: OAuth.Flows","description":"io.bkbn.kompendium.oas.security.OAuth.flows","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/flows.html","searchKeys":["flows","val flows: OAuth.Flows","io.bkbn.kompendium.oas.security.OAuth.flows"]},{"name":"val headers: Map<String, Header>? = null","description":"io.bkbn.kompendium.oas.payload.Response.headers","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-response/headers.html","searchKeys":["headers","val headers: Map<String, Header>? = null","io.bkbn.kompendium.oas.payload.Response.headers"]},{"name":"val headers: MutableMap<String, Header>","description":"io.bkbn.kompendium.oas.payload.Encoding.headers","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-encoding/headers.html","searchKeys":["headers","val headers: MutableMap<String, Header>","io.bkbn.kompendium.oas.payload.Encoding.headers"]},{"name":"val implicit: OAuth.Flows.Implicit? = null","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.implicit","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/implicit.html","searchKeys":["implicit","val implicit: OAuth.Flows.Implicit? = null","io.bkbn.kompendium.oas.security.OAuth.Flows.implicit"]},{"name":"val in: Parameter.Location","description":"io.bkbn.kompendium.oas.payload.Parameter.in","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/in.html","searchKeys":["in","val in: Parameter.Location","io.bkbn.kompendium.oas.payload.Parameter.in"]},{"name":"val in: String","description":"io.bkbn.kompendium.oas.security.ApiKeyAuth.in","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-api-key-auth/in.html","searchKeys":["in","val in: String","io.bkbn.kompendium.oas.security.ApiKeyAuth.in"]},{"name":"val info: Info","description":"io.bkbn.kompendium.oas.OpenApiSpec.info","location":"kompendium-oas/io.bkbn.kompendium.oas/-open-api-spec/info.html","searchKeys":["info","val info: Info","io.bkbn.kompendium.oas.OpenApiSpec.info"]},{"name":"val jsonSchemaDialect: String","description":"io.bkbn.kompendium.oas.OpenApiSpec.jsonSchemaDialect","location":"kompendium-oas/io.bkbn.kompendium.oas/-open-api-spec/json-schema-dialect.html","searchKeys":["jsonSchemaDialect","val jsonSchemaDialect: String","io.bkbn.kompendium.oas.OpenApiSpec.jsonSchemaDialect"]},{"name":"val links: Map<String, Link>? = null","description":"io.bkbn.kompendium.oas.payload.Response.links","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-response/links.html","searchKeys":["links","val links: Map<String, Link>? = null","io.bkbn.kompendium.oas.payload.Response.links"]},{"name":"val module: SerializersModule","description":"io.bkbn.kompendium.oas.serialization.KompendiumSerializersModule.module","location":"kompendium-oas/io.bkbn.kompendium.oas.serialization/-kompendium-serializers-module/module.html","searchKeys":["module","val module: SerializersModule","io.bkbn.kompendium.oas.serialization.KompendiumSerializersModule.module"]},{"name":"val name: String","description":"io.bkbn.kompendium.oas.common.Tag.name","location":"kompendium-oas/io.bkbn.kompendium.oas.common/-tag/name.html","searchKeys":["name","val name: String","io.bkbn.kompendium.oas.common.Tag.name"]},{"name":"val name: String","description":"io.bkbn.kompendium.oas.payload.Parameter.name","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/name.html","searchKeys":["name","val name: String","io.bkbn.kompendium.oas.payload.Parameter.name"]},{"name":"val name: String","description":"io.bkbn.kompendium.oas.security.ApiKeyAuth.name","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-api-key-auth/name.html","searchKeys":["name","val name: String","io.bkbn.kompendium.oas.security.ApiKeyAuth.name"]},{"name":"val openapi: String","description":"io.bkbn.kompendium.oas.OpenApiSpec.openapi","location":"kompendium-oas/io.bkbn.kompendium.oas/-open-api-spec/openapi.html","searchKeys":["openapi","val openapi: String","io.bkbn.kompendium.oas.OpenApiSpec.openapi"]},{"name":"val operationId: String? = null","description":"io.bkbn.kompendium.oas.payload.Link.operationId","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-link/operation-id.html","searchKeys":["operationId","val operationId: String? = null","io.bkbn.kompendium.oas.payload.Link.operationId"]},{"name":"val operationRef: String? = null","description":"io.bkbn.kompendium.oas.payload.Link.operationRef","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-link/operation-ref.html","searchKeys":["operationRef","val operationRef: String? = null","io.bkbn.kompendium.oas.payload.Link.operationRef"]},{"name":"val parameters: Map<String, String>? = null","description":"io.bkbn.kompendium.oas.payload.Link.parameters","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-link/parameters.html","searchKeys":["parameters","val parameters: Map<String, String>? = null","io.bkbn.kompendium.oas.payload.Link.parameters"]},{"name":"val password: OAuth.Flows.Password? = null","description":"io.bkbn.kompendium.oas.security.OAuth.Flows.password","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/-flows/password.html","searchKeys":["password","val password: OAuth.Flows.Password? = null","io.bkbn.kompendium.oas.security.OAuth.Flows.password"]},{"name":"val paths: MutableMap<String, Path>","description":"io.bkbn.kompendium.oas.OpenApiSpec.paths","location":"kompendium-oas/io.bkbn.kompendium.oas/-open-api-spec/paths.html","searchKeys":["paths","val paths: MutableMap<String, Path>","io.bkbn.kompendium.oas.OpenApiSpec.paths"]},{"name":"val requestBody: Map<String, String>? = null","description":"io.bkbn.kompendium.oas.payload.Link.requestBody","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-link/request-body.html","searchKeys":["requestBody","val requestBody: Map<String, String>? = null","io.bkbn.kompendium.oas.payload.Link.requestBody"]},{"name":"val required: Boolean = false","description":"io.bkbn.kompendium.oas.payload.Request.required","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-request/required.html","searchKeys":["required","val required: Boolean = false","io.bkbn.kompendium.oas.payload.Request.required"]},{"name":"val required: Boolean = true","description":"io.bkbn.kompendium.oas.payload.Header.required","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-header/required.html","searchKeys":["required","val required: Boolean = true","io.bkbn.kompendium.oas.payload.Header.required"]},{"name":"val required: Boolean = true","description":"io.bkbn.kompendium.oas.payload.Parameter.required","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/required.html","searchKeys":["required","val required: Boolean = true","io.bkbn.kompendium.oas.payload.Parameter.required"]},{"name":"val schema: JsonSchema","description":"io.bkbn.kompendium.oas.payload.Header.schema","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-header/schema.html","searchKeys":["schema","val schema: JsonSchema","io.bkbn.kompendium.oas.payload.Header.schema"]},{"name":"val schema: JsonSchema","description":"io.bkbn.kompendium.oas.payload.MediaType.schema","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-media-type/schema.html","searchKeys":["schema","val schema: JsonSchema","io.bkbn.kompendium.oas.payload.MediaType.schema"]},{"name":"val schema: JsonSchema","description":"io.bkbn.kompendium.oas.payload.Parameter.schema","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/schema.html","searchKeys":["schema","val schema: JsonSchema","io.bkbn.kompendium.oas.payload.Parameter.schema"]},{"name":"val schemas: MutableMap<String, JsonSchema>","description":"io.bkbn.kompendium.oas.component.Components.schemas","location":"kompendium-oas/io.bkbn.kompendium.oas.component/-components/schemas.html","searchKeys":["schemas","val schemas: MutableMap<String, JsonSchema>","io.bkbn.kompendium.oas.component.Components.schemas"]},{"name":"val scheme: String","description":"io.bkbn.kompendium.oas.security.BasicAuth.scheme","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-basic-auth/scheme.html","searchKeys":["scheme","val scheme: String","io.bkbn.kompendium.oas.security.BasicAuth.scheme"]},{"name":"val scheme: String","description":"io.bkbn.kompendium.oas.security.BearerAuth.scheme","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-bearer-auth/scheme.html","searchKeys":["scheme","val scheme: String","io.bkbn.kompendium.oas.security.BearerAuth.scheme"]},{"name":"val security: MutableList<Map<String, List<String>>>","description":"io.bkbn.kompendium.oas.OpenApiSpec.security","location":"kompendium-oas/io.bkbn.kompendium.oas/-open-api-spec/security.html","searchKeys":["security","val security: MutableList<Map<String, List<String>>>","io.bkbn.kompendium.oas.OpenApiSpec.security"]},{"name":"val securitySchemes: MutableMap<String, SecuritySchema>","description":"io.bkbn.kompendium.oas.component.Components.securitySchemes","location":"kompendium-oas/io.bkbn.kompendium.oas.component/-components/security-schemes.html","searchKeys":["securitySchemes","val securitySchemes: MutableMap<String, SecuritySchema>","io.bkbn.kompendium.oas.component.Components.securitySchemes"]},{"name":"val server: Server? = null","description":"io.bkbn.kompendium.oas.payload.Link.server","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-link/server.html","searchKeys":["server","val server: Server? = null","io.bkbn.kompendium.oas.payload.Link.server"]},{"name":"val servers: MutableList<Server>","description":"io.bkbn.kompendium.oas.OpenApiSpec.servers","location":"kompendium-oas/io.bkbn.kompendium.oas/-open-api-spec/servers.html","searchKeys":["servers","val servers: MutableList<Server>","io.bkbn.kompendium.oas.OpenApiSpec.servers"]},{"name":"val style: String","description":"io.bkbn.kompendium.oas.payload.Encoding.style","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-encoding/style.html","searchKeys":["style","val style: String","io.bkbn.kompendium.oas.payload.Encoding.style"]},{"name":"val tags: MutableList<Tag>","description":"io.bkbn.kompendium.oas.OpenApiSpec.tags","location":"kompendium-oas/io.bkbn.kompendium.oas/-open-api-spec/tags.html","searchKeys":["tags","val tags: MutableList<Tag>","io.bkbn.kompendium.oas.OpenApiSpec.tags"]},{"name":"val title: String","description":"io.bkbn.kompendium.oas.info.Info.title","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-info/title.html","searchKeys":["title","val title: String","io.bkbn.kompendium.oas.info.Info.title"]},{"name":"val type: String","description":"io.bkbn.kompendium.oas.security.ApiKeyAuth.type","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-api-key-auth/type.html","searchKeys":["type","val type: String","io.bkbn.kompendium.oas.security.ApiKeyAuth.type"]},{"name":"val type: String","description":"io.bkbn.kompendium.oas.security.BasicAuth.type","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-basic-auth/type.html","searchKeys":["type","val type: String","io.bkbn.kompendium.oas.security.BasicAuth.type"]},{"name":"val type: String","description":"io.bkbn.kompendium.oas.security.BearerAuth.type","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-bearer-auth/type.html","searchKeys":["type","val type: String","io.bkbn.kompendium.oas.security.BearerAuth.type"]},{"name":"val type: String","description":"io.bkbn.kompendium.oas.security.OAuth.type","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-o-auth/type.html","searchKeys":["type","val type: String","io.bkbn.kompendium.oas.security.OAuth.type"]},{"name":"val url: URI","description":"io.bkbn.kompendium.oas.common.ExternalDocumentation.url","location":"kompendium-oas/io.bkbn.kompendium.oas.common/-external-documentation/url.html","searchKeys":["url","val url: URI","io.bkbn.kompendium.oas.common.ExternalDocumentation.url"]},{"name":"val url: URI","description":"io.bkbn.kompendium.oas.server.Server.url","location":"kompendium-oas/io.bkbn.kompendium.oas.server/-server/url.html","searchKeys":["url","val url: URI","io.bkbn.kompendium.oas.server.Server.url"]},{"name":"val value: Any","description":"io.bkbn.kompendium.oas.payload.MediaType.Example.value","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-media-type/-example/value.html","searchKeys":["value","val value: Any","io.bkbn.kompendium.oas.payload.MediaType.Example.value"]},{"name":"val value: Any","description":"io.bkbn.kompendium.oas.payload.Parameter.Example.value","location":"kompendium-oas/io.bkbn.kompendium.oas.payload/-parameter/-example/value.html","searchKeys":["value","val value: Any","io.bkbn.kompendium.oas.payload.Parameter.Example.value"]},{"name":"val value: String","description":"io.bkbn.kompendium.oas.security.ApiKeyAuth.ApiKeyLocation.value","location":"kompendium-oas/io.bkbn.kompendium.oas.security/-api-key-auth/-api-key-location/value.html","searchKeys":["value","val value: String","io.bkbn.kompendium.oas.security.ApiKeyAuth.ApiKeyLocation.value"]},{"name":"val webhooks: MutableMap<String, Path>","description":"io.bkbn.kompendium.oas.OpenApiSpec.webhooks","location":"kompendium-oas/io.bkbn.kompendium.oas/-open-api-spec/webhooks.html","searchKeys":["webhooks","val webhooks: MutableMap<String, Path>","io.bkbn.kompendium.oas.OpenApiSpec.webhooks"]},{"name":"var callbacks: Map<String, PathOperation>? = null","description":"io.bkbn.kompendium.oas.path.PathOperation.callbacks","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path-operation/callbacks.html","searchKeys":["callbacks","var callbacks: Map<String, PathOperation>? = null","io.bkbn.kompendium.oas.path.PathOperation.callbacks"]},{"name":"var contact: Contact? = null","description":"io.bkbn.kompendium.oas.info.Info.contact","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-info/contact.html","searchKeys":["contact","var contact: Contact? = null","io.bkbn.kompendium.oas.info.Info.contact"]},{"name":"var delete: PathOperation? = null","description":"io.bkbn.kompendium.oas.path.Path.delete","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path/delete.html","searchKeys":["delete","var delete: PathOperation? = null","io.bkbn.kompendium.oas.path.Path.delete"]},{"name":"var deprecated: Boolean = false","description":"io.bkbn.kompendium.oas.path.PathOperation.deprecated","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path-operation/deprecated.html","searchKeys":["deprecated","var deprecated: Boolean = false","io.bkbn.kompendium.oas.path.PathOperation.deprecated"]},{"name":"var description: String? = null","description":"io.bkbn.kompendium.oas.info.Info.description","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-info/description.html","searchKeys":["description","var description: String? = null","io.bkbn.kompendium.oas.info.Info.description"]},{"name":"var description: String? = null","description":"io.bkbn.kompendium.oas.path.Path.description","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path/description.html","searchKeys":["description","var description: String? = null","io.bkbn.kompendium.oas.path.Path.description"]},{"name":"var description: String? = null","description":"io.bkbn.kompendium.oas.path.PathOperation.description","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path-operation/description.html","searchKeys":["description","var description: String? = null","io.bkbn.kompendium.oas.path.PathOperation.description"]},{"name":"var email: String? = null","description":"io.bkbn.kompendium.oas.info.Contact.email","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-contact/email.html","searchKeys":["email","var email: String? = null","io.bkbn.kompendium.oas.info.Contact.email"]},{"name":"var externalDocs: ExternalDocumentation? = null","description":"io.bkbn.kompendium.oas.path.PathOperation.externalDocs","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path-operation/external-docs.html","searchKeys":["externalDocs","var externalDocs: ExternalDocumentation? = null","io.bkbn.kompendium.oas.path.PathOperation.externalDocs"]},{"name":"var get: PathOperation? = null","description":"io.bkbn.kompendium.oas.path.Path.get","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path/get.html","searchKeys":["get","var get: PathOperation? = null","io.bkbn.kompendium.oas.path.Path.get"]},{"name":"var head: PathOperation? = null","description":"io.bkbn.kompendium.oas.path.Path.head","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path/head.html","searchKeys":["head","var head: PathOperation? = null","io.bkbn.kompendium.oas.path.Path.head"]},{"name":"var identifier: String? = null","description":"io.bkbn.kompendium.oas.info.License.identifier","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-license/identifier.html","searchKeys":["identifier","var identifier: String? = null","io.bkbn.kompendium.oas.info.License.identifier"]},{"name":"var license: License? = null","description":"io.bkbn.kompendium.oas.info.Info.license","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-info/license.html","searchKeys":["license","var license: License? = null","io.bkbn.kompendium.oas.info.Info.license"]},{"name":"var name: String","description":"io.bkbn.kompendium.oas.info.Contact.name","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-contact/name.html","searchKeys":["name","var name: String","io.bkbn.kompendium.oas.info.Contact.name"]},{"name":"var name: String","description":"io.bkbn.kompendium.oas.info.License.name","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-license/name.html","searchKeys":["name","var name: String","io.bkbn.kompendium.oas.info.License.name"]},{"name":"var operationId: String? = null","description":"io.bkbn.kompendium.oas.path.PathOperation.operationId","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path-operation/operation-id.html","searchKeys":["operationId","var operationId: String? = null","io.bkbn.kompendium.oas.path.PathOperation.operationId"]},{"name":"var options: PathOperation? = null","description":"io.bkbn.kompendium.oas.path.Path.options","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path/options.html","searchKeys":["options","var options: PathOperation? = null","io.bkbn.kompendium.oas.path.Path.options"]},{"name":"var parameters: List<Parameter>? = null","description":"io.bkbn.kompendium.oas.path.Path.parameters","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path/parameters.html","searchKeys":["parameters","var parameters: List<Parameter>? = null","io.bkbn.kompendium.oas.path.Path.parameters"]},{"name":"var parameters: List<Parameter>? = null","description":"io.bkbn.kompendium.oas.path.PathOperation.parameters","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path-operation/parameters.html","searchKeys":["parameters","var parameters: List<Parameter>? = null","io.bkbn.kompendium.oas.path.PathOperation.parameters"]},{"name":"var patch: PathOperation? = null","description":"io.bkbn.kompendium.oas.path.Path.patch","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path/patch.html","searchKeys":["patch","var patch: PathOperation? = null","io.bkbn.kompendium.oas.path.Path.patch"]},{"name":"var post: PathOperation? = null","description":"io.bkbn.kompendium.oas.path.Path.post","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path/post.html","searchKeys":["post","var post: PathOperation? = null","io.bkbn.kompendium.oas.path.Path.post"]},{"name":"var put: PathOperation? = null","description":"io.bkbn.kompendium.oas.path.Path.put","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path/put.html","searchKeys":["put","var put: PathOperation? = null","io.bkbn.kompendium.oas.path.Path.put"]},{"name":"var requestBody: Request? = null","description":"io.bkbn.kompendium.oas.path.PathOperation.requestBody","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path-operation/request-body.html","searchKeys":["requestBody","var requestBody: Request? = null","io.bkbn.kompendium.oas.path.PathOperation.requestBody"]},{"name":"var responses: Map<Int, Response>? = null","description":"io.bkbn.kompendium.oas.path.PathOperation.responses","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path-operation/responses.html","searchKeys":["responses","var responses: Map<Int, Response>? = null","io.bkbn.kompendium.oas.path.PathOperation.responses"]},{"name":"var security: MutableList<Map<String, List<String>>>? = null","description":"io.bkbn.kompendium.oas.path.PathOperation.security","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path-operation/security.html","searchKeys":["security","var security: MutableList<Map<String, List<String>>>? = null","io.bkbn.kompendium.oas.path.PathOperation.security"]},{"name":"var servers: List<Server>? = null","description":"io.bkbn.kompendium.oas.path.Path.servers","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path/servers.html","searchKeys":["servers","var servers: List<Server>? = null","io.bkbn.kompendium.oas.path.Path.servers"]},{"name":"var servers: List<Server>? = null","description":"io.bkbn.kompendium.oas.path.PathOperation.servers","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path-operation/servers.html","searchKeys":["servers","var servers: List<Server>? = null","io.bkbn.kompendium.oas.path.PathOperation.servers"]},{"name":"var summary: String? = null","description":"io.bkbn.kompendium.oas.info.Info.summary","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-info/summary.html","searchKeys":["summary","var summary: String? = null","io.bkbn.kompendium.oas.info.Info.summary"]},{"name":"var summary: String? = null","description":"io.bkbn.kompendium.oas.path.Path.summary","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path/summary.html","searchKeys":["summary","var summary: String? = null","io.bkbn.kompendium.oas.path.Path.summary"]},{"name":"var summary: String? = null","description":"io.bkbn.kompendium.oas.path.PathOperation.summary","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path-operation/summary.html","searchKeys":["summary","var summary: String? = null","io.bkbn.kompendium.oas.path.PathOperation.summary"]},{"name":"var tags: Set<String>","description":"io.bkbn.kompendium.oas.path.PathOperation.tags","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path-operation/tags.html","searchKeys":["tags","var tags: Set<String>","io.bkbn.kompendium.oas.path.PathOperation.tags"]},{"name":"var termsOfService: URI? = null","description":"io.bkbn.kompendium.oas.info.Info.termsOfService","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-info/terms-of-service.html","searchKeys":["termsOfService","var termsOfService: URI? = null","io.bkbn.kompendium.oas.info.Info.termsOfService"]},{"name":"var trace: PathOperation? = null","description":"io.bkbn.kompendium.oas.path.Path.trace","location":"kompendium-oas/io.bkbn.kompendium.oas.path/-path/trace.html","searchKeys":["trace","var trace: PathOperation? = null","io.bkbn.kompendium.oas.path.Path.trace"]},{"name":"var url: URI? = null","description":"io.bkbn.kompendium.oas.info.Contact.url","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-contact/url.html","searchKeys":["url","var url: URI? = null","io.bkbn.kompendium.oas.info.Contact.url"]},{"name":"var url: URI? = null","description":"io.bkbn.kompendium.oas.info.License.url","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-license/url.html","searchKeys":["url","var url: URI? = null","io.bkbn.kompendium.oas.info.License.url"]},{"name":"var variables: Map<String, ServerVariable>? = null","description":"io.bkbn.kompendium.oas.server.Server.variables","location":"kompendium-oas/io.bkbn.kompendium.oas.server/-server/variables.html","searchKeys":["variables","var variables: Map<String, ServerVariable>? = null","io.bkbn.kompendium.oas.server.Server.variables"]},{"name":"var version: String","description":"io.bkbn.kompendium.oas.info.Info.version","location":"kompendium-oas/io.bkbn.kompendium.oas.info/-info/version.html","searchKeys":["version","var version: String","io.bkbn.kompendium.oas.info.Info.version"]},{"name":"class Config","description":"io.bkbn.kompendium.locations.NotarizedLocations.Config","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/-config/index.html","searchKeys":["Config","class Config","io.bkbn.kompendium.locations.NotarizedLocations.Config"]},{"name":"data class LocationMetadata(var tags: Set<String> = emptySet(), var parameters: List<Parameter> = emptyList(), var get: GetInfo? = null, var post: PostInfo? = null, var put: PutInfo? = null, var delete: DeleteInfo? = null, var patch: PatchInfo? = null, var head: HeadInfo? = null, var options: OptionsInfo? = null, var security: Map<String, List<String>>? = null) : SpecConfig","description":"io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/-location-metadata/index.html","searchKeys":["LocationMetadata","data class LocationMetadata(var tags: Set<String> = emptySet(), var parameters: List<Parameter> = emptyList(), var get: GetInfo? = null, var post: PostInfo? = null, var put: PutInfo? = null, var delete: DeleteInfo? = null, var patch: PatchInfo? = null, var head: HeadInfo? = null, var options: OptionsInfo? = null, var security: Map<String, List<String>>? = null) : SpecConfig","io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata"]},{"name":"fun Config()","description":"io.bkbn.kompendium.locations.NotarizedLocations.Config.Config","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/-config/-config.html","searchKeys":["Config","fun Config()","io.bkbn.kompendium.locations.NotarizedLocations.Config.Config"]},{"name":"fun LocationMetadata(tags: Set<String> = emptySet(), parameters: List<Parameter> = emptyList(), get: GetInfo? = null, post: PostInfo? = null, put: PutInfo? = null, delete: DeleteInfo? = null, patch: PatchInfo? = null, head: HeadInfo? = null, options: OptionsInfo? = null, security: Map<String, List<String>>? = null)","description":"io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.LocationMetadata","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/-location-metadata/-location-metadata.html","searchKeys":["LocationMetadata","fun LocationMetadata(tags: Set<String> = emptySet(), parameters: List<Parameter> = emptyList(), get: GetInfo? = null, post: PostInfo? = null, put: PutInfo? = null, delete: DeleteInfo? = null, patch: PatchInfo? = null, head: HeadInfo? = null, options: OptionsInfo? = null, security: Map<String, List<String>>? = null)","io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.LocationMetadata"]},{"name":"lateinit var locations: Map<KClass<*>, NotarizedLocations.LocationMetadata>","description":"io.bkbn.kompendium.locations.NotarizedLocations.Config.locations","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/-config/locations.html","searchKeys":["locations","lateinit var locations: Map<KClass<*>, NotarizedLocations.LocationMetadata>","io.bkbn.kompendium.locations.NotarizedLocations.Config.locations"]},{"name":"object NotarizedLocations","description":"io.bkbn.kompendium.locations.NotarizedLocations","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/index.html","searchKeys":["NotarizedLocations","object NotarizedLocations","io.bkbn.kompendium.locations.NotarizedLocations"]},{"name":"open override var delete: DeleteInfo? = null","description":"io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.delete","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/-location-metadata/delete.html","searchKeys":["delete","open override var delete: DeleteInfo? = null","io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.delete"]},{"name":"open override var get: GetInfo? = null","description":"io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.get","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/-location-metadata/get.html","searchKeys":["get","open override var get: GetInfo? = null","io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.get"]},{"name":"open override var head: HeadInfo? = null","description":"io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.head","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/-location-metadata/head.html","searchKeys":["head","open override var head: HeadInfo? = null","io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.head"]},{"name":"open override var options: OptionsInfo? = null","description":"io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.options","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/-location-metadata/options.html","searchKeys":["options","open override var options: OptionsInfo? = null","io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.options"]},{"name":"open override var parameters: List<Parameter>","description":"io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.parameters","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/-location-metadata/parameters.html","searchKeys":["parameters","open override var parameters: List<Parameter>","io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.parameters"]},{"name":"open override var patch: PatchInfo? = null","description":"io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.patch","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/-location-metadata/patch.html","searchKeys":["patch","open override var patch: PatchInfo? = null","io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.patch"]},{"name":"open override var post: PostInfo? = null","description":"io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.post","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/-location-metadata/post.html","searchKeys":["post","open override var post: PostInfo? = null","io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.post"]},{"name":"open override var put: PutInfo? = null","description":"io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.put","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/-location-metadata/put.html","searchKeys":["put","open override var put: PutInfo? = null","io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.put"]},{"name":"open override var security: Map<String, List<String>>? = null","description":"io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.security","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/-location-metadata/security.html","searchKeys":["security","open override var security: Map<String, List<String>>? = null","io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.security"]},{"name":"open override var tags: Set<String>","description":"io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.tags","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/-location-metadata/tags.html","searchKeys":["tags","open override var tags: Set<String>","io.bkbn.kompendium.locations.NotarizedLocations.LocationMetadata.tags"]},{"name":"operator fun invoke(): ApplicationPlugin<NotarizedLocations.Config>","description":"io.bkbn.kompendium.locations.NotarizedLocations.invoke","location":"kompendium-locations/io.bkbn.kompendium.locations/-notarized-locations/invoke.html","searchKeys":["invoke","operator fun invoke(): ApplicationPlugin<NotarizedLocations.Config>","io.bkbn.kompendium.locations.NotarizedLocations.invoke"]},{"name":"abstract class Builder<T : MethodInfo>","description":"io.bkbn.kompendium.core.metadata.MethodInfo.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/-builder/index.html","searchKeys":["Builder","abstract class Builder<T : MethodInfo>","io.bkbn.kompendium.core.metadata.MethodInfo.Builder"]},{"name":"abstract class Builder<T : MethodInfoWithRequest> : MethodInfo.Builder<T> ","description":"io.bkbn.kompendium.core.metadata.MethodInfoWithRequest.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info-with-request/-builder/index.html","searchKeys":["Builder","abstract class Builder<T : MethodInfoWithRequest> : MethodInfo.Builder<T> ","io.bkbn.kompendium.core.metadata.MethodInfoWithRequest.Builder"]},{"name":"abstract fun build(): T","description":"io.bkbn.kompendium.core.metadata.MethodInfo.Builder.build","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/-builder/build.html","searchKeys":["build","abstract fun build(): T","io.bkbn.kompendium.core.metadata.MethodInfo.Builder.build"]},{"name":"abstract val description: String","description":"io.bkbn.kompendium.core.metadata.MethodInfo.description","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/description.html","searchKeys":["description","abstract val description: String","io.bkbn.kompendium.core.metadata.MethodInfo.description"]},{"name":"abstract val errors: List<ResponseInfo>","description":"io.bkbn.kompendium.core.metadata.MethodInfo.errors","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/errors.html","searchKeys":["errors","abstract val errors: List<ResponseInfo>","io.bkbn.kompendium.core.metadata.MethodInfo.errors"]},{"name":"abstract val request: RequestInfo","description":"io.bkbn.kompendium.core.metadata.MethodInfoWithRequest.request","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info-with-request/request.html","searchKeys":["request","abstract val request: RequestInfo","io.bkbn.kompendium.core.metadata.MethodInfoWithRequest.request"]},{"name":"abstract val response: ResponseInfo","description":"io.bkbn.kompendium.core.metadata.MethodInfo.response","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/response.html","searchKeys":["response","abstract val response: ResponseInfo","io.bkbn.kompendium.core.metadata.MethodInfo.response"]},{"name":"abstract val summary: String","description":"io.bkbn.kompendium.core.metadata.MethodInfo.summary","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/summary.html","searchKeys":["summary","abstract val summary: String","io.bkbn.kompendium.core.metadata.MethodInfo.summary"]},{"name":"abstract val tags: Set<String>","description":"io.bkbn.kompendium.core.metadata.MethodInfo.tags","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/tags.html","searchKeys":["tags","abstract val tags: Set<String>","io.bkbn.kompendium.core.metadata.MethodInfo.tags"]},{"name":"abstract var delete: DeleteInfo?","description":"io.bkbn.kompendium.core.util.SpecConfig.delete","location":"kompendium-core/io.bkbn.kompendium.core.util/-spec-config/delete.html","searchKeys":["delete","abstract var delete: DeleteInfo?","io.bkbn.kompendium.core.util.SpecConfig.delete"]},{"name":"abstract var get: GetInfo?","description":"io.bkbn.kompendium.core.util.SpecConfig.get","location":"kompendium-core/io.bkbn.kompendium.core.util/-spec-config/get.html","searchKeys":["get","abstract var get: GetInfo?","io.bkbn.kompendium.core.util.SpecConfig.get"]},{"name":"abstract var head: HeadInfo?","description":"io.bkbn.kompendium.core.util.SpecConfig.head","location":"kompendium-core/io.bkbn.kompendium.core.util/-spec-config/head.html","searchKeys":["head","abstract var head: HeadInfo?","io.bkbn.kompendium.core.util.SpecConfig.head"]},{"name":"abstract var options: OptionsInfo?","description":"io.bkbn.kompendium.core.util.SpecConfig.options","location":"kompendium-core/io.bkbn.kompendium.core.util/-spec-config/options.html","searchKeys":["options","abstract var options: OptionsInfo?","io.bkbn.kompendium.core.util.SpecConfig.options"]},{"name":"abstract var parameters: List<Parameter>","description":"io.bkbn.kompendium.core.util.SpecConfig.parameters","location":"kompendium-core/io.bkbn.kompendium.core.util/-spec-config/parameters.html","searchKeys":["parameters","abstract var parameters: List<Parameter>","io.bkbn.kompendium.core.util.SpecConfig.parameters"]},{"name":"abstract var patch: PatchInfo?","description":"io.bkbn.kompendium.core.util.SpecConfig.patch","location":"kompendium-core/io.bkbn.kompendium.core.util/-spec-config/patch.html","searchKeys":["patch","abstract var patch: PatchInfo?","io.bkbn.kompendium.core.util.SpecConfig.patch"]},{"name":"abstract var post: PostInfo?","description":"io.bkbn.kompendium.core.util.SpecConfig.post","location":"kompendium-core/io.bkbn.kompendium.core.util/-spec-config/post.html","searchKeys":["post","abstract var post: PostInfo?","io.bkbn.kompendium.core.util.SpecConfig.post"]},{"name":"abstract var put: PutInfo?","description":"io.bkbn.kompendium.core.util.SpecConfig.put","location":"kompendium-core/io.bkbn.kompendium.core.util/-spec-config/put.html","searchKeys":["put","abstract var put: PutInfo?","io.bkbn.kompendium.core.util.SpecConfig.put"]},{"name":"abstract var security: Map<String, List<String>>?","description":"io.bkbn.kompendium.core.util.SpecConfig.security","location":"kompendium-core/io.bkbn.kompendium.core.util/-spec-config/security.html","searchKeys":["security","abstract var security: Map<String, List<String>>?","io.bkbn.kompendium.core.util.SpecConfig.security"]},{"name":"abstract var tags: Set<String>","description":"io.bkbn.kompendium.core.util.SpecConfig.tags","location":"kompendium-core/io.bkbn.kompendium.core.util/-spec-config/tags.html","searchKeys":["tags","abstract var tags: Set<String>","io.bkbn.kompendium.core.util.SpecConfig.tags"]},{"name":"class Builder","description":"io.bkbn.kompendium.core.metadata.RequestInfo.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-request-info/-builder/index.html","searchKeys":["Builder","class Builder","io.bkbn.kompendium.core.metadata.RequestInfo.Builder"]},{"name":"class Builder","description":"io.bkbn.kompendium.core.metadata.ResponseInfo.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-response-info/-builder/index.html","searchKeys":["Builder","class Builder","io.bkbn.kompendium.core.metadata.ResponseInfo.Builder"]},{"name":"class Builder : MethodInfo.Builder<DeleteInfo> ","description":"io.bkbn.kompendium.core.metadata.DeleteInfo.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-delete-info/-builder/index.html","searchKeys":["Builder","class Builder : MethodInfo.Builder<DeleteInfo> ","io.bkbn.kompendium.core.metadata.DeleteInfo.Builder"]},{"name":"class Builder : MethodInfo.Builder<GetInfo> ","description":"io.bkbn.kompendium.core.metadata.GetInfo.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-get-info/-builder/index.html","searchKeys":["Builder","class Builder : MethodInfo.Builder<GetInfo> ","io.bkbn.kompendium.core.metadata.GetInfo.Builder"]},{"name":"class Builder : MethodInfo.Builder<HeadInfo> ","description":"io.bkbn.kompendium.core.metadata.HeadInfo.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-head-info/-builder/index.html","searchKeys":["Builder","class Builder : MethodInfo.Builder<HeadInfo> ","io.bkbn.kompendium.core.metadata.HeadInfo.Builder"]},{"name":"class Builder : MethodInfo.Builder<OptionsInfo> ","description":"io.bkbn.kompendium.core.metadata.OptionsInfo.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-options-info/-builder/index.html","searchKeys":["Builder","class Builder : MethodInfo.Builder<OptionsInfo> ","io.bkbn.kompendium.core.metadata.OptionsInfo.Builder"]},{"name":"class Builder : MethodInfoWithRequest.Builder<PatchInfo> ","description":"io.bkbn.kompendium.core.metadata.PatchInfo.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/-builder/index.html","searchKeys":["Builder","class Builder : MethodInfoWithRequest.Builder<PatchInfo> ","io.bkbn.kompendium.core.metadata.PatchInfo.Builder"]},{"name":"class Builder : MethodInfoWithRequest.Builder<PostInfo> ","description":"io.bkbn.kompendium.core.metadata.PostInfo.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/-builder/index.html","searchKeys":["Builder","class Builder : MethodInfoWithRequest.Builder<PostInfo> ","io.bkbn.kompendium.core.metadata.PostInfo.Builder"]},{"name":"class Builder : MethodInfoWithRequest.Builder<PutInfo> ","description":"io.bkbn.kompendium.core.metadata.PutInfo.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/-builder/index.html","searchKeys":["Builder","class Builder : MethodInfoWithRequest.Builder<PutInfo> ","io.bkbn.kompendium.core.metadata.PutInfo.Builder"]},{"name":"class Config","description":"io.bkbn.kompendium.core.plugin.NotarizedApplication.Config","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-application/-config/index.html","searchKeys":["Config","class Config","io.bkbn.kompendium.core.plugin.NotarizedApplication.Config"]},{"name":"class Config : SpecConfig","description":"io.bkbn.kompendium.core.plugin.NotarizedRoute.Config","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-route/-config/index.html","searchKeys":["Config","class Config : SpecConfig","io.bkbn.kompendium.core.plugin.NotarizedRoute.Config"]},{"name":"class DeleteInfo : MethodInfo","description":"io.bkbn.kompendium.core.metadata.DeleteInfo","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-delete-info/index.html","searchKeys":["DeleteInfo","class DeleteInfo : MethodInfo","io.bkbn.kompendium.core.metadata.DeleteInfo"]},{"name":"class GetInfo : MethodInfo","description":"io.bkbn.kompendium.core.metadata.GetInfo","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-get-info/index.html","searchKeys":["GetInfo","class GetInfo : MethodInfo","io.bkbn.kompendium.core.metadata.GetInfo"]},{"name":"class HeadInfo : MethodInfo","description":"io.bkbn.kompendium.core.metadata.HeadInfo","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-head-info/index.html","searchKeys":["HeadInfo","class HeadInfo : MethodInfo","io.bkbn.kompendium.core.metadata.HeadInfo"]},{"name":"class OptionsInfo : MethodInfo","description":"io.bkbn.kompendium.core.metadata.OptionsInfo","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-options-info/index.html","searchKeys":["OptionsInfo","class OptionsInfo : MethodInfo","io.bkbn.kompendium.core.metadata.OptionsInfo"]},{"name":"class PatchInfo : MethodInfoWithRequest","description":"io.bkbn.kompendium.core.metadata.PatchInfo","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/index.html","searchKeys":["PatchInfo","class PatchInfo : MethodInfoWithRequest","io.bkbn.kompendium.core.metadata.PatchInfo"]},{"name":"class PostInfo : MethodInfoWithRequest","description":"io.bkbn.kompendium.core.metadata.PostInfo","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/index.html","searchKeys":["PostInfo","class PostInfo : MethodInfoWithRequest","io.bkbn.kompendium.core.metadata.PostInfo"]},{"name":"class PutInfo : MethodInfoWithRequest","description":"io.bkbn.kompendium.core.metadata.PutInfo","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/index.html","searchKeys":["PutInfo","class PutInfo : MethodInfoWithRequest","io.bkbn.kompendium.core.metadata.PutInfo"]},{"name":"class RequestInfo","description":"io.bkbn.kompendium.core.metadata.RequestInfo","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-request-info/index.html","searchKeys":["RequestInfo","class RequestInfo","io.bkbn.kompendium.core.metadata.RequestInfo"]},{"name":"class ResponseInfo","description":"io.bkbn.kompendium.core.metadata.ResponseInfo","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-response-info/index.html","searchKeys":["ResponseInfo","class ResponseInfo","io.bkbn.kompendium.core.metadata.ResponseInfo"]},{"name":"fun Builder()","description":"io.bkbn.kompendium.core.metadata.DeleteInfo.Builder.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-delete-info/-builder/-builder.html","searchKeys":["Builder","fun Builder()","io.bkbn.kompendium.core.metadata.DeleteInfo.Builder.Builder"]},{"name":"fun Builder()","description":"io.bkbn.kompendium.core.metadata.GetInfo.Builder.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-get-info/-builder/-builder.html","searchKeys":["Builder","fun Builder()","io.bkbn.kompendium.core.metadata.GetInfo.Builder.Builder"]},{"name":"fun Builder()","description":"io.bkbn.kompendium.core.metadata.HeadInfo.Builder.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-head-info/-builder/-builder.html","searchKeys":["Builder","fun Builder()","io.bkbn.kompendium.core.metadata.HeadInfo.Builder.Builder"]},{"name":"fun Builder()","description":"io.bkbn.kompendium.core.metadata.MethodInfo.Builder.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/-builder/-builder.html","searchKeys":["Builder","fun Builder()","io.bkbn.kompendium.core.metadata.MethodInfo.Builder.Builder"]},{"name":"fun Builder()","description":"io.bkbn.kompendium.core.metadata.MethodInfoWithRequest.Builder.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info-with-request/-builder/-builder.html","searchKeys":["Builder","fun Builder()","io.bkbn.kompendium.core.metadata.MethodInfoWithRequest.Builder.Builder"]},{"name":"fun Builder()","description":"io.bkbn.kompendium.core.metadata.OptionsInfo.Builder.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-options-info/-builder/-builder.html","searchKeys":["Builder","fun Builder()","io.bkbn.kompendium.core.metadata.OptionsInfo.Builder.Builder"]},{"name":"fun Builder()","description":"io.bkbn.kompendium.core.metadata.PatchInfo.Builder.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/-builder/-builder.html","searchKeys":["Builder","fun Builder()","io.bkbn.kompendium.core.metadata.PatchInfo.Builder.Builder"]},{"name":"fun Builder()","description":"io.bkbn.kompendium.core.metadata.PostInfo.Builder.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/-builder/-builder.html","searchKeys":["Builder","fun Builder()","io.bkbn.kompendium.core.metadata.PostInfo.Builder.Builder"]},{"name":"fun Builder()","description":"io.bkbn.kompendium.core.metadata.PutInfo.Builder.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/-builder/-builder.html","searchKeys":["Builder","fun Builder()","io.bkbn.kompendium.core.metadata.PutInfo.Builder.Builder"]},{"name":"fun Builder()","description":"io.bkbn.kompendium.core.metadata.RequestInfo.Builder.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-request-info/-builder/-builder.html","searchKeys":["Builder","fun Builder()","io.bkbn.kompendium.core.metadata.RequestInfo.Builder.Builder"]},{"name":"fun Builder()","description":"io.bkbn.kompendium.core.metadata.ResponseInfo.Builder.Builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-response-info/-builder/-builder.html","searchKeys":["Builder","fun Builder()","io.bkbn.kompendium.core.metadata.ResponseInfo.Builder.Builder"]},{"name":"fun Config()","description":"io.bkbn.kompendium.core.plugin.NotarizedApplication.Config.Config","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-application/-config/-config.html","searchKeys":["Config","fun Config()","io.bkbn.kompendium.core.plugin.NotarizedApplication.Config.Config"]},{"name":"fun Config()","description":"io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.Config","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-route/-config/-config.html","searchKeys":["Config","fun Config()","io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.Config"]},{"name":"fun MethodInfo.addToSpec(path: Path, spec: OpenApiSpec, config: SpecConfig)","description":"io.bkbn.kompendium.core.util.Helpers.addToSpec","location":"kompendium-core/io.bkbn.kompendium.core.util/-helpers/add-to-spec.html","searchKeys":["addToSpec","fun MethodInfo.addToSpec(path: Path, spec: OpenApiSpec, config: SpecConfig)","io.bkbn.kompendium.core.util.Helpers.addToSpec"]},{"name":"fun Route.redoc(pageTitle: String = \"Docs\", specUrl: String = \"/openapi.json\")","description":"io.bkbn.kompendium.core.routes.redoc","location":"kompendium-core/io.bkbn.kompendium.core.routes/redoc.html","searchKeys":["redoc","fun Route.redoc(pageTitle: String = \"Docs\", specUrl: String = \"/openapi.json\")","io.bkbn.kompendium.core.routes.redoc"]},{"name":"fun build(): RequestInfo","description":"io.bkbn.kompendium.core.metadata.RequestInfo.Builder.build","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-request-info/-builder/build.html","searchKeys":["build","fun build(): RequestInfo","io.bkbn.kompendium.core.metadata.RequestInfo.Builder.build"]},{"name":"fun build(): ResponseInfo","description":"io.bkbn.kompendium.core.metadata.ResponseInfo.Builder.build","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-response-info/-builder/build.html","searchKeys":["build","fun build(): ResponseInfo","io.bkbn.kompendium.core.metadata.ResponseInfo.Builder.build"]},{"name":"fun builder(init: DeleteInfo.Builder.() -> Unit): DeleteInfo","description":"io.bkbn.kompendium.core.metadata.DeleteInfo.Companion.builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-delete-info/-companion/builder.html","searchKeys":["builder","fun builder(init: DeleteInfo.Builder.() -> Unit): DeleteInfo","io.bkbn.kompendium.core.metadata.DeleteInfo.Companion.builder"]},{"name":"fun builder(init: GetInfo.Builder.() -> Unit): GetInfo","description":"io.bkbn.kompendium.core.metadata.GetInfo.Companion.builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-get-info/-companion/builder.html","searchKeys":["builder","fun builder(init: GetInfo.Builder.() -> Unit): GetInfo","io.bkbn.kompendium.core.metadata.GetInfo.Companion.builder"]},{"name":"fun builder(init: HeadInfo.Builder.() -> Unit): HeadInfo","description":"io.bkbn.kompendium.core.metadata.HeadInfo.Companion.builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-head-info/-companion/builder.html","searchKeys":["builder","fun builder(init: HeadInfo.Builder.() -> Unit): HeadInfo","io.bkbn.kompendium.core.metadata.HeadInfo.Companion.builder"]},{"name":"fun builder(init: OptionsInfo.Builder.() -> Unit): OptionsInfo","description":"io.bkbn.kompendium.core.metadata.OptionsInfo.Companion.builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-options-info/-companion/builder.html","searchKeys":["builder","fun builder(init: OptionsInfo.Builder.() -> Unit): OptionsInfo","io.bkbn.kompendium.core.metadata.OptionsInfo.Companion.builder"]},{"name":"fun builder(init: PatchInfo.Builder.() -> Unit): PatchInfo","description":"io.bkbn.kompendium.core.metadata.PatchInfo.Companion.builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/-companion/builder.html","searchKeys":["builder","fun builder(init: PatchInfo.Builder.() -> Unit): PatchInfo","io.bkbn.kompendium.core.metadata.PatchInfo.Companion.builder"]},{"name":"fun builder(init: PostInfo.Builder.() -> Unit): PostInfo","description":"io.bkbn.kompendium.core.metadata.PostInfo.Companion.builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/-companion/builder.html","searchKeys":["builder","fun builder(init: PostInfo.Builder.() -> Unit): PostInfo","io.bkbn.kompendium.core.metadata.PostInfo.Companion.builder"]},{"name":"fun builder(init: PutInfo.Builder.() -> Unit): PutInfo","description":"io.bkbn.kompendium.core.metadata.PutInfo.Companion.builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/-companion/builder.html","searchKeys":["builder","fun builder(init: PutInfo.Builder.() -> Unit): PutInfo","io.bkbn.kompendium.core.metadata.PutInfo.Companion.builder"]},{"name":"fun builder(init: RequestInfo.Builder.() -> Unit): RequestInfo","description":"io.bkbn.kompendium.core.metadata.RequestInfo.Companion.builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-request-info/-companion/builder.html","searchKeys":["builder","fun builder(init: RequestInfo.Builder.() -> Unit): RequestInfo","io.bkbn.kompendium.core.metadata.RequestInfo.Companion.builder"]},{"name":"fun builder(init: ResponseInfo.Builder.() -> Unit): ResponseInfo","description":"io.bkbn.kompendium.core.metadata.ResponseInfo.Companion.builder","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-response-info/-companion/builder.html","searchKeys":["builder","fun builder(init: ResponseInfo.Builder.() -> Unit): ResponseInfo","io.bkbn.kompendium.core.metadata.ResponseInfo.Companion.builder"]},{"name":"fun canRespond(init: ResponseInfo.Builder.() -> Unit): MethodInfo.Builder<T>","description":"io.bkbn.kompendium.core.metadata.MethodInfo.Builder.canRespond","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/-builder/can-respond.html","searchKeys":["canRespond","fun canRespond(init: ResponseInfo.Builder.() -> Unit): MethodInfo.Builder<T>","io.bkbn.kompendium.core.metadata.MethodInfo.Builder.canRespond"]},{"name":"fun canRespond(responses: List<ResponseInfo>): MethodInfo.Builder<T>","description":"io.bkbn.kompendium.core.metadata.MethodInfo.Builder.canRespond","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/-builder/can-respond.html","searchKeys":["canRespond","fun canRespond(responses: List<ResponseInfo>): MethodInfo.Builder<T>","io.bkbn.kompendium.core.metadata.MethodInfo.Builder.canRespond"]},{"name":"fun description(s: String): MethodInfo.Builder<T>","description":"io.bkbn.kompendium.core.metadata.MethodInfo.Builder.description","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/-builder/description.html","searchKeys":["description","fun description(s: String): MethodInfo.Builder<T>","io.bkbn.kompendium.core.metadata.MethodInfo.Builder.description"]},{"name":"fun description(s: String): RequestInfo.Builder","description":"io.bkbn.kompendium.core.metadata.RequestInfo.Builder.description","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-request-info/-builder/description.html","searchKeys":["description","fun description(s: String): RequestInfo.Builder","io.bkbn.kompendium.core.metadata.RequestInfo.Builder.description"]},{"name":"fun description(s: String): ResponseInfo.Builder","description":"io.bkbn.kompendium.core.metadata.ResponseInfo.Builder.description","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-response-info/-builder/description.html","searchKeys":["description","fun description(s: String): ResponseInfo.Builder","io.bkbn.kompendium.core.metadata.ResponseInfo.Builder.description"]},{"name":"fun examples(vararg e: Pair<String, Any>): RequestInfo.Builder","description":"io.bkbn.kompendium.core.metadata.RequestInfo.Builder.examples","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-request-info/-builder/examples.html","searchKeys":["examples","fun examples(vararg e: Pair<String, Any>): RequestInfo.Builder","io.bkbn.kompendium.core.metadata.RequestInfo.Builder.examples"]},{"name":"fun examples(vararg e: Pair<String, Any>): ResponseInfo.Builder","description":"io.bkbn.kompendium.core.metadata.ResponseInfo.Builder.examples","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-response-info/-builder/examples.html","searchKeys":["examples","fun examples(vararg e: Pair<String, Any>): ResponseInfo.Builder","io.bkbn.kompendium.core.metadata.ResponseInfo.Builder.examples"]},{"name":"fun externalDocumentation(docs: ExternalDocumentation): MethodInfo.Builder<T>","description":"io.bkbn.kompendium.core.metadata.MethodInfo.Builder.externalDocumentation","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/-builder/external-documentation.html","searchKeys":["externalDocumentation","fun externalDocumentation(docs: ExternalDocumentation): MethodInfo.Builder<T>","io.bkbn.kompendium.core.metadata.MethodInfo.Builder.externalDocumentation"]},{"name":"fun isDeprecated(): MethodInfo.Builder<T>","description":"io.bkbn.kompendium.core.metadata.MethodInfo.Builder.isDeprecated","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/-builder/is-deprecated.html","searchKeys":["isDeprecated","fun isDeprecated(): MethodInfo.Builder<T>","io.bkbn.kompendium.core.metadata.MethodInfo.Builder.isDeprecated"]},{"name":"fun operationId(id: String): MethodInfo.Builder<T>","description":"io.bkbn.kompendium.core.metadata.MethodInfo.Builder.operationId","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/-builder/operation-id.html","searchKeys":["operationId","fun operationId(id: String): MethodInfo.Builder<T>","io.bkbn.kompendium.core.metadata.MethodInfo.Builder.operationId"]},{"name":"fun parameters(vararg parameters: Parameter): MethodInfo.Builder<T>","description":"io.bkbn.kompendium.core.metadata.MethodInfo.Builder.parameters","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/-builder/parameters.html","searchKeys":["parameters","fun parameters(vararg parameters: Parameter): MethodInfo.Builder<T>","io.bkbn.kompendium.core.metadata.MethodInfo.Builder.parameters"]},{"name":"fun request(init: RequestInfo.Builder.() -> Unit): MethodInfoWithRequest.Builder<T>","description":"io.bkbn.kompendium.core.metadata.MethodInfoWithRequest.Builder.request","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info-with-request/-builder/request.html","searchKeys":["request","fun request(init: RequestInfo.Builder.() -> Unit): MethodInfoWithRequest.Builder<T>","io.bkbn.kompendium.core.metadata.MethodInfoWithRequest.Builder.request"]},{"name":"fun requestType(t: KType): RequestInfo.Builder","description":"io.bkbn.kompendium.core.metadata.RequestInfo.Builder.requestType","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-request-info/-builder/request-type.html","searchKeys":["requestType","fun requestType(t: KType): RequestInfo.Builder","io.bkbn.kompendium.core.metadata.RequestInfo.Builder.requestType"]},{"name":"fun response(init: ResponseInfo.Builder.() -> Unit): MethodInfo.Builder<T>","description":"io.bkbn.kompendium.core.metadata.MethodInfo.Builder.response","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/-builder/response.html","searchKeys":["response","fun response(init: ResponseInfo.Builder.() -> Unit): MethodInfo.Builder<T>","io.bkbn.kompendium.core.metadata.MethodInfo.Builder.response"]},{"name":"fun responseCode(code: HttpStatusCode): ResponseInfo.Builder","description":"io.bkbn.kompendium.core.metadata.ResponseInfo.Builder.responseCode","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-response-info/-builder/response-code.html","searchKeys":["responseCode","fun responseCode(code: HttpStatusCode): ResponseInfo.Builder","io.bkbn.kompendium.core.metadata.ResponseInfo.Builder.responseCode"]},{"name":"fun responseType(t: KType): ResponseInfo.Builder","description":"io.bkbn.kompendium.core.metadata.ResponseInfo.Builder.responseType","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-response-info/-builder/response-type.html","searchKeys":["responseType","fun responseType(t: KType): ResponseInfo.Builder","io.bkbn.kompendium.core.metadata.ResponseInfo.Builder.responseType"]},{"name":"fun summary(s: String): MethodInfo.Builder<T>","description":"io.bkbn.kompendium.core.metadata.MethodInfo.Builder.summary","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/-builder/summary.html","searchKeys":["summary","fun summary(s: String): MethodInfo.Builder<T>","io.bkbn.kompendium.core.metadata.MethodInfo.Builder.summary"]},{"name":"fun tags(vararg tags: String): MethodInfo.Builder<T>","description":"io.bkbn.kompendium.core.metadata.MethodInfo.Builder.tags","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/-builder/tags.html","searchKeys":["tags","fun tags(vararg tags: String): MethodInfo.Builder<T>","io.bkbn.kompendium.core.metadata.MethodInfo.Builder.tags"]},{"name":"inline fun <T> requestType(): RequestInfo.Builder","description":"io.bkbn.kompendium.core.metadata.RequestInfo.Builder.requestType","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-request-info/-builder/request-type.html","searchKeys":["requestType","inline fun <T> requestType(): RequestInfo.Builder","io.bkbn.kompendium.core.metadata.RequestInfo.Builder.requestType"]},{"name":"inline fun <T> responseType(): ResponseInfo.Builder","description":"io.bkbn.kompendium.core.metadata.ResponseInfo.Builder.responseType","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-response-info/-builder/response-type.html","searchKeys":["responseType","inline fun <T> responseType(): ResponseInfo.Builder","io.bkbn.kompendium.core.metadata.ResponseInfo.Builder.responseType"]},{"name":"interface MethodInfo","description":"io.bkbn.kompendium.core.metadata.MethodInfo","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/index.html","searchKeys":["MethodInfo","interface MethodInfo","io.bkbn.kompendium.core.metadata.MethodInfo"]},{"name":"interface MethodInfoWithRequest : MethodInfo","description":"io.bkbn.kompendium.core.metadata.MethodInfoWithRequest","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info-with-request/index.html","searchKeys":["MethodInfoWithRequest","interface MethodInfoWithRequest : MethodInfo","io.bkbn.kompendium.core.metadata.MethodInfoWithRequest"]},{"name":"interface SpecConfig","description":"io.bkbn.kompendium.core.util.SpecConfig","location":"kompendium-core/io.bkbn.kompendium.core.util/-spec-config/index.html","searchKeys":["SpecConfig","interface SpecConfig","io.bkbn.kompendium.core.util.SpecConfig"]},{"name":"lateinit var spec: OpenApiSpec","description":"io.bkbn.kompendium.core.plugin.NotarizedApplication.Config.spec","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-application/-config/spec.html","searchKeys":["spec","lateinit var spec: OpenApiSpec","io.bkbn.kompendium.core.plugin.NotarizedApplication.Config.spec"]},{"name":"object Companion","description":"io.bkbn.kompendium.core.metadata.DeleteInfo.Companion","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-delete-info/-companion/index.html","searchKeys":["Companion","object Companion","io.bkbn.kompendium.core.metadata.DeleteInfo.Companion"]},{"name":"object Companion","description":"io.bkbn.kompendium.core.metadata.GetInfo.Companion","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-get-info/-companion/index.html","searchKeys":["Companion","object Companion","io.bkbn.kompendium.core.metadata.GetInfo.Companion"]},{"name":"object Companion","description":"io.bkbn.kompendium.core.metadata.HeadInfo.Companion","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-head-info/-companion/index.html","searchKeys":["Companion","object Companion","io.bkbn.kompendium.core.metadata.HeadInfo.Companion"]},{"name":"object Companion","description":"io.bkbn.kompendium.core.metadata.OptionsInfo.Companion","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-options-info/-companion/index.html","searchKeys":["Companion","object Companion","io.bkbn.kompendium.core.metadata.OptionsInfo.Companion"]},{"name":"object Companion","description":"io.bkbn.kompendium.core.metadata.PatchInfo.Companion","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/-companion/index.html","searchKeys":["Companion","object Companion","io.bkbn.kompendium.core.metadata.PatchInfo.Companion"]},{"name":"object Companion","description":"io.bkbn.kompendium.core.metadata.PostInfo.Companion","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/-companion/index.html","searchKeys":["Companion","object Companion","io.bkbn.kompendium.core.metadata.PostInfo.Companion"]},{"name":"object Companion","description":"io.bkbn.kompendium.core.metadata.PutInfo.Companion","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/-companion/index.html","searchKeys":["Companion","object Companion","io.bkbn.kompendium.core.metadata.PutInfo.Companion"]},{"name":"object Companion","description":"io.bkbn.kompendium.core.metadata.RequestInfo.Companion","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-request-info/-companion/index.html","searchKeys":["Companion","object Companion","io.bkbn.kompendium.core.metadata.RequestInfo.Companion"]},{"name":"object Companion","description":"io.bkbn.kompendium.core.metadata.ResponseInfo.Companion","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-response-info/-companion/index.html","searchKeys":["Companion","object Companion","io.bkbn.kompendium.core.metadata.ResponseInfo.Companion"]},{"name":"object Helpers","description":"io.bkbn.kompendium.core.util.Helpers","location":"kompendium-core/io.bkbn.kompendium.core.util/-helpers/index.html","searchKeys":["Helpers","object Helpers","io.bkbn.kompendium.core.util.Helpers"]},{"name":"object KompendiumAttributes","description":"io.bkbn.kompendium.core.attribute.KompendiumAttributes","location":"kompendium-core/io.bkbn.kompendium.core.attribute/-kompendium-attributes/index.html","searchKeys":["KompendiumAttributes","object KompendiumAttributes","io.bkbn.kompendium.core.attribute.KompendiumAttributes"]},{"name":"object NotarizedApplication","description":"io.bkbn.kompendium.core.plugin.NotarizedApplication","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-application/index.html","searchKeys":["NotarizedApplication","object NotarizedApplication","io.bkbn.kompendium.core.plugin.NotarizedApplication"]},{"name":"object NotarizedRoute","description":"io.bkbn.kompendium.core.plugin.NotarizedRoute","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-route/index.html","searchKeys":["NotarizedRoute","object NotarizedRoute","io.bkbn.kompendium.core.plugin.NotarizedRoute"]},{"name":"open override fun build(): DeleteInfo","description":"io.bkbn.kompendium.core.metadata.DeleteInfo.Builder.build","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-delete-info/-builder/build.html","searchKeys":["build","open override fun build(): DeleteInfo","io.bkbn.kompendium.core.metadata.DeleteInfo.Builder.build"]},{"name":"open override fun build(): GetInfo","description":"io.bkbn.kompendium.core.metadata.GetInfo.Builder.build","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-get-info/-builder/build.html","searchKeys":["build","open override fun build(): GetInfo","io.bkbn.kompendium.core.metadata.GetInfo.Builder.build"]},{"name":"open override fun build(): HeadInfo","description":"io.bkbn.kompendium.core.metadata.HeadInfo.Builder.build","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-head-info/-builder/build.html","searchKeys":["build","open override fun build(): HeadInfo","io.bkbn.kompendium.core.metadata.HeadInfo.Builder.build"]},{"name":"open override fun build(): OptionsInfo","description":"io.bkbn.kompendium.core.metadata.OptionsInfo.Builder.build","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-options-info/-builder/build.html","searchKeys":["build","open override fun build(): OptionsInfo","io.bkbn.kompendium.core.metadata.OptionsInfo.Builder.build"]},{"name":"open override fun build(): PatchInfo","description":"io.bkbn.kompendium.core.metadata.PatchInfo.Builder.build","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/-builder/build.html","searchKeys":["build","open override fun build(): PatchInfo","io.bkbn.kompendium.core.metadata.PatchInfo.Builder.build"]},{"name":"open override fun build(): PostInfo","description":"io.bkbn.kompendium.core.metadata.PostInfo.Builder.build","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/-builder/build.html","searchKeys":["build","open override fun build(): PostInfo","io.bkbn.kompendium.core.metadata.PostInfo.Builder.build"]},{"name":"open override fun build(): PutInfo","description":"io.bkbn.kompendium.core.metadata.PutInfo.Builder.build","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/-builder/build.html","searchKeys":["build","open override fun build(): PutInfo","io.bkbn.kompendium.core.metadata.PutInfo.Builder.build"]},{"name":"open override val deprecated: Boolean","description":"io.bkbn.kompendium.core.metadata.DeleteInfo.deprecated","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-delete-info/deprecated.html","searchKeys":["deprecated","open override val deprecated: Boolean","io.bkbn.kompendium.core.metadata.DeleteInfo.deprecated"]},{"name":"open override val deprecated: Boolean","description":"io.bkbn.kompendium.core.metadata.GetInfo.deprecated","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-get-info/deprecated.html","searchKeys":["deprecated","open override val deprecated: Boolean","io.bkbn.kompendium.core.metadata.GetInfo.deprecated"]},{"name":"open override val deprecated: Boolean","description":"io.bkbn.kompendium.core.metadata.HeadInfo.deprecated","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-head-info/deprecated.html","searchKeys":["deprecated","open override val deprecated: Boolean","io.bkbn.kompendium.core.metadata.HeadInfo.deprecated"]},{"name":"open override val deprecated: Boolean","description":"io.bkbn.kompendium.core.metadata.OptionsInfo.deprecated","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-options-info/deprecated.html","searchKeys":["deprecated","open override val deprecated: Boolean","io.bkbn.kompendium.core.metadata.OptionsInfo.deprecated"]},{"name":"open override val deprecated: Boolean","description":"io.bkbn.kompendium.core.metadata.PatchInfo.deprecated","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/deprecated.html","searchKeys":["deprecated","open override val deprecated: Boolean","io.bkbn.kompendium.core.metadata.PatchInfo.deprecated"]},{"name":"open override val deprecated: Boolean","description":"io.bkbn.kompendium.core.metadata.PostInfo.deprecated","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/deprecated.html","searchKeys":["deprecated","open override val deprecated: Boolean","io.bkbn.kompendium.core.metadata.PostInfo.deprecated"]},{"name":"open override val deprecated: Boolean","description":"io.bkbn.kompendium.core.metadata.PutInfo.deprecated","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/deprecated.html","searchKeys":["deprecated","open override val deprecated: Boolean","io.bkbn.kompendium.core.metadata.PutInfo.deprecated"]},{"name":"open override val description: String","description":"io.bkbn.kompendium.core.metadata.DeleteInfo.description","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-delete-info/description.html","searchKeys":["description","open override val description: String","io.bkbn.kompendium.core.metadata.DeleteInfo.description"]},{"name":"open override val description: String","description":"io.bkbn.kompendium.core.metadata.GetInfo.description","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-get-info/description.html","searchKeys":["description","open override val description: String","io.bkbn.kompendium.core.metadata.GetInfo.description"]},{"name":"open override val description: String","description":"io.bkbn.kompendium.core.metadata.HeadInfo.description","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-head-info/description.html","searchKeys":["description","open override val description: String","io.bkbn.kompendium.core.metadata.HeadInfo.description"]},{"name":"open override val description: String","description":"io.bkbn.kompendium.core.metadata.OptionsInfo.description","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-options-info/description.html","searchKeys":["description","open override val description: String","io.bkbn.kompendium.core.metadata.OptionsInfo.description"]},{"name":"open override val description: String","description":"io.bkbn.kompendium.core.metadata.PatchInfo.description","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/description.html","searchKeys":["description","open override val description: String","io.bkbn.kompendium.core.metadata.PatchInfo.description"]},{"name":"open override val description: String","description":"io.bkbn.kompendium.core.metadata.PostInfo.description","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/description.html","searchKeys":["description","open override val description: String","io.bkbn.kompendium.core.metadata.PostInfo.description"]},{"name":"open override val description: String","description":"io.bkbn.kompendium.core.metadata.PutInfo.description","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/description.html","searchKeys":["description","open override val description: String","io.bkbn.kompendium.core.metadata.PutInfo.description"]},{"name":"open override val errors: MutableList<ResponseInfo>","description":"io.bkbn.kompendium.core.metadata.DeleteInfo.errors","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-delete-info/errors.html","searchKeys":["errors","open override val errors: MutableList<ResponseInfo>","io.bkbn.kompendium.core.metadata.DeleteInfo.errors"]},{"name":"open override val errors: MutableList<ResponseInfo>","description":"io.bkbn.kompendium.core.metadata.GetInfo.errors","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-get-info/errors.html","searchKeys":["errors","open override val errors: MutableList<ResponseInfo>","io.bkbn.kompendium.core.metadata.GetInfo.errors"]},{"name":"open override val errors: MutableList<ResponseInfo>","description":"io.bkbn.kompendium.core.metadata.HeadInfo.errors","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-head-info/errors.html","searchKeys":["errors","open override val errors: MutableList<ResponseInfo>","io.bkbn.kompendium.core.metadata.HeadInfo.errors"]},{"name":"open override val errors: MutableList<ResponseInfo>","description":"io.bkbn.kompendium.core.metadata.OptionsInfo.errors","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-options-info/errors.html","searchKeys":["errors","open override val errors: MutableList<ResponseInfo>","io.bkbn.kompendium.core.metadata.OptionsInfo.errors"]},{"name":"open override val errors: MutableList<ResponseInfo>","description":"io.bkbn.kompendium.core.metadata.PatchInfo.errors","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/errors.html","searchKeys":["errors","open override val errors: MutableList<ResponseInfo>","io.bkbn.kompendium.core.metadata.PatchInfo.errors"]},{"name":"open override val errors: MutableList<ResponseInfo>","description":"io.bkbn.kompendium.core.metadata.PostInfo.errors","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/errors.html","searchKeys":["errors","open override val errors: MutableList<ResponseInfo>","io.bkbn.kompendium.core.metadata.PostInfo.errors"]},{"name":"open override val errors: MutableList<ResponseInfo>","description":"io.bkbn.kompendium.core.metadata.PutInfo.errors","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/errors.html","searchKeys":["errors","open override val errors: MutableList<ResponseInfo>","io.bkbn.kompendium.core.metadata.PutInfo.errors"]},{"name":"open override val externalDocumentation: ExternalDocumentation?","description":"io.bkbn.kompendium.core.metadata.DeleteInfo.externalDocumentation","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-delete-info/external-documentation.html","searchKeys":["externalDocumentation","open override val externalDocumentation: ExternalDocumentation?","io.bkbn.kompendium.core.metadata.DeleteInfo.externalDocumentation"]},{"name":"open override val externalDocumentation: ExternalDocumentation?","description":"io.bkbn.kompendium.core.metadata.GetInfo.externalDocumentation","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-get-info/external-documentation.html","searchKeys":["externalDocumentation","open override val externalDocumentation: ExternalDocumentation?","io.bkbn.kompendium.core.metadata.GetInfo.externalDocumentation"]},{"name":"open override val externalDocumentation: ExternalDocumentation?","description":"io.bkbn.kompendium.core.metadata.HeadInfo.externalDocumentation","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-head-info/external-documentation.html","searchKeys":["externalDocumentation","open override val externalDocumentation: ExternalDocumentation?","io.bkbn.kompendium.core.metadata.HeadInfo.externalDocumentation"]},{"name":"open override val externalDocumentation: ExternalDocumentation?","description":"io.bkbn.kompendium.core.metadata.OptionsInfo.externalDocumentation","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-options-info/external-documentation.html","searchKeys":["externalDocumentation","open override val externalDocumentation: ExternalDocumentation?","io.bkbn.kompendium.core.metadata.OptionsInfo.externalDocumentation"]},{"name":"open override val externalDocumentation: ExternalDocumentation?","description":"io.bkbn.kompendium.core.metadata.PatchInfo.externalDocumentation","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/external-documentation.html","searchKeys":["externalDocumentation","open override val externalDocumentation: ExternalDocumentation?","io.bkbn.kompendium.core.metadata.PatchInfo.externalDocumentation"]},{"name":"open override val externalDocumentation: ExternalDocumentation?","description":"io.bkbn.kompendium.core.metadata.PostInfo.externalDocumentation","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/external-documentation.html","searchKeys":["externalDocumentation","open override val externalDocumentation: ExternalDocumentation?","io.bkbn.kompendium.core.metadata.PostInfo.externalDocumentation"]},{"name":"open override val externalDocumentation: ExternalDocumentation?","description":"io.bkbn.kompendium.core.metadata.PutInfo.externalDocumentation","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/external-documentation.html","searchKeys":["externalDocumentation","open override val externalDocumentation: ExternalDocumentation?","io.bkbn.kompendium.core.metadata.PutInfo.externalDocumentation"]},{"name":"open override val operationId: String?","description":"io.bkbn.kompendium.core.metadata.DeleteInfo.operationId","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-delete-info/operation-id.html","searchKeys":["operationId","open override val operationId: String?","io.bkbn.kompendium.core.metadata.DeleteInfo.operationId"]},{"name":"open override val operationId: String?","description":"io.bkbn.kompendium.core.metadata.GetInfo.operationId","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-get-info/operation-id.html","searchKeys":["operationId","open override val operationId: String?","io.bkbn.kompendium.core.metadata.GetInfo.operationId"]},{"name":"open override val operationId: String?","description":"io.bkbn.kompendium.core.metadata.HeadInfo.operationId","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-head-info/operation-id.html","searchKeys":["operationId","open override val operationId: String?","io.bkbn.kompendium.core.metadata.HeadInfo.operationId"]},{"name":"open override val operationId: String?","description":"io.bkbn.kompendium.core.metadata.OptionsInfo.operationId","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-options-info/operation-id.html","searchKeys":["operationId","open override val operationId: String?","io.bkbn.kompendium.core.metadata.OptionsInfo.operationId"]},{"name":"open override val operationId: String?","description":"io.bkbn.kompendium.core.metadata.PatchInfo.operationId","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/operation-id.html","searchKeys":["operationId","open override val operationId: String?","io.bkbn.kompendium.core.metadata.PatchInfo.operationId"]},{"name":"open override val operationId: String?","description":"io.bkbn.kompendium.core.metadata.PostInfo.operationId","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/operation-id.html","searchKeys":["operationId","open override val operationId: String?","io.bkbn.kompendium.core.metadata.PostInfo.operationId"]},{"name":"open override val operationId: String?","description":"io.bkbn.kompendium.core.metadata.PutInfo.operationId","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/operation-id.html","searchKeys":["operationId","open override val operationId: String?","io.bkbn.kompendium.core.metadata.PutInfo.operationId"]},{"name":"open override val parameters: List<Parameter>","description":"io.bkbn.kompendium.core.metadata.DeleteInfo.parameters","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-delete-info/parameters.html","searchKeys":["parameters","open override val parameters: List<Parameter>","io.bkbn.kompendium.core.metadata.DeleteInfo.parameters"]},{"name":"open override val parameters: List<Parameter>","description":"io.bkbn.kompendium.core.metadata.GetInfo.parameters","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-get-info/parameters.html","searchKeys":["parameters","open override val parameters: List<Parameter>","io.bkbn.kompendium.core.metadata.GetInfo.parameters"]},{"name":"open override val parameters: List<Parameter>","description":"io.bkbn.kompendium.core.metadata.HeadInfo.parameters","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-head-info/parameters.html","searchKeys":["parameters","open override val parameters: List<Parameter>","io.bkbn.kompendium.core.metadata.HeadInfo.parameters"]},{"name":"open override val parameters: List<Parameter>","description":"io.bkbn.kompendium.core.metadata.OptionsInfo.parameters","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-options-info/parameters.html","searchKeys":["parameters","open override val parameters: List<Parameter>","io.bkbn.kompendium.core.metadata.OptionsInfo.parameters"]},{"name":"open override val parameters: List<Parameter>","description":"io.bkbn.kompendium.core.metadata.PatchInfo.parameters","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/parameters.html","searchKeys":["parameters","open override val parameters: List<Parameter>","io.bkbn.kompendium.core.metadata.PatchInfo.parameters"]},{"name":"open override val parameters: List<Parameter>","description":"io.bkbn.kompendium.core.metadata.PostInfo.parameters","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/parameters.html","searchKeys":["parameters","open override val parameters: List<Parameter>","io.bkbn.kompendium.core.metadata.PostInfo.parameters"]},{"name":"open override val parameters: List<Parameter>","description":"io.bkbn.kompendium.core.metadata.PutInfo.parameters","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/parameters.html","searchKeys":["parameters","open override val parameters: List<Parameter>","io.bkbn.kompendium.core.metadata.PutInfo.parameters"]},{"name":"open override val request: RequestInfo","description":"io.bkbn.kompendium.core.metadata.PatchInfo.request","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/request.html","searchKeys":["request","open override val request: RequestInfo","io.bkbn.kompendium.core.metadata.PatchInfo.request"]},{"name":"open override val request: RequestInfo","description":"io.bkbn.kompendium.core.metadata.PostInfo.request","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/request.html","searchKeys":["request","open override val request: RequestInfo","io.bkbn.kompendium.core.metadata.PostInfo.request"]},{"name":"open override val request: RequestInfo","description":"io.bkbn.kompendium.core.metadata.PutInfo.request","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/request.html","searchKeys":["request","open override val request: RequestInfo","io.bkbn.kompendium.core.metadata.PutInfo.request"]},{"name":"open override val response: ResponseInfo","description":"io.bkbn.kompendium.core.metadata.DeleteInfo.response","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-delete-info/response.html","searchKeys":["response","open override val response: ResponseInfo","io.bkbn.kompendium.core.metadata.DeleteInfo.response"]},{"name":"open override val response: ResponseInfo","description":"io.bkbn.kompendium.core.metadata.GetInfo.response","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-get-info/response.html","searchKeys":["response","open override val response: ResponseInfo","io.bkbn.kompendium.core.metadata.GetInfo.response"]},{"name":"open override val response: ResponseInfo","description":"io.bkbn.kompendium.core.metadata.HeadInfo.response","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-head-info/response.html","searchKeys":["response","open override val response: ResponseInfo","io.bkbn.kompendium.core.metadata.HeadInfo.response"]},{"name":"open override val response: ResponseInfo","description":"io.bkbn.kompendium.core.metadata.OptionsInfo.response","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-options-info/response.html","searchKeys":["response","open override val response: ResponseInfo","io.bkbn.kompendium.core.metadata.OptionsInfo.response"]},{"name":"open override val response: ResponseInfo","description":"io.bkbn.kompendium.core.metadata.PatchInfo.response","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/response.html","searchKeys":["response","open override val response: ResponseInfo","io.bkbn.kompendium.core.metadata.PatchInfo.response"]},{"name":"open override val response: ResponseInfo","description":"io.bkbn.kompendium.core.metadata.PostInfo.response","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/response.html","searchKeys":["response","open override val response: ResponseInfo","io.bkbn.kompendium.core.metadata.PostInfo.response"]},{"name":"open override val response: ResponseInfo","description":"io.bkbn.kompendium.core.metadata.PutInfo.response","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/response.html","searchKeys":["response","open override val response: ResponseInfo","io.bkbn.kompendium.core.metadata.PutInfo.response"]},{"name":"open override val summary: String","description":"io.bkbn.kompendium.core.metadata.DeleteInfo.summary","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-delete-info/summary.html","searchKeys":["summary","open override val summary: String","io.bkbn.kompendium.core.metadata.DeleteInfo.summary"]},{"name":"open override val summary: String","description":"io.bkbn.kompendium.core.metadata.GetInfo.summary","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-get-info/summary.html","searchKeys":["summary","open override val summary: String","io.bkbn.kompendium.core.metadata.GetInfo.summary"]},{"name":"open override val summary: String","description":"io.bkbn.kompendium.core.metadata.HeadInfo.summary","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-head-info/summary.html","searchKeys":["summary","open override val summary: String","io.bkbn.kompendium.core.metadata.HeadInfo.summary"]},{"name":"open override val summary: String","description":"io.bkbn.kompendium.core.metadata.OptionsInfo.summary","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-options-info/summary.html","searchKeys":["summary","open override val summary: String","io.bkbn.kompendium.core.metadata.OptionsInfo.summary"]},{"name":"open override val summary: String","description":"io.bkbn.kompendium.core.metadata.PatchInfo.summary","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/summary.html","searchKeys":["summary","open override val summary: String","io.bkbn.kompendium.core.metadata.PatchInfo.summary"]},{"name":"open override val summary: String","description":"io.bkbn.kompendium.core.metadata.PostInfo.summary","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/summary.html","searchKeys":["summary","open override val summary: String","io.bkbn.kompendium.core.metadata.PostInfo.summary"]},{"name":"open override val summary: String","description":"io.bkbn.kompendium.core.metadata.PutInfo.summary","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/summary.html","searchKeys":["summary","open override val summary: String","io.bkbn.kompendium.core.metadata.PutInfo.summary"]},{"name":"open override val tags: Set<String>","description":"io.bkbn.kompendium.core.metadata.DeleteInfo.tags","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-delete-info/tags.html","searchKeys":["tags","open override val tags: Set<String>","io.bkbn.kompendium.core.metadata.DeleteInfo.tags"]},{"name":"open override val tags: Set<String>","description":"io.bkbn.kompendium.core.metadata.GetInfo.tags","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-get-info/tags.html","searchKeys":["tags","open override val tags: Set<String>","io.bkbn.kompendium.core.metadata.GetInfo.tags"]},{"name":"open override val tags: Set<String>","description":"io.bkbn.kompendium.core.metadata.HeadInfo.tags","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-head-info/tags.html","searchKeys":["tags","open override val tags: Set<String>","io.bkbn.kompendium.core.metadata.HeadInfo.tags"]},{"name":"open override val tags: Set<String>","description":"io.bkbn.kompendium.core.metadata.OptionsInfo.tags","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-options-info/tags.html","searchKeys":["tags","open override val tags: Set<String>","io.bkbn.kompendium.core.metadata.OptionsInfo.tags"]},{"name":"open override val tags: Set<String>","description":"io.bkbn.kompendium.core.metadata.PatchInfo.tags","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-patch-info/tags.html","searchKeys":["tags","open override val tags: Set<String>","io.bkbn.kompendium.core.metadata.PatchInfo.tags"]},{"name":"open override val tags: Set<String>","description":"io.bkbn.kompendium.core.metadata.PostInfo.tags","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-post-info/tags.html","searchKeys":["tags","open override val tags: Set<String>","io.bkbn.kompendium.core.metadata.PostInfo.tags"]},{"name":"open override val tags: Set<String>","description":"io.bkbn.kompendium.core.metadata.PutInfo.tags","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-put-info/tags.html","searchKeys":["tags","open override val tags: Set<String>","io.bkbn.kompendium.core.metadata.PutInfo.tags"]},{"name":"open override var delete: DeleteInfo? = null","description":"io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.delete","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-route/-config/delete.html","searchKeys":["delete","open override var delete: DeleteInfo? = null","io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.delete"]},{"name":"open override var get: GetInfo? = null","description":"io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.get","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-route/-config/get.html","searchKeys":["get","open override var get: GetInfo? = null","io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.get"]},{"name":"open override var head: HeadInfo? = null","description":"io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.head","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-route/-config/head.html","searchKeys":["head","open override var head: HeadInfo? = null","io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.head"]},{"name":"open override var options: OptionsInfo? = null","description":"io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.options","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-route/-config/options.html","searchKeys":["options","open override var options: OptionsInfo? = null","io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.options"]},{"name":"open override var parameters: List<Parameter>","description":"io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.parameters","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-route/-config/parameters.html","searchKeys":["parameters","open override var parameters: List<Parameter>","io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.parameters"]},{"name":"open override var patch: PatchInfo? = null","description":"io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.patch","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-route/-config/patch.html","searchKeys":["patch","open override var patch: PatchInfo? = null","io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.patch"]},{"name":"open override var post: PostInfo? = null","description":"io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.post","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-route/-config/post.html","searchKeys":["post","open override var post: PostInfo? = null","io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.post"]},{"name":"open override var put: PutInfo? = null","description":"io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.put","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-route/-config/put.html","searchKeys":["put","open override var put: PutInfo? = null","io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.put"]},{"name":"open override var security: Map<String, List<String>>? = null","description":"io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.security","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-route/-config/security.html","searchKeys":["security","open override var security: Map<String, List<String>>? = null","io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.security"]},{"name":"open override var tags: Set<String>","description":"io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.tags","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-route/-config/tags.html","searchKeys":["tags","open override var tags: Set<String>","io.bkbn.kompendium.core.plugin.NotarizedRoute.Config.tags"]},{"name":"open val deprecated: Boolean","description":"io.bkbn.kompendium.core.metadata.MethodInfo.deprecated","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/deprecated.html","searchKeys":["deprecated","open val deprecated: Boolean","io.bkbn.kompendium.core.metadata.MethodInfo.deprecated"]},{"name":"open val externalDocumentation: ExternalDocumentation?","description":"io.bkbn.kompendium.core.metadata.MethodInfo.externalDocumentation","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/external-documentation.html","searchKeys":["externalDocumentation","open val externalDocumentation: ExternalDocumentation?","io.bkbn.kompendium.core.metadata.MethodInfo.externalDocumentation"]},{"name":"open val operationId: String?","description":"io.bkbn.kompendium.core.metadata.MethodInfo.operationId","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/operation-id.html","searchKeys":["operationId","open val operationId: String?","io.bkbn.kompendium.core.metadata.MethodInfo.operationId"]},{"name":"open val parameters: List<Parameter>","description":"io.bkbn.kompendium.core.metadata.MethodInfo.parameters","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-method-info/parameters.html","searchKeys":["parameters","open val parameters: List<Parameter>","io.bkbn.kompendium.core.metadata.MethodInfo.parameters"]},{"name":"operator fun invoke(): ApplicationPlugin<NotarizedApplication.Config>","description":"io.bkbn.kompendium.core.plugin.NotarizedApplication.invoke","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-application/invoke.html","searchKeys":["invoke","operator fun invoke(): ApplicationPlugin<NotarizedApplication.Config>","io.bkbn.kompendium.core.plugin.NotarizedApplication.invoke"]},{"name":"operator fun invoke(): RouteScopedPlugin<NotarizedRoute.Config>","description":"io.bkbn.kompendium.core.plugin.NotarizedRoute.invoke","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-route/invoke.html","searchKeys":["invoke","operator fun invoke(): RouteScopedPlugin<NotarizedRoute.Config>","io.bkbn.kompendium.core.plugin.NotarizedRoute.invoke"]},{"name":"val description: String","description":"io.bkbn.kompendium.core.metadata.RequestInfo.description","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-request-info/description.html","searchKeys":["description","val description: String","io.bkbn.kompendium.core.metadata.RequestInfo.description"]},{"name":"val description: String","description":"io.bkbn.kompendium.core.metadata.ResponseInfo.description","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-response-info/description.html","searchKeys":["description","val description: String","io.bkbn.kompendium.core.metadata.ResponseInfo.description"]},{"name":"val examples: Map<String, MediaType.Example>?","description":"io.bkbn.kompendium.core.metadata.RequestInfo.examples","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-request-info/examples.html","searchKeys":["examples","val examples: Map<String, MediaType.Example>?","io.bkbn.kompendium.core.metadata.RequestInfo.examples"]},{"name":"val examples: Map<String, MediaType.Example>?","description":"io.bkbn.kompendium.core.metadata.ResponseInfo.examples","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-response-info/examples.html","searchKeys":["examples","val examples: Map<String, MediaType.Example>?","io.bkbn.kompendium.core.metadata.ResponseInfo.examples"]},{"name":"val openApiSpec: AttributeKey<OpenApiSpec>","description":"io.bkbn.kompendium.core.attribute.KompendiumAttributes.openApiSpec","location":"kompendium-core/io.bkbn.kompendium.core.attribute/-kompendium-attributes/open-api-spec.html","searchKeys":["openApiSpec","val openApiSpec: AttributeKey<OpenApiSpec>","io.bkbn.kompendium.core.attribute.KompendiumAttributes.openApiSpec"]},{"name":"val requestType: KType","description":"io.bkbn.kompendium.core.metadata.RequestInfo.requestType","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-request-info/request-type.html","searchKeys":["requestType","val requestType: KType","io.bkbn.kompendium.core.metadata.RequestInfo.requestType"]},{"name":"val responseCode: HttpStatusCode","description":"io.bkbn.kompendium.core.metadata.ResponseInfo.responseCode","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-response-info/response-code.html","searchKeys":["responseCode","val responseCode: HttpStatusCode","io.bkbn.kompendium.core.metadata.ResponseInfo.responseCode"]},{"name":"val responseType: KType","description":"io.bkbn.kompendium.core.metadata.ResponseInfo.responseType","location":"kompendium-core/io.bkbn.kompendium.core.metadata/-response-info/response-type.html","searchKeys":["responseType","val responseType: KType","io.bkbn.kompendium.core.metadata.ResponseInfo.responseType"]},{"name":"var customTypes: Map<KType, JsonSchema>","description":"io.bkbn.kompendium.core.plugin.NotarizedApplication.Config.customTypes","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-application/-config/custom-types.html","searchKeys":["customTypes","var customTypes: Map<KType, JsonSchema>","io.bkbn.kompendium.core.plugin.NotarizedApplication.Config.customTypes"]},{"name":"var openApiJson: Routing.() -> Unit","description":"io.bkbn.kompendium.core.plugin.NotarizedApplication.Config.openApiJson","location":"kompendium-core/io.bkbn.kompendium.core.plugin/-notarized-application/-config/open-api-json.html","searchKeys":["openApiJson","var openApiJson: Routing.() -> Unit","io.bkbn.kompendium.core.plugin.NotarizedApplication.Config.openApiJson"]}]