input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "FOR NO OTHER REASON, BUT FOR ITS APTNESS TO PRODUCE PLEASURE AND PAIN IN US, WHEREIN CONSISTS OUR HAPPINESS AND MISERY.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/4464.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "\u666e\u901a\u540d\u7a31": {"type": "string"}, "\u5ee0\u724c\u540d\u7a31": {"type": "string"}, "\u901a\u904e\u65e5\u671f": {"type": "string"}, "usages": {"type": "array", "items": {"type":...
{"id" : "I097", "\u666e\u901a\u540d\u7a31" : "\u76ca\u4fdd\u6276", "\u5ee0\u724c\u540d\u7a31" : "FURAMIDAN", "\u901a\u904e\u65e5\u671f" : "074-06-01", "usages" : [{"\u5291\u578b" : "GR", "\u542b\u91cf" : "4.000", "\u6df7\u5408" : "A", "\u4f5c\u7269\u540d\u7a31" : "\u6c34\u7a3b", "\u75c5\u87f2\u540d\u7a31" : "\u8ca0\u6c...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "\u666e\u901a\u540d\u7a31": {"type": "string"}, "\u5ee0\u724c\u540d\u7a31": {"type": "string"}, "\u901a\u904e\u65e5\u671f": {"type": "string"}, "usages": {"type": "array", "items": {"type": "object", "properties": {"\u5291\u578b": {"type": "string"}, "\u542b\u...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"app_id": {"type": "string"}, "api_key": {"type": "string"}}, "required": ["app_id", "api_key"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"app_id" : "1f68c225", "api_key" : "59e1e581911740daa6b2cd165238377794c7abdd2bbc184d"}
json_instruct
{"type": "object", "properties": {"app_id": {"type": "string"}, "api_key": {"type": "string"}}, "required": ["app_id", "api_key"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"botocore": {"type": "string"}, "boto3": {"type": "string"}, "cli_v1": {"type": "string"}, "cli_v2": {"type": "string"}, "api_versions": {"type": "array", "items": {"type": "object", "properties": {"api_version": {...
{"botocore" : "1.12.208", "boto3" : "1.9.208", "cli_v1" : "1.16.218", "cli_v2" : "2.0.0", "api_versions" : [{"api_version" : "2016-11-15", "deprecated" : false}]}
json_instruct
{"type": "object", "properties": {"botocore": {"type": "string"}, "boto3": {"type": "string"}, "cli_v1": {"type": "string"}, "cli_v2": {"type": "string"}, "api_versions": {"type": "array", "items": {"type": "object", "properties": {"api_version": {"type": "string"}, "deprecated": {"type": "boolean"}}, "required": ["api...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "i...
{"answers" : ["cerne", "crewneck", "enew", "erne", "eyen", "eyne", "keen", "keener", "kenner", "kern", "kerne", "knee", "knew", "kyne", "neck", "necker", "nene", "nerk", "newer", "recency", "reen", "renew", "renewer", "reney", "renk", "renker", "renne", "reny", "ween", "weeny", "wenny", "wren", "wryneck", "wynn", "yewe...
json_instruct
{"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "reendow", "definition" : "To endow again."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[336, 296, 155, 156], [700, 299, 155, 155], [519, 294, 155, 156], [892, 299, 155, 155], [336, 647, 155, 155], [700, 650, 155, 155], [519, 645, 155, 155], [892, 650, 155, 155], [890, 127, 155, 154], [698, 129, 155, 154], [518, 125, 155, 155], [337, 125, 156, 155], [893, 475, 155, 155], [518, 477, 154, 154], [337, 474, ...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"ty...
{"title" : "A Spectre in the Eastern Veil", "explanation" : "Menacing flying forms and garish colors are a mark of the Halloween season. They also stand out in this cosmic close-up of the eastern Veil Nebula. The Veil Nebula itself is a large supernova remnant, the expanding debris cloud from the death explosion of a m...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanat...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "specialname": {"type": "string"}, "type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "specialname", "type", "category", "d...
{"name" : "Olho da Tempestade", "specialname" : "Elemental Puro Inquieto", "type" : "ELITE", "category" : "Vida Elemental", "description" : "A forma corp\u00f3rea das energias Anemo de alt\u00edssima qualidade.\nA forma\u00e7\u00e3o de um Olho da Tempestade indica que as linhas ley elementais de uma regi\u00e3o est\u00...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "specialname": {"type": "string"}, "type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "specialname", "type", "category", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "data": {"type": "object", "properties": {"block": {"type": "object", "properties": ...
{"errors" : [{"message" : "hex string of odd length"}], "data" : {"block" : {"hash" : "0x9b3483b52f88228eae8500cafdd61f129ed6803b7d4b37082af5ca1d299e8e04", "number" : "0x880fc5"}}}
json_instruct
{"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "data": {"type": "object", "properties": {"block": {"type": "object", "properties": {"hash": {"type": "string"}, "number": {"type": "string"}}, "required": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"slime1": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "slime2": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "inte...
{"slime1" : {"x" : 155, "y" : 360}, "slime2" : {"x" : 410, "y" : 135}, "slime3" : {"x" : 565, "y" : 405}, "slime4" : {"x" : 250, "y" : 765}, "slime5" : {"x" : 638, "y" : 705}, "slime6" : {"x" : 1180, "y" : 825}, "slime7" : {"x" : 1467, "y" : 660}, "slime8" : {"x" : 1070, "y" : 345}, "slime9" : {"x" : 1300, "y" : 300}, ...
json_instruct
{"type": "object", "properties": {"slime1": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "slime2": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "slime3": {"type": "object", "properties":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"last_check" : "2015-09-21T13:24:00Z", "pypi_version" : "7.1.2"}
json_instruct
{"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200895970175000, "key" : "/static/b5a95585f930f10b29c6f1d38f864042/0b6a5/new-18.webp", "val" : "eb30c5bd3166eb3345c99805971a5bae"}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId"...
{"id" : "1026", "provinceId" : "51", "regencyId" : "08", "districtId" : "06", "name" : "Kampung Bugis"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"RBF": {"type": "array", "items": {"type": "string"}}, "CFG": {"type": "array", "items": {"type": "string"}}, "WOLF": {"type": "array", "items": {"type": "string"}}, "GvR": {"type": "array", "items": {"type": "string...
{"RBF" : ["R. Buckminster Fuller", "12 July 1895"], "CFG" : ["Carl Friedrich Gauss", "30 April 1777"], "WOLF" : ["Stephen Wolfram", "29 August 1959"], "GvR" : ["Guido van Rossum", "31 January 1956"], "MC" : ["Marie Curie", "07 November 1867"], "WD" : ["Walt Disney", "05 December 1901"]}
json_instruct
{"type": "object", "properties": {"RBF": {"type": "array", "items": {"type": "string"}}, "CFG": {"type": "array", "items": {"type": "string"}}, "WOLF": {"type": "array", "items": {"type": "string"}}, "GvR": {"type": "array", "items": {"type": "string"}}, "MC": {"type": "array", "items": {"type": "string"}}, "WD": {"typ...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "GirlswithNeonHair", "hour" : "01", "avg" : 181.2}, {"subreddit" : "GirlswithNeonHair", "hour" : "02", "avg" : 114.8695652173913}, {"subreddit" : "GirlswithNeonHair", "hour" : "03", "avg" : 37.76470588235294}, {"subreddit" : "GirlswithNeonHair", "hour" : "04", "avg" : 33.23809523809524}, {"subreddit" : ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, ...
[{"manufacturer" : "Neffos", "market_name" : "Neffos C9s", "codename" : "C9s", "model" : "Neffos C9s"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "modu...
{"acadYear" : "2019/2020", "description" : "Statistical analysis and experimentation techniques for engineers. Topics include analysis of variance, regression analysis, factorial and fractional factorial designs, response surface methodology and non-parametric methods. The module is application oriented and examples dr...
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "stri...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d561-78", "text" : "12\nmutual problems? workshops in specialized materials \u2014 languages,\nliterature, health, music, etc. \u2014 could be conducted for more\nteachers? and State Department of Education subject matter consultants\ncould report and advise out-in-state teachersc\nThe number and types of prog...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"response": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "powerstats": {"type": "object", "properties": {"intelligence": {"type": "string"}, "strength": {"type": "string"}, "speed": {"type": "string"}...
{"response" : "success", "id" : "711", "name" : "White Canary", "powerstats" : {"intelligence" : "63", "strength" : "7", "speed" : "33", "durability" : "15", "power" : "49", "combat" : "90"}, "biography" : {"full-name" : "", "alter-egos" : "No alter egos found.", "aliases" : ["Silk Sister", "Sara Lance"], "place-of-bir...
json_instruct
{"type": "object", "properties": {"response": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "powerstats": {"type": "object", "properties": {"intelligence": {"type": "string"}, "strength": {"type": "string"}, "speed": {"type": "string"}, "durability": {"type": "string"}, "power": {"type": "st...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {"on:": {"type": "string"}}, "required": ["on:"]}, "instance": {"type": "object", "properties": {"lastArguments": {"type": "string"}, "lastSignal": {"type": "string"}, "lastSi...
{"class" : {"on:" : "mt 5/14/2010 11:07:44.811"}, "instance" : {"lastArguments" : "mt 5/14/2010 11:12:02.191", "lastSignal" : "mt 5/14/2010 11:11:29.309", "lastSignalWithArguments" : "mt 5/14/2010 11:11:42.717", "object" : "mt 5/14/2010 11:05:57.559", "object:" : "mt 5/14/2010 11:07:25.5", "signals" : "mt 5/14/2010 11:...
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"on:": {"type": "string"}}, "required": ["on:"]}, "instance": {"type": "object", "properties": {"lastArguments": {"type": "string"}, "lastSignal": {"type": "string"}, "lastSignalWithArguments": {"type": "string"}, "object": {"type": "string"},...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "420822100001", "text" : "\u9ec4\u5c71\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "420822100002", "text" : "\u5e73\u6e56\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "420822100003", "text" : "\u4e91\u9f99\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "420822100004", "text" : "\u65b0\u6...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"remainingRequest": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "mtime": {"type": "integer"}}, "required": ["path", "mtime"]}}, "contextDependenci...
{"remainingRequest" : "/Users/vascomartins/Documents/Dev/aboutme/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!/Users/vascomartins/Documents/Dev/aboutme/node_modules/cache-loader/dist/cjs.js??ref--0-0!/Users/vascomartins/Documents/Dev/aboutme/node_modules/vue-loader/lib/index.js??vue-loader-...
json_instruct
{"type": "object", "properties": {"remainingRequest": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "mtime": {"type": "integer"}}, "required": ["path", "mtime"]}}, "contextDependencies": {"type": "array", "items": {}}, "result": {"type": "ar...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"...
{"artist_id" : "ARW5RHX1187B9A86C8", "artist_latitude" : 30.2676, "artist_location" : "Austin, TX", "artist_longitude" : -97.74298, "artist_name" : "Travolta", "duration" : 263.36608, "num_songs" : 1, "song_id" : "SORFPXK12AB0183167", "title" : "Los Que Se Dieron Por Vencidos", "year" : 0}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "ti...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http:/...
[{"name" : "MARI", "frequency" : 25835, "males" : "0.4064253919101994 %", "females" : "99.5935746080898 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "pr...
{"name" : "sigma-z/jentin", "description" : "Jentin MVC Framework", "keywords" : ["MVC Framework"], "license" : "BSD-3-Clause", "authors" : [{"name" : "Steffen Zeidler", "email" : "sigma_z@sigma-scripts.de"}], "minimum-stability" : "stable", "require" : {"php" : "^7.2", "symfony/event-dispatcher" : "^4.3"}, "require-de...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1967, 6], [1976, 5], [1985, 11], [1986, 7], [1987, 6], [1989, 18], [1990, 6], [1992, 6], [1994, 6], [1998, 8], [2000, 5], [2001, 9], [2002, 5], [2003, 10], [2004, 6], [2006, 8], [2007, 7], [2008, 5], [2009, 7], [2011, 7], [2012, 8], [2013, 10], [2014, 11]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahN...
{"id" : 707, "surahNumber" : "005", "ayatNumber" : "038", "arabic" : "\u0648\u064e\u0627\u0644\u0633\u0651\u064e\u0627\u0631\u0650\u0642\u064f \u0648\u064e\u0627\u0644\u0633\u0651\u064e\u0627\u0631\u0650\u0642\u064e\u0629\u064f \u0641\u064e\u0627\u0642\u0652\u0637\u064e\u0639\u064f\u0648\u0627 \u0623\u064e\u064a\u0652\...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]...
{"name" : "node-js-redis", "version" : "0.0.0", "description" : "NodeJsRedis", "main" : "app.js", "author" : {"name" : "dcorrea"}, "scripts" : {"start" : "pm2 -f start ./server.js", "stop" : "pm2 kill"}, "dependencies" : {"express" : "^4.16.1", "pm2" : "^2.7.1", "body-parser" : "^1.18.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "scripts": {"type": "object", "properties": {"start": {"type": "stri...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"t...
{"description" : "ING bank is facing a challenge in scaling up their mobile app development. The wish list of new features is long and good native mobile engineers are hard to find. A solution could be hybrid app development but there are a lot of preconceptions about this technology. We delivered a solution which tigh...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "array", "items": {"type": "integer"}}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "80f28977615137977733", "c" : [3]}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "array", "items": {"type": "integer"}}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Region Start": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "descriptio...
{"Region Start" : {"prefix" : "#region", "body" : ["#region"], "description" : "Folding Region Start"}, "Region End" : {"prefix" : "#endregion", "body" : ["#endregion"], "description" : "Folding Region End"}}
json_instruct
{"type": "object", "properties": {"Region Start": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "Region End": {"type": "object", "properties": {"prefix": {"type":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "scripts": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "build": {"type": "string"}, "compile": {"type": "string"}, "contributo...
{"private" : true, "name" : "recaptcha", "scripts" : {"bootstrap" : "lerna bootstrap", "build" : "npm run lint:fix && npm run compile && npm run test", "compile" : "tsc", "contributors" : "git log --pretty=\"%an <%ae>\" | sort | uniq > CONTRIBUTORS", "coveralls" : "cat ./coverage/lcov.info | coveralls", "docs" : "gulp ...
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "scripts": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "build": {"type": "string"}, "compile": {"type": "string"}, "contributors": {"type": "string"}, "coveralls": {"type": "string"}, "docs": {"type": "s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integ...
{"nom" : "Erlon", "dpt" : "Aisne", "inscrits" : 222, "abs" : 38, "votants" : 184, "blancs" : 2, "nuls" : 0, "exp" : 182, "res" : [{"panneau" : "2", "voix" : 77}, {"panneau" : "11", "voix" : 39}, {"panneau" : "3", "voix" : 22}, {"panneau" : "9", "voix" : 16}, {"panneau" : "4", "voix" : 10}, {"panneau" : "1", "voix" : 9}...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "t...
{"name" : "hello-space", "version" : "1.0.0", "description" : "", "main" : "index.ts", "scripts" : {"build" : "webpack --config webpack.config.js", "watch" : "webpack --config webpack.config.js --watch", "test" : "karma start karma.config.js"}, "author" : "", "license" : "ISC", "dependencies" : {"cannon" : "^0.6.2"}, "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "watch", "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"...
{"stationId" : 1161524, "stationGroupId" : 1161524, "name" : "\u8c4a\u5ca1", "lineId" : 11615, "zipCode" : "668-0031", "pref" : "\u5175\u5eab\u770c", "city" : "\u8c4a\u5ca1\u5e02", "town" : "\u5927\u624b\u753a", "longitude" : 134.813694, "latitude" : 35.543825, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "melting": {"type": "integer"}, "boiling": {"type": "integer"}, "vessel": {"type": "string"}, "item": {"type": "string"}, "color": {"type": "string"}, "effect": {"type": ...
{"type" : "crossroads:reagents", "id" : "elem_expansion", "melting" : 800, "boiling" : 1600, "vessel" : "crystal", "item" : "crossroads:dusts/elem_expansion", "color" : "00FFFF", "effect" : "terraform_flower_forest"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "melting": {"type": "integer"}, "boiling": {"type": "integer"}, "vessel": {"type": "string"}, "item": {"type": "string"}, "color": {"type": "string"}, "effect": {"type": "string"}}, "required": ["type", "id", "melting", "boiling", "...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "integer"}, "pos": {"type": "integer"}, "map_id": {"type": "integer"}, "pos_x": {"type": "number"}, "pos_y": {"type": "number"}, "pos_z": {"type": "number"}...
[{"id" : 1, "type" : 0, "pos" : 1, "map_id" : 10901, "pos_x" : 0.38, "pos_y" : 28.98, "pos_z" : 31.22}, {"id" : 2, "type" : 1, "pos" : 1, "map_id" : 10901, "pos_x" : -0.2, "pos_y" : 30.32, "pos_z" : -0.65}, {"id" : 3, "type" : 2, "pos" : 1, "map_id" : 10902, "pos_x" : -0.47, "pos_y" : 92.48, "pos_z" : 95.73}, {"id" : 4...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "integer"}, "pos": {"type": "integer"}, "map_id": {"type": "integer"}, "pos_x": {"type": "number"}, "pos_y": {"type": "number"}, "pos_z": {"type": "number"}}, "required": ["id", "type", "pos", "map_id", "pos_x", "po...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"address": {"type": "string"}, "crypto": {"type": "object", "properties": {"cipher": {"type": "string"}, "cipherparams": {"type": "object", "properties": {"iv": {"type": "string"}}, "required": ["iv"]}, "ciphertext": {"type"...
{"address" : "e52df6021c75f8ddf20ab4dfc818bce84f7cbd5d", "crypto" : {"cipher" : "aes-128-ctr", "cipherparams" : {"iv" : "37d6a85cc8792085a8f1d38a22f6de7f"}, "ciphertext" : "f8814196e121307bdd91afe6c2f2faa27d0c723f4710efd0093cf0fa60e5d77f", "kdf" : "pbkdf2", "kdfparams" : {"c" : 10240, "dklen" : 32, "prf" : "hmac-sha256...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "crypto": {"type": "object", "properties": {"cipher": {"type": "string"}, "cipherparams": {"type": "object", "properties": {"iv": {"type": "string"}}, "required": ["iv"]}, "ciphertext": {"type": "string"}, "kdf": {"type": "string"}, "kdfparams": {"type": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "...
{"title" : "Cup and Saucer (Scrollwork Handle)", "creation_date" : "c. 1740", "creation_date_earliest" : "1735-01-01", "creation_date_latest" : "1745-01-01", "medium" : "porcelain", "accession_number" : "2000.67.6.3.A-B", "id" : "cmoa:things/dae7a478-ae52-42ac-acee-dd4167ef143a", "credit_line" : "Gift of Mrs. Fred C. F...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}}, "required": ["guzzlehttp/guzzle"]}, "license": {"type": "string"...
{"name" : "sam/tell-a-joke", "description" : "Enjoy some chuck norris jokes throughout your day as a dev :).", "require" : {"guzzlehttp/guzzle" : "7.4.x-dev"}, "license" : "MIT", "authors" : [{"name" : "Samuel", "email" : "torressam333@gmail.com"}], "minimum-stability" : "dev", "autoload" : {"psr-4" : {"Sam\\" : "src/"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}}, "required": ["guzzlehttp/guzzle"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":...
{"id" : 101888993, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "284a07eee94da3d3b892e032cbee37c7", "wof:id" : 101888993, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.22648, 47.28229, 3.22648, 47.28229], "geometry" : {"coordinates"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[499.2960802168481, 421.0751238829357], [501.4137372411165, 393.5455825674471], [478.1195099741647, 327.8982148151283], [461.1782537800179, 308.8393015967133], [444.23699758587105, 294.01570242683465], [425.17808436745594, 281.3097602812247], [399.7662000762357, 268.6038181356146], [380.7072868578206, 266.486161111346...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"token": {"type": "string"}, "prefix": {"type": "string"}}, "required": ["token", "prefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"token" : "TOKEN (of your bot)", "prefix" : "!"}
json_instruct
{"type": "object", "properties": {"token": {"type": "string"}, "prefix": {"type": "string"}}, "required": ["token", "prefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, ...
{"schemaVersion" : 1, "id" : "corelib", "version" : "${version}", "name" : "CoreLib", "description" : "Library for blocks", "authors" : ["paulevs"], "contact" : {"issues" : "", "sources" : ""}, "license" : "CC0-1.0", "icon" : "assets/corelib/icon.png", "environment" : "*", "entrypoints" : {"init" : ["paulevs.corelib.Co...
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"issues": {"type": "stri...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id"...
{"type" : "MultiPolygon", "coordinates" : [[[[-93.707789, 41.863356], [-93.707768, 41.865967], [-93.707759, 41.866992], [-93.707759, 41.870474], [-93.707759, 41.870537], [-93.707759, 41.870636], [-93.698038, 41.870603], [-93.698038, 41.870581], [-93.692443, 41.870638], [-93.68936, 41.870664], [-93.688153, 41.870647], [...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "scope": {"type": "string"}, "categories": {"type": "array", "items": {"type": "str...
{"name" : "Mister Jobby", "short_name" : "Mister Jobby", "start_url" : "/intro", "display" : "standalone", "scope" : "/", "categories" : ["multipurpose ", "ecommerce", "shopping", "Service", "Provider", "internet service provider", "blog", "delivery", "store", "wallet", "banking", "education", "distance learning", "job...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "scope": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "background_color": {"type": "string"}, "theme_color": {"type": "stri...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"category": {"type": "string"}, "dataItems": {"type": "array", "items": {"type": "object", "properties": {"itemId": {"type": "string"}, "path": {"type": "string"}}, "required": ["itemId", "path"]}}, "description": {"type": "strin...
{"category" : "Analysis", "dataItems" : [{"itemId" : "3af5cfec0fd24dac8d88aea679027cb9", "path" : "~/ArcGIS/Runtime/Data/3D/dolmus_3ds/dolmus.zip"}], "description" : "Show a line of sight between two moving objects.", "ignore" : false, "images" : ["screenshot.png"], "keywords" : ["Analysis", "line of sight", "visibilit...
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "dataItems": {"type": "array", "items": {"type": "object", "properties": {"itemId": {"type": "string"}, "path": {"type": "string"}}, "required": ["itemId", "path"]}}, "description": {"type": "string"}, "ignore": {"type": "boolean"}, "images": {"type": "a...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "ResolutionUnit": {"type": "integer"}, "YCbCrPositioning": {"type": "integer"}, "ExifO...
{"Make" : "DoCoMo", "Model" : "P900i", "XResolution" : 72, "YResolution" : 72, "ResolutionUnit" : 2, "YCbCrPositioning" : 2, "ExifOffset" : 128, "Compression" : 6, "ThumbnailOffset" : 444, "ThumbnailLength" : 4056, "DateTimeOriginal" : "2004:03:24 10:44:00", "CreateDate" : "2004:03:24 10:44:00", "ColorSpace" : 1, "Exif...
json_instruct
{"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "ResolutionUnit": {"type": "integer"}, "YCbCrPositioning": {"type": "integer"}, "ExifOffset": {"type": "integer"}, "Compression": {"type": "integer"}, "Thumb...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"...
{"author" : {"id" : "t2_9s8sdrq", "name" : "OGKwapple"}, "date" : {"day" : 1576713600, "full" : 1576757213, "month" : 1575158400, "week" : 1576368000}, "id" : "t3_ecsbes", "picture" : {"filesize" : 102525, "fullUrl" : "https://preview.redd.it/i4d7jkwxaj541.jpg?auto=webp&s=a756194b844ad9d430a56520628ada716db2edb9", "has...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[42, 42, 42, 0, 0, 42, 42, 42, 0, 0, 42, 42, 42, 0, 0, 42, 42, 42, 42, -42, 0]
json_instruct
{"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "authors": {"...
{"name" : "php-console/php-console", "description" : "Server side PHP library for Google Chrome extension \"PHP Console\".", "keywords" : ["PHP", "errors", "debug", "chrome", "error handler", "google chrome"], "homepage" : "https://github.com/barbushin/php-console", "license" : "BSD 3-Clause", "type" : "library", "auth...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wo...
{"id" : 404371303, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "713bc7e31923b8ed009e631e2f45e7ea", "wof:id" : 404371303, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.4744, 44.8155, -0.4744, 44.8155], "geometry" : {"coordinates" :...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap":...
{"name" : "Numeron Calling", "number" : "77402960", "is_illegal" : false, "text" : "If \"Numeron Network\" is in your Field Zone and you control no monsters: Special Summon up to 4 \"Numeron Gate\" Xyz Monsters with different names from your Extra Deck, but banish them during the End Phase, also you can only Normal or ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "req...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "3277030001", "nama" : "PASIRKALIKI"}, {"id" : "3277030002", "nama" : "CIBABAT"}, {"id" : "3277030003", "nama" : "CITEUREUP"}, {"id" : "3277030004", "nama" : "CIPAGERAN"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"...
{"html_attributions" : [], "results" : [{"business_status" : "CLOSED_TEMPORARILY", "geometry" : {"location" : {"lat" : 23.7127818, "lng" : 85.9406558}, "viewport" : {"northeast" : {"lat" : 23.7141712302915, "lng" : 85.9419902302915}, "southwest" : {"lat" : 23.7114732697085, "lng" : 85.93929226970849}}}, "icon" : "https...
json_instruct
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "ln...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "...
{"title" : "\u3010RAY-MMD 4K\u3011\u6975\u697d\u6d44\u571f \uff13 Gokuraku Jodo \uff13 ver. \u3010Aoi & Akane & Akari\u3011 STAGE / MODEL / DL", "author" : "muta81", "description" : "motion/wav/cameraundefinedbyundefinedNoraundefinedNoretta<br><aundefinedhref='https://www.youtube.com/watch?v=orvxsqOtgYY'>https://www.yo...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "kone": {"type": "object", "properties": {"defaultBaseImage": {"type": "string"}}, "required": ["defaultBaseImage"]}}, "required": ["name", "kone"], "$schema": "http://json-schema.org...
{"name" : "demo-parameters", "kone" : {"defaultBaseImage" : "docker.io/knativefunctions/function"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "kone": {"type": "object", "properties": {"defaultBaseImage": {"type": "string"}}, "required": ["defaultBaseImage"]}}, "required": ["name", "kone"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {...
{"userId" : 26976, "cartId" : "7e5806ad-a80c-42df-8d60-ed9e2b71f824", "preferredProducts" : [1305, 2932, 676, 4821, 1618], "productReviews" : [{"productId" : 399, "reviewText" : "My ant loves to play with it.", "reviewDate" : "2019-06-28T08:17:26.2102476+03:00"}, {"productId" : 1977, "reviewText" : "I tried to maul it ...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "...
{"id" : 404405535, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "b081db3859eee32b063f0e23f68884e0", "wof:id" : 404405535, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.92929986703934, 48.36854858392664, 6.99190784865, 48.43841288510286], ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id"...
{"type" : "MultiPolygon", "coordinates" : [[[[-85.792389, 43.561158], [-85.791538, 43.561068], [-85.790376, 43.561007], [-85.789303, 43.560999], [-85.788657, 43.561015], [-85.788032, 43.561078], [-85.787971, 43.561084], [-85.787131, 43.561147], [-85.786229, 43.561243], [-85.785313, 43.561292], [-85.784023, 43.561295], ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"jshint": {"type": "string"}, "mocha": {"type":...
{"name" : "pausable", "version" : "4.4.2", "description" : "Pause and resume JavaScript code", "main" : "index.js", "scripts" : {"jshint" : "jshint .", "mocha" : "mocha -r test/harness ./test --recursive", "test" : "npm run jshint && npm run mocha"}, "keywords" : ["pause", "resume", "resumable"], "author" : "asmblah", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"jshint": {"type": "string"}, "mocha": {"type": "string"}, "test": {"type": "string"}}, "required": ["jshint", "mocha",...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "st...
{"name" : "omnibolt-js", "version" : "1.0.0", "description" : "", "main" : "lib/index.js", "scripts" : {"start" : "tsc && node src/index.ts", "test" : "env mocha -r ts-node/register 'tests/**/*.ts'", "build" : "npm run format && tsc", "format" : "prettier --write \"src/*.ts\" \"*.js\"", "lint" : "eslint . --ext .ts,.ts...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}, "format": {"type": "string"}, "li...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"...
{"id" : "40706", "name" : {"en" : "Tabriz"}, "country" : "IR", "region" : "EAZ", "identifiers" : {"wmo" : "40706", "icao" : "OITT", "iata" : "TBZ", "ghcn" : "IR000040706", "usaf" : "407060"}, "location" : {"latitude" : 38.0833, "longitude" : 46.2833, "elevation" : 1367}, "timezone" : "Asia/Tehran"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "icao": {"type": "string"}, "iata...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"app": {"type": "string"}, "namespace": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}}, "required": ["a", "b"]}, "config": {"type": "object", "properties": {"x":...
[{"app" : "skogsra", "namespace" : {"a" : 1, "b" : 2}, "config" : {"x" : 0, "y" : 0}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"app": {"type": "string"}, "namespace": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}}, "required": ["a", "b"]}, "config": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"plugInClass": {"type": "string"}, "testClassCount": {"type": "string"}, "testMethodCount": {"type": "string...
{"class" : {}, "instance" : {"plugInClass" : "TS 7/1/2015 14:08", "testClassCount" : "BD 6/16/2018 18:42", "testMethodCount" : "BD 6/16/2018 18:43", "testSlocCount" : "BD 6/16/2018 18:44"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"plugInClass": {"type": "string"}, "testClassCount": {"type": "string"}, "testMethodCount": {"type": "string"}, "testSlocCount": {"type": "string"}}, "required": ["plugInClass",...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"global": {"type": "object", "properties": {"fpath": {"type": "string"}, "id": {"type": "string"}}, "required": ["fpath", "id"]}, "pad": {"type": "object", "properties": {"gpageseg": {"type": "integer"}}, "req...
{"global" : {"fpath" : "/media/sf_ShareVB/many_years_firmprofiles_output/bus.3B//0/ocropy/2018-02-16_T16H28M/8740_001/0001.bin.png", "id" : "010002"}, "pad" : {"gpageseg" : 3}, "scale" : {"gpageseg" : 27.0}, "bbox" : {"line" : {"chars" : "", "x0" : 1125, "x1" : 1319, "y0" : 183, "y1" : 255}}}
json_instruct
{"type": "object", "properties": {"global": {"type": "object", "properties": {"fpath": {"type": "string"}, "id": {"type": "string"}}, "required": ["fpath", "id"]}, "pad": {"type": "object", "properties": {"gpageseg": {"type": "integer"}}, "required": ["gpageseg"]}, "scale": {"type": "object", "properties": {"gpageseg":...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "The art of the miniature painter ", "author" : "Williamson, George Charles, 1858-1942.", "id" : "000351524"}, {"title" : "The art of the miniature painter ", "author" : "Williamson, George Charles, 1858-1942.", "id" : "000351524"}, {"title" : "The art of the miniature painter ", "author" : "Williamson, Geo...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "parent_slug": {"type": "string"}, "path": {"type": "string"}, "repoCount": {"type": "integer"}, "userCount": {"type": "integer"}, "popularity": {"type": "integer"}}, "requ...
{"slug" : "emptyset-finance", "title" : "EmptySet Finance", "parent_slug" : "ethereum", "path" : "ethereum/emptyset-finance", "repoCount" : 2, "userCount" : 2, "popularity" : 10815}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "parent_slug": {"type": "string"}, "path": {"type": "string"}, "repoCount": {"type": "integer"}, "userCount": {"type": "integer"}, "popularity": {"type": "integer"}}, "required": ["slug", "title", "parent_slug", "path", "repoCoun...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total":...
{"champ" : 131, "item" : 3150, "kills" : "5.5", "deaths" : "8", "assists" : "3.5", "gold" : "9255.5", "cs" : "84.5", "total" : "2", "wins" : "1", "losses" : "1"}
json_instruct
{"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total": {"type": "string"}, "wins": {"type": "string"}, "losses": {"type": "string...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "s...
{"id" : "ac26e2fd-0c47-4ba6-82c6-1b57c4902765", "name" : "The Good Shepherd Catholic Primary School", "code" : "6", "address" : {"addressLine1" : "35 Gayford Road", "town" : "London", "postcode" : "W12 9BY"}, "organisation" : {"id" : "85855d6e-c9d4-4239-b9b4-d91634166eba", "code" : "2H3", "name" : "West London Teaching...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "town", "postcode"]}, "organisati...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u016b\u00b7\u1e07\u014d\u00b7w\u00b7l\u00eas": {"type": "object", "properties": {"amo.7.14|15": {"type": "array", "items": {"type": "strin...
{"pos" : "v", "translits" : {"\u016b\u00b7\u1e07\u014d\u00b7w\u00b7l\u00eas" : {"amo.7.14|15" : ["I [was]", "and a tender", "of sycamore [fruit]\u2013"]}}, "meanings" : {"tender" : 1}, "meaningsCount" : 1, "occurences" : 1}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u016b\u00b7\u1e07\u014d\u00b7w\u00b7l\u00eas": {"type": "object", "properties": {"amo.7.14|15": {"type": "array", "items": {"type": "string"}}}, "required": ["amo.7.14|15"]}}, "required": ["\u016b\u00b7\u1e07\u...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contrac...
{"contract" : "0x8f505f82c7ba9e3bb760e11fd126d0bd49020d7e", "tool" : "solhint", "start" : 1563215518.600423, "end" : 1563215548.9207594, "duration" : 30.32033634185791, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": ...
{"id" : 2077, "title" : ["[Teras Isle, Fhorian Village]"], "description" : ["An odd outcropping of rock stands tall here at the western edge of the village, shaped something like a huge hand. It seems to be holding back the oppressive tide of the dense forest to the west, or perhaps it is a warning to those in the vil...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"2283":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "restricted": {"type": "null"}, "extends": {"type": "string"}, "restrict": {"type": "string"}, "version": {"type": "string"}, "assets": {"type": "array", "items": {"type": ...
{"title" : "Le Monde", "link" : "http://www.lemonde.fr", "restricted" : null, "extends" : "default", "restrict" : "@lemonde.fr", "version" : "1.3.0", "assets" : ["triangleArrow-Right.png", "trianglearrow-right-small.png", "lemonde-logo-small.png", "lemonde-logo-big.png"]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "restricted": {"type": "null"}, "extends": {"type": "string"}, "restrict": {"type": "string"}, "version": {"type": "string"}, "assets": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "link", "restricted", ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type":...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-2.21818549818, 53.3931344081, 0.0], [-2.21814397699, 53.3934252556, 0.0], [-2.21787944655, 53.3935329208, 0.0], [-2.21730909911, 53.3935418243, 0.0], [-2.21730052314, 53.3935380263,...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/p...
{"cam/image_array" : "7902_cam-image_array_.jpg", "user/angle" : 0.008, "user/throttle" : 0.784, "user/mode" : "user", "pos/pos_x" : 84.71308, "pos/pos_y" : 0.5566202, "pos/pos_z" : -8.173618, "pos/speed" : 8.065769, "pos/cte" : -4.933579, "milliseconds" : 420653}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "...
{"directions" : ["In a medium skillet over medium heat, cook the sesame seeds about 5 minutes, stirring frequently, until lightly browned. Remove from heat, and set aside.", "Heat oil in the skillet over medium high heat. Stir in snow peas and mushrooms, and cook 3 to 4 minutes, until tender.", "Transfer snow peas and ...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "source": {"type": "string"}, "title": {"type": "string"}, "shortDescription": {"type": "string"}, "longDescription": {"type": "array", "items": {"type": "string"}}, "products": {"type": "array", ...
{"name" : "pnp-sp-dev-spfx-extensions-react-send-to-teams", "source" : "pnp", "title" : "Send to Teams", "shortDescription" : "This Command Set allows to create an adaptive card based on list data and send to microsoft teams chanel", "longDescription" : ["This Command Set allows to create an adaptive card based on list...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "source": {"type": "string"}, "title": {"type": "string"}, "shortDescription": {"type": "string"}, "longDescription": {"type": "array", "items": {"type": "string"}}, "products": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "array", "i...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object",...
{"name" : "IDBWorkRecordGenerator", "version" : "1.1.0", "main" : "index.mjs", "author" : "zsh", "license" : "MIT", "private" : true, "dependencies" : {"docx" : "^5.3.0", "html-docx-js" : "^0.3.1", "html-pdf" : "^2.2.0", "image-size" : "^0.8.3", "mime-types" : "^2.1.27", "moment" : "^2.24.0", "pug" : "^2.0.4", "resize-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"docx": {"type": "string"}, "html-docx-js": {"type": "st...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"typ...
[{"results" : [{"tech" : 2, "pts" : 230, "connections" : 16641, "capacity" : 25400, "investments" : 34851}, {"tech" : 3, "pts" : 6880, "connections" : 651976, "capacity" : 1373041, "investments" : 7551454}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"typ...
{"name" : "aprenda-digitais", "productName" : "Aprenda Digitais", "version" : "1.0.0", "description" : "Aplicativo para auxilixar o ensino de portas logicas", "main" : "./main.prod.js", "author" : {"name" : "rooque", "email" : "victor.rooque@gmail.com", "url" : "https://github.com/rooque"}, "scripts" : {"postinstall" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "died": {"type": "null"}, "fai_flight_count": {"type": "integer"}, "fai_flight_list": {"type": "array", "items": {"type": "object", "properties": ...
{"birth_date" : "1970", "birth_place" : "China", "died" : null, "fai_flight_count" : 1, "fai_flight_list" : [{"date" : "2012-06-16", "duration" : "12d 15h 23m 52s", "mission" : "ShenZhou 9"}], "first_name" : "Liu", "img" : "https://www.worldspaceflight.com/bios/photos/china/liu-w.jpg", "last_name" : "Wang", "name" : "L...
json_instruct
{"type": "object", "properties": {"birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "died": {"type": "null"}, "fai_flight_count": {"type": "integer"}, "fai_flight_list": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "duration": {"type": "string"}, "mission":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]...
{"name" : "react-native-perspective-image-cropper", "version" : "0.6.0", "description" : "React native library detecting documents with custom crop and perspective corrections on photos", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abiliti...
{"id" : 722, "name" : "Rowlet", "genus" : "Grass Quill Pok\u00e9mon", "description" : "This wary Pok\u00e9mon uses photosynthesis to store up energy during the day, while becoming active at night.", "imageUrl" : "https://raw.githubusercontent.com/anurag-roy/poke-api/main/assets/images/722.webp", "types" : ["Grass", "Fl...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "array", "items": {"type": "object", "properties": {"nam...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "log_date_format": {"type": "string"}, "error_file": {"type": "string"}, "env": {"type": "object", "properties": {"PORT": {"type": "integer"}, "NODE_ENV": {"type": "stri...
{"name" : "nodeBasis", "script" : "./app.js", "log_date_format" : "YYYY-MM-DD HH:mm Z", "error_file" : "log/node-app.error.log", "env" : {"PORT" : 9005, "NODE_ENV" : "development"}, "env_production" : {"PORT" : 80, "NODE_ENV" : "production"}, "watch" : true, "instances" : "max", "exec_mode" : "cluster"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "log_date_format": {"type": "string"}, "error_file": {"type": "string"}, "env": {"type": "object", "properties": {"PORT": {"type": "integer"}, "NODE_ENV": {"type": "string"}}, "required": ["PORT", "NODE_ENV"]}, "env_production":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "build": {"type": "string"}, "released": {"type": "string"}, "beta": {"type": "boolean"}, "devices": {"type": "object", "properties": {"iPhone12,8": {"type": "object", "propertie...
{"version" : "13.4", "build" : "17E8255", "released" : "2020-04-15", "beta" : false, "devices" : {"iPhone12,8" : {"ipsw" : "none"}}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "build": {"type": "string"}, "released": {"type": "string"}, "beta": {"type": "boolean"}, "devices": {"type": "object", "properties": {"iPhone12,8": {"type": "object", "properties": {"ipsw": {"type": "string"}}, "required": ["ipsw"]}}, "required": ["iPhon...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "access_token": {"type": "string"}, "teams_url": {"type": "string"}, "ox_qmd_load_path": {"type": "string"}}, "required": ["name", "email", "access_token", "teams_url"...
{"name" : "", "email" : "", "access_token" : "", "teams_url" : "", "ox_qmd_load_path" : "~/.emacs.d/site_lisp/ox-qmd"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "access_token": {"type": "string"}, "teams_url": {"type": "string"}, "ox_qmd_load_path": {"type": "string"}}, "required": ["name", "email", "access_token", "teams_url", "ox_qmd_load_path"], "$schema": "http://json-schema.org/draf...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "strin...
{"name" : "Oita University of Nursing and Health Sciences", "alt_name" : "Oita Kenritsu Kango Kagaku Daigaku", "country" : "Japan", "state" : null, "address" : {"street" : "2944-9 Megusuno", "city" : "Oita-shi", "province" : "Oita", "postal_code" : "870-1201"}, "contact" : {"telephone" : "+81(97) 586-4300", "website" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"selectize.css": {"type": "string"}, "selectize.js": {"type": "string"}, "selectize.min.css": {"type": "string"}, "selectize.min.js": {"type": "string"}}, "required": ["selectize.css", "selectize.js", "selectize.mi...
{"selectize.css" : "sha256-xMRZjADLZ3CQZ34dS5V2lv71ErPac77ixCMfXcofIDM=", "selectize.js" : "sha256-OfJto/UFz1XTCIC1srrxytAhgd/NQUPhMgp1DsEIavM=", "selectize.min.css" : "sha256-D1U5IPgnLzYYMO34ZORVfwH7L9tEFDjYgm8VXcpeHOg=", "selectize.min.js" : "sha256-Oh7Sx/omIayP4OTX0+ubsM5r+AFc8Ah7vtRuOMaT5q4="}
json_instruct
{"type": "object", "properties": {"selectize.css": {"type": "string"}, "selectize.js": {"type": "string"}, "selectize.min.css": {"type": "string"}, "selectize.min.js": {"type": "string"}}, "required": ["selectize.css", "selectize.js", "selectize.min.css", "selectize.min.js"], "$schema": "http://json-schema.org/draft-07...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"...
{"name" : "file-rw", "version" : "0.0.2", "description" : "Read and write files more easily", "main" : "index.js", "scripts" : {"test" : "mocha test"}, "repository" : {"type" : "git", "url" : "git@github.com:digisfera/node-file-rw.git"}, "keywords" : ["files", "fs"], "author" : "Manuel Cabral (m.cabral@digisfera.pt)", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "scripts": {...
{"name" : "BTCz-Pay", "version" : "0.2.1", "description" : "Self-hosted BitcoinZ payment gateway", "main" : "btcz-pay.js", "repository" : "https://github.com/MarceluCH/BTCz-Pay", "license" : "MIT", "author" : "Marcelus", "scripts" : {"postinstall" : "mkdir -p qr && chmod 777 qr", "test" : "nodejs ./node_modules/.bin/st...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"switchery.css": {"type": "string"}, "switchery.js": {"type": "string"}, "switchery.min.css": {"type": "string"}, "switchery.min.js": {"type": "string"}}, "required": ["switchery.css", "switchery.js", "switchery.mi...
{"switchery.css" : "sha256-Elwg4A9xERP0vMVJUpZf3e58wSVCfn4M2zK4vIbun3Q=", "switchery.js" : "sha256-Av00P0RNEvghtj3TZudGrTjqNMf2j1Sf1vzxYgJHDb8=", "switchery.min.css" : "sha256-yS7gAijBkyalOkgke1Sn8lrK73NezSbgK9nwYkVJyv4=", "switchery.min.js" : "sha256-riwRLxZeiGMyeDz0edtoNRR/KLoyxvIZ+bSKemPQS0o="}
json_instruct
{"type": "object", "properties": {"switchery.css": {"type": "string"}, "switchery.js": {"type": "string"}, "switchery.min.css": {"type": "string"}, "switchery.min.js": {"type": "string"}}, "required": ["switchery.css", "switchery.js", "switchery.min.css", "switchery.min.js"], "$schema": "http://json-schema.org/draft-07...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["360404104001", "\u96c6\u9547\u5c45\u59d4\u4f1a", "121", "0"], ["360404104002", "\u8377\u82b1\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["360404104003", "\u671d\u9633\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["360404104200", "\u6d17\u5fc3\u6865\u6751\u59d4\u4f1a", "121", "0"], ["360404104201", "\u5bcc\u5858\u6...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"stage=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "stage=1": {"type": "object", "properties": {"model": {"type": "string"}}, "requir...
{"variants" : {"stage=0" : {"model" : "block/acacia_sapling_stage_0"}, "stage=1" : {"model" : "block/acacia_sapling"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"stage=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "stage=1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["stage=0", "stage=1"]}}, "re...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"development": {"type": "object", "properties": {"bitbucket": {"type": "boolean"}, "port": {"type": "integer"}, "errorTemplate": {"type": "boolean"}, "consumerKey": {"type": "null"}, "store": {"type": "object"...
{"development" : {"bitbucket" : true, "port" : 3000, "errorTemplate" : true, "consumerKey" : null, "store" : {"adapter" : "jugglingdb", "type" : "sqlite3", "database" : "store.db"}, "hosts" : ["http://admin:admin@localhost:1990/confluence", "http://admin:admin@localhost:2990/jira"]}, "production" : {"bitbucket" : true,...
json_instruct
{"type": "object", "properties": {"development": {"type": "object", "properties": {"bitbucket": {"type": "boolean"}, "port": {"type": "integer"}, "errorTemplate": {"type": "boolean"}, "consumerKey": {"type": "null"}, "store": {"type": "object", "properties": {"adapter": {"type": "string"}, "type": {"type": "string"}, "...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1991, 6], [1996, 5], [1998, 7], [1999, 8], [2000, 29], [2001, 25], [2002, 23], [2003, 24], [2004, 33], [2005, 32], [2006, 35], [2007, 37], [2008, 17], [2009, 18], [2010, 14], [2011, 6], [2013, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"aboutMe": {"type": "string"}, "displayName": {"type": "string"}, "id": {"type": "string"}, "location": {"type": "string"}, "originalId": {"type": "null"}, "reputation": {"type": "integer"}, "userName": {"type": "string"}, "...
{"aboutMe" : "Twitter: [@joeuser](http://twitter.com/joeuser)\nDisclaimer: This is not me. JoeUser _doesn't exist_!\n", "displayName" : "JoeUser", "id" : "cf99542d-f024-4478-a6dc-7e723a51b040", "location" : "San Francisco", "originalId" : null, "reputation" : 50, "userName" : "joe@example.com", "voteCount" : 3, "websi...
json_instruct
{"type": "object", "properties": {"aboutMe": {"type": "string"}, "displayName": {"type": "string"}, "id": {"type": "string"}, "location": {"type": "string"}, "originalId": {"type": "null"}, "reputation": {"type": "integer"}, "userName": {"type": "string"}, "voteCount": {"type": "integer"}, "websiteUrl": {"type": "strin...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1805130012", "district_id" : "1805130", "name" : "GAYA BARU TUJUH"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "format": {"type": "string"}}, "required": ["copyright", "url", "email", "format"], "$schema": "http://json-schema.org/draft-07/...
{"copyright" : "Eddy Hernandez", "url" : "http://eddywashere.com", "email" : "edward.d.hernandez@gmail.com", "format" : "txt"}
json_instruct
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "format": {"type": "string"}}, "required": ["copyright", "url", "email", "format"], "$schema": "http://json-schema.org/draft-07/schema#"}