File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments