addedOutput schema / properties / per_engine / items / additionalProperties
Added value: +false
addedOutput schema / properties / per_engine / items / properties
Added value: +{
+ "engine": {
+ "type": "string"
+ },
+ "prompts_appeared_in": {
+ "type": "number"
+ },
+ "refreshed_at": {
+ "type": "string"
+ },
+ "score": {
+ "type": "number"
+ },
+ "total_prompts": {
+ "type": "number"
+ }
+}
addedOutput schema / properties / per_engine / items / required
Added value: +[
+ "engine",
+ "score",
+ "prompts_appeared_in",
+ "total_prompts",
+ "refreshed_at"
+]
addedOutput schema / properties / per_engine / items / type
Added value: +"object"
addedOutput schema / properties / top_losing_prompts / items / additionalProperties
Added value: +false
addedOutput schema / properties / top_losing_prompts / items / properties
Added value: +{
+ "competitors_cited": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "prompt": {
+ "type": "string"
+ }
+}
addedOutput schema / properties / top_losing_prompts / items / required
Added value: +[
+ "prompt",
+ "competitors_cited"
+]
addedOutput schema / properties / top_losing_prompts / items / type
Added value: +"object"
addedOutput schema / properties / top_winning_prompts / items / additionalProperties
Added value: +false
addedOutput schema / properties / top_winning_prompts / items / properties
Added value: +{
+ "engines_cited_in": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "prompt": {
+ "type": "string"
+ }
+}
addedOutput schema / properties / top_winning_prompts / items / required
Added value: +[
+ "prompt",
+ "engines_cited_in"
+]
addedOutput schema / properties / top_winning_prompts / items / type
Added value: +"object"