input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "modified": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "author", "modified", "content"]}, "$schema": "http://jso...
[{"title" : "How to Work on a Branch with GitHub", "author" : "Walter", "modified" : "20/02/2018", "content" : "how-to-work-on-a-branch-with-github.md"}, {"title" : "Not so Awesome Article", "author" : "N00b Author", "modified" : "12/05/2018", "content" : "content.md"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "modified": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "author", "modified", "content"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "province_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "province_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3306", "province_id" : "33", "name" : "KABUPATEN PURWOREJO"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "province_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "province_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "...
{"timestamp" : 865, "object_list" : [{"position" : [6.02751027457, 5.16937126179], "id" : 69}, {"position" : [6.45075561002, 5.01185579398], "id" : 70}, {"position" : [6.84706141145, 4.22427845493], "id" : 111}, {"position" : [6.012988182, 4.34360835478], "id" : 112}, {"position" : [9.63340899778, 1.78278870386], "id" ...
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "intege...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"connect": {"type": "string"}, "cookie": {"type": "string"}, "cookie-parser": {"type": "st...
{"name" : "WebIRC", "version" : "0.0.1", "author" : "Pavel Bennett", "dependencies" : {"connect" : "*", "cookie" : "*", "cookie-parser" : "*", "errno" : "*", "express" : "*", "express-session" : "*", "fs-extra" : "*", "rwlock" : "*", "socket.io" : "0.9.17", "moment" : "*", "winston" : "*"}, "scripts" : {"start" : "node...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"connect": {"type": "string"}, "cookie": {"type": "string"}, "cookie-parser": {"type": "string"}, "errno": {"type": "string"}, "express": {"type": ...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"url" : "https://bbs.byr.cn/article/BUPTNet/94571", "title" : "\u81f4\u7f51\u7edc\u4e2d\u5fc3\u8001\u5e08\u7684\u4e00\u5c01\u4fe1", "count" : 147}, {"url" : "https://bbs.byr.cn/article/Friends/1867822", "title" : "\u66ff\u7f8e\u5973\u5f81\u53cb\uff08\u9644\u738b\u9053\uff09", "count" : 41}, {"url" : "https://bbs.byr....
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"pro...
{"userId" : 99503, "cartId" : "6887913c-ef03-4fa6-a68a-ecb63d2dd056", "preferredProducts" : [1004], "productReviews" : [{"productId" : 4941, "reviewText" : "SoCal cockroaches are unwelcome, crafty, and tenacious. This Baby, Garden & Electronics keeps them away.", "reviewDate" : "2017-08-22T02:31:53.2915156+03:00"}, {"p...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"Ractor.Persistence": {"type": "string"}, "AWSSDK.Core": {"type": "string"}, "AWSSDK.S3": {"type": "string"}, "...
{"version" : "0.7.0-*", "description" : "Ractor.Persistence", "dependencies" : {"Ractor.Persistence" : "0.*", "AWSSDK.Core" : "3.3.7", "AWSSDK.S3" : "3.3.5.2", "AWSSDK.SQS" : "3.3.1.5"}, "frameworks" : {"net451" : {}, "netstandard16" : {}}, "buildOptions" : {"warningsAsErrors" : false, "xmlDoc" : true, "compile" : [".....
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"Ractor.Persistence": {"type": "string"}, "AWSSDK.Core": {"type": "string"}, "AWSSDK.S3": {"type": "string"}, "AWSSDK.SQS": {"type": "string"}}, "required": ["Ractor.Pers...
Based on the schema below, produce a valid JSON object: {"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"}, "m...
{"author" : {"id" : "t2_jds14", "name" : "victorh_"}, "date" : {"day" : 1641859200, "full" : 1641884359, "month" : 1640995200, "week" : 1641686400}, "id" : "t3_s16tdk", "picture" : {"filesize" : 68859, "fullUrl" : "https://preview.redd.it/f6fejtfxa0b81.jpg?width=4032&format=pjpg&auto=webp&s=4ff5fc0c1f824055e37df7cbe1a7...
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"}},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"900784509": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900784510": {"type": "object", "properties":...
{"900784509" : {"nama" : "TPS 1", "dapil" : [9101, 19104, 2910701]}, "900784510" : {"nama" : "TPS 2", "dapil" : [9101, 19104, 2910701]}, "900784511" : {"nama" : "TPS 3", "dapil" : [9101, 19104, 2910701]}}
json_instruct
{"type": "object", "properties": {"900784509": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900784510": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {...
{"type" : "Feature", "id" : "node/2478761710", "properties" : {"addr:city" : "Schmedeswurth", "addr:country" : "DE", "addr:housenumber" : "10", "addr:postcode" : "25724", "addr:street" : "Schmedeswurth", "name" : "Hof Hinrichs", "operator" : "Anke und Peter Hinrichs", "shop" : "farm", "id" : "node/2478761710"}, "geomet...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "na...
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" : 404373739, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "db10187bf991d33e9e2a6aa28cbfc9fe", "wof:id" : 404373739, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.05551838549873, 48.68545492351281, 2.11033269282142, 48.72324890257194...
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": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email...
{"id" : 12041, "name" : "Head Injury Theater Work-safe changes", "description" : "Changes the site style of Head Injury theater to make it 'look' more work appropriate.", "user" : {"id" : 16202, "name" : "SeiferTim", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "upd...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_da...
{"actors" : [], "countries" : ["Egypt"], "enb_end_date" : "01-Jun-09", "enb_long_title" : "Bonn Climate Change Talks - June 2009", "enb_short_title" : "SB 30", "enb_start_date" : "01-Jun-09", "enb_url" : "http://www.iisd.ca/vol12/enb12410e.html", "id" : "enb12410e_7", "section_title" : "UNFCCC TECHNICAL WORKSHOP UNDER ...
json_instruct
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "...
Please provide a valid JSON object following this schema: {"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": {...
{"description" : "This video explains what are custom background workers, how to use them and in which situation you can take advantage of them for your PostgreSQL servers.This video shows simple examples helping in understanding how to sanely implement your own custom bgworkers, covering also things you should avoid w...
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": {"dependencies": {"type": "object", "properties": {"node-fetch": {"type": "string"}, "syncano-server": {"type": "string"}}, "required": ["node-fetch", "syncano-server"]}}, "required": ["dependencies"], "$schema":...
{"dependencies" : {"node-fetch" : "^1.6.3", "syncano-server" : "^0.8.1"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"node-fetch": {"type": "string"}, "syncano-server": {"type": "string"}}, "required": ["node-fetch", "syncano-server"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["...
{"name" : "node-api-crud", "version" : "1.0.0", "description" : "Exemplo RESTFUL de CRUD em node JS utilizando EXPRESS e Sequelize", "main" : "index.js", "scripts" : {"start" : "nodemon server.js"}, "keywords" : ["nodejs", "express", "restful", "api", "sequelize", "mysql"], "author" : "Ben Valentim", "license" : "MIT",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "auth...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K21672": {"type": "string"}}, "required": ["K21672"]}, "name": {"type": "stri...
[{"comment" : "NADPH (see R04688)", "definition" : "(2R,5S)-2,5-Diaminohexanoate + H2O + NAD+ <=> 2-Amino-5-oxohexanoate + Ammonia + NADH + H+", "orthologs" : {"K21672" : "2,4-diaminopentanoate dehydrogenase [EC:1.4.1.12 1.4.1.26]"}, "name" : "2,5-Diaminohexanoate:NAD+ oxidoreductase (deaminating)", "product_stoichiome...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K21672": {"type": "string"}}, "required": ["K21672"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"waves": {"type": "string"}}, "required": ["waves"]}, "hashing_algorithm": {"type": ...
{"id" : "yusra", "symbol" : "yusra", "name" : "YUSRA", "platforms" : {"waves" : "DCveqdzoQG1h6ED28UsdHaegweRx9RMcPxLH2tzpTbCG"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "YUSRA is a young cryptocurrency that has managed to achieve high results in a short period of time and create its own e...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"waves": {"type": "string"}}, "required": ["waves"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K01563": {"type": "string"}}, "required": ["K01563"]}, "name": {"type": "string"}, "...
[{"comment" : "", "definition" : "cis-1,3-Dichloropropene + H2O <=> cis-3-Chloro-2-propene-1-ol + Hydrochloric acid", "orthologs" : {"K01563" : "haloalkane dehalogenase [EC:3.8.1.5]"}, "name" : "cis-1,3-Dichloropropene chlorohydrolase", "product_stoichiometries" : ["1", "1"], "enzymes" : ["3.8.1.5"], "equation" : "C066...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K01563": {"type": "string"}}, "required": ["K01563"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"toolId": {"type": "string"}, "toolName": {"type": "string"}}, "required": ["toolId", "toolName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"toolId" : "md5sum", "toolName" : "md5sum"}
json_instruct
{"type": "object", "properties": {"toolId": {"type": "string"}, "toolName": {"type": "string"}}, "required": ["toolId", "toolName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items...
{"rustc" : 8423557649333461870, "features" : "[]", "target" : 9071096511286931545, "profile" : 14996655781355331481, "path" : 1036222786711178230, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug/.fingerprint/rocket-webapi-1b8c567ca7e14d8f/dep-bin-rocket_webapi-1b8c567ca7e14d8f"}}], "rustflags" : [], "met...
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"comment": {"type": "string"}, "name": {"type": "string"}, "offices": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "area": {"type": "string"}, "coordinates": {"type": "object", "pr...
{"comment" : "Conduit is not Como http://www.conduit.com/", "name" : "Como (was Keeprz by Zipory)", "offices" : [{"address" : "2 Ilan Ramon Street, Ness Ziona, 7403635 Israel", "area" : "Rehovot", "coordinates" : {"lat" : 31.9178351, "lng" : 34.804564400000004}}], "url" : "http://www.como.com/"}
json_instruct
{"type": "object", "properties": {"comment": {"type": "string"}, "name": {"type": "string"}, "offices": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "area": {"type": "string"}, "coordinates": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "num...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "object", "properties": {"text": {"type": "string"}, "translate": {"type": "boolean"}}, "required": ["text", "translate"]}, "lore": {"type": "object", "properties": {"text": {"type": "string"}...
{"name" : {"text" : "waypoint.lotr.mount_methedras", "translate" : true}, "lore" : {"text" : "waypoint.lotr.mount_methedras.lore", "translate" : true}, "x" : 1111, "z" : 1031, "travel_region" : "lotr:misty_mountains", "faction" : ""}
json_instruct
{"type": "object", "properties": {"name": {"type": "object", "properties": {"text": {"type": "string"}, "translate": {"type": "boolean"}}, "required": ["text", "translate"]}, "lore": {"type": "object", "properties": {"text": {"type": "string"}, "translate": {"type": "boolean"}}, "required": ["text", "translate"]}, "x":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "intege...
{"appid" : 270310, "name" : "Dominique Pamplemousse", "windows" : true, "mac" : true, "linux" : false, "early_access" : false, "lookup_time" : 1490974465}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "qualityRules": {...
{"id" : "STIG-V-222493", "name" : "The application must provide a report generation capability that supports on-demand reporting requirements.", "href" : "AIP/quality-standards/STIG-V5/items/STIG-V-222493", "url" : "https://www.stigviewer.com/stig/application_security_and_development/2020-09-30/finding/V-222493", "desc...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "qualityRules": {"type": "null"}, "qualityTemplates": {"type": "null"}}, "requi...
Please provide a valid JSON object following this schema: {"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 400 degrees F (200 degrees C).", "Mix ground beef, bread crumbs, egg, onion, black pepper, nutmeg, and salt together in a bowl; form into small balls. Arrange balls on a baking sheet.", "Bake in the preheated oven for 10 minutes. Flip meatballs and continue baking until cooked through,...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "pupil", "long" : "<i>Meaning:</i> a \"pupil\".<br/><i>Usage:</i> scholar.<br/><i>Source:</i> from \"H3925\";"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["pyterate"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "con...
[{"name" : "\u3010\u5bb6\u5ead\u6444\u50cf\u5934\u7834\u89e3\u3011\u5077\u7aa5\u5927\u5976\u7f8e\u7709\u5149\u5c41\u5c41\u62ff\u954a\u5b50\u62d4\u903c\u6bdb \u5b8c\u4e86\u518d\u62d4\u811a\u6307\u6bdb \u59ff\u52bf\u4eae\u773c", "size" : 4937222, "link" : "https://streamtape.com/e/gYz0VB9Y2GIqomW", "created_at" : "2022\u...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"code": {"type": "integer"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type":...
{"code" : 0, "msg" : "", "data" : {"categories" : [{"id" : 3, "title" : "\u4e16\u754c\uff0c\u4f60\u597d\uff01", "url" : "lift", "description" : "\u4e16\u754c\uff0c\u4f60\u597d\uff01\u4e16\u754c\uff0c\u4f60\u597d\uff01\u4e16\u754c\uff0c\u4f60\u597d\uff01", "number" : 1, "tags" : "a, b, c"}, {"id" : 3, "title" : "\u4e16\...
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "strin...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"ty...
{"name" : "PENGU COIN", "symbol" : "PENGU", "logoURI" : "https://raw.githubusercontent.com/CrazyLoafofBread/SolanaCryptoProject/main/PengToken.png", "decimals" : 0, "address" : "2muXUaump8kdxheK4MtFNj1W2z6aVrB9mGK6W9eC7tJF", "chainId" : 101, "tags" : ["social-token"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "d...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "build", "test"]}, "devDependencies": {"type": "object", "propert...
{"scripts" : {"dev" : "webpack-dev-server --inline --config ./config/webpack.dev.js", "build" : "webpack --config ./config/webpack.prod.js", "test" : "cd dist && static-server"}, "devDependencies" : {"@babel/core" : "^7.8.7", "@babel/preset-env" : "^7.8.7", "@babel/preset-react" : "^7.8.3", "babel-loader" : "^8.0.6", "...
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "build", "test"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "st...
{"edges" : [[22, 13], [34, 26], [14, 34], [21, 34], [24, 34], [1, 0], [34, 12], [29, 34], [10, 34], [23, 18], [7, 8], [34, 33], [11, 34], [34, 28], [16, 15], [19, 34], [34, 27], [6, 34], [34, 8], [24, 34], [4, 8], [32, 34], [34, 14], [2, 34], [14, 34], [34, 5], [22, 34], [19, 34], [34, 14], [18, 7], [17, 34], [33, 34],...
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "about_url": {"type": "string"}, "license_url": {"type": "string"}, "component": {"type": "boolean"}}, "required": ["name", "about_url", "license_url", "component"], "$schema": "http://json-schema.org/...
{"name" : "Auto localize Crowdin links", "about_url" : "https://github.com/KhanovaSkola/discourse-crowdin-link/blob/master/README.md", "license_url" : "https://github.com/KhanovaSkola/discourse-crowdin-link/blob/master/LICENSE", "component" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "about_url": {"type": "string"}, "license_url": {"type": "string"}, "component": {"type": "boolean"}}, "required": ["name", "about_url", "license_url", "component"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"BooleanInput": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "re...
[{"__symbolic" : "module", "version" : 4, "metadata" : {"BooleanInput" : {"__symbolic" : "interface"}, "coerceBooleanProperty" : {"__symbolic" : "function", "parameters" : ["value"], "value" : {"__symbolic" : "binop", "operator" : "&&", "left" : {"__symbolic" : "binop", "operator" : "!=", "left" : {"__symbolic" : "refe...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"BooleanInput": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}, "coerceBooleanProperty": {"type":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"newsletter": {"type": "object", "properties": {"2021-09-05": {"type": "object", "properties": {"items": {"type": "object", "properties": {"reading": {"type": "string"}}, "required": ["reading"]}}, "required":...
{"newsletter" : {"2021-09-05" : {"items" : {"reading" : "https://www.nfx.com/post/exponential-age/"}}}}
json_instruct
{"type": "object", "properties": {"newsletter": {"type": "object", "properties": {"2021-09-05": {"type": "object", "properties": {"items": {"type": "object", "properties": {"reading": {"type": "string"}}, "required": ["reading"]}}, "required": ["items"]}}, "required": ["2021-09-05"]}}, "required": ["newsletter"], "$sch...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"typ...
{"id" : "QmUHYSJTaVjUmA7DebkZhxkWVUBFjf8e7riMxfk9Hjatb7", "title" : "Ocean the King", "body" : "Name ocean as the king", "choices" : ["Yes", "Definitely Yes"], "start" : 1624420800, "end" : 1624766400, "snapshot" : "3768635", "state" : "closed", "author" : "0xFf7B4CdEc338aE7BeC51514fC5427B3327131f5A", "space" : {"id" :...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "prope...
{"name" : "toitzi/modseven", "description" : "Modseven Framework - Koseven with PSR-4, Namespaces and slightly more modern.", "license" : "BSD-3-Clause", "keywords" : ["kohana", "kohana-php7", "koseven", "modseven"], "authors" : [{"name" : "Tobias Oitzinger", "role" : "developer"}, {"name" : "Koseven Team", "homepage" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "role": {"type": "string"}}, "re...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "convulse", "definition" : "1. To contract violently and irregulary, as the muscular parts of an animal body; to shake with irregular spasms, as in excessive laughter, or in agony from grief or pain. With emotions which checked his voice and convulsed his powerful frame. Macaulay. 2. To agitate greatly; to sh...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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" : ["Blend blueberries, sugar, lime juice, and 1 cup water together in a blender; pour into a pitcher. Add remaining water and stir."], "ingredients" : ["2 cups fresh blueberries", "1/2 cup white sugar, or to taste", "1/3 cup freshly squeezed lime juice", "6 cups water, or more as needed"], "language" : "e...
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": {"template": {"type": "string"}, "description": {"type": "string"}, "execution_order": {"type": "integer"}, "enabled": {"type": "boolean"}, "action": {"type": "string"}, "find": {"type": "string"}, "replace": {"type": "string"}}...
{"template" : "helper_js_global", "description" : "Add phrases required for", "execution_order" : 6627, "enabled" : true, "action" : "str_replace", "find" : "// <!--[XF:js_global:xf_phrase_start]-->", "replace" : "$0\n\t\t\tsvNoticeTimeReplacables_second: \"{{ phrase('time.second')|escape('js') }}\",\n\t\t\tsvNoticeTim...
json_instruct
{"type": "object", "properties": {"template": {"type": "string"}, "description": {"type": "string"}, "execution_order": {"type": "integer"}, "enabled": {"type": "boolean"}, "action": {"type": "string"}, "find": {"type": "string"}, "replace": {"type": "string"}}, "required": ["template", "description", "execution_order"...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "500240108001", "text" : "\u592a\u548c\u5c45\u59d4\u4f1a"}, {"id" : "500240108202", "text" : "\u79e6\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "500240108203", "text" : "\u86df\u9c7c\u6751\u59d4\u4f1a"}, {"id" : "500240108204", "text" : "\u5927\u575d\u6751\u59d4\u4f1a"}, {"id" : "500240108205", "text" : "\u77f3\u6eaa\...
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type...
{"name" : "B3K Schwarzbier", "abv" : 5.3, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "wynkoop_brewing", "updated" : "2010-07-22 20:00:20", "description" : "This German-style black lager has a deep color and gently roasted flavors balanced by an understated hoppiness. A thirst-quenching version...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "st...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rankine:block/grassy_sandy_loam_path"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"customPath": {"type": "string"}, "defaultPath": {"type": "string"}, "val1": {"type": "integer"}, "enabled": {"type": "boolean"}}, "required": ["c...
{"data" : [{"customPath" : "", "defaultPath" : "/sounds/h1.mp3", "val1" : 20, "enabled" : false}, {"customPath" : "", "defaultPath" : "/sounds/h2.mp3", "val1" : 20, "enabled" : true}, {"customPath" : "", "defaultPath" : "/sounds/h3.mp3", "val1" : 20, "enabled" : false}, {"customPath" : "", "defaultPath" : "/sounds/h4.m...
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"customPath": {"type": "string"}, "defaultPath": {"type": "string"}, "val1": {"type": "integer"}, "enabled": {"type": "boolean"}}, "required": ["customPath", "defaultPath", "val1", "enabled"]}}}, "required": ["data"],...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "@tsconfig/react-native/tsconfig.json"}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"serial": {"type": "string"}, "abbreviation": {"type": "string"}, "name": {"type": "string"}, "xh": {"type": "string"}}, "required": ["serial", "abbreviation", "name", "xh"]}, "$schema": ...
[{"serial" : "0005", "abbreviation" : "\u5929\u9645", "name" : "\u5929\u9645\u4fe1\u606f\u6d41\u91cf\u663e\u793a", "xh" : "001"}, {"serial" : "0008", "abbreviation" : "\u5929\u9645", "name" : "\u5929\u9645\u4fe1\u606f\u6d41\u91cf\u663e\u793a", "xh" : "005"}, {"serial" : "0004", "abbreviation" : "\u5929\u9645", "name" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"serial": {"type": "string"}, "abbreviation": {"type": "string"}, "name": {"type": "string"}, "xh": {"type": "string"}}, "required": ["serial", "abbreviation", "name", "xh"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"t...
[{"province" : "\u6d77\u5357\u7701", "city" : "\u6d77\u53e3\u5e02", "area" : "\u79c0\u82f1\u533a", "name" : "\u6ee8\u6d77\u5927\u9053\u90ae\u653f\u8425\u4e1a\u5385", "code" : "570311", "address" : "\u6d77\u5357\u7701\u6d77\u53e3\u5e02\u4e18\u6d77\u5927\u90534\u53f7", "phone" : "0898-68664678"}, {"province" : "\u6d77\u5...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"t...
{"ast" : null, "code" : "var _jsxFileName = \"/home/habibur/React/my-app/src/Components/Count.js\";\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\n\nfunction Count(props) {\n return /*#__PURE__*/_jsxDEV(\"div\", {\n children: props.a + props.b\n }, void 0, false, {\n fileName: _jsxFileName,\n ...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "c...
{"ETag" : "W/\"478b5874bec98d208a198e2685500c1715bafef517fe0818c9f151e646a78538\"", "Last-Modified" : "Thu, 30 Sep 2021 19:23:58 GMT", "base" : {"repo" : {"name" : "zc.buildout-feedstock"}}, "closed_at" : "2021-09-30T19:23:58Z", "created_at" : "2021-09-30T18:50:19Z", "draft" : false, "head" : {"ref" : "this_is_not_a_br...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ocaml.sandbox": {"type": "object", "properties": {"kind": {"type": "string"}, "root": {"type": "string"}}, "required": ["kind", "root"]}}, "required": ["ocaml.sandbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ocaml.sandbox" : {"kind" : "esy", "root" : "${workspaceFolder:inline-test-ppx}"}}
json_instruct
{"type": "object", "properties": {"ocaml.sandbox": {"type": "object", "properties": {"kind": {"type": "string"}, "root": {"type": "string"}}, "required": ["kind", "root"]}}, "required": ["ocaml.sandbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type...
{"userId" : 66567, "cartId" : "bb2a724e-9080-4f7d-a8bf-d63b91f68232", "preferredProducts" : [3856, 1403, 4915, 4422, 4971], "productReviews" : [{"productId" : 2440, "reviewText" : "talk about lust!!", "reviewDate" : "2016-07-20T01:13:43.5118412+03:00"}, {"productId" : 4212, "reviewText" : "My porcupine loves to play wi...
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": {"profiles": {"type": "object", "properties": {"netping": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArg...
{"profiles" : {"netping" : {"commandName" : "Project", "commandLineArgs" : "-d windock001 -v"}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"netping": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["netping"]}}, "required": ["profiles"], "$schema": "http:...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "array", "items": {"type": "object", "properties": {"school": {"type": "string"}, "major": {"type": "string"}, "sy": {"type": "string"}}, "required": ["school", "major", "sy"]}}}...
{"title" : "Education", "content" : [{"school" : "Western Mindanao State University", "major" : "Bachelor of Science in Computer Science", "sy" : "2011-2016"}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "array", "items": {"type": "object", "properties": {"school": {"type": "string"}, "major": {"type": "string"}, "sy": {"type": "string"}}, "required": ["school", "major", "sy"]}}}, "required": ["title", "content"], "$schema": "http://json...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "status": {"type": "string"}, "amount": {"type": "object", "properties": {"amount": {"type": "string"}, "currency": {"...
{"data" : {"id" : "transaction-id-1", "type" : "transfer", "status" : "completed", "amount" : {"amount" : "-0.00020000", "currency" : "BTC"}, "native_amount" : {"amount" : "-1.47", "currency" : "USD"}, "description" : null, "created_at" : "2018-04-03T10:10:26Z", "updated_at" : "2018-04-03T10:10:26Z", "resource" : "tran...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "status": {"type": "string"}, "amount": {"type": "object", "properties": {"amount": {"type": "string"}, "currency": {"type": "string"}}, "required": ["amount", "currency"]}, "native_amount":...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "priority": {"type": "integer"}, "condition": {"type": "string"}, "actions": {"type": "array", "items": {"type": "string"}}}, "required":...
[{"name" : "maximum_aggregate_module_evaluations", "description" : "Takes the results from the module responses and set a final credibility", "priority" : 10, "condition" : "true", "actions" : ["callback.setFinalCredibility(callback.maximumCredibility(callback.getModuleCredibility().values()));"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "priority": {"type": "integer"}, "condition": {"type": "string"}, "actions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "priority", "condition", "actions"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$sc...
[{"divisionCode" : 440402001, "post" : "519000", "divisionName" : "\u7fe0\u9999\u8857\u9053", "isLeaf" : 1}, {"divisionCode" : 440402002, "post" : "519000", "divisionName" : "\u6885\u534e\u8857\u9053", "isLeaf" : 1}, {"divisionCode" : 440402003, "post" : "519000", "divisionName" : "\u524d\u5c71\u8857\u9053", "isLeaf" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "prefix": {"type": "string"}, "description": {"type": "string"}, "body": {"type": "string"}, "placeholders": {"type": "array", "items": {}}}, "required": ["id", "name", "pre...
{"id" : "39c3acc5-3fd1-46a7-9fc9-b182f113c96e", "name" : "atdt", "prefix" : "atdt", "description" : "Disable trigger", "body" : "ALTER TABLE $CURSOR$ DISABLE TRIGGER ", "placeholders" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "prefix": {"type": "string"}, "description": {"type": "string"}, "body": {"type": "string"}, "placeholders": {"type": "array", "items": {}}}, "required": ["id", "name", "prefix", "description", "body", "placeholders"], "$schema": "h...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "date": {"type": "string"}, "time": {"type": "string"},...
{"events" : [{"id" : 1, "name" : "event 3", "description" : "desc 3", "date" : "May 28 2020", "time" : "4am", "remind" : true}, {"id" : 2, "name" : "event 5", "description" : "desc 5", "date" : "May 30 2020", "time" : "1am", "remind" : true}, {"id" : 3, "name" : "event 2", "description" : "desc 2", "date" : "May 30 202...
json_instruct
{"type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "date": {"type": "string"}, "time": {"type": "string"}, "remind": {"type": "boolean"}}, "required": ["id", "name", "descripti...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"MATERIAL": {"type": "string"}, "AVG_SLOPE": {"type": "number"}, "AVG_HEIGHT": {"type": "number"}, "TERAIN_SLP": {"type": "number"}, "AREA": {"type": "number"}, "VOLUME": {"type": "integer"}, "FLOORS": {"type": "integ...
{"MATERIAL" : "corrugated metal - dark", "AVG_SLOPE" : 5.81280662798, "AVG_HEIGHT" : 4.28395054557, "TERAIN_SLP" : 4.5221357792, "AREA" : 69.7397602077, "VOLUME" : 299, "FLOORS" : 2, "INT_ZONE" : "Borde Rural", "FLOOD" : 3, "LANDSLIDE" : "Amenaza Baja", "LEGAL_ID" : "358", "LEGAL_NAME" : "EL PARAISO", "LEGAL_AREA" : 26...
json_instruct
{"type": "object", "properties": {"MATERIAL": {"type": "string"}, "AVG_SLOPE": {"type": "number"}, "AVG_HEIGHT": {"type": "number"}, "TERAIN_SLP": {"type": "number"}, "AREA": {"type": "number"}, "VOLUME": {"type": "integer"}, "FLOORS": {"type": "integer"}, "INT_ZONE": {"type": "string"}, "FLOOD": {"type": "integer"}, "...
Create a JSON structure that matches this schema definition: {"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_s...
{"artist_id" : "AR0TKGM1187B98B40E", "artist_latitude" : 51.50632, "artist_location" : "London", "artist_longitude" : -0.12714, "artist_name" : "Stereolab", "duration" : 346.74893, "num_songs" : 1, "song_id" : "SONQCFX12A8C1319E7", "title" : "Brigitte", "year" : 1996}
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "81d35a8", "CardHash" : "07cf798", "Error" : null}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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"}}}}}, "requir...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[125.25, 24.583333333333332], [125.25, 24.666666666666668], [125.375, 24.666666666666668], [125.375, 24.583333333333332], [125.25, 24.583333333333332]]]}, "properties" : {"code" : 362572, "url" : "http://madefor.github.io/0410/api/v1/362572.geojso...
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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "string"}, "armor": {"type": "null"}, "rarity": {...
{"card_title" : "Chefe de Teleportes Tina", "card_type" : "Creature", "card_text" : "Elusivo. (A cada turno, na primeira vez que esta criatura for atacada, ela n\u00e3o causa nem recebe dano.)\rA\u00e7\u00e3o: Troque Chefe de Teleportes Tina por outra criatura amiga na linha de batalha. \rVoc\u00ea pode usar a outra cr...
json_instruct
{"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "string"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "string"}, "card...
The schema below describes a JSON structure. Generate a valid example: {"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" : [[[136.875, 32.5], [136.875, 32.583333333333336], [137.0, 32.583333333333336], [137.0, 32.5], [136.875, 32.5]]]}, "properties" : {"code" : 483667, "url" : "http://madefor.github.io/0410/api/v1/483667.geojson", "view" : "https://github.com/madefor/04...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"co_alarm_state": {"type": "string"}, "smoke_alarm_state": {"type": "string"}, "is_online": {"type": "boolean"}, "where_id": {"type": "string"}, "is_manual_test_active": {"type": "boolean"}, "battery_health": {"type...
{"co_alarm_state" : "warning", "smoke_alarm_state" : "warning", "is_online" : true, "where_id" : "62czINzR5NUSluKTOAchi05RwLuRS8WSbkIFuIz6AQRPo1nSxmUEbA", "is_manual_test_active" : false, "battery_health" : "ok", "name_long" : "Basement Nest Protect (Yellow)", "device_id" : "CkgAwlous252eHd5Wrxt2SGXS0pj7QVm", "ui_color...
json_instruct
{"type": "object", "properties": {"co_alarm_state": {"type": "string"}, "smoke_alarm_state": {"type": "string"}, "is_online": {"type": "boolean"}, "where_id": {"type": "string"}, "is_manual_test_active": {"type": "boolean"}, "battery_health": {"type": "string"}, "name_long": {"type": "string"}, "device_id": {"type": "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-sc...
{"id" : "170501241103", "variable1" : 0.2248, "variable2" : -1.4939, "variable3" : "C"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "arr...
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.133441, 51.550679], [-0.133459, 51.55047], [-0.133363, 51.550466], [-0.133384, 51.550328], [-0.133206, 51.550382], [-0.133182, 51.550345], [-0.133143, 51.550356], [-0.133032, 51.550205], [-0.133145, 51.550171], [-0.133086, 51.550089], [-...
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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}...
Create an example JSON object that satisfies this 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": {"type": ...
{"id" : 404398329, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "82bfb2142ac8d6b9f7d4f624ae21ce64", "wof:id" : 404398329, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.81823697886976, 43.56754406011734, 1.87369802826332, 43.61655519997002...
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": ["...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema"...
{"Time" : "2021-01-03T08:00:00Z", "Temp" : 19.8, "RelHum" : 51, "WindSpeed" : 5, "WindDir" : 75}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hidden_dew_29483", "displayName" : "hidden_dew_29483"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"release": {"type": "string"}, "test": {"typ...
{"name" : "@zhufucdev/markdown-it-video", "version" : "1.0.0", "description" : "Markdown-it plugin to embed a hosted videos", "main" : "index.js", "scripts" : {"release" : "np", "test" : "eslint . && mocha"}, "repository" : {"type" : "git", "url" : "https://github.com/zhufucdev/markdown-it-video"}, "author" : "brianjge...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"release": {"type": "string"}, "test": {"type": "string"}}, "required": ["release", "test"]}, "repository": {"type": "o...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"species": {"type": "object", "properties": {"speciesName": {"type": "string"}, "medianEnthalpy": {"type": "number"}}, "required": ["speciesName", "medianEnthalpy"]}}, "required": ["species"]}, "$schema...
[{"species" : {"speciesName" : "TiCl", "medianEnthalpy" : 169.58349999964983}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"species": {"type": "object", "properties": {"speciesName": {"type": "string"}, "medianEnthalpy": {"type": "number"}}, "required": ["speciesName", "medianEnthalpy"]}}, "required": ["species"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"upload": {"type": "string"}}, "required": ["upload"]}, "...
{"name" : "minio-bulk-uploader", "version" : "1.0.0", "description" : "A bulk file uploader for Minio", "main" : "index.js", "scripts" : {"upload" : "node index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/smth-for/minio-bulk-uploader.git"}, "keywords" : ["minio", "bulk", "upload", "node"], "au...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"upload": {"type": "string"}}, "required": ["upload"]}, "repository": {"type": "object", "properties": {"type": {"type"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"...
{"name" : "Old Fugget", "abv" : 11.8, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "otto_s_pub_and_brewery", "updated" : "2010-07-22 20:00:20", "description" : "A big, bold ale brewed in the style of classic barleywines. Served lightly carbonated through the handpump at cellar temperature.", "st...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "st...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "re...
{"name" : "roromix/spreadsheetbundle", "description" : "This is a Symfony 3.2/4/5 Bundle helps you to read and write Spreadsheet files (including pdf, xls, xlsx, odt, csv), thanks to the PHPSpreadsheet library", "type" : "symfony-bundle", "authors" : [{"name" : "Romain Harache", "email" : "romain.harache@gmail.com"}], ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "keywords": {"type": "array", "i...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "string"}, "minLength": {"type": "integer"}}, "required": ["type", "patte...
{"properties" : {"name" : {"type" : "string", "pattern" : "^[A-Za-z]+$", "minLength" : 1}, "place" : {"type" : "string", "pattern" : "^[A-Za-z]+$", "minLength" : 1}}, "required" : ["name"]}
json_instruct
{"type": "object", "properties": {"properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "string"}, "minLength": {"type": "integer"}}, "required": ["type", "pattern", "minLength"]}, "place": {"type": "object", "properties": {"type": {"ty...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "str...
{"id" : 137623, "name" : "https://next.voz.vn/", "description" : "clear all* ads (update: 8/25/2018)\r\nfull width", "user" : {"id" : 388548, "name" : "David Roland", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : "publicdomain"}, "updated" : "2021-09-30T15:49:27.000Z", "wee...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"generator-swiftserver": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["generator-swiftserver"], "$schema": "http://json-schema.org/draft-07/schema#"} ...
{"generator-swiftserver" : {"version" : "2.4.0"}}
json_instruct
{"type": "object", "properties": {"generator-swiftserver": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["generator-swiftserver"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "window": ...
{"name" : "MyUSBMovies", "version" : "0.0.9", "description" : "MyUSBMovies", "main" : "index.html", "private" : true, "keywords" : ["node", "webkit", "win", "osx", "movies", "usb"], "window" : {"toolbar" : false, "resizable" : true, "frame" : false, "fullscreen" : false, "width" : 1440, "height" : 900, "min_width" : 60...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"toolbar": {"type": "boolean...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "placeholder": {"type": "string"}, "wait_seconds": {"type": "integer"}}, "required": ["id", "title", "author", "v...
{"id" : "guya", "title" : "Guya", "author" : "Jeff Neer", "version" : "v1.0", "placeholder" : "Guya Gallery URL", "wait_seconds" : 3}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "placeholder": {"type": "string"}, "wait_seconds": {"type": "integer"}}, "required": ["id", "title", "author", "version", "placeholder", "wait_seconds"], "$schema": "http...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"text": {"type": "string"}, "iconFallbackText": {"type": "string"}, "html": {"type": "string"}}, "required": ["text", "iconFallbackText", "html"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "You can be fined up to \u00a35,000 if you don\u2019t register.", "iconFallbackText" : "Warning", "html" : "<span>Some custom warning text</span>"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "iconFallbackText": {"type": "string"}, "html": {"type": "string"}}, "required": ["text", "iconFallbackText", "html"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required...
[{"postal_code" : "54128", "place_name" : "Condominios San Rafael", "place_type" : "Unidad habitacional", "county" : "Tlalnepantla de Baz", "state" : "M\u00e9xico", "city" : "Tlalnepantla de Baz"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"script": {"type": "object", "properties": {"type": {"type": "string"}, "content": {"type": "string"}}, "required": ["type", "content"]}, "specJson": {"type": "object", "properties": {"category": {"type": "string"},...
{"script" : {"type" : "", "content" : ""}, "specJson" : {"category" : "manipulation", "func" : "brightics.function.manipulation$outlier_detection_tukey_carling_model22749", "name" : "brightics.function.manipulation$outlier_detection_tukey_carling_model", "context" : "python", "label" : "Outlier Detection (Tukey/Carling...
json_instruct
{"type": "object", "properties": {"script": {"type": "object", "properties": {"type": {"type": "string"}, "content": {"type": "string"}}, "required": ["type", "content"]}, "specJson": {"type": "object", "properties": {"category": {"type": "string"}, "func": {"type": "string"}, "name": {"type": "string"}, "context": {"t...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}...
{"contract" : "0xebf2f9e8de960f64ec0fdcda6cb282423133347b", "tool" : "manticore", "start" : 1564909188.4112318, "end" : 1564910989.9583416, "duration" : 1801.5471098423004, "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": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"7495": {"type": "string"}, "7493": {"type": "string"}}, "required": ["7495", "7493"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"7495" : "7496", "7493" : "7494"}
json_instruct
{"type": "object", "properties": {"7495": {"type": "string"}, "7493": {"type": "string"}}, "required": ["7495", "7493"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"estraverse": {"type": "string"}, "esutils": {"type": "string"}, "esprima": {"type": "string"}, "opt...
{"name" : "escodegen-temp", "version" : "0.0.0", "dependencies" : {"estraverse" : "^1.9.1", "esutils" : "^2.0.2", "esprima" : "^4.0.0", "optionator" : "^0.8.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"estraverse": {"type": "string"}, "esutils": {"type": "string"}, "esprima": {"type": "string"}, "optionator": {"type": "string"}}, "required": ["estraverse", "esutils", "esprima...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"book": {"type": "string"}, "height": {"type": "integer"}, "original": {"type": "string"}, "page": {"type": "integer"}, "text": {"type": "string"}, "thumbnail": {"type": "string"}, "width": {"type": "integer"}},...
{"book" : "002", "height" : 1161, "original" : "http://www.tbcas.jp/ja/lib/lib2/002/page28/x1.jpg", "page" : 28, "text" : "\u591c\u8972\u591c\u8b66", "thumbnail" : "http://www.tbcas.jp/ja/lib/lib2/002/page28/thumbnail.jpg", "width" : 786}
json_instruct
{"type": "object", "properties": {"book": {"type": "string"}, "height": {"type": "integer"}, "original": {"type": "string"}, "page": {"type": "integer"}, "text": {"type": "string"}, "thumbnail": {"type": "string"}, "width": {"type": "integer"}}, "required": ["book", "height", "original", "page", "text", "thumbnail", "w...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/src/main/java/com/kloudone/gateway/service/util/RandomUtil.java": {"type": "integer"}}, "required": ["/src/main/java/com/kloudone/gatew...
{"project_name" : "klouone-kubernetes-test/gatewayapp", "files" : {"/src/main/java/com/kloudone/gateway/service/util/RandomUtil.java" : 3}, "pull_request" : "https://github.com/klouone-kubernetes-test/gatewayapp/pull/1", "report" : {"files_fixed" : 1, "vulnerabilities_fixed" : 3}}
json_instruct
{"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/src/main/java/com/kloudone/gateway/service/util/RandomUtil.java": {"type": "integer"}}, "required": ["/src/main/java/com/kloudone/gateway/service/util/RandomUtil.java"]}, "pull_request": {"type": "string"}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items"...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [254.986, 180.576, 0.950966, 217.158, 227.62, 0.807623, 181.956, 225.038, 0.800115, 163.649, 311.154, 0.778151, 164.943, 380.349, 0.802983, 254.952, 232.794, 0.806069, 283.692, 288.929, 0.802406, 322.87, 326.798, 0.771714, 209.317, 382.909, 0.507393, 200.171, 476.928...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Hausse de secours Trijicon ACOG", "ShortName" : "Trij.Sec.", "Description" : "Hausse de secours amovible, s'installe sur les lunettes ACOG."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type"...
{"name" : "node-chat-app", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node server/server.js", "test" : "mocha server/**/*.test.js", "test-watch" : "nodemon --exec 'npm test'"}, "engines" : {"node" : "6.2.2"}, "author" : "", "license" : "ISC", "dependencies" : {"bcrypt" : "^5.0...
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"}, "test-watch": {"type": "string"}}, "required": ["start", "test...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"time": {"type": "integer"}}, "required": ["time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"time" : 1529784067}
json_instruct
{"type": "object", "properties": {"time": {"type": "integer"}}, "required": ["time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "a...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["20-29", "10-19", "30-39", "10-19", "20-29", "10-19", "20-29", "20-29", "20-29", "10-19", "10-19", "20-29", "10-19", "10-19"], "SERIES_NAME" : ["MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE"], "X_CALEND...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema....
{"symbol" : "U8D", "name" : "Universal Dollar", "decimals" : 18, "address" : "0x888888877a18532b78d259577d00057054c50dd8"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : 27410, "title" : ["[Carnival, Quirky Quarter]"], "description" : ["Circling along the wagons parked to the north and west, the walkway continues around the outer edge of the carnival grounds. Piles of debris lashed together with nets fill the gaps between the wagons. Excited chatter from carnival goers fills ...
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": {"27411"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "i...
{"appid" : 475470, "name" : "Global Soccer Manager", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490995604}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"uid": {"type": "string"}, "name": {"type": "string"}, "repo": {"type": "object", "properties": {"owner": {"type": "string"}, "name": {"type": "string"}}, "required": ["owner", "name"]}}, ...
[{"uid" : "1234-5678-9101112", "name" : "namespaceName", "repo" : {"owner" : "owner1", "name" : "repo1"}}, {"uid" : "1234-5678-9101113", "name" : "namespaceName-develop", "repo" : {"owner" : "owner1", "name" : "repo2"}}, {"uid" : "1234-5678-9101114", "name" : "namespaceName-qa", "repo" : {"owner" : "owner1", "name" : "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"uid": {"type": "string"}, "name": {"type": "string"}, "repo": {"type": "object", "properties": {"owner": {"type": "string"}, "name": {"type": "string"}}, "required": ["owner", "name"]}}, "required": ["uid", "name", "repo"]}, "$schema": "http://json-schema.or...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "s...
{"text" : {"0" : {"m1" : "\u0639\u0627\u0644\u0645 \u0628\u0631 \u0631\u0646\u062f\u0627\u0646 \u0628\u0647 \u0645\u062b\u0644 \u062c\u0627\u0645 \u0645\u06cc \u0627\u0633\u062a", "m2" : "\u0633\u0627\u0642\u06cc \u0648 \u062d\u0631\u06cc\u0641 \u0648 \u062c\u0627\u0645 \u0645\u06cc \u062c\u0645\u0644\u0647 \u0648\u06c...
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"quantity": {"type": "integer"}}, "required": ["quantity"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"quantity" : 0}
json_instruct
{"type": "object", "properties": {"quantity": {"type": "integer"}}, "required": ["quantity"], "$schema": "http://json-schema.org/draft-07/schema#"}