{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "Parameters for creating an independently persisted thread section.", "properties": { "name": { "description": "The user-visible name of the section.", "type": "string" } }, "required": [ "name" ], "title": "ThreadSectionCreateParams", "type": "object" }