fetch_components
Retrieve component details from Storyblok CMS, filtering by name or including schema information for enhanced content management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component_summary | No | ||
filter_by_name | No | ||
include_schema_details | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"component_summary": {
"type": "boolean"
},
"filter_by_name": {
"type": "string"
},
"include_schema_details": {
"type": "boolean"
}
},
"type": "object"
}