mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
Release_iOS-16
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user