StructuredDataSchema

interface StructuredDataSchema : StructuredDataSchemaProperties

Properties

Link copied to clipboard
abstract var description: String
Link copied to clipboard
abstract val items: MutableMap<String, String>
Link copied to clipboard
abstract val properties: MutableMap<String, String>
Link copied to clipboard
abstract val required: MutableList<String>
Link copied to clipboard