UNS Locks

Introduction

Locks are linked to a name and are created so when someone is in the process of purchasing a name they have time to complete the purchase without anyone being able to interact with the name in the meantime.

Lock Model

FieldTypeAllowed Values - FormatDescription
lock_idStringUUID formatID of the lock
persona_idStringUUID formatPersona_id that is locking the name
lock_dateDateTimeDateTimeTime when the lock was created
expiration_dateDateTimeTime when the lock runs out and the name can be locked again
created_byStringIdentifier of who created the lock
{
	"lock_id": "454335f4-8a97-11ed-a1eb-0242ac120002",
  "persona_id": "5961276c-8a97-11ed-a1eb-0242ac120002",
  "lock_date": "2022-12-31T00:00:.000+00:00",
  "expiration_date": "2022-12-31T00:00:.000+00:00",
  "created_by": "5fcbb4be-8a97-11ed-a1eb-0242ac120002" 
}