Release-v27.0

This commit is contained in:
Cyrus Daboo
2026-09-17 09:59:16 -04:00
parent 67045e2fa0
commit 09f249a06e
759 changed files with 22171 additions and 2539 deletions
+15 -5
View File
@@ -8,11 +8,13 @@ This release corresponds to the following OS versions
| OS | Version |
|----------|---------|
| iOS | 26.4 |
| macOS | 26.4 |
| tvOS | 26.4 |
| visionOS | 26.4 |
| watchOS | 26.4 |
| iOS | 27.0 |
| macOS | 27.0 |
| tvOS | 27.0 |
| visionOS | 27.0 |
| watchOS | 27.0 |
See [Changes](CHANGES.md) for the significant changes in this release.
## What's Available
@@ -29,6 +31,14 @@ The following schema items are available:
* Other device management data formats
* OpenAPI specifications for select services - `openapi`
* Examples for schema items - `examples`
* This directory contains `declarative`, `mdm`, and `other` directories.
* Each sub-directory contains directories and files that mirror the structure of the corresponding schema directories.
* Each schema item has its own directory containing the example files for the schema object.
* Each YAML schema file contains an `examples` key that includes relative file paths to its example files.
## YAML Schema Definition
See [YAML Schema](docs/schema.md).