{
   "$schema": "https://json-schema.org/draft/2020-12/schema",
   "$id": "https://schemas.mpai.community/MMC/V2.2/data/Intention.json",
   "definitions": {
     "Intention": {
       "type": "object",
       "properties": {
         "qtopic": {
           "type": "string"
         },
         "qfocus": {
           "type": "string"
         },
         "qLAT": {
           "type": "string"
         },
         "qSAT": {
           "type": "string"
         },
         "qdomain": {
           "type": "string"
         }
       }
     }
   }
 }