forked from opengeospatial/ogcapi-records
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinkBase.yaml
More file actions
45 lines (45 loc) · 1.17 KB
/
linkBase.yaml
File metadata and controls
45 lines (45 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
type: object
properties:
rel:
type: string
description: The type or semantics of the relation.
type:
type: string
description: |-
A hint indicating what the media type of the
result of dereferencing the link should be.
hreflang:
type: string
description: |-
A hint indicating what the language of the
result of dereferencing the link should be.
title:
type: string
description: |-
Used to label the destination of a link
such that it can be used as a human-readable
identifier.
length:
type: integer
profile:
type: array
description: |-
One or more identifiers that provide information about additional
semantics (constraints, conventions, extensions), in addition to
those defined by the media type, that are associated with the
target resource.
items:
type: string
created:
type: string
description: |-
Date of creation of the resource pointed to
by the link.
format: date-time
updated:
type: string
description: |-
Most recent date on which the resource pointed
to by the link was changed.
format: date-time