{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateFooterResponse", "type": "object", "description": "The result of creating a footer.", "properties": { "footerId": { "type": "string", "description": "The ID of the created footer." } } }