description keyword provides a detailed, human-readable explanation of the schema. It is used to document the purpose and usage of the data described by the schema.
Syntax
The value ofdescription must be a string.
Purpose
Thedescription keyword is a metadata annotation that:
- Provides detailed explanation about the purpose of the instance described by the schema
- Enhances documentation with contextual information
- Helps developers understand the intended use of data fields
- Can be displayed in user interfaces to guide users
- Has no effect on validation (it is purely informational)
title is preferably short and concise.