Get the config schema + worked examples for a type
get_spec_schemaReturns the JSON Schema for the type's config, the data schema, two worked examples (minimal + rich), and defaults — the complete config in force when nothing is set (every font, padding, color), which a brand and then the chart's own config merge over. Read this before your first create_asset of a given type; read a baseline value from defaults instead of guessing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | e.g. "line" |