mirror of
https://github.com/opencontainers/runtime-spec.git
synced 2026-02-05 09:45:57 +01:00
23 lines
469 B
JSON
23 lines
469 B
JSON
{
|
|
"definitions": {
|
|
"Device": {
|
|
"type": "object",
|
|
"properties": {
|
|
"id": {
|
|
"type": "string"
|
|
},
|
|
"idType": {
|
|
"type": "string",
|
|
"enum": [
|
|
"class"
|
|
]
|
|
}
|
|
},
|
|
"required": [
|
|
"id",
|
|
"idType"
|
|
]
|
|
}
|
|
}
|
|
}
|