@ladesa-ro/api-client-fetch - v1.0.0-next.35
    Preparing search index...

    Variable $ModalidadeFindOneResultViewConst

    $ModalidadeFindOneResultView: {
        properties: {
            dateCreated: {
                $id: "ladesa://schemas/v3/generics/date_time.json";
                $schema: "https://json-schema.org/draft/2020-12/schema";
                description: "Data e hora da criação do registro.";
                format: "date-time";
                nullable: false;
                type: "string";
            };
            dateDeleted: {
                $schema: "https://json-schema.org/draft/2020-12/schema";
                description: "Data e hora da exclusão do registro.";
                format: "date-time";
                nullable: true;
                type: "string";
            };
            dateUpdated: {
                $id: "ladesa://schemas/v3/generics/date_time.json";
                $schema: "https://json-schema.org/draft/2020-12/schema";
                description: "Data e hora da alteração do registro.";
                format: "date-time";
                nullable: false;
                type: "string";
            };
            id: {
                $id: "ladesa://schemas/v3/generics/uuid.json";
                $schema: "https://json-schema.org/draft/2020-12/schema";
                description: "Identificador do registro (uuid).";
                format: "uuid";
                nullable: false;
                type: "string";
            };
            slug: {
                description: "Apelido da modalidade.";
                minLength: 1;
                nullable: false;
                type: "string";
            };
        };
        required: readonly [
            "id",
            "slug",
            "dateCreated",
            "dateUpdated",
            "dateDeleted",
        ];
        type: "object";
    } = ...

    Type declaration

    • Readonlyproperties: {
          dateCreated: {
              $id: "ladesa://schemas/v3/generics/date_time.json";
              $schema: "https://json-schema.org/draft/2020-12/schema";
              description: "Data e hora da criação do registro.";
              format: "date-time";
              nullable: false;
              type: "string";
          };
          dateDeleted: {
              $schema: "https://json-schema.org/draft/2020-12/schema";
              description: "Data e hora da exclusão do registro.";
              format: "date-time";
              nullable: true;
              type: "string";
          };
          dateUpdated: {
              $id: "ladesa://schemas/v3/generics/date_time.json";
              $schema: "https://json-schema.org/draft/2020-12/schema";
              description: "Data e hora da alteração do registro.";
              format: "date-time";
              nullable: false;
              type: "string";
          };
          id: {
              $id: "ladesa://schemas/v3/generics/uuid.json";
              $schema: "https://json-schema.org/draft/2020-12/schema";
              description: "Identificador do registro (uuid).";
              format: "uuid";
              nullable: false;
              type: "string";
          };
          slug: {
              description: "Apelido da modalidade.";
              minLength: 1;
              nullable: false;
              type: "string";
          };
      }
    • Readonlyrequired: readonly ["id", "slug", "dateCreated", "dateUpdated", "dateDeleted"]
    • Readonlytype: "object"