All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.72.source-code.cdm-legaldocumentation-master-Clause.schema.json Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.master",
  "type": "object",
  "title": "Clause",
  "description": "A type for documenting additional clause that cannot yet be represented with the model and yet needed for a digital representation of the agreement",
  "properties": {
    "identifier": {
      "description": "The  name or identifier associated to this clause ",
      "type": "string"
    },
    "terms": {
      "description": "Content of this bespoke clause",
      "type": "string"
    },
    "subcomponents": {
      "description": "Additional hierarchichal components of the clause if relevant",
      "type": "array",
      "items": {
        "$ref": "cdm-legaldocumentation-master-Clause.schema.json"
      },
      "minItems": 0
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy