Skip to content

Commit

Permalink
Allow examples to be shown in response fields (#825)
Browse files Browse the repository at this point in the history
* Allow examples to be shown in response fields

* Update type

---------

Co-authored-by: Rob <[email protected]>
Co-authored-by: Shalvah <[email protected]>
  • Loading branch information
3 people authored Mar 17, 2024
1 parent 3062443 commit 88b6c67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions camel/Extraction/ResponseField.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ class ResponseField extends BaseDTO
/** @var string */
public $type;

/** @var mixed */
public $example;

public array $enumValues = [];
}

0 comments on commit 88b6c67

Please sign in to comment.