diff --git a/module-type-profiles/sfp-transceiver.yaml b/module-type-profiles/sfp-transceiver.yaml new file mode 100644 index 0000000000..8a5d7df12a --- /dev/null +++ b/module-type-profiles/sfp-transceiver.yaml @@ -0,0 +1,29 @@ +--- +name: SFP Transceiver +schema: { + "properties": { + "connector_type": { + "description": "Physical connector type", + "enum": [ + "LC", + "SC", + "MPO", + "RJ45" + ], + "type": "string" + }, + "wavelength": { + "description": "Operating wavelength", + "enum": [ + "850nm", + "1310nm", + "1550nm", + "SWDM", + "CWDM", + "DWDM", + "copper" + ], + "type": "string" + } + } +} \ No newline at end of file