{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://example.com/schemas/SocialAttitude.json",
  "title": "SocialAttitude",
  "type": "object", "properties": {
    "Header": { "type": "string", "pattern": "^MMC-ESA-V[0-9]{1,2}[.][0-9]{1.2}$" },
    "SocialAttitudeCategory": {"type": "object", "properties": {
      "ACCEPTANCE": { "type": "array", "items": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "accepting": { "type": "string", "enum": [ "friendly", "welcoming/inviting" ] },
        "exclusive/cliquish": { "type": "string", "enum": [ "unfriendly/hostile" ] } } } } } },
      "AGREEMENT/DISAGREEMENT": { "type": "array", "items": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "like-minded": { "type": "string", "enum": [ "like-minded" ] },
        "argumentative/disputatious": { "type": "string", "enum": [ "sarcastic" ] } } } } } },
      "AGGRESSION": { "type": "array", "items": { "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "aggressive": { "type": "string", "enum": [ "combative/belligerent", "passive-aggressive", "mocking" ] },
        "peaceful": { "type": "string", "enum": [ "peaceful" ] },
        "submissive": { "type": "string", "enum": [ "submissive" ] } } } } } },
      "APPROVAL/DISAPPROVAL": { "type": "array", "items": { "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "admiring/approving": { "type": "string", "enum": [ "awed", "flattering", "laudatory", "congratulatory" ] },
        "disapproving": { "type": "string", "enum": [ "contemptuous", "critical", "belittling" ] },
        "indifferent": { "type": "string", "enum": [ "indifferent" ] } } } } } },
      "ACTIVITY/PASSIVITY": { "type": "array", "items": { "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "assertive": { "type": "string", "enum": [ "controlling" ] },
        "passive": { "type": "string", "enum": [ "permissive/lenient" ] } } } } } },
      "COOPERATION": { "type": "array", "items": { "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "cooperative/agreeable": { "type": "string", "enum": [ "flexible", "supportive", "reasonable", "communicative" ] },
        "uncooperative": { "type": "string", "enum": [ "stubborn", "disagreeable", "subversive/undermining", "uncommunicative" ] } } } } } },
      "EMPATHY": { "type": "array", "items": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "empathetic/caring": { "type": "string", "enum": [ "kind", "sympathetic", "merciful", "selfless/altruistic", "generous", "supportive", "understanding" ] },
        "uncaring/callous": { "type": "string", "enum": [ "self-absorbed", "selfish/self-serving", "merciless/ruthless" ] } } } } } },
      "EXPECTATION": { "type": "array", "items": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "optimistic": { "type": "string", "enum": [ "positive", "sanguine" ] },
        "pessimistic": { "type": "string", "enum": [ "negative/defeatist", "cynical" ] } } } } } },
      "EXTROVERSION/INTROVERSION": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "outgoing/extroverted": { "type": "string", "enum": [ "uninhibited/unreserved", "sociable", "approachable" ] } } } } },
      "DEPENDENCE": { "type": "array", "items": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "dependent": { "type": "string", "enum": [ "helpless", "obedient", "servile/obsequious" ] },
        "indipendent": { "type": "string", "enum": [ "confident", "responsible/trustworthy/dependable" ] } } } } } },
      "MOTIVATION": { "type": "array", "items": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "motivated": { "type": "string", "enum": [ "inspired", "excited/stimulated" ] },
        "apathetic/indifferent": { "type": "string", "enum": [ "dismissive", "discouraged/dejected" ] } } } } } },
      "OPENNESS/TRUST": { "type": "array", "items": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "open": { "type": "string", "enum": [ "honest/sincere", "candid/frank", "reasonable", "trusting" ] },
        "trustworthy/responsible/dependable": { "type": "string", "enum": [ "faithful/loyal" ] },
        "closed/distant": { "type": "string", "enum": [ "distrustful", "dishonest/deceitful" ] } } } } } },
      "PRAISING/CRITICISM": { "type": "array", "items": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "laudatory": { "type": "string", "enum": [ "congratulatory", "flattering" ] }, 
        "critical": { "type": "string", "enum": [ "belittling/contemptuous" ] } } } } } },
      "RESENTMENT/FORGIVENESS": { "type": "array", "items": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "forgiving": { "type": "string", "enum": [ "understanding", "merciful" ] },
        "unforgiving/vindictive/spiteful/vengeful": { "type": "string", "enum": [ "petty" ] } } } } } },
      "SELF-PROMOTION": { "type": "array", "items": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "boastful": { "type": "string", "enum": [ "pompous/pretentious" ] },
        "modest/humble/unassuming": { "type": "string", "enum": [ "self-deprecating/self-effacing" ] } } } } } },
      "RESPONSIVENESS": { "type": "array", "items": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "responsive/demonstrative": { "type": "string", "enum": [ "enthusiastic", "emotional/passionate" ] },
        "unresponsive/undemonstrative": { "type": "string", "enum": [ "unenthusiastic", "unemotional/detached", "dispassionate" ] } } } } } },
      "SELF-ESTEEM": { "type": "array", "items": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "conceited/vain": { "type": "string", "enum": [ "smug" ] },
        "self-deprecating/self-effacing": { "type": "string", "enum": [ "self-deprecating/self-effacing" ] } } } } } },
      "SEXUALITY": { "type": "array", "items": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "seductive": { "type": "string", "enum": [ "suggestive/risqué/naughty" ] },
        "lewd/bawdy/indecent": { "type": "string", "enum": [ "lewd/bawdy/indecent" ] },
        "prudish/priggish": { "type": "string", "enum": [ "prudish/priggish" ] } } } } } },
      "SOCIAL DOMINANCE/CONFIDENCE": { "type": "array", "items": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "arrogant": { "type": "string", "enum": [ "forward/presumptuous", "brazen", "commanding/ domineering", "condescending/patronizing/snobbish", "pedantic", "pompous/pretentious" ] },
        "confident": { "type": "string", "enum": [ "cool" ] },
        "submissive": { "type": "string", "enum": [ "servile/obsequious" ] },
        "obedient": { "type": "string", "enum": [ "obedient" ] },
        "rebellious/defiant": { "type": "string", "enum": [ "rebellious/defiant" ] } } } } } },
      "SOCIAL RANK": { "type": "array", "items": {  "type": "object", "properties": { "GeneralAdjectival": {"type": "object", "properties": {
        "polite/courteous/respectful": { "type": "string", "enum": [ "unaffected" ] },
        "rude/disrespectful": { "type": "string", "enum": [ "rude/disrespectful" ] } } } } } } } },
    "DescrMetadata": { "type": "string" } }
}  
