scorable.generated.openapi_aclient.models.nested_objective_list

Scorable API

Scorable JSON API provides a way to access Scorable using provisioned API token

The version of the OpenAPI document: 1.0.0 (latest) Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

Classes

NestedObjectiveList

NestedObjectiveList

Module Contents

class scorable.generated.openapi_aclient.models.nested_objective_list.NestedObjectiveList

Bases: pydantic.BaseModel

NestedObjectiveList

id: pydantic.StrictStr
intent: typing_extensions.Annotated[str, Field(strict=True, max_length=100000)] | None = None
model_config
status: scorable.generated.openapi_aclient.models.status_enum.StatusEnum | None = None
validators: List[scorable.generated.openapi_aclient.models.objective_validator.ObjectiveValidator]