Skip to content

Commit 3551036

Browse files
authored
chore(docs): Sync latest document.yml spec. (#531)
1 parent d33abf1 commit 3551036

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

fern/apis/fai/definition/document.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ service:
3535
version:
3636
type: optional<string>
3737
docs: The version of the document
38+
product:
39+
type: optional<string>
40+
docs: The product of the document
3841
keywords:
3942
type: optional<list<string>>
4043
docs: The keywords of the document
@@ -74,6 +77,9 @@ service:
7477
version:
7578
type: optional<string>
7679
docs: The version of the document
80+
product:
81+
type: optional<string>
82+
docs: The product of the document
7783
keywords:
7884
type: optional<list<string>>
7985
docs: The keywords of the document
@@ -146,6 +152,7 @@ types:
146152
title: optional<string>
147153
url: optional<string>
148154
version: optional<string>
155+
product: optional<string>
149156
keywords: optional<list<string>>
150157
authed: optional<boolean>
151158
created_at: datetime

0 commit comments

Comments
 (0)