{
"id": "garden.lexicon.exultant-zebra.distribution",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"app",
"data"
],
"properties": {
"os": {
"type": "string",
"description": "The operating system and platform, e.g. 'apple-darwin', 'unknown-linux-gnu'."
},
"app": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the application this distribution belongs to."
},
"arch": {
"type": "string",
"description": "The CPU architecture, e.g. 'aarch64', 'x86_64'."
},
"data": {
"type": "blob",
"accept": [
"*/*"
],
"description": "The distribution binary."
}
}
},
"description": "A distribution of an application for a specific platform."
}
},
"lexicon": 1
}