willylambert
Results
2
comments of
willylambert
To solve this bug i've commented the line `.user(UUID.randomUUID().toString())` in the Utility.kt file at line 340. I'm using the master branch.
Thanks for your reply, I've used the `allOf` attribute to set property as readonly, and it worked. ```` #[OA\Property(allOf: [new OA\Schema(ref:"#/components/schemas/Article")],readOnly:true)] public $article; ```` => ```` "article": { "readOnly": true,...