-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi-clients-context.jsonld
More file actions
94 lines (91 loc) · 1.97 KB
/
Copy pathapi-clients-context.jsonld
File metadata and controls
94 lines (91 loc) · 1.97 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"@context": {
"@version": 1.1,
"apc": "https://api-evangelist.github.io/api-clients/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dcat": "https://www.w3.org/ns/dcat#",
"http": "http://www.w3.org/2011/http#",
"HTTPRequest": "http:Request",
"Collection": "apc:Collection",
"id": "@id",
"name": "schema:name",
"description": "schema:description",
"method": {
"@id": "http:methodName",
"@type": "xsd:string"
},
"url": {
"@id": "schema:url",
"@type": "@id"
},
"headers": {
"@id": "http:headers",
"@container": "@list"
},
"query": {
"@id": "apc:query",
"@container": "@list"
},
"body": "http:body",
"auth": {
"@id": "apc:auth",
"@type": "@id"
},
"protocol": {
"@id": "apc:protocol",
"@type": "xsd:string"
},
"tests": {
"@id": "apc:tests",
"@container": "@list"
},
"client": {
"@id": "apc:client",
"@type": "xsd:string"
},
"specVersion": {
"@id": "apc:specVersion",
"@type": "xsd:string"
},
"variables": {
"@id": "apc:variables",
"@container": "@set"
},
"requests": {
"@id": "apc:requests",
"@container": "@list",
"@type": "@id"
},
"folders": {
"@id": "apc:folders",
"@container": "@set"
},
"exportedFrom": {
"@id": "apc:exportedFrom",
"@type": "xsd:string"
},
"tags": {
"@id": "dcat:keyword",
"@container": "@set",
"@type": "xsd:string"
},
"secret": {
"@id": "apc:secret",
"@type": "xsd:boolean"
},
"disabled": {
"@id": "apc:disabled",
"@type": "xsd:boolean"
},
"language": {
"@id": "schema:programmingLanguage",
"@type": "xsd:string"
},
"mediaType": {
"@id": "dcterms:format",
"@type": "xsd:string"
}
}
}