updated schema files

This commit is contained in:
Jędrzej Stuczyński
2024-06-06 16:02:15 +01:00
parent c50c30ae76
commit f1486fb989
9 changed files with 68 additions and 8 deletions
@@ -3402,6 +3402,16 @@
"description": "Provides the build version, for example `0.1.0-9-g46f83e1`.",
"type": "string"
},
"cargo_debug": {
"description": "Provides the cargo debug mode that was used for the build.",
"default": "unknown",
"type": "string"
},
"cargo_opt_level": {
"description": "Provides the opt value set by cargo during the build",
"default": "unknown",
"type": "string"
},
"commit_branch": {
"description": "Provides the name of the git branch that was used for the build, for example `master`.",
"type": "string"
@@ -3414,6 +3424,11 @@
"description": "Provides the timestamp of the commit that was used for the build, for example `2021-02-23T08:08:02-05:00`.",
"type": "string"
},
"contract_name": {
"description": "Provides the name of the binary, i.e. the content of `CARGO_PKG_NAME` environmental variable.",
"default": "unknown",
"type": "string"
},
"rustc_version": {
"description": "Provides the rustc version that was used for the build, for example `1.52.0-nightly`.",
"type": "string"
@@ -19,6 +19,16 @@
"description": "Provides the build version, for example `0.1.0-9-g46f83e1`.",
"type": "string"
},
"cargo_debug": {
"description": "Provides the cargo debug mode that was used for the build.",
"default": "unknown",
"type": "string"
},
"cargo_opt_level": {
"description": "Provides the opt value set by cargo during the build",
"default": "unknown",
"type": "string"
},
"commit_branch": {
"description": "Provides the name of the git branch that was used for the build, for example `master`.",
"type": "string"
@@ -31,6 +41,11 @@
"description": "Provides the timestamp of the commit that was used for the build, for example `2021-02-23T08:08:02-05:00`.",
"type": "string"
},
"contract_name": {
"description": "Provides the name of the binary, i.e. the content of `CARGO_PKG_NAME` environmental variable.",
"default": "unknown",
"type": "string"
},
"rustc_version": {
"description": "Provides the rustc version that was used for the build, for example `1.52.0-nightly`.",
"type": "string"
@@ -731,7 +731,7 @@
}
},
"label": {
"description": "A human-readbale label for the contract",
"description": "A human-readable label for the contract.\n\nValid values should: - not be empty - not be bigger than 128 bytes (or some chain-specific limit) - not start / end with whitespace",
"type": "string"
},
"msg": {
@@ -1892,7 +1892,7 @@
}
},
"label": {
"description": "A human-readbale label for the contract",
"description": "A human-readable label for the contract.\n\nValid values should: - not be empty - not be bigger than 128 bytes (or some chain-specific limit) - not start / end with whitespace",
"type": "string"
},
"msg": {
@@ -2634,7 +2634,7 @@
}
},
"label": {
"description": "A human-readbale label for the contract",
"description": "A human-readable label for the contract.\n\nValid values should: - not be empty - not be bigger than 128 bytes (or some chain-specific limit) - not start / end with whitespace",
"type": "string"
},
"msg": {
@@ -3274,7 +3274,7 @@
}
},
"label": {
"description": "A human-readbale label for the contract",
"description": "A human-readable label for the contract.\n\nValid values should: - not be empty - not be bigger than 128 bytes (or some chain-specific limit) - not start / end with whitespace",
"type": "string"
},
"msg": {
@@ -466,7 +466,7 @@
}
},
"label": {
"description": "A human-readbale label for the contract",
"description": "A human-readable label for the contract.\n\nValid values should: - not be empty - not be bigger than 128 bytes (or some chain-specific limit) - not start / end with whitespace",
"type": "string"
},
"msg": {
@@ -535,7 +535,7 @@
}
},
"label": {
"description": "A human-readbale label for the contract",
"description": "A human-readable label for the contract.\n\nValid values should: - not be empty - not be bigger than 128 bytes (or some chain-specific limit) - not start / end with whitespace",
"type": "string"
},
"msg": {
@@ -520,7 +520,7 @@
}
},
"label": {
"description": "A human-readbale label for the contract",
"description": "A human-readable label for the contract.\n\nValid values should: - not be empty - not be bigger than 128 bytes (or some chain-specific limit) - not start / end with whitespace",
"type": "string"
},
"msg": {
@@ -535,7 +535,7 @@
}
},
"label": {
"description": "A human-readbale label for the contract",
"description": "A human-readable label for the contract.\n\nValid values should: - not be empty - not be bigger than 128 bytes (or some chain-specific limit) - not start / end with whitespace",
"type": "string"
},
"msg": {
@@ -2178,6 +2178,16 @@
"description": "Provides the build version, for example `0.1.0-9-g46f83e1`.",
"type": "string"
},
"cargo_debug": {
"description": "Provides the cargo debug mode that was used for the build.",
"default": "unknown",
"type": "string"
},
"cargo_opt_level": {
"description": "Provides the opt value set by cargo during the build",
"default": "unknown",
"type": "string"
},
"commit_branch": {
"description": "Provides the name of the git branch that was used for the build, for example `master`.",
"type": "string"
@@ -2190,6 +2200,11 @@
"description": "Provides the timestamp of the commit that was used for the build, for example `2021-02-23T08:08:02-05:00`.",
"type": "string"
},
"contract_name": {
"description": "Provides the name of the binary, i.e. the content of `CARGO_PKG_NAME` environmental variable.",
"default": "unknown",
"type": "string"
},
"rustc_version": {
"description": "Provides the rustc version that was used for the build, for example `1.52.0-nightly`.",
"type": "string"
@@ -19,6 +19,16 @@
"description": "Provides the build version, for example `0.1.0-9-g46f83e1`.",
"type": "string"
},
"cargo_debug": {
"description": "Provides the cargo debug mode that was used for the build.",
"default": "unknown",
"type": "string"
},
"cargo_opt_level": {
"description": "Provides the opt value set by cargo during the build",
"default": "unknown",
"type": "string"
},
"commit_branch": {
"description": "Provides the name of the git branch that was used for the build, for example `master`.",
"type": "string"
@@ -31,6 +41,11 @@
"description": "Provides the timestamp of the commit that was used for the build, for example `2021-02-23T08:08:02-05:00`.",
"type": "string"
},
"contract_name": {
"description": "Provides the name of the binary, i.e. the content of `CARGO_PKG_NAME` environmental variable.",
"default": "unknown",
"type": "string"
},
"rustc_version": {
"description": "Provides the rustc version that was used for the build, for example `1.52.0-nightly`.",
"type": "string"