Skip to content

Commit 4553755

Browse files
committedJan 7, 2025
Add schema
1 parent 8eec24f commit 4553755

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
 

‎schema.yml

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
required: true
15+
tags:
16+
- type: string
17+
required_runtime_version:
18+
type: string
19+
license:
20+
type: string
21+
docs:
22+
type: string
23+
package_descriptor:
24+
urls:
25+
- - type: string
26+
verification:
27+
- fqbn:
28+
type: string
29+
library_version:
30+
type: string
31+
runtime_version:
32+
type: string
33+
tester:
34+
type: string

0 commit comments

Comments
 (0)