Parent Directory
|
Revision Log
chore: add trunk
1 | rakinar2 | 575 | { |
2 | "type": "object", | ||
3 | "properties": { | ||
4 | "main": { | ||
5 | "type": "string" | ||
6 | }, | ||
7 | "language": { | ||
8 | "type": "string", | ||
9 | "enum": [ | ||
10 | "typescript", | ||
11 | "javascript" | ||
12 | ] | ||
13 | }, | ||
14 | "build_command": { | ||
15 | "type": "string" | ||
16 | }, | ||
17 | "resources": { | ||
18 | "type": "string" | ||
19 | }, | ||
20 | "name": { | ||
21 | "type": "string" | ||
22 | }, | ||
23 | "description": { | ||
24 | "type": "string" | ||
25 | }, | ||
26 | "id": { | ||
27 | "type": "string" | ||
28 | }, | ||
29 | "icon": { | ||
30 | "type": "string" | ||
31 | }, | ||
32 | "readmeFileName": { | ||
33 | "type": "string", | ||
34 | "default": "README.md" | ||
35 | } | ||
36 | }, | ||
37 | "required": [ | ||
38 | "id" | ||
39 | ], | ||
40 | "additionalProperties": false, | ||
41 | "$schema": "http://json-schema.org/draft-07/schema#" | ||
42 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |