input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"419041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "requ...
{"419041" : {"count" : 1}, "count" : 22, "N.A.//" : {"count" : 12}, "999920" : {"count" : 1}, "412010" : {"count" : 2}, "399021" : {"count" : 2}, "311010" : {"count" : 2}, "113031" : {"count" : 1}, "372012" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"419041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "999920": {"type": "object", "properties": {"count": {"typ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Role": {"type": "object", "properties": {"vip": {"type": "string"}}, "required": ["vip"]}}, "required": ["Role"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Role" : {"vip" : "854260183486955530"}}
json_instruct
{"type": "object", "properties": {"Role": {"type": "object", "properties": {"vip": {"type": "string"}}, "required": ["vip"]}}, "required": ["Role"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Shirts": {"type": "array", "items": {"type": "string"}}, "Pants": {"type": "array", "items": {"type": "string"}}, "Shoes": {"type": "array", "items": {"type": "string"}}, "BackPacks": {"type": "array", "items": {"t...
{"Shirts" : ["GorkaEJacket_Autumn", "GorkaEJacket_Flat", "GorkaEJacket_PautRev", "GorkaEJacket_Summer"], "Pants" : ["GorkaPants_Autumn", "GorkaPants_Flat", "GorkaPants_PautRev", "GorkaPants_Summer"], "Shoes" : ["TTSKOBoots", "CombatBoots_Black", "CombatBoots_Brown"], "BackPacks" : ["", "", "CoyoteBag_Brown", "CoyoteBag...
json_instruct
{"type": "object", "properties": {"Shirts": {"type": "array", "items": {"type": "string"}}, "Pants": {"type": "array", "items": {"type": "string"}}, "Shoes": {"type": "array", "items": {"type": "string"}}, "BackPacks": {"type": "array", "items": {"type": "string"}}, "Vests": {"type": "array", "items": {"type": "string"...
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"}, "dev": {"type": "str...
{"name" : "classyrent-api", "version" : "1.0.0", "description" : "api do projeto classyrent", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "dev" : "nodemon src/app.js"}, "keywords" : ["alojamento", "quarto", "universidade"], "author" : "Ricardo Malva", "license" : "MIT", "depe...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "dev"]}, "keywords": {"type": "array", "it...
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" : [[[[-83.187178, 43.046433], [-83.174703, 43.046763], [-83.167478, 43.046954], [-83.166994, 43.046968], [-83.166367, 43.047018], [-83.165709, 43.047082], [-83.165069, 43.047182], [-83.164519, 43.047298], [-83.163615, 43.047525], [-83.162869, 43.047775], [-83.162516, 43.047897], ...
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": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"message": {"type": "string"}, "documentation_url": {"type": "string"}}, "required": ["message", "documentation_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"message" : "Not Found", "documentation_url" : ""}
json_instruct
{"type": "object", "properties": {"message": {"type": "string"}, "documentation_url": {"type": "string"}}, "required": ["message", "documentation_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "email": {"type": "string"}, "website...
{"symbol" : "GBT", "address" : "0x4A329E0630a7AE55AB4A71BBdd5F0C92C6b87049", "overview" : {"en" : "Global Blockchain Economy Exchange, GBEX, is founded by top global blockchain and fintech leaders with the goal of creating the perfect token economy that integrates incubation, trading, tokenization and decentralized app...
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "email": {"type": "string"}, "website": {"type": "string"}, "whitepaper": {"type": "string"}, "stat...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"elements": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["elements"], "$schema": "http://json-...
{"elements" : [{"id" : "test_history_element", "name" : "first"}]}
json_instruct
{"type": "object", "properties": {"elements": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["elements"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"bu...
{"name" : "tracker-react-redux", "version" : "1.0.0", "description" : "Use React Redux with Meteor's Tracker", "main" : "dist/index.js", "files" : ["dist/connect.js", "dist/createTrackerManagerCreator.js", "dist/createTrackerManagerCreatorNative.js", "dist/index.js", "native.js"], "scripts" : {"build" : "babel src --pr...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepublish": {"type": "string"}}...
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"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"},...
{"name" : "vanilla", "version" : "1.0.0", "description" : "vanilla javascript sandbox with webpack, eslint, sass and babel", "main" : "src/index.js", "author" : "Umayr Shahid <umayr.shahid@gmail.com>", "license" : "MIT", "private" : false, "scripts" : {"start" : "webpack-dev-server --inline --progress --mode=developmen...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"prettier.configPath": {"type": "string"}, "editor.defaultFormatter": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}}, "required": ["prettier.configPath", "editor.defaultFormatter", "editor.forma...
{"prettier.configPath" : "prettierrc.yaml", "editor.defaultFormatter" : "esbenp.prettier-vscode", "editor.formatOnSave" : true}
json_instruct
{"type": "object", "properties": {"prettier.configPath": {"type": "string"}, "editor.defaultFormatter": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}}, "required": ["prettier.configPath", "editor.defaultFormatter", "editor.formatOnSave"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": {}}, "t...
{"directions" : ["Heat 2 tablespoons olive oil in a skillet over medium-high heat. Season the pork chops with salt and pepper, and quickly sear on both sides. Remove from heat, and set aside.", "Heat the remaining olive oil in the skillet over medium-high heat, and saute the garlic about 30 seconds. Mix in the tomato, ...
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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"Material": {"type": "object", "properties": {"Directory Material": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "require...
{"Material" : {"Directory Material" : "Assets/final texture.tga", "UUID Resource" : 665080577, "Name" : "final texture.tga", "Type" : 2, "Last Write" : 1522971443}}
json_instruct
{"type": "object", "properties": {"Material": {"type": "object", "properties": {"Directory Material": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "required": ["Directory Material", "UUID Resource", "Name", "Type",...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "arra...
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C).", "Place chicken in a 9x13 inch baking dish. In a medium bowl, combine the soup, mayonnaise, curry powder and cheese. Mix well and pour mixture over chicken.", "Cover dish and bake at 350 degrees F (175 degrees C) for 35 to 40 minutes or until chicken is ...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"actualDateAsLong": {"type": "integer"}, "canBeCanceled": {"type": "boolean"}, "cantCancelReason": {"type": "string"}, "dealerCode": {"type": "string"}, "dealerPointCode": {"type": "string"}, "phonesNumbersList": {"type": "arra...
{"actualDateAsLong" : 1611568879, "canBeCanceled" : false, "cantCancelReason" : "\u041d\u0435\u043b\u044c\u0437\u044f \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c", "dealerCode" : "123456", "dealerPointCode" : "GK234", "phonesNumbersList" : [{"phoneNumberThatIsTransfered" : "9259239939", "tmpPhoneNumber" : "9349949...
json_instruct
{"type": "object", "properties": {"actualDateAsLong": {"type": "integer"}, "canBeCanceled": {"type": "boolean"}, "cantCancelReason": {"type": "string"}, "dealerCode": {"type": "string"}, "dealerPointCode": {"type": "string"}, "phonesNumbersList": {"type": "array", "items": {"type": "object", "properties": {"phoneNumber...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/...
{"towns" : [{"name" : "Yuzhno-sakhalinsk", "url" : "yuzhno-sakhalinsk"}]}
json_instruct
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "0x139a0cb132568e0bcef616f1c23b4e3eb86e93fe", "tool" : "slither", "start" : 1563646039.624658, "end" : 1563646044.852646, "duration" : 5.227988004684448, "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://...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"braindata": {"type": "object", "properties": {}, "required": []}, "piedata": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "label": {"type": "string"}, "value": {"type": "number"}...
{"braindata" : {}, "piedata" : [{"color" : "#17b02c", "label" : "comm:im (11.43%)", "value" : 11.43}, {"color" : "#dadebd", "label" : "slack:Jonathan_Lorimer (2.86%)", "value" : 2.86}, {"color" : "#bf7f7f", "label" : "slack:TheMatten (1.90%)", "value" : 1.9}, {"color" : "#cd8beb", "label" : "slack:jvanbruegge (3.81%)",...
json_instruct
{"type": "object", "properties": {"braindata": {"type": "object", "properties": {}, "required": []}, "piedata": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "label": {"type": "string"}, "value": {"type": "number"}}, "required": ["color", "label", "value"]}}, "tagdata": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$sc...
{"version" : "english_NIV", "book" : "Deuteronomy", "chapter" : 28, "verse" : 42, "word" : "Swarms of locusts will take over all your trees and the crops of your land."}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "...
{"author" : "William E. Stafford", "classification" : "Free Verse", "keywords" : ["War", "Conflict", "History", "Politics", "Social Commentaries", "Animals", "Nature"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/171499", "region" : "U.S., Northwestern", "text" : ["At noon in the desert a panting...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["candyworld:dark_chocolate_egg"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.combined.min.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type...
{"compatibility.js" : "sha512-bL3GGRl6YW86r3Zr3bdQ1hVv+4HF1YKyawlTZnqy2U5DNJ3eMZllG3IE0/5rlwQdwnOlX3ZvFfi7n/pFBuiMNg==", "compatibility.min.js" : "sha512-SZcJmq4AQcTkSZM2cBQO540uBAvkLuma1ITvIQK0eIFnrH6KS2zjhAolbohTSC2ngzdk1uER0F5KiHCgajKCQA==", "pdf.combined.js" : "sha512-JjgUasPTlNuZNMW6u4fFSeYUpmayDBQC5DLM4Mfr5By0hLI...
json_instruct
{"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.combined.min.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.entry.js": {"type": "string"}, "pdf.worker.e...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "order": {"type": "integer"}, "pvardefs": {"type": "array", "items": {}}, "lvardefs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"...
[{"name" : "$construct", "order" : 1, "pvardefs" : [], "lvardefs" : [{"name" : "lSeconds", "order" : 1, "type" : "kInteger", "subtype" : "k32bitint", "sublen" : 0}]}, {"name" : "$destruct", "order" : 2, "pvardefs" : [], "lvardefs" : []}, {"name" : "$timer", "order" : 4, "pvardefs" : [], "lvardefs" : []}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "order": {"type": "integer"}, "pvardefs": {"type": "array", "items": {}}, "lvardefs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "order": {"type": "integer"}, "type": {"type": "string"}...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/d...
[{"year" : 1998, "sex" : "F", "n" : 5, "prop" : 2.58e-06}, {"year" : 2001, "sex" : "F", "n" : 10, "prop" : 5.05e-06}, {"year" : 2002, "sex" : "F", "n" : 9, "prop" : 4.56e-06}, {"year" : 2003, "sex" : "F", "n" : 10, "prop" : 4.99e-06}, {"year" : 2004, "sex" : "F", "n" : 9, "prop" : 4.46e-06}, {"year" : 2005, "sex" : "F"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"status": {"type": "boolean"}, "session": {"type": "string"}, "Z": {"type": "string"}, "Y": {"type": "string"}}, "required": ["status", "session", "Z", "Y"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : false, "session" : "6285216635710-1631454910@g.us", "Z" : "6281246817124", "Y" : "6285738627934"}
json_instruct
{"type": "object", "properties": {"status": {"type": "boolean"}, "session": {"type": "string"}, "Z": {"type": "string"}, "Y": {"type": "string"}}, "required": ["status", "session", "Z", "Y"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "district...
{"id" : "1009", "provinceId" : "33", "regencyId" : "75", "districtId" : "02", "name" : "Gamer"}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@components/partials": {"type": "array", "items": {"type": "string"}}, "@components/elements": {"type...
{"compilerOptions" : {"baseUrl" : ".", "paths" : {"@components/partials" : ["components/partials/index"], "@components/elements" : ["components/elements/index"], "@components/layout" : ["components/layout/index"], "@hooks" : ["hooks/index"], "@configs/*" : ["configs/*"], "@api.routes" : ["config/api.routes"], "@redux/a...
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@components/partials": {"type": "array", "items": {"type": "string"}}, "@components/elements": {"type": "array", "items": {"type": "string"}}, "@components/la...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"sinon": {"type": "string"}, "tape": {"type": "string"}}, "required": ["sinon", "tape"]}, "globalDependencies": {"type": "object", "properties": {"angular-protractor":...
{"dependencies" : {"sinon" : "registry:npm/sinon#1.16.0+20160427193336", "tape" : "registry:npm/tape#4.0.0+20160322235547"}, "globalDependencies" : {"angular-protractor" : "registry:dt/angular-protractor#1.5.0+20160425143459", "express" : "registry:dt/express#4.0.0+20160317120654", "express-serve-static-core" : "regist...
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"sinon": {"type": "string"}, "tape": {"type": "string"}}, "required": ["sinon", "tape"]}, "globalDependencies": {"type": "object", "properties": {"angular-protractor": {"type": "string"}, "express": {"type": "string"}, "express-serve-st...
Create a JSON structure that matches this schema definition: {"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": {"...
{"directions" : ["Preheat oven to 375\u00b0F. Brush rimmed baking sheet with 1 teaspoon oil. Toss corn and 2 teaspoons oil on prepared sheet. Roast until corn begins to brown, stirring occasionally, about 18 minutes. Transfer to bowl. Mix in tomatoes, green onions, basil, and 2 tablespoons oil; season with salt and pep...
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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit...
{"name" : "mpesajs", "version" : "1.0.0", "description" : "js implementation of mpesa open api", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/mobilemoney/mpesa.js.git"}, "keywords" : ["Mobile Money", "M-PESA", ...
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...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"PLAYER_ID": {"type": "integer"}, "SEASON_ID": {"type": "string"}, "LEAGUE_ID": {"type": "string"}, "TEAM_ID": {"type": "integer"}, "TEAM_ABBREVIATION": {"type": "string"}, "PLAYER_AGE": {"type": "num...
[{"PLAYER_ID" : 1626246, "SEASON_ID" : "2015-16", "LEAGUE_ID" : "00", "TEAM_ID" : 1610612759, "TEAM_ABBREVIATION" : "SAS", "PLAYER_AGE" : 27.0, "GP" : 54, "GS" : 4, "MIN" : 9.4, "FGM" : 1.9, "FGA" : 3.2, "FG_PCT" : 0.603, "FG3M" : 0.0, "FG3A" : 0.0, "FG3_PCT" : 0.0, "FTM" : 1.6, "FTA" : 2.1, "FT_PCT" : 0.763, "OREB" : ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"PLAYER_ID": {"type": "integer"}, "SEASON_ID": {"type": "string"}, "LEAGUE_ID": {"type": "string"}, "TEAM_ID": {"type": "integer"}, "TEAM_ABBREVIATION": {"type": "string"}, "PLAYER_AGE": {"type": "number"}, "GP": {"type": "integer"}, "GS": {"type": "integer"}...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"int3": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "required": ["int3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"int3" : {"type" : "integer", "value" : "0"}}
json_instruct
{"type": "object", "properties": {"int3": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "required": ["int3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : 101813323, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "334ad438f40adf3515472c561ec78d4c", "wof:id" : 101813323, "wof:repo" : "whosonfirst-data-admin-lu"}, "bbox" : [6.378997, 49.595727, 6.413724, 49.616102], "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": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"]...
{"place_name" : "Louisville", "state_name" : "Kentucky", "state_abbrv" : "KY", "lat" : "38.2149", "long" : "-85.6245"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id...
{"id" : "http://data.doremus.org/performance/4a8404b5-e40a-3705-98e1-207d8bae8816", "expression" : [{"composer" : "http://data.doremus.org/artist/a96465bd-db8b-3bb4-8df2-0073d6317fc6", "id" : "http://data.doremus.org/expression/ef0888e5-5ac1-3fe9-82d5-5a034a253cc1"}, {"composer" : "http://data.doremus.org/artist/785eda...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}, "category": {"type": "string"}, "overdueSpeed": {"type": "integer"}, "overdueState": {"type": "integer"}, "fridgeEfficiency": {"type": "integer"}}, "required": ["parent", "category", "overdueSpeed"...
{"parent" : "edible_1", "category" : "fruit", "overdueSpeed" : 9, "overdueState" : 82500, "fridgeEfficiency" : 1}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "category": {"type": "string"}, "overdueSpeed": {"type": "integer"}, "overdueState": {"type": "integer"}, "fridgeEfficiency": {"type": "integer"}}, "required": ["parent", "category", "overdueSpeed", "overdueState", "fridgeEfficiency"], "$schema": "http://j...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbr...
{"place_name" : "Assumption", "state_name" : "Illinois", "state_abbrv" : "IL", "lat" : "39.5095", "long" : "-89.0398"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": ...
{"name" : "fast-crc32c", "description" : "CRC32C algorithm with hardware acceleration and software fallback.", "version" : "2.0.0", "author" : "Xiaoyi Shi <ashi009@gmail.com>", "license" : "MIT", "repository" : {"type" : "git", "url" : "git://github.com/ashi009/node-fast-crc32c.git"}, "main" : "./loader", "optionalDepe...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors"...
{"contract" : "0x34dd5edfed51c632d1d4d2502bc901efb5fdfcd4", "tool" : "honeybadger", "start" : 1565892749.8356164, "end" : 1565892843.8043768, "duration" : 93.96876049041748, "analysis" : [{"errors" : [], "file" : "/unique_chucks/4/0x34dd5edfed51c632d1d4d2502bc901efb5fdfcd4.sol", "name" : "Juriseum"}, {"errors" : [], "f...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model...
{"manufacturer" : "CarePad", "devices" : [{"manufacturer" : "", "market_name" : "C101", "codename" : "C101", "model" : "C101"}]}
json_instruct
{"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {...
{"title" : "Lateral Inhibition-Inspired Convolutional Neural Network for Visual Attention and Saliency Detection.", "fields" : ["salience", "machine learning", "convolutional neural network", "artificial intelligence", "lateral inhibition"], "abstract" : null, "citation" : "Not cited", "departments" : ["University of S...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "already_in_progress": {"type": "string"}, "unknown": {"type": "string"}, "unsupported"...
{"config" : {"abort" : {"already_configured" : "El dispositiu ja est\u00e0 configurat", "already_in_progress" : "El flux de configuraci\u00f3 ja est\u00e0 en curs", "unknown" : "Error inesperat", "unsupported" : "Dispositiu no compatible"}, "error" : {"cannot_connect" : "Ha fallat la connexi\u00f3", "unsupported" : "Di...
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "already_in_progress": {"type": "string"}, "unknown": {"type": "string"}, "unsupported": {"type": "string"}}, "required": ["already_configured", "already_in_...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"contract": {"type": "string"}, "operation": {"type": "string"}}, "required": ["contract", "operation"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"contract" : "GasToken", "operation" : "transfer"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"contract": {"type": "string"}, "operation": {"type": "string"}}, "required": ["contract", "operation"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"versionNum" : 3078, "commit" : "379ae8a8190c80c0ee48c7d3ccb85cc2d5ff0db7", "date" : "2021-07-25T18:31:16.198Z"}
json_instruct
{"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "r...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[125.875, 28.333333333333332], [125.875, 28.416666666666668], [126.0, 28.416666666666668], [126.0, 28.333333333333332], [125.875, 28.333333333333332]]]}, "properties" : {"code" : 422547, "url" : "http://madefor.github.io/0410/api/v1/422547.geojson...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
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": {"docs:dev": {"type": "string"}, "docs:build": {"t...
{"name" : "myblog", "version" : "1.0.0", "description" : "mrjerryli", "main" : "index.js", "scripts" : {"docs:dev" : "vuepress dev docs", "docs:build" : "vuepress build docs", "deploy" : "bash deploy.sh", "yarn:install" : "yarn install"}, "keywords" : ["myblog", "vuepress"], "author" : "lijiating", "license" : "ISC", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"docs:dev": {"type": "string"}, "docs:build": {"type": "string"}, "deploy": {"type": "string"}, "yarn:install": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "string"}, "experience": {"type": "number"}, "cookingtime": {"type": "integer"}}, ...
{"type" : "minecraft:smelting", "ingredient" : {"item" : "minecraft:nether_brick_stairs"}, "result" : "vanillaextension:cracked_nether_brick_stairs", "experience" : 0.1, "cookingtime" : 200}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "string"}, "experience": {"type": "number"}, "cookingtime": {"type": "integer"}}, "required": ["type", "ingredient", "result", "experience"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "source": {"type": "string"}}, "required": ["url", "title", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"url" : "https://www.gamereactor.eu/video/569053/Encased+Dr+Rachel+Kowert+The+Psychology+of+Gaming+Interview/", "title" : "Dr Rachel Kowert - The Psychology of Gaming Interview", "source" : "Encased - Gamereactor"}, {"url" : "https://www.youtube.com/watch?v=xqBzVWzSaoM", "title" : "Cloud9 Webinar: Can Esports Teach L...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "source": {"type": "string"}}, "required": ["url", "title", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"sn22.96:1.1": {"type": "string"}, "sn22.96:2.1": {"type": "string"}, "sn22.96:3.1": {"type": "string"}, "sn22.96:4.1": {"type": "string"}, "sn22.96:4.15": {"type": "string"}}, "required": ["sn22.96:1.1", "sn22.96:2.1...
{"sn22.96:1.1" : "cck17.129, dr17.171, ms13S3_606, msdiv96, ndp13.361, pts-vp-pli3.144, sya17.175, vri25.130", "sn22.96:2.1" : "bj15.248, csp1ed13.118, csp2ed13.118, ms13S3_607, sya17.176", "sn22.96:3.1" : "bj15.250, cck17.130, csp1ed13.119, csp2ed13.119, dr17.172, ms13S3_608, ndp13.362, pts-vp-pli3.145, sya17.177, vri...
json_instruct
{"type": "object", "properties": {"sn22.96:1.1": {"type": "string"}, "sn22.96:2.1": {"type": "string"}, "sn22.96:3.1": {"type": "string"}, "sn22.96:4.1": {"type": "string"}, "sn22.96:4.15": {"type": "string"}}, "required": ["sn22.96:1.1", "sn22.96:2.1", "sn22.96:3.1", "sn22.96:4.1", "sn22.96:4.15"], "$schema": "http://...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "slug": {"type": "string"}}, "required": ["title", "description", "slug"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Component img src resolving", "description" : "Using project relative image URLs for BootstrapVue custom components with vue-loader", "slug" : "images"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "slug": {"type": "string"}}, "required": ["title", "description", "slug"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"C": {"type": "number"}, "gamma": {"type": "number"}}, "required": ["C", "gamma"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"C" : 3.089491003600437, "gamma" : 0.0020000000000000005}
json_instruct
{"type": "object", "properties": {"C": {"type": "number"}, "gamma": {"type": "number"}}, "required": ["C", "gamma"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision...
{"id" : 4030, "citation_title" : "Unemployment Insurance Taxes and the Cyclical and Seasonal Properties of Unemployment", "citation_author" : ["David Card", "Phillip B. Levine"], "citation_publication_date" : "1992-03-01", "issue_date" : "1992-03-01", "revision_date" : "None", "topics" : ["Labor Economics", "Unemployme...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"sweetalert2.all.js": {"type": "string"}, "sweetalert2.all.min.js": {"type": "string"}, "sweetalert2.common.js": {"type": "string"}, "sweetalert2.css": {"type": "string"}, "sweetalert2.js": {"type": "string"}, "sweetalert2.min.cs...
{"sweetalert2.all.js" : "sha256-8jOOFELj7Uf1CWCPPIh1Qq13BWiGmVh5KgWE4pQW2Q0=", "sweetalert2.all.min.js" : "sha256-nB/kHeby+mpoIoBEMkHMDfXdsQ+yXSIY2sQPKqRP10s=", "sweetalert2.common.js" : "sha256-bTU6wofaVMcMRSLd6JS+84CVwpiWfwk30WmgkgfArrw=", "sweetalert2.css" : "sha256-aUahKhjzW1d9JsrtC9FlpprcKnbp0ghr7RlMnjvdIVE=", "sw...
json_instruct
{"type": "object", "properties": {"sweetalert2.all.js": {"type": "string"}, "sweetalert2.all.min.js": {"type": "string"}, "sweetalert2.common.js": {"type": "string"}, "sweetalert2.css": {"type": "string"}, "sweetalert2.js": {"type": "string"}, "sweetalert2.min.css": {"type": "string"}, "sweetalert2.min.js": {"type": "s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]},...
{"latest_version" : ["1.0.0"], "meta" : {"description" : "An object-oriented layer for the HTTP specification. It provides an abstraction for requests, responses, uploaded files, cookies, etc", "homepage" : "https://github.com/felixcarmona/pyhttp"}, "versions" : {"1.0.0" : {"sha256" : "f550a87388593892d10b0df97ad1f674a...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"1.0.0": {"type": "obj...
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": {"build": {"type": "string"}}, "required": ["bui...
{"name" : "sharp-plugin", "version" : "0.0.1", "description" : "Add custom features to your Sharp back-office", "main" : "dist/sharp-plugin.js", "scripts" : {"build" : "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"}, "reposit...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "object", "properties": {"type": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id_6545": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"typ...
{"id_6545" : {"title" : "Fortunes of Glencore", "language" : "English", "totaltime" : "17:12:32", "url_librivox" : "http://librivox.org/the-fortunes-of-glencore-by-charles-james-lever/", "url_iarchive" : "http://archive.org/details/fortunes_of_glencore_1312_librivox", "readers" : ["2190", "3703", "3990", "4160", "6121"...
json_instruct
{"type": "object", "properties": {"id_6545": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "maxLength": {"type": "integer"}, "mi...
{"properties" : {"id" : {"title" : "Name", "description" : "Please enter your full name", "type" : "string", "maxLength" : 30, "minLength" : 1}, "name" : {"type" : "string", "required" : true}, "osmId" : {"type" : "string", "required" : true}, "polygon" : {"type" : "object", "required" : true}, "$reql_type$" : {"type" ...
json_instruct
{"type": "object", "properties": {"properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "maxLength": {"type": "integer"}, "minLength": {"type": "integer"}}, "required": ["title", "description", ...
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": "object", "properties": {"is_lock_vulnerable"...
{"contract" : "0x30b56211bff70233c3a656981ed638634472d621", "tool" : "maian", "start" : 1565659685.384887, "end" : 1565659943.1259723, "duration" : 257.7410852909088, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitl...
{"pages" : ["pages/login/login", "pages/index/index", "pages/register/register", "pages/anomaly/anomaly", "pages/search/search", "pages/selectIndex/selectIndex", "pages/addCustomClass/addCustomClass", "pages/fgPwd/fgPwd", "pages/stockTable/stockTable", "pages/stockIndex/stockIndex", "pages/indicatorSetting/indicatorSet...
json_instruct
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@...
{"MRRm_new" : 0.2200305523462899, "MRm_new" : 288.33849108083245, "HITS@1m_new" : 0.13637748303733532, "HITS@3m_new" : 0.239038554266782, "HITS@10m_new" : 0.38664241227749735}
json_instruct
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}, "count_objects": {"type": "string"}, "biography": {"type": ...
{"id" : "18064331", "url" : "http://collection.cooperhewitt.org/people/18064331/", "name" : "Charles Rohault de Fleury", "supersedes" : "0", "superseded_by" : "0", "count_objects" : "1", "biography" : null, "woe:country" : "23424819", "date" : "1801 - 1875", "roles" : [{"id" : "35236677", "name" : "After", "count_objec...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}, "count_objects": {"type": "string"}, "biography": {"type": "null"}, "woe:country": {"type": "string"}, "date": {"type": "string"}, "ro...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"...
{"n_dim" : 8, "n_trials" : 210, "objective" : "markowitz_return_on_cube", "white" : "platypus_nsgaii", "black" : "pymoo_unsga3", "traceback" : ["passing", "passing"], "best_val" : [3120.811408475932, 3041.539422287046], "best_x" : [[0.9199635928450416, 0.7956684812643037, 0.4158927993125253, 0.7876836751421562, 0.80901...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/silty_lorien_dirt"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "str...
{"name" : "@fluentui-react-native/docs", "version" : "0.1.0", "private" : true, "scripts" : {"dev" : "next", "start" : "next start", "build" : "next build && echo"}, "repository" : {"type" : "git", "url" : "https://github.com/microsoft/fluentui-react-native.git", "directory" : "docs"}, "dependencies" : {"@mdx-js/loader...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "start", "build"]}, "repository": {"type": "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "OBS_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : 0, "X_COUNT" : 1}, "OBSERVATIONS_BY_TYPE" : {"CONCEPT_NAME" :...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "r...
{"id" : 24176, "children" : [{"id" : 24177, "name" : "Criminal enterprise(s) -- Cosa Nostra as"}], "name" : "Criminal enterprise(s)"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema....
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"values" : ["luigis_mansion:room/normal/observatory/interactions/gameboy_horror_scan/chair", "luigis_mansion:room/normal/observatory/interactions/gameboy_horror_scan/lamp_1", "luigis_mansion:room/normal/observatory/interactions/gameboy_horror_scan/shot_moon", "luigis_mansion:room/normal/observatory/interactions/gamebo...
json_instruct
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"problemId": {"type": "integer"}, "seed": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["problemId", "seed", "solution"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"problemId" : 13, "seed" : 0, "solution" : "21345222xx315355254112x5133342114425215xx243x253313122x2515134122534341515x222124524x2xx331134xx4x4312513113314222153152xx2214242511424335x3342212x2x214133311113333x3x3x3111515153xx4xxx5534x3331152422243511524425x52111122xx3xx212xxx4x241224215154x52113x3343x433144x3111124125...
json_instruct
{"type": "object", "properties": {"problemId": {"type": "integer"}, "seed": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["problemId", "seed", "solution"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "triatomic", "definition" : "(a) Having three atoms; -- said of certain elements or radicals. (b) Having a valence of three; trivalent; sometimes, in a specific sense, having three hydroxyl groups, whether acid or basic; thus, glycerin, glyceric acid, and tartronic acid are each triatomic."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"...
{"name" : "cafelatte/library", "type" : "library", "description" : "Libraries are working based on Cafelatte Framework. It contains few function such as uploading, en-decrypting, image-resizing etc.", "keywords" : ["cafelatte", "framework", "upload", "encrypt", "decrypt", "image resizing"], "homepage" : "https://cafe-l...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id_6997": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"...
{"id_6997" : {"title" : "U-boat Hunters", "language" : "English", "totaltime" : "5:06:33", "url_librivox" : "http://librivox.org/the-u-boat-hunters-by-james-brendan-connolly/", "url_iarchive" : "http://archive.org/details/uboathunter_wt_librivox", "readers" : ["6563"], "authors" : "1221", "genres" : "Nautical & Marine ...
json_instruct
{"type": "object", "properties": {"id_6997": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["node-act"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"build": {"type": "integer"}, "http_method": {"type": "string"}, "http_status": {"type": "integer"}, "name": {"type": "string"}, "path": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties":...
{"build" : 231, "http_method" : "GET", "http_status" : 200, "name" : "vap-group", "path" : "wireless-controller", "results" : [{"comment" : "SSID group for braavos", "name" : "SGR_braavos", "q_origin_key" : "SGR_braavos", "vaps" : []}, {"comment" : "SSID group for meereen", "name" : "SGR_meereen", "q_origin_key" : "SGR...
json_instruct
{"type": "object", "properties": {"build": {"type": "integer"}, "http_method": {"type": "string"}, "http_status": {"type": "integer"}, "name": {"type": "string"}, "path": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "name": {"type": "string"}...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "Win...
{"Time" : "2021-03-20T20:00:00Z", "Temp" : 18.6, "RelHum" : 45, "WindSpeed" : 0.6, "WindDir" : 15}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test...
{"name" : "chassistpl", "version" : "1.0.5", "description" : "A CLI wizard for generating a Chassis boilerplate app. ", "main" : "index.js", "scripts" : {"test" : "echo \"No test necessary.\""}, "bin" : {"chassistpl" : "bin/cli.js"}, "preferGlobal" : true, "engines" : {"node" : ">=6.0.0"}, "repository" : {"type" : "git...
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"]}, "bin": {"type": "object", "properties": {"chassistpl": {"type": "st...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "num...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[153.375, 32.083333333333336], [153.375, 32.166666666666664], [153.5, 32.166666666666664], [153.5, 32.083333333333336], [153.375, 32.083333333333336]]]}, "properties" : {"code" : 485313, "url" : "http://madefor.github.io/0410/api/v1/485313.geojson...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[4212.9781258573585, 4213.590811759683, 4215.224640832546, 4215.83732673487]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bugs": {"...
{"name" : "react-native-animated-splash", "version" : "1.3.6", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "bugs" : {"email" : "alisajames048@gmail.com", "url" : "https://github.com/Blitz-Mobile-Apps/react-native-animated-splash/issues"}, "contributors"...
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"]}, "bugs": {"type": "object", "properties": {"email": {"type": "string...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "h...
{"version" : "english_NIV", "book" : "Genesis", "chapter" : 8, "verse" : 1, "word" : "But God remembered Noah and all the wild animals and the livestock that were with him in the ark, and he sent a wind over the earth, and the waters receded."}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 87857, "date" : "2016-07-19 09:02:52", "user" : "Ikoula", "post" : "Hello,&lt;BR&gt;\r\n\r\nTry our Wordpress hosting for 0.99\u20ac/mo during one year (normal price is 1.99\u20ac).&lt;BR&gt;\r\n\r\nIt is a package quick and easy to setup to host your Wordpress websites :&lt;BR&gt;\r\n- 1 pack = 1 site = 1 clic...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"apiUrl": {"type": "string"}, "keycloak": {"type": "object", "properties": {"url": {"type": "string"}, "realm": {"type": "string"}, "clientId": {"type": "string"}}, "required": ["url", "realm", "clientId"]}, "...
{"apiUrl" : "/api/jwt", "keycloak" : {"url" : "http://localhost/auth", "realm" : "biletado", "clientId" : "angular"}, "dashboardUrls" : {"traefik" : "//localhost:8080/", "keycloak" : "/auth", "jaeger-ui" : "/jaeger/search?service=traefik", "pgadmin4" : "//localhost:5433/", "apidocs" : "/apidocs/"}}
json_instruct
{"type": "object", "properties": {"apiUrl": {"type": "string"}, "keycloak": {"type": "object", "properties": {"url": {"type": "string"}, "realm": {"type": "string"}, "clientId": {"type": "string"}}, "required": ["url", "realm", "clientId"]}, "dashboardUrls": {"type": "object", "properties": {"traefik": {"type": "string...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "organization": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "...
{"identifier" : "org.ursamaris.nova.tower", "name" : "Tower", "organization" : "John Fieber", "description" : "Open the current workspace with the Tower Git client", "version" : "1.1", "categories" : ["commands"], "repository" : "https://github.com/jfieber/Tower.novaextension", "bugs" : "https://github.com/jfieber/Towe...
json_instruct
{"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "organization": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "bugs": {"type": "string"}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "npatients": {"type": "integer"}, "ncurrentpatients": {"type": "integer"}, "nexits": {"type": "integer"}, "ndeaths": {"type": "integer"}, "lastUpdate": {"type": "string"}, "src_url": ...
{"name" : "Toyama", "npatients" : 1549, "ncurrentpatients" : 178, "nexits" : 1339, "ndeaths" : 32, "lastUpdate" : "2021-05-18", "src_url" : "http://opendata.pref.toyama.jp/dataset/covid19/resource/85d4c612-c174-4f73-be63-f8512d25361a", "url_opendata" : "http://opendata.pref.toyama.jp/files/covid19/20200403/toyama_count...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "npatients": {"type": "integer"}, "ncurrentpatients": {"type": "integer"}, "nexits": {"type": "integer"}, "ndeaths": {"type": "integer"}, "lastUpdate": {"type": "string"}, "src_url": {"type": "string"}, "url_opendata": {"type": "string"}}, "required": ["name...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "hidden": {"type": "boolean"}, "install_msg": {"type": "string"}, "short": {"type": "string"}, "tags": ...
{"name" : "ForceMention", "author" : ["Bobloy", "PhenoM4n4n"], "description" : "Mentions roles that are unmentionable", "hidden" : false, "install_msg" : "Thank you for installing ForceMention! Get started with `[p]load forcemention`, then `[p]forcemention`", "short" : "Mention unmentionables", "tags" : ["bobloy", "uti...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "hidden": {"type": "boolean"}, "install_msg": {"type": "string"}, "short": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "end_user_data...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "jsnext:main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepare": {"ty...
{"name" : "@axa-fr/storybook-addons", "version" : "1.3.4", "private" : true, "main" : "dist/index.js", "jsnext:main" : "src/index.js", "scripts" : {"prepare" : "node ../../scripts/prepare.js"}, "dependencies" : {"@storybook/addon-info" : "^5.1.9", "@storybook/addon-knobs" : "^5.1.9", "@storybook/react" : "^5.1.9", "sto...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "jsnext:main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}}, "required": ["prepare"]}, "dependencies": {"type": "obj...
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" : 101902229, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "b118a56578bbd52bc0620f8b8d337551", "wof:id" : 101902229, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.37884997769652, 49.70571723624039, 2.40301999213563, 49.71536157094101...
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": ["...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}, "external_url": {"type": "string"}}, "required": ["name", "src", "external_url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "LinkedIn", "src" : "../images/icons/linkedin.png", "external_url" : "https://www.linkedin.com/henrique-batista/"}, {"name" : "Github", "src" : "../images/icons/github.png", "external_url" : "https://github.com/RiqueBR"}, {"name" : "email", "src" : "../images/icons/email.png", "external_url" : "https://www.l...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}, "external_url": {"type": "string"}}, "required": ["name", "src", "external_url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "r...
{"name" : "eslint-formatter-teamcity", "version" : "1.0.0", "description" : "An ESLint formatter plugin for TeamCity", "author" : "Andre Ogle <ogleandre@gmail.com> (https://github.com/andreogle)", "license" : "MIT", "bugs" : {"url" : "https://github.com/andreogle/eslint-formatter-teamcity/issues"}, "main" : "index.js",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "scripts": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "integer"}, "body": {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "payload": {"type": "object", "properties": {"channels": {"type": "array", "items": {}}}, "...
{"code" : 200, "body" : {"status" : 200, "message" : "OK", "payload" : {"channels" : []}, "service" : "Presence"}}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "body": {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "payload": {"type": "object", "properties": {"channels": {"type": "array", "items": {}}}, "required": ["channels"]}, "service": {"type": "string"}}, "req...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "...
{"status" : 200, "data" : {"totalSubs" : 175, "subsInEachSource" : {"feedly" : 90, "inoreader" : 81, "feedsPub" : 4}, "failedSources" : {}}, "lastModified" : 1614997222702}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "in...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"FileName": {"type": "string"}}, "required": ["FileName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"FileName" : "IdentityBase.EntityFramework.InMemory.dll"}
json_instruct
{"type": "object", "properties": {"FileName": {"type": "string"}}, "required": ["FileName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this 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"}, "wof:id": {"type...
{"id" : 404357209, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "46b15dd3e0a1f09ee0650c50f18ea6dd", "wof:id" : 404357209, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.70698937087262, 47.71257716795237, 4.75776675185545, 47.73630976690533...
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": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"...
{"description" : "", "code" : "", "ldc" : [], "constructores" : [{"nombre" : "UnknownDirectiveException", "description" : "", "parametros" : [{"nombre" : "ModuleElement.Directive d", "description" : ""}, {"nombre" : "Object p", "description" : ""}]}], "metodos" : [{"nombre" : "getArgument", "description" : ""}, {"nombr...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}, "parametros": {"type": "array", "items": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "react-redux": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}}, "required": ["axios", "react-redux", "redux",...
{"dependencies" : {"axios" : "^0.19.0", "react-redux" : "^7.1.1", "redux" : "^4.0.4", "redux-thunk" : "^2.3.0"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "react-redux": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}}, "required": ["axios", "react-redux", "redux", "redux-thunk"]}}, "required": ["dependencies"], "$schema": "h...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[142.875, 38.416666666666664], [142.875, 38.5], [143.0, 38.5], [143.0, 38.416666666666664], [142.875, 38.416666666666664]]]}, "properties" : {"code" : 574257, "url" : "http://madefor.github.io/0410/api/v1/574257.geojson", "view" : "https://github....
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Home": {"type": "string"}, "About": {"type": "string"}, "Contact": {"type": "string"}}, "required": ["Home", "About", "Contact"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Home" : "Inicio", "About" : "Quienes Somos", "Contact" : "Contacto"}
json_instruct
{"type": "object", "properties": {"Home": {"type": "string"}, "About": {"type": "string"}, "Contact": {"type": "string"}}, "required": ["Home", "About", "Contact"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"ty...
{"code" : 3205190011, "parent" : 3205190, "name" : "SUKAMANTRI", "latitude" : null, "longitude" : null, "postal" : [44116], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"generator-node": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"authorName": {"type": "string"}, "authorEmail": {"type": "string"}, "authorUrl": {"type": "string"}}, "required": ["autho...
{"generator-node" : {"promptValues" : {"authorName" : "Team of Skybox IT", "authorEmail" : "jmoran.skylogistics@gmail.com", "authorUrl" : "Team of Skybox IT"}}}
json_instruct
{"type": "object", "properties": {"generator-node": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"authorName": {"type": "string"}, "authorEmail": {"type": "string"}, "authorUrl": {"type": "string"}}, "required": ["authorName", "authorEmail", "authorUrl"]}}, "required": ["promptVal...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 138989, "date" : "2018-02-28 12:47:29", "user" : "MikePT", "post" : "![](https://mxroute.io/images/logo.png)\r\n\r\n**MXroute.io - SMTP Relay Service / Outbound SPAM Filtering, by MailChannels**\r\n\r\nHi LET!\r\n\r\nAs usual, here's our offer, we no longer sell the yearly based plans as those were specials ;-)...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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...
{"nom" : "Le Beaucet", "dpt" : "Vaucluse", "inscrits" : 318, "abs" : 97, "votants" : 221, "blancs" : 25, "nuls" : 5, "exp" : 191, "res" : [{"panneau" : "1", "voix" : 127}, {"panneau" : "2", "voix" : 64}]}
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"...