From 4860dd1a8f0e9ead12b323d3d8014619737d662e Mon Sep 17 00:00:00 2001 From: Tong Zhang Date: Fri, 16 Dec 2022 14:19:46 +0800 Subject: [PATCH] fix "Work Object Example" --- spec/teamapi.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/spec/teamapi.md b/spec/teamapi.md index 7974d86..38a6133 100644 --- a/spec/teamapi.md +++ b/spec/teamapi.md @@ -278,8 +278,13 @@ Field Name | Type | Description ##### Work Object Example ```yaml -versioning: - type: semantic +work: + services: + - name: Improve the example service a + $ref: https://github.com/example.com/example-service-a + waysOfWorking: + - name: Lean + $ref: https://example.internal-wiki.com/ways-of-working/lean ``` #### Work Service Object