From 9ea121a72e6d13f0bc29599ac65f2d70c77ae161 Mon Sep 17 00:00:00 2001 From: Richard Tan Date: Mon, 12 Jan 2026 22:30:18 +0800 Subject: [PATCH] Add application service category --- Category/application-service.json | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Category/application-service.json diff --git a/Category/application-service.json b/Category/application-service.json new file mode 100644 index 0000000..62773d4 --- /dev/null +++ b/Category/application-service.json @@ -0,0 +1,32 @@ +{ + "data": { + "meta": { + "adoptsFrom": { + "name": "Category", + "module": "../catalog-app/listing/category" + } + }, + "type": "card", + "attributes": { + "name": "Application Service", + "cardInfo": { + "notes": null, + "title": null, + "description": ".", + "thumbnailURL": null + } + }, + "relationships": { + "sphere": { + "links": { + "self": "../Sphere/637767ff-c7a9-40d6-9cd3-93f0b32a8fbb" + } + }, + "cardInfo.theme": { + "links": { + "self": null + } + } + } + } +} \ No newline at end of file