addedOutput schema / properties / meta
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "contentHash": {
+ "type": "string"
+ },
+ "generated": {
+ "type": "number"
+ },
+ "priceUsd": {
+ "type": "number"
+ },
+ "validUntil": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / receipt
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "bytes": {
+ "type": "number"
+ },
+ "covers": {
+ "type": "string"
+ },
+ "issuedAt": {
+ "type": "number"
+ },
+ "lookup": {
+ "type": "string"
+ },
+ "network": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "nonce": {
+ "type": "string"
+ },
+ "seq": {
+ "type": "number"
+ },
+ "settleTx": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sha256": {
+ "type": "string"
+ },
+ "tool": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / results / items / properties / calibration
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / results / items / properties / latestBucket
Added value: +{
+ "type": [
+ "number",
+ "null"
+ ]
+}
addedOutput schema / properties / results / items / properties / rule
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "changedInsideWindow": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "rule": {
+ "type": "string"
+ },
+ "since": {
+ "type": "string"
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+}
addedOutput schema / properties / results / items / properties / source
Added value: +{
+ "type": "string"
+}