Realistic output shape
Illustrative output from the canonical adapter fixture and schema. It is not a completed paid execution or a current live observation.
{
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"normalizedSha256": "0000000000000000000000000000000000000000000000000000000000000000",
"byteCount": 0,
"normalizedLength": 0,
"type": "example",
"normalization": "example"
}
View complete output schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"additionalProperties": false,
"minProperties": 6,
"maxProperties": 6,
"required": [
"sha256",
"normalizedSha256",
"byteCount",
"normalizedLength",
"type",
"normalization"
],
"properties": {
"sha256": {
"type": "string",
"pattern": "^[0-9a-f]{64}$",
"minLength": 64,
"maxLength": 64
},
"normalizedSha256": {
"type": "string",
"pattern": "^[0-9a-f]{64}$",
"minLength": 64,
"maxLength": 64
},
"byteCount": {
"type": "integer",
"minimum": 0,
"maximum": 1048576
},
"normalizedLength": {
"type": "integer",
"minimum": 0,
"maximum": 1048576
},
"type": {
"type": "string",
"minLength": 1,
"maxLength": 128
},
"normalization": {
"type": "string",
"minLength": 1,
"maxLength": 128
}
}
}