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

    Variable $PerfilFindOneInputViewConst

    $PerfilFindOneInputView: {
        properties: {
            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";
                "x-unispec-constraint-entity-exists": "Perfil";
            };
        };
        required: readonly ["id"];
        type: "object";
    } = ...

    Type declaration

    • Readonlyproperties: {
          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";
              "x-unispec-constraint-entity-exists": "Perfil";
          };
      }
    • Readonlyrequired: readonly ["id"]
    • Readonlytype: "object"