Skip to content

Commit 617cbd1

Browse files
committed
Add neu folder for module type profiles with an exemplary SFP profile
1 parent eeadf01 commit 617cbd1

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: SFP Transceiver
3+
schema: {
4+
"properties": {
5+
"connector_type": {
6+
"description": "Physical connector type",
7+
"enum": [
8+
"LC",
9+
"SC",
10+
"MPO",
11+
"RJ45"
12+
],
13+
"type": "string"
14+
},
15+
"wavelength": {
16+
"description": "Operating wavelength",
17+
"enum": [
18+
"850nm",
19+
"1310nm",
20+
"1550nm",
21+
"SWDM",
22+
"CWDM",
23+
"DWDM",
24+
"copper"
25+
],
26+
"type": "string"
27+
}
28+
}
29+
}

0 commit comments

Comments
 (0)