2020-04-09 12:48:04 +02:00
|
|
|
<?php
|
2020-10-10 14:07:52 +02:00
|
|
|
/**
|
2020-04-09 12:48:04 +02:00
|
|
|
* @OA\Schema(
|
2020-07-07 12:56:28 +02:00
|
|
|
* schema="Webhook",
|
2020-04-09 12:48:04 +02:00
|
|
|
* type="object",
|
|
|
|
* @OA\Property(property="id", type="string", example="AS3df3A", description="The subscription hashed id"),
|
|
|
|
* @OA\Property(property="event_id", type="string", example="AS3df3A", description="The subscription event id"),
|
|
|
|
* @OA\Property(property="target_url", type="string", example="AS3df3A", description="The api endpoint"),
|
|
|
|
* @OA\Property(property="format", type="string", example="JSON", description="JSON or UBL"),
|
|
|
|
* )
|
|
|
|
*/
|