Variable $GradeHorarioOfertaFormacaoFindOneInputViewConst

$GradeHorarioOfertaFormacaoFindOneInputView: {
    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": "GradeHorarioOfertaFormacao";
        };
    };
    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": "GradeHorarioOfertaFormacao";
        };
    }
  • Readonlyrequired: readonly ["id"]
  • Readonlytype: "object"