{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Zeoel Team Project",
  "type": "object",
  "properties": {
    "project": {
      "type": "object"
    },
    "company": {
      "type": "object"
    },
    "client": {
      "type": "object"
    },
    "workflow": {
      "type": "object"
    },
    "execution": {
      "type": "object"
    },
    "tools": {
      "type": "object"
    },
    "quality": {
      "type": "object"
    }
  },
  "required": [
    "project",
    "workflow",
    "quality"
  ],
  "additionalProperties": true
}
