mirror of
https://github.com/apple/device-management.git
synced 2026-02-12 12:52:53 +00:00
33 lines
728 B
YAML
33 lines
728 B
YAML
title: Status Test Array Value
|
|
description: A test status item array.
|
|
payload:
|
|
statusitemtype: test.array-value
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '16.0'
|
|
macOS:
|
|
introduced: '13.0'
|
|
tvOS:
|
|
introduced: '16.0'
|
|
payloadkeys:
|
|
- key: test.array-value
|
|
title: Status item value.
|
|
type: <array>
|
|
presence: required
|
|
content: Status value.
|
|
subkeytype: Array
|
|
subkeys:
|
|
- key: status_value
|
|
type: <dictionary>
|
|
subkeys:
|
|
- key: key1
|
|
title: First Key Value
|
|
type: <string>
|
|
presence: required
|
|
content: The value of the first sub-key.
|
|
- key: key2
|
|
title: Second Key Value
|
|
type: <string>
|
|
presence: optional
|
|
content: The value of the second sub-key.
|