{"openapi":"3.1.0","info":{"title":"OpenEmotions™ API","description":"Evidence-aware affective knowledge. Anonymous, read-only access. Editorial seeds are not established scientific findings.","version":"0.1.0"},"paths":{"/v1/meta":{"get":{"tags":["Metadata"],"summary":"Dataset identity and available entity types","operationId":"meta_v1_meta_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_dict_"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}}}},"/v1/emotions":{"get":{"tags":["Emotions"],"summary":"Search and browse emotions","description":"Case-insensitive literal search across name and description. Stable sorting with ID tie-breaker. Pages are one-based; up to 100 items per page. Transition filters match exact slugs.","operationId":"list_emotions","parameters":[{"name":"search","in":"query","required":false,"schema":{"type":"string","maxLength":200,"default":"","title":"Search"}},{"name":"valence","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Valence"}},{"name":"evidence_status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Evidence Status"}},{"name":"family","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Family"}},{"name":"sort","in":"query","required":false,"schema":{"enum":["name","-name","slug","-slug","evidence_status","-evidence_status"],"type":"string","default":"name","title":"Sort"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"To"}},{"name":"trigger","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Trigger"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_Emotion__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/emotions/{slug}":{"get":{"tags":["Emotions"],"summary":"Retrieve a emotion by stable slug","operationId":"get_emotion","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_Emotion_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/triggers":{"get":{"tags":["Triggers"],"summary":"Search and browse triggers","description":"Case-insensitive literal search across name and description. Stable sorting with ID tie-breaker. Pages are one-based; up to 100 items per page. Transition filters match exact slugs.","operationId":"list_triggers","parameters":[{"name":"search","in":"query","required":false,"schema":{"type":"string","maxLength":200,"default":"","title":"Search"}},{"name":"valence","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Valence"}},{"name":"evidence_status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Evidence Status"}},{"name":"family","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Family"}},{"name":"sort","in":"query","required":false,"schema":{"enum":["name","-name","slug","-slug","evidence_status","-evidence_status"],"type":"string","default":"name","title":"Sort"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"To"}},{"name":"trigger","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Trigger"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_Trigger__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/triggers/{slug}":{"get":{"tags":["Triggers"],"summary":"Retrieve a trigger by stable slug","operationId":"get_trigger","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_Trigger_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/appraisals":{"get":{"tags":["Appraisals"],"summary":"Search and browse appraisals","description":"Case-insensitive literal search across name and description. Stable sorting with ID tie-breaker. Pages are one-based; up to 100 items per page. Transition filters match exact slugs.","operationId":"list_appraisals","parameters":[{"name":"search","in":"query","required":false,"schema":{"type":"string","maxLength":200,"default":"","title":"Search"}},{"name":"valence","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Valence"}},{"name":"evidence_status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Evidence Status"}},{"name":"family","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Family"}},{"name":"sort","in":"query","required":false,"schema":{"enum":["name","-name","slug","-slug","evidence_status","-evidence_status"],"type":"string","default":"name","title":"Sort"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"To"}},{"name":"trigger","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Trigger"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_Appraisal__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/appraisals/{slug}":{"get":{"tags":["Appraisals"],"summary":"Retrieve a appraisal by stable slug","operationId":"get_appraisal","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_Appraisal_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/responses":{"get":{"tags":["Responses"],"summary":"Search and browse responses","description":"Case-insensitive literal search across name and description. Stable sorting with ID tie-breaker. Pages are one-based; up to 100 items per page. Transition filters match exact slugs.","operationId":"list_responses","parameters":[{"name":"search","in":"query","required":false,"schema":{"type":"string","maxLength":200,"default":"","title":"Search"}},{"name":"valence","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Valence"}},{"name":"evidence_status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Evidence Status"}},{"name":"family","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Family"}},{"name":"sort","in":"query","required":false,"schema":{"enum":["name","-name","slug","-slug","evidence_status","-evidence_status"],"type":"string","default":"name","title":"Sort"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"To"}},{"name":"trigger","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Trigger"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_ResponseTendency__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/responses/{slug}":{"get":{"tags":["Responses"],"summary":"Retrieve a response by stable slug","operationId":"get_response","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_ResponseTendency_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/modifiers":{"get":{"tags":["Modifiers"],"summary":"Search and browse modifiers","description":"Case-insensitive literal search across name and description. Stable sorting with ID tie-breaker. Pages are one-based; up to 100 items per page. Transition filters match exact slugs.","operationId":"list_modifiers","parameters":[{"name":"search","in":"query","required":false,"schema":{"type":"string","maxLength":200,"default":"","title":"Search"}},{"name":"valence","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Valence"}},{"name":"evidence_status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Evidence Status"}},{"name":"family","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Family"}},{"name":"sort","in":"query","required":false,"schema":{"enum":["name","-name","slug","-slug","evidence_status","-evidence_status"],"type":"string","default":"name","title":"Sort"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"To"}},{"name":"trigger","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Trigger"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_Modifier__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/modifiers/{slug}":{"get":{"tags":["Modifiers"],"summary":"Retrieve a modifier by stable slug","operationId":"get_modifier","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_Modifier_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/transitions":{"get":{"tags":["Transitions"],"summary":"Search and browse transitions","description":"Case-insensitive literal search across name and description. Stable sorting with ID tie-breaker. Pages are one-based; up to 100 items per page. Transition filters match exact slugs.","operationId":"list_transitions","parameters":[{"name":"search","in":"query","required":false,"schema":{"type":"string","maxLength":200,"default":"","title":"Search"}},{"name":"valence","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Valence"}},{"name":"evidence_status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Evidence Status"}},{"name":"family","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Family"}},{"name":"sort","in":"query","required":false,"schema":{"enum":["name","-name","slug","-slug","evidence_status","-evidence_status"],"type":"string","default":"name","title":"Sort"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"To"}},{"name":"trigger","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Trigger"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_Transition__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/transitions/{slug}":{"get":{"tags":["Transitions"],"summary":"Retrieve a transition by stable slug","operationId":"get_transition","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_Transition_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/intensity_descriptors":{"get":{"tags":["Intensity Descriptors"],"summary":"Search and browse intensity_descriptors","description":"Case-insensitive literal search across name and description. Stable sorting with ID tie-breaker. Pages are one-based; up to 100 items per page. Transition filters match exact slugs.","operationId":"list_intensity_descriptors","parameters":[{"name":"search","in":"query","required":false,"schema":{"type":"string","maxLength":200,"default":"","title":"Search"}},{"name":"valence","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Valence"}},{"name":"evidence_status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Evidence Status"}},{"name":"family","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Family"}},{"name":"sort","in":"query","required":false,"schema":{"enum":["name","-name","slug","-slug","evidence_status","-evidence_status"],"type":"string","default":"name","title":"Sort"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"To"}},{"name":"trigger","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Trigger"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_IntensityDescriptor__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/intensity_descriptors/{slug}":{"get":{"tags":["Intensity Descriptors"],"summary":"Retrieve a intensity by stable slug","operationId":"get_intensity","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_IntensityDescriptor_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/sources":{"get":{"tags":["Sources"],"summary":"Search and browse sources","description":"Case-insensitive literal search across name and description. Stable sorting with ID tie-breaker. Pages are one-based; up to 100 items per page. Transition filters match exact slugs.","operationId":"list_sources","parameters":[{"name":"search","in":"query","required":false,"schema":{"type":"string","maxLength":200,"default":"","title":"Search"}},{"name":"valence","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Valence"}},{"name":"evidence_status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Evidence Status"}},{"name":"family","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Family"}},{"name":"sort","in":"query","required":false,"schema":{"enum":["name","-name","slug","-slug","evidence_status","-evidence_status"],"type":"string","default":"name","title":"Sort"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"To"}},{"name":"trigger","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Trigger"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_Source__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/sources/{slug}":{"get":{"tags":["Sources"],"summary":"Retrieve a source by stable slug","operationId":"get_source","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_Source_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/evidence":{"get":{"tags":["Evidence"],"summary":"Search and browse evidence","description":"Case-insensitive literal search across name and description. Stable sorting with ID tie-breaker. Pages are one-based; up to 100 items per page. Transition filters match exact slugs.","operationId":"list_evidence","parameters":[{"name":"search","in":"query","required":false,"schema":{"type":"string","maxLength":200,"default":"","title":"Search"}},{"name":"valence","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Valence"}},{"name":"evidence_status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Evidence Status"}},{"name":"family","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Family"}},{"name":"sort","in":"query","required":false,"schema":{"enum":["name","-name","slug","-slug","evidence_status","-evidence_status"],"type":"string","default":"name","title":"Sort"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"To"}},{"name":"trigger","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Trigger"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_Evidence__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/evidence/{slug}":{"get":{"tags":["Evidence"],"summary":"Retrieve a evidence by stable slug","operationId":"get_evidence","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_Evidence_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/contributors":{"get":{"tags":["Contributors"],"summary":"Search and browse contributors","description":"Case-insensitive literal search across name and description. Stable sorting with ID tie-breaker. Pages are one-based; up to 100 items per page. Transition filters match exact slugs.","operationId":"list_contributors","parameters":[{"name":"search","in":"query","required":false,"schema":{"type":"string","maxLength":200,"default":"","title":"Search"}},{"name":"valence","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Valence"}},{"name":"evidence_status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Evidence Status"}},{"name":"family","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Family"}},{"name":"sort","in":"query","required":false,"schema":{"enum":["name","-name","slug","-slug","evidence_status","-evidence_status"],"type":"string","default":"name","title":"Sort"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"To"}},{"name":"trigger","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Trigger"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_Contributor__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/contributors/{slug}":{"get":{"tags":["Contributors"],"summary":"Retrieve a contributor by stable slug","operationId":"get_contributor","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_Contributor_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/reviews":{"get":{"tags":["Reviews"],"summary":"Search and browse reviews","description":"Case-insensitive literal search across name and description. Stable sorting with ID tie-breaker. Pages are one-based; up to 100 items per page. Transition filters match exact slugs.","operationId":"list_reviews","parameters":[{"name":"search","in":"query","required":false,"schema":{"type":"string","maxLength":200,"default":"","title":"Search"}},{"name":"valence","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Valence"}},{"name":"evidence_status","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Evidence Status"}},{"name":"family","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Family"}},{"name":"sort","in":"query","required":false,"schema":{"enum":["name","-name","slug","-slug","evidence_status","-evidence_status"],"type":"string","default":"name","title":"Sort"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}},{"name":"from","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"From"}},{"name":"to","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"To"}},{"name":"trigger","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Trigger"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_ExpertReview__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/reviews/{slug}":{"get":{"tags":["Reviews"],"summary":"Retrieve a review by stable slug","operationId":"get_review","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_ExpertReview_"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/emotions/{slug}/triggers":{"get":{"tags":["Emotion relationships"],"summary":"Browse an emotion's triggers","operationId":"emotion_triggers","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_Trigger__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/emotions/{slug}/appraisals":{"get":{"tags":["Emotion relationships"],"summary":"Browse an emotion's appraisals","operationId":"emotion_appraisals","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_Appraisal__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/emotions/{slug}/responses":{"get":{"tags":["Emotion relationships"],"summary":"Browse an emotion's responses","operationId":"emotion_responses","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_ResponseTendency__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/emotions/{slug}/transitions":{"get":{"tags":["Emotion relationships"],"summary":"Browse an emotion's transitions","operationId":"emotion_transitions","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_Transition__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/v1/emotions/{slug}/evidence":{"get":{"tags":["Emotion relationships"],"summary":"Browse an emotion's evidence","operationId":"emotion_evidence","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string","title":"Slug"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1,"title":"Page"}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"default":24,"title":"Page Size"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Envelope_list_Evidence__"}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Bad Request"},"404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Not Found"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Unprocessable Entity"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Too Many Requests"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Internal Server Error"},"503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"description":"Service Unavailable"}}}},"/health":{"get":{"tags":["Metadata"],"summary":"Database and dataset readiness","operationId":"health_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}}},"components":{"schemas":{"Appraisal":{"properties":{"id":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Id"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Slug"},"name":{"type":"string","minLength":1,"title":"Name"},"description":{"type":"string","minLength":1,"title":"Description"},"evidence_status":{"$ref":"#/components/schemas/EvidenceStatus","default":"editorial_seed"},"created_at":{"type":"string","format":"date","title":"Created At"},"updated_at":{"type":"string","format":"date","title":"Updated At"},"dataset_version":{"type":"string","title":"Dataset Version","default":"0.1.0"},"schema_version":{"type":"string","title":"Schema Version","default":"0.1.0"},"external_references":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"External References"},"appraisal_dimension":{"type":"string","title":"Appraisal Dimension"},"context_notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Context Notes"}},"additionalProperties":false,"type":"object","required":["id","slug","name","description","created_at","updated_at","appraisal_dimension"],"title":"Appraisal"},"Contributor":{"properties":{"id":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Id"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Slug"},"name":{"type":"string","minLength":1,"title":"Name"},"description":{"type":"string","minLength":1,"title":"Description"},"evidence_status":{"$ref":"#/components/schemas/EvidenceStatus","default":"editorial_seed"},"created_at":{"type":"string","format":"date","title":"Created At"},"updated_at":{"type":"string","format":"date","title":"Updated At"},"dataset_version":{"type":"string","title":"Dataset Version","default":"0.1.0"},"schema_version":{"type":"string","title":"Schema Version","default":"0.1.0"},"external_references":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"External References"},"display_name":{"type":"string","title":"Display Name"},"github_username":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Github Username"},"orcid":{"anyOf":[{"type":"string","pattern":"^\\d{4}-\\d{4}-\\d{4}-\\d{3}[\\dX]$"},{"type":"null"}],"title":"Orcid"},"institution":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Institution"},"expertise":{"items":{"type":"string"},"type":"array","title":"Expertise"},"credential_status":{"type":"string","enum":["unverified","self_declared","verification_pending","verified","expired","revoked"],"title":"Credential Status","default":"unverified"},"profile_url":{"anyOf":[{"type":"string","pattern":"^https?://"},{"type":"null"}],"title":"Profile Url"},"conflict_of_interest":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Conflict Of Interest"}},"additionalProperties":false,"type":"object","required":["id","slug","name","description","created_at","updated_at","display_name"],"title":"Contributor"},"Dimension":{"properties":{"qualitative":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Qualitative"},"value":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Value"},"value_type":{"type":"string","enum":["measured","normalized_from_source","derived","editorial_estimate","unknown"],"title":"Value Type","default":"unknown"},"source":{"anyOf":[{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},{"type":"null"}],"title":"Source"},"scale_min":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Scale Min"},"scale_max":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Scale Max"},"uncertainty":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Uncertainty"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Notes"}},"additionalProperties":false,"type":"object","title":"Dimension"},"Emotion":{"properties":{"id":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Id"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Slug"},"name":{"type":"string","minLength":1,"title":"Name"},"description":{"type":"string","minLength":1,"title":"Description"},"evidence_status":{"$ref":"#/components/schemas/EvidenceStatus","default":"editorial_seed"},"created_at":{"type":"string","format":"date","title":"Created At"},"updated_at":{"type":"string","format":"date","title":"Updated At"},"dataset_version":{"type":"string","title":"Dataset Version","default":"0.1.0"},"schema_version":{"type":"string","title":"Schema Version","default":"0.1.0"},"external_references":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"External References"},"short_definition":{"type":"string","title":"Short Definition"},"emotion_family":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Emotion Family"},"synonyms":{"items":{"type":"string"},"type":"array","title":"Synonyms"},"related_emotions":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Related Emotions"},"contrasting_emotions":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Contrasting Emotions"},"valence":{"anyOf":[{"$ref":"#/components/schemas/Dimension"},{"type":"null"}]},"arousal":{"anyOf":[{"$ref":"#/components/schemas/Dimension"},{"type":"null"}]},"dominance":{"anyOf":[{"$ref":"#/components/schemas/Dimension"},{"type":"null"}]},"intensity_descriptors":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Intensity Descriptors"},"common_triggers":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Common Triggers"},"possible_appraisals":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Possible Appraisals"},"response_tendencies":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Response Tendencies"},"escalation_factors":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Escalation Factors"},"deescalation_factors":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Deescalation Factors"},"possible_transitions":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Possible Transitions"},"co_occurring_emotions":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Co Occurring Emotions"},"cultural_notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Cultural Notes"},"developmental_notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Developmental Notes"},"context_notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Context Notes"},"temporal":{"$ref":"#/components/schemas/Temporal"}},"additionalProperties":false,"type":"object","required":["id","slug","name","description","created_at","updated_at","short_definition"],"title":"Emotion"},"Envelope_Appraisal_":{"properties":{"data":{"$ref":"#/components/schemas/Appraisal"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[Appraisal]"},"Envelope_Contributor_":{"properties":{"data":{"$ref":"#/components/schemas/Contributor"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[Contributor]"},"Envelope_Emotion_":{"properties":{"data":{"$ref":"#/components/schemas/Emotion"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[Emotion]"},"Envelope_Evidence_":{"properties":{"data":{"$ref":"#/components/schemas/Evidence"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[Evidence]"},"Envelope_ExpertReview_":{"properties":{"data":{"$ref":"#/components/schemas/ExpertReview"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[ExpertReview]"},"Envelope_IntensityDescriptor_":{"properties":{"data":{"$ref":"#/components/schemas/IntensityDescriptor"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[IntensityDescriptor]"},"Envelope_Modifier_":{"properties":{"data":{"$ref":"#/components/schemas/Modifier"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[Modifier]"},"Envelope_ResponseTendency_":{"properties":{"data":{"$ref":"#/components/schemas/ResponseTendency"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[ResponseTendency]"},"Envelope_Source_":{"properties":{"data":{"$ref":"#/components/schemas/Source"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[Source]"},"Envelope_Transition_":{"properties":{"data":{"$ref":"#/components/schemas/Transition"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[Transition]"},"Envelope_Trigger_":{"properties":{"data":{"$ref":"#/components/schemas/Trigger"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[Trigger]"},"Envelope_dict_":{"properties":{"data":{"additionalProperties":true,"type":"object","title":"Data"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[dict]"},"Envelope_list_Appraisal__":{"properties":{"data":{"items":{"$ref":"#/components/schemas/Appraisal"},"type":"array","title":"Data"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[list[Appraisal]]"},"Envelope_list_Contributor__":{"properties":{"data":{"items":{"$ref":"#/components/schemas/Contributor"},"type":"array","title":"Data"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[list[Contributor]]"},"Envelope_list_Emotion__":{"properties":{"data":{"items":{"$ref":"#/components/schemas/Emotion"},"type":"array","title":"Data"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[list[Emotion]]"},"Envelope_list_Evidence__":{"properties":{"data":{"items":{"$ref":"#/components/schemas/Evidence"},"type":"array","title":"Data"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[list[Evidence]]"},"Envelope_list_ExpertReview__":{"properties":{"data":{"items":{"$ref":"#/components/schemas/ExpertReview"},"type":"array","title":"Data"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[list[ExpertReview]]"},"Envelope_list_IntensityDescriptor__":{"properties":{"data":{"items":{"$ref":"#/components/schemas/IntensityDescriptor"},"type":"array","title":"Data"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[list[IntensityDescriptor]]"},"Envelope_list_Modifier__":{"properties":{"data":{"items":{"$ref":"#/components/schemas/Modifier"},"type":"array","title":"Data"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[list[Modifier]]"},"Envelope_list_ResponseTendency__":{"properties":{"data":{"items":{"$ref":"#/components/schemas/ResponseTendency"},"type":"array","title":"Data"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[list[ResponseTendency]]"},"Envelope_list_Source__":{"properties":{"data":{"items":{"$ref":"#/components/schemas/Source"},"type":"array","title":"Data"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[list[Source]]"},"Envelope_list_Transition__":{"properties":{"data":{"items":{"$ref":"#/components/schemas/Transition"},"type":"array","title":"Data"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[list[Transition]]"},"Envelope_list_Trigger__":{"properties":{"data":{"items":{"$ref":"#/components/schemas/Trigger"},"type":"array","title":"Data"},"meta":{"$ref":"#/components/schemas/Metadata"},"pagination":{"anyOf":[{"$ref":"#/components/schemas/Pagination"},{"type":"null"}]}},"type":"object","required":["data","meta"],"title":"Envelope[list[Trigger]]"},"ErrorDetail":{"properties":{"code":{"type":"string","title":"Code"},"message":{"type":"string","title":"Message"},"request_id":{"type":"string","title":"Request Id"}},"type":"object","required":["code","message","request_id"],"title":"ErrorDetail"},"ErrorEnvelope":{"properties":{"error":{"$ref":"#/components/schemas/ErrorDetail"}},"type":"object","required":["error"],"title":"ErrorEnvelope"},"Evidence":{"properties":{"id":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Id"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Slug"},"name":{"type":"string","minLength":1,"title":"Name"},"description":{"type":"string","minLength":1,"title":"Description"},"evidence_status":{"$ref":"#/components/schemas/EvidenceStatus","default":"editorial_seed"},"created_at":{"type":"string","format":"date","title":"Created At"},"updated_at":{"type":"string","format":"date","title":"Updated At"},"dataset_version":{"type":"string","title":"Dataset Version","default":"0.1.0"},"schema_version":{"type":"string","title":"Schema Version","default":"0.1.0"},"external_references":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"External References"},"subject":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Subject"},"predicate":{"type":"string","pattern":"^[a-z][a-z0-9_]*$","title":"Predicate"},"object":{"anyOf":[{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},{"type":"null"}],"title":"Object"},"claim":{"type":"string","title":"Claim"},"supporting_sources":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Supporting Sources"},"contradictory_sources":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Contradictory Sources"},"context":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Context"},"population":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Population"},"association_strength":{"type":"string","enum":["unknown","weak","moderate","strong"],"title":"Association Strength","default":"unknown"}},"additionalProperties":false,"type":"object","required":["id","slug","name","description","created_at","updated_at","subject","predicate","claim"],"title":"Evidence"},"EvidenceStatus":{"type":"string","enum":["unreviewed","community_proposed","editorial_seed","expert_reviewed","research_supported","systematic_review_supported","disputed","deprecated"],"title":"EvidenceStatus"},"ExpertReview":{"properties":{"id":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Id"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Slug"},"name":{"type":"string","minLength":1,"title":"Name"},"description":{"type":"string","minLength":1,"title":"Description"},"evidence_status":{"$ref":"#/components/schemas/EvidenceStatus","default":"editorial_seed"},"created_at":{"type":"string","format":"date","title":"Created At"},"updated_at":{"type":"string","format":"date","title":"Updated At"},"dataset_version":{"type":"string","title":"Dataset Version","default":"0.1.0"},"schema_version":{"type":"string","title":"Schema Version","default":"0.1.0"},"external_references":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"External References"},"reviewer":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Reviewer"},"claim_or_relationship":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Claim Or Relationship"},"review_outcome":{"type":"string","enum":["agree","qualified_agreement","disagree","insufficient_evidence","needs_revision","outside_expertise"],"title":"Review Outcome"},"comments":{"type":"string","title":"Comments"},"supporting_sources":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Supporting Sources"},"contradictory_sources":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Contradictory Sources"},"expertise_domain":{"type":"string","title":"Expertise Domain"},"review_date":{"type":"string","format":"date","title":"Review Date"},"conflict_of_interest":{"type":"string","title":"Conflict Of Interest"},"review_version":{"type":"string","title":"Review Version"}},"additionalProperties":false,"type":"object","required":["id","slug","name","description","created_at","updated_at","reviewer","claim_or_relationship","review_outcome","comments","expertise_domain","review_date","conflict_of_interest","review_version"],"title":"ExpertReview"},"IntensityDescriptor":{"properties":{"id":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Id"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Slug"},"name":{"type":"string","minLength":1,"title":"Name"},"description":{"type":"string","minLength":1,"title":"Description"},"evidence_status":{"$ref":"#/components/schemas/EvidenceStatus","default":"editorial_seed"},"created_at":{"type":"string","format":"date","title":"Created At"},"updated_at":{"type":"string","format":"date","title":"Updated At"},"dataset_version":{"type":"string","title":"Dataset Version","default":"0.1.0"},"schema_version":{"type":"string","title":"Schema Version","default":"0.1.0"},"external_references":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"External References"},"relative_intensity":{"type":"string","enum":["lower","moderate","higher","unknown"],"title":"Relative Intensity","default":"unknown"},"emotion":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Emotion"},"context":{"type":"string","title":"Context"},"population":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Population"},"range":{"anyOf":[{"$ref":"#/components/schemas/Dimension"},{"type":"null"}]},"sources":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Sources"}},"additionalProperties":false,"type":"object","required":["id","slug","name","description","created_at","updated_at","emotion","context"],"title":"IntensityDescriptor"},"Metadata":{"properties":{"api_version":{"type":"string","title":"Api Version","default":"v1"},"software_version":{"type":"string","title":"Software Version"},"dataset_version":{"type":"string","title":"Dataset Version"},"schema_version":{"type":"string","title":"Schema Version"},"source_git_commit":{"type":"string","title":"Source Git Commit"},"dataset_digest":{"type":"string","title":"Dataset Digest"}},"type":"object","required":["software_version","dataset_version","schema_version","source_git_commit","dataset_digest"],"title":"Metadata"},"Modifier":{"properties":{"id":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Id"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Slug"},"name":{"type":"string","minLength":1,"title":"Name"},"description":{"type":"string","minLength":1,"title":"Description"},"evidence_status":{"$ref":"#/components/schemas/EvidenceStatus","default":"editorial_seed"},"created_at":{"type":"string","format":"date","title":"Created At"},"updated_at":{"type":"string","format":"date","title":"Updated At"},"dataset_version":{"type":"string","title":"Dataset Version","default":"0.1.0"},"schema_version":{"type":"string","title":"Schema Version","default":"0.1.0"},"external_references":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"External References"},"category":{"type":"string","title":"Category"},"context_notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Context Notes"}},"additionalProperties":false,"type":"object","required":["id","slug","name","description","created_at","updated_at","category"],"title":"Modifier"},"Pagination":{"properties":{"page":{"type":"integer","title":"Page"},"page_size":{"type":"integer","title":"Page Size"},"total":{"type":"integer","title":"Total"},"pages":{"type":"integer","title":"Pages"}},"type":"object","required":["page","page_size","total","pages"],"title":"Pagination"},"ResponseTendency":{"properties":{"id":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Id"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Slug"},"name":{"type":"string","minLength":1,"title":"Name"},"description":{"type":"string","minLength":1,"title":"Description"},"evidence_status":{"$ref":"#/components/schemas/EvidenceStatus","default":"editorial_seed"},"created_at":{"type":"string","format":"date","title":"Created At"},"updated_at":{"type":"string","format":"date","title":"Updated At"},"dataset_version":{"type":"string","title":"Dataset Version","default":"0.1.0"},"schema_version":{"type":"string","title":"Schema Version","default":"0.1.0"},"external_references":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"External References"},"response_type":{"type":"string","enum":["common_response","less_common_response","context_dependent_response","maladaptive_response","protective_response","social_response"],"title":"Response Type"},"consequences":{"items":{"type":"string"},"type":"array","title":"Consequences"},"context_notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Context Notes"}},"additionalProperties":false,"type":"object","required":["id","slug","name","description","created_at","updated_at","response_type"],"title":"ResponseTendency"},"Source":{"properties":{"id":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Id"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Slug"},"name":{"type":"string","minLength":1,"title":"Name"},"description":{"type":"string","minLength":1,"title":"Description"},"evidence_status":{"$ref":"#/components/schemas/EvidenceStatus","default":"editorial_seed"},"created_at":{"type":"string","format":"date","title":"Created At"},"updated_at":{"type":"string","format":"date","title":"Updated At"},"dataset_version":{"type":"string","title":"Dataset Version","default":"0.1.0"},"schema_version":{"type":"string","title":"Schema Version","default":"0.1.0"},"external_references":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"External References"},"title":{"type":"string","title":"Title"},"authors":{"items":{"type":"string"},"type":"array","title":"Authors"},"year":{"anyOf":[{"type":"integer","maximum":2100.0,"minimum":1000.0},{"type":"null"}],"title":"Year"},"journal":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Journal"},"publication":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Publication"},"publisher":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Publisher"},"doi":{"anyOf":[{"type":"string","pattern":"^10\\.\\d{4,9}/\\S+$"},{"type":"null"}],"title":"Doi"},"url":{"anyOf":[{"type":"string","pattern":"^https?://"},{"type":"null"}],"title":"Url"},"source_type":{"type":"string","enum":["peer_reviewed_paper","systematic_review","meta_analysis","book","textbook","academic_reference","dataset","professional_guideline","community_submission"],"title":"Source Type"},"citation":{"type":"string","title":"Citation"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Notes"}},"additionalProperties":false,"type":"object","required":["id","slug","name","description","created_at","updated_at","title","authors","source_type","citation"],"title":"Source"},"Temporal":{"properties":{"onset":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Onset"},"duration":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Duration"},"decay":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Decay"},"persistence":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Persistence"},"recurrence":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Recurrence"},"escalation":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Escalation"},"deescalation":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Deescalation"},"sources":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Sources"}},"additionalProperties":false,"type":"object","title":"Temporal"},"Transition":{"properties":{"id":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Id"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Slug"},"name":{"type":"string","minLength":1,"title":"Name"},"description":{"type":"string","minLength":1,"title":"Description"},"evidence_status":{"$ref":"#/components/schemas/EvidenceStatus","default":"editorial_seed"},"created_at":{"type":"string","format":"date","title":"Created At"},"updated_at":{"type":"string","format":"date","title":"Updated At"},"dataset_version":{"type":"string","title":"Dataset Version","default":"0.1.0"},"schema_version":{"type":"string","title":"Schema Version","default":"0.1.0"},"external_references":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"External References"},"from_emotion":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"From Emotion"},"to_emotion":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"To Emotion"},"trigger":{"anyOf":[{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},{"type":"null"}],"title":"Trigger"},"appraisal":{"anyOf":[{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},{"type":"null"}],"title":"Appraisal"},"modifiers":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Modifiers"},"transition_type":{"type":"string","enum":["escalating","deescalating","mixed","contextual","resolution","unknown"],"title":"Transition Type"},"association_strength":{"type":"string","enum":["unknown","weak","moderate","strong"],"title":"Association Strength","default":"unknown"},"numerical_strength":{"anyOf":[{"$ref":"#/components/schemas/Dimension"},{"type":"null"}]},"temporal_pattern":{"$ref":"#/components/schemas/Temporal"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Notes"}},"additionalProperties":false,"type":"object","required":["id","slug","name","description","created_at","updated_at","from_emotion","to_emotion","transition_type"],"title":"Transition"},"Trigger":{"properties":{"id":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Id"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","title":"Slug"},"name":{"type":"string","minLength":1,"title":"Name"},"description":{"type":"string","minLength":1,"title":"Description"},"evidence_status":{"$ref":"#/components/schemas/EvidenceStatus","default":"editorial_seed"},"created_at":{"type":"string","format":"date","title":"Created At"},"updated_at":{"type":"string","format":"date","title":"Updated At"},"dataset_version":{"type":"string","title":"Dataset Version","default":"0.1.0"},"schema_version":{"type":"string","title":"Schema Version","default":"0.1.0"},"external_references":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"External References"},"category":{"type":"string","title":"Category"},"examples":{"items":{"type":"string"},"type":"array","title":"Examples"},"contexts":{"items":{"type":"string"},"type":"array","title":"Contexts"},"associated_emotions":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Associated Emotions"},"associated_appraisals":{"items":{"type":"string","pattern":"^[a-z][a-z0-9]*:[a-z_]+:[a-z0-9]+(?:-[a-z0-9]+)*$"},"type":"array","title":"Associated Appraisals"},"association_strength":{"type":"string","enum":["unknown","weak","moderate","strong"],"title":"Association Strength","default":"unknown"}},"additionalProperties":false,"type":"object","required":["id","slug","name","description","created_at","updated_at","category"],"title":"Trigger"}}}}