
eedm.commerce-tax-codes.v8.1.0.commerce-tax-codes.json Maven / Gradle / Ivy
{
"title" : "Commerce Tax Codes",
"description" : "A list of tax jurisdictions used to determine applicable commerce taxes.",
"version" : "8.1.0",
"type" : "object",
"properties" : {
"metadata" : {
"$ref" : "resource:/eedm/metadata.json"
},
"id" : {
"title" : "ID",
"description" : "The global identifier of the commerce tax code.",
"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 commerce tax code.",
"type" : "string",
"minLength" : 1
},
"description" : {
"title" : "Description",
"description" : "The description of the commerce tax code.",
"type" : "string"
},
"code" : {
"title" : "Code",
"description" : "A code that may be used to identify the tax jurisdiction.",
"type" : "string"
},
"startOn" : {
"title" : "Start On",
"description" : "The first date that the tax code is effective.",
"type" : "string",
"format" : "date",
"pattern" : "^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])$"
},
"endOn" : {
"title" : "End On",
"description" : "The last date that the tax code is effective.",
"oneOf" : [ {
"type" : "string",
"format" : "date",
"pattern" : "^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])$"
}, {
"type" : "string",
"maxLength" : 0
} ]
}
},
"required" : [ "id", "title", "startOn" ],
"additionalProperties" : false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy