Variable $OfertaFormacaoFindOneInputViewConst
$OfertaFormacaoFindOneInputView: {
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": "OfertaFormacao";
};
};
required: readonly ["id"];
type: "object";
} = ...
Type declaration
Readonly
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": "OfertaFormacao";
};
}
Readonly
required: readonly ["id"]
Readonly
type: "object"