/[sudobot]/trunk/config/schema/extension.json
ViewVC logotype

Contents of /trunk/config/schema/extension.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (show annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 868 byte(s)
chore: add trunk
1 {
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