1
0
mirror of https://github.com/opencontainers/runtime-spec.git synced 2026-02-05 09:45:57 +01:00
Files
runtime-spec/schema/defs-windows.json
2018-07-10 14:00:50 -07:00

23 lines
469 B
JSON

{
"definitions": {
"Device": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"idType": {
"type": "string",
"enum": [
"class"
]
}
},
"required": [
"id",
"idType"
]
}
}
}