
eedm.fixed-asset-categories.v12.0.fixed-asset-categories.json Maven / Gradle / Ivy
{
"title" : "Fixed Asset Categories",
"description" : "The valid list of user defined fixed asset categories.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of the fixed asset category.",
"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 fixed asset category.",
"type" : "string",
"minLength" : 1
},
"description" : {
"title" : "Description",
"description" : "The description of the fixed asset category.",
"type" : "string"
},
"code" : {
"title" : "Code",
"description" : "A code that may be used to identify the fixed asset category.",
"type" : "string"
}
},
"required" : [ "id", "title" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy