Attribute Objects
dynamic
Thedynamic member is part of every attribute. However it can only be true for top level (not nested) attributes
that are part of an :class:encord.objects.ontology_object.Object.
RadioAttribute Objects
add_option
label- user-visible name of the optionvalue- internal unique value; optional; normally mechanically constructed from the labellocal_uid- integer identifier of the option. Normally auto-generated; omit this unless the aim is to create an exact clone of existing ontologyfeature_node_hash- global identifier of the option. Normally auto-generated; omit this unless the aim is to create an exact clone of existing ontology
NestableOption instance attached to the attribute. This can be further specified by adding nested attributes.
ChecklistAttribute Objects
add_option
label- user-visible name of the optionvalue- internal unique value; optional; normally mechanically constructed from the labellocal_uid- integer identifier of the option. Normally auto-generated; omit this unless the aim is to create an exact clone of existing ontologyfeature_node_hash- global identifier of the option. Normally auto-generated; omit this unless the aim is to create an exact clone of existing ontology
FlatOption instance attached to the attribute.

