-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathswagger-codegen-context.jsonld
More file actions
58 lines (55 loc) · 1.85 KB
/
swagger-codegen-context.jsonld
File metadata and controls
58 lines (55 loc) · 1.85 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
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"codegen": "https://api-evangelist.github.io/swagger-codegen/vocab#",
"CodeGenerator": {
"@id": "codegen:CodeGenerator",
"@type": "@id"
},
"GenerationRequest": {
"@id": "codegen:GenerationRequest",
"@type": "@id"
},
"GeneratorLanguage": {
"@id": "codegen:GeneratorLanguage",
"@type": "@id"
},
"GeneratorOption": {
"@id": "codegen:GeneratorOption",
"@type": "@id"
},
"ClientSdk": {
"@id": "codegen:ClientSdk",
"@type": "@id"
},
"ServerStub": {
"@id": "codegen:ServerStub",
"@type": "@id"
},
"name": { "@id": "schema:name" },
"description": { "@id": "schema:description" },
"url": { "@id": "schema:url", "@type": "@id" },
"programmingLanguage": { "@id": "schema:programmingLanguage" },
"codeRepository": { "@id": "schema:codeRepository", "@type": "@id" },
"license": { "@id": "schema:license", "@type": "@id" },
"version": { "@id": "schema:version" },
"softwareVersion": { "@id": "schema:softwareVersion" },
"featureList": { "@id": "schema:featureList" },
"generatorType": { "@id": "codegen:generatorType" },
"codegenVersion": { "@id": "codegen:codegenVersion" },
"lang": { "@id": "codegen:lang" },
"specURL": { "@id": "codegen:specURL", "@type": "@id" },
"packageName": { "@id": "codegen:packageName" },
"packageVersion": { "@id": "codegen:packageVersion" },
"groupId": { "@id": "codegen:groupId" },
"artifactId": { "@id": "codegen:artifactId" },
"modelPackage": { "@id": "codegen:modelPackage" },
"apiPackage": { "@id": "codegen:apiPackage" },
"templateEngine": { "@id": "codegen:templateEngine" },
"supportedLanguages": {
"@id": "codegen:supportedLanguages",
"@container": "@list"
}
}
}