Skip to content

Commit 04cb598

Browse files
author
github-actions
committed
update api/manager.yaml
1 parent 3ebd331 commit 04cb598

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

api/manager.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2325,18 +2325,22 @@ components:
23252325
type: object
23262326
description: InternalLink destinations configuration.
23272327
properties:
2328+
id:
2329+
type: string
2330+
description: "The entity ID, usually a URI."
23282331
name:
23292332
type: string
2330-
description: Identifier of the Entity.
2333+
description: "The entity's name, or headline."
23312334
position:
23322335
type: integer
23332336
format: int32
23342337
description: The position of an item in a series or sequence of items.
23352338
url:
23362339
type: string
23372340
format: url
2338-
description: URL of the Entity.
2341+
description: The entity's web page URL.
23392342
required:
2343+
- id
23402344
- name
23412345
- position
23422346
- url
@@ -3596,7 +3600,6 @@ components:
35963600
type: string
35973601
iri:
35983602
type: string
3599-
deprecated: true
36003603
description: The IRI of the entity that this node belongs to.
36013604
metadata:
36023605
type: object

0 commit comments

Comments
 (0)