🚧 Em Construção 🚧
Saltar al contenido principal

Chapter

entity_iduuid

Identificador único universal no formato UUIDv7 (RFC 9562).

Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-7[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$

entity_typestring

Possible values: [CHAPTER]

external_entity_idExternalEntityID (string)nullable

Identificador externo da entidade para interoperabilidade com outros sistemas.

Possible values: non-empty and <= 36 characters

Example: ext-123
versionVersion (integer)

Possible values: >= 0 and <= 128

namestring
descriptionstringnullable
ledger_entity_iduuid

Identificador único universal no formato UUIDv7 (RFC 9562).

Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-7[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$

created_atdate-time

Data e hora no formato no formato ISO 8601 / RFC 3339 (UTC).

Possible values: Value must match regular expression ^(?<year>[0-9]{4})-?(?<month>1[0-2]|0[1-9])-?(?<day>3[01]|0[1-9]|[12][0-9])T(?<hour>2[0-3]|[01][0-9]):?(?<minute>[0-5][0-9]):?(?<second>[0-5][0-9])(?:\.(?<fraction>[0-9]{1,9}))?Z$

updated_atdate-time

Data e hora no formato no formato ISO 8601 / RFC 3339 (UTC).

Possible values: Value must match regular expression ^(?<year>[0-9]{4})-?(?<month>1[0-2]|0[1-9])-?(?<day>3[01]|0[1-9]|[12][0-9])T(?<hour>2[0-3]|[01][0-9]):?(?<minute>[0-5][0-9]):?(?<second>[0-5][0-9])(?:\.(?<fraction>[0-9]{1,9}))?Z$

discarded_atdate-timenullable

Data e hora no formato no formato ISO 8601 / RFC 3339 (UTC).

Possible values: Value must match regular expression ^(?<year>[0-9]{4})-?(?<month>1[0-2]|0[1-9])-?(?<day>3[01]|0[1-9]|[12][0-9])T(?<hour>2[0-3]|[01][0-9]):?(?<minute>[0-5][0-9]):?(?<second>[0-5][0-9])(?:\.(?<fraction>[0-9]{1,9}))?Z$

metadata object

Os metadados a serem adicionados à entidade devem ser fornecidos como pares de chave-valor em um formato de objeto JSON, com chave e valor como strings. O tamanho maximo do objeto deve ser 1MB.

property name*string
Chapter
{
"entity_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"entity_type": "CHAPTER",
"external_entity_id": "ext-123",
"version": 0,
"name": "string",
"description": "string",
"ledger_entity_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"discarded_at": "2024-07-29T15:51:28.071Z",
"metadata": {
"foo": "bar"
}
}