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 / largest
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "t": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "tx": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "valueUsd": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / results / items / properties / latestAt
Added value: +{
+ "type": [
+ "number",
+ "null"
+ ]
+}
addedOutput schema / properties / results / items / properties / source
Added value: +{
+ "type": "string"
+}