blob: 9f0a37e3208d3c252313bdd2004e879ad7fa0317 [file] [log] [blame]
{
"$schema": "https://json-schema.org/draft-07/schema",
"allOf": [
{
"$ref": "common.json#/definitions/sdk_element"
},
{
"properties": {
"version": {
"$ref": "common.json#/definitions/version",
"description": "Semver crate version"
}
},
"required": [
"version"
]
}
],
"description": "A third party Rust library",
"id": "https://fuchsia.com/schemas/sdk/3p_rust_library.json",
"type": "object"
}