mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
docs(ios/engine): links for kmp.json schema references
This commit is contained in:
parent
d2c0f13915
commit
9b8f8586ec
1 changed files with 8 additions and 0 deletions
|
|
@ -8,6 +8,14 @@
|
|||
|
||||
import Foundation
|
||||
|
||||
/**
|
||||
* This class serializes to and deserializes from JSON following the schema found here for every package's kmp.json:
|
||||
* - https://api.keyman.com/schemas/package/1.1.0/package.json
|
||||
*
|
||||
* It should be kept updated to match the latest schema version whenever updates occur.
|
||||
*
|
||||
* Documentation link: https://help.keyman.com/developer/current-version/reference/file-types/metadata
|
||||
*/
|
||||
public class KMPMetadata: Codable {
|
||||
var system: KMPSystem
|
||||
var options: KMPOptions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue