
eedm.vendor-hold-reasons.v8.0.vendor-hold-reasons.json Maven / Gradle / Ivy
{
"title" : "Vendor Hold Reasons",
"description" : "A list of valid reasons for holding vendor payments.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of the vendor hold reason.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
},
"title" : {
"title" : "Title",
"description" : "The full name of the vendor hold reason.",
"type" : "string",
"minLength" : 1
},
"description" : {
"title" : "Description",
"description" : "The description of the vendor hold reason.",
"type" : "string"
},
"code" : {
"title" : "Code",
"description" : "The code that may be used to identify the vendor hold reason.",
"type" : "string"
}
},
"required" : [ "id", "title" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy