CommandQueue

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
id string
type string
priority string
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-commandqueue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CommandQueue",
  "title": "CommandQueue",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "priority": {
      "type": "string"
    }
  }
}