
eedm.accounting-string-subcomponents.v13.0.accounting-string-subcomponents.json Maven / Gradle / Ivy
{
"title" : "Accounting String Subcomponents",
"description" : "The list of valid accounting string subcomponents.",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of the accounting string subcomponent.",
"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 accounting string subcomponent.",
"type" : "string",
"minLength" : 1
},
"description" : {
"title" : "Description",
"description" : "The description of the accounting string subcomponent.",
"type" : "string"
},
"type" : {
"title" : "Type",
"description" : "The type of subcomponent.",
"oneOf" : [ {
"type" : "string",
"enum" : [ "fund", "function", "object", "unit", "source", "location" ]
}, {
"type" : "string",
"maxLength" : 0
} ]
},
"parentSubcomponent" : {
"title" : "Parent Subcomponent",
"description" : "The accounting string subcomponent that is one level higher in the subcomponent hierarchy.",
"oneOf" : [ {
"type" : "object",
"properties" : {
"id" : {
"title" : "ID",
"description" : "The global identifier for the Parent Subcomponent.",
"type" : "string",
"format" : "guid",
"pattern" : "^[a-f0-9]{8}(?:-[a-f0-9]{4}){3}-[a-f0-9]{12}$"
}
},
"links" : [ {
"rel" : "self",
"href" : "/accounting-string-subcomponents/{id}",
"targetSchema" : {
"$ref" : "accounting-string-subcomponents.json#"
}
} ],
"additionalProperties" : false,
"required" : [ "id" ]
}, {
"type" : "object",
"maxProperties" : 0
} ]
}
},
"required" : [ "id", "title" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy