Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apple/device-management
Device management schema data for MDM.
https://github.com/apple/device-management
Last synced: 6 days ago
JSON representation
Device management schema data for MDM.
- Host: GitHub
- URL: https://github.com/apple/device-management
- Owner: apple
- License: mit
- Created: 2022-05-20T19:32:55.000Z (over 2 years ago)
- Default Branch: release
- Last Pushed: 2024-11-20T21:52:59.000Z (22 days ago)
- Last Synced: 2024-11-30T00:02:49.129Z (13 days ago)
- Homepage:
- Size: 487 KB
- Stars: 673
- Watchers: 138
- Forks: 66
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-mdm-dev - Apple Device Management Client Schema - YAML files on GitHub from which Apple's MDM docs are built (Tools :hammer_and_wrench:)
README
# Device Management Client Schema
This repository contains Apple's Device Management Client schema data for the MDM (Mobile Device Management) protocol, and the Declarative Device Management feature.
## OS Versions
This release corresponds to the following OS versions
| OS | Version |
|----------|---------|
| iOS | 18.1 |
| macOS | 15.1 |
| tvOS | 18.1 |
| visionOS | 2.1 |
| watchOS | 11.1 |## Important Release Notes
### Declarative device management related status
Declarative device management configuration schema now includes a `related-status-items` key to show the relationship between status items and configurations.
## What's Available
The following schema items are available:
* MDM commands - `mdm/commands`
* MDM check-in requests - `mdm/checkin`
* MDM profiles - `mdm/profiles`
* MDM errors - `mdm/errors`* Declarative device management declarations - `declarative/declarations`
* Declarative device management status items - `declarative/status`
* Declarative device management protocol - `declarative/protocol`* Other device management data formats
## YAML Schema Definition
See [YAML Schema](docs/schema.md).
## Providing Feedback
All feedback on the data in this repository should be made using the `Feedback Assistant` app or website (https://feedbackassistant.apple.com). Select feedback for `Enterprise & Education`, and choose the `Mobile Device Management (MDM)` area.
We will NOT be accepting pull requests on this repository - please use `Feedback Assistant` for all requests.