StructuredDataSchemaDto

@Serializable
data class StructuredDataSchemaDto(var type: StructureDataSchemeType = StructureDataSchemeType.UNSPECIFIED, var description: String = "", val items: MutableMap<String, String> = mutableMapOf(), val properties: MutableMap<String, String> = mutableMapOf(), val required: MutableList<String> = mutableListOf()) : StructuredDataSchemaProperties(source)

Constructors

Link copied to clipboard
constructor(type: StructureDataSchemeType = StructureDataSchemeType.UNSPECIFIED, description: String = "", items: MutableMap<String, String> = mutableMapOf(), properties: MutableMap<String, String> = mutableMapOf(), required: MutableList<String> = mutableListOf())

Properties

Link copied to clipboard
open override var description: String
Link copied to clipboard
@EncodeDefault
open override val items: MutableMap<String, String>
Link copied to clipboard
@EncodeDefault
open override val properties: MutableMap<String, String>
Link copied to clipboard
open override val required: MutableList<String>
Link copied to clipboard
open override var type: StructureDataSchemeType