diff --git a/blockstack_client/schemas.py b/blockstack_client/schemas.py index a4d5f7867..a047a79c1 100644 --- a/blockstack_client/schemas.py +++ b/blockstack_client/schemas.py @@ -1319,6 +1319,10 @@ NAMEOP_SCHEMA_PROPERTIES = { 'address': OP_HISTORY_SCHEMA['properties']['address'], 'block_number': OP_HISTORY_SCHEMA['properties']['block_number'], 'consensus_hash': OP_HISTORY_SCHEMA['properties']['consensus_hash'], + 'expired': { + # NOTE: filled in by the indexer + 'type': 'boolean', + }, 'expire_block': { # NOTE: filled in by the indexer 'type': 'integer',