The properties keyword describes the allowed fields of an object.
{"type": "object", "properties": {"name": {"type": "string"}}}
Each property can have its own schema, including type and constraints.