1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/app/Http/Controllers/OpenAPI/TemplateSchema.php

9 lines
191 B
PHP
Raw Normal View History

<?php
2020-10-10 14:07:52 +02:00
/**
* @OA\Schema(
* schema="Template",
* type="object",
* @OA\Property(property="html", type="string", example="<HTML></HTML>", description="The template HTML"),
* )
*/