@keymanapp/common-types
Version:
Keyman Developer keyboard file types
40 lines (38 loc) • 1.4 kB
JavaScript
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="c72b77b2-073b-57aa-aa2a-c24abd2d7fe1")}catch(e){}}();
export default {
"$ref": "#/definitions/displayMap",
"definitions": {
"displayMap": {
"type": "object",
"properties": {
"map": {
"type": "array",
"items": {
"$ref": "#/definitions/map"
}
}
}
},
"map": {
"type": "object",
"properties": {
"pua": { "type": "string" },
"str": { "type": "string" },
"unicode": { "type": "string" },
"usages": { "anyOf": [
{ "type": "array", "items": { "$ref": "#/definitions/usage" } },
{ "type": "array", "items": { "type": "string" } }
] }
}
},
"usage": {
"type": "object",
"properties": {
"filename": { "type": "string" },
"count": { "type": "number" }
}
}
}
};
//# sourceMappingURL=displaymap.schema.js.map
//# debugId=c72b77b2-073b-57aa-aa2a-c24abd2d7fe1