docs(ios/engine): links for kmp.json schema references

This commit is contained in:
jahorton 2020-06-02 15:46:00 +07:00
parent d2c0f13915
commit 9b8f8586ec

View file

@ -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