getPropertyDescription

fun getPropertyDescription(schema: JsonSchema, propertyName: String): String?(source)

Gets the description of a property in the schema.

Return

The description of the property, or null if not found

Parameters

schema

The schema definition

propertyName

The name of the property