From fd39629333004c7e8491e0ae88f984a070ba9805 Mon Sep 17 00:00:00 2001 From: mattamon Date: Thu, 18 Apr 2024 17:18:19 +0200 Subject: [PATCH] Add AssetSchemasJson to describe response of get asset by id endpoint --- .../Response/Content/AssetSchemasJson.php | 51 +++++++++++++++++++ .../Response/Property/AssetCollection.php | 1 + src/Controller/Api/Assets/GetController.php | 3 +- 3 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 src/Attributes/Response/Content/AssetSchemasJson.php diff --git a/src/Attributes/Response/Content/AssetSchemasJson.php b/src/Attributes/Response/Content/AssetSchemasJson.php new file mode 100644 index 000000000..3b11d9379 --- /dev/null +++ b/src/Attributes/Response/Content/AssetSchemasJson.php @@ -0,0 +1,51 @@ +