Skip to content

Commit bfc81a7

Browse files
committed
Add schema
1 parent 8eec24f commit bfc81a7

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

Diff for: schema.yml

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
packages:
3+
- name:
4+
type: string
5+
required: true
6+
url:
7+
type: string
8+
required: true
9+
description:
10+
type: string
11+
required: true
12+
author:
13+
type: string
14+
tags:
15+
- type: string
16+
required_runtime_version:
17+
type: string
18+
license:
19+
type: string
20+
docs:
21+
type: string
22+
package_descriptor:
23+
urls:
24+
- - type: string
25+
verification:
26+
- fqbn:
27+
type: string
28+
library_version:
29+
type: string
30+
micropython_version:
31+
type: string
32+
tester:
33+
type: string

0 commit comments

Comments
 (0)