input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "demos": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "s...
{"title" : {"zh" : "\u4e2d\u6587\u5206\u7c7b", "en" : "Category"}, "demos" : [{"filename" : "basic.ts", "title" : {"zh" : "\u57fa\u7840\u6563\u70b9\u56fe", "en" : "basic Scatter chart"}, "screenshot" : "https://gw.alipayobjects.com/mdn/rms_d314dd/afts/img/A*Cu0wSYK_U6YAAAAAAAAAAABkARQnAQ"}, {"filename" : "color-mapping...
json_instruct
{"type": "object", "properties": {"title": {"type": "object", "properties": {"zh": {"type": "string"}, "en": {"type": "string"}}, "required": ["zh", "en"]}, "demos": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "title": {"type": "object", "properties": {"zh": {"type": "st...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"radium.js": {"type": "string"}, "radium.min.js": {"type": "string"}}, "required": ["radium.js", "radium.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"radium.js" : "sha256-P/f4rNrqh8+fj4xk1HvBX9FKqcR2Yjb1zxeiL3AM6RE=", "radium.min.js" : "sha256-3E2j9jf7Ej+DKZZPhTQvWAmBUj2wkGzxB3FApjAinAE="}
json_instruct
{"type": "object", "properties": {"radium.js": {"type": "string"}, "radium.min.js": {"type": "string"}}, "required": ["radium.js", "radium.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"table": {"type": "array", "items": {"type": "object", "properties": {"cardinal_points": {"type": "string"}, "club": {"type": "string"}, "max_score": {"type": "string"}, "place": {"type": "string"}...
[{"table" : [{"cardinal_points" : "10 : 2", "club" : "AC Heros Berlin", "max_score" : "630.0", "place" : "1", "score" : "2770.4 : 2491.1"}, {"cardinal_points" : "6 : 6", "club" : "FSV Magdeburg", "max_score" : "558.4", "place" : "2", "score" : "3073.9 : 3147.6"}, {"cardinal_points" : "6 : 6", "club" : "VfL Wolfsburg", ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"table": {"type": "array", "items": {"type": "object", "properties": {"cardinal_points": {"type": "string"}, "club": {"type": "string"}, "max_score": {"type": "string"}, "place": {"type": "string"}, "score": {"type": "string"}}, "required": ["cardinal_points"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"no-implicit-dependencies": {"type": "boolean"}, "completed-docs": {"type": "object", "properties": {"sever...
{"extends" : ["tslint-config-gregros"], "rules" : {"no-implicit-dependencies" : false, "completed-docs" : {"severity" : "warn", "options" : {"interfaces" : {"visibilities" : ["exported"]}, "classes" : {"visibilities" : ["exported"]}, "namespaces" : {"visibilities" : ["exported"]}, "types" : {"visibilities" : ["exported...
json_instruct
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"no-implicit-dependencies": {"type": "boolean"}, "completed-docs": {"type": "object", "properties": {"severity": {"type": "string"}, "options": {"type": "object", "properties": {"inter...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper...
{"hash" : "0x85c6289f199c0a5f56e2035212e13f2511430b6d3403e26dd6a2b6e304c687a0", "parentHash" : "0x227fcce158fd17c26075172edb5927667e4f8fe196f91265b3cbf8e0ffc0bcc5", "number" : 53265, "timestamp" : 1439034940, "nonce" : "0x3888082a86c94159", "difficulty" : 1581608290938, "gasLimit" : {"_hex" : "0x2339b3"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/...
{"cam/image_array" : "10066_cam-image_array_.jpg", "user/angle" : 0.04, "user/throttle" : 0.84, "user/mode" : "user", "pos/pos_x" : 80.76393, "pos/pos_y" : 0.5546318, "pos/pos_z" : 25.1777, "pos/speed" : 11.38916, "pos/cte" : -6.963322, "milliseconds" : 534439}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"typ...
{"body" : "Since today or yesterday I see this error message on a clean Ubuntu 16.04 Spack install:\n\n```\ncurl: (37) Couldn't open file /home/spacktest/spacktest/spack/var/spack/cache/lzo/lzo-2.09.tar.gz\ncurl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none\nMore...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"colors": {"type": "object", "properties": {"color0": {"type": "string"}, "color1": {"type": "string"}, "color2": {"type": "string"}, "color3": {"type": "string"}, "color4": {"type": "string"}, "color5": {"type": "string"}, ...
{"colors" : {"color0" : "#1c1709", "color1" : "#8e4317", "color2" : "#787200", "color3" : "#945c00", "color4" : "#315094", "color5" : "#5c2e40", "color6" : "#00617d", "color7" : "#c2b9a1", "color8" : "#4f4939", "color9" : "#8e4317", "color10" : "#787200", "color11" : "#945c00", "color12" : "#315094", "color13" : "#5c2e...
json_instruct
{"type": "object", "properties": {"colors": {"type": "object", "properties": {"color0": {"type": "string"}, "color1": {"type": "string"}, "color2": {"type": "string"}, "color3": {"type": "string"}, "color4": {"type": "string"}, "color5": {"type": "string"}, "color6": {"type": "string"}, "color7": {"type": "string"}, "c...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"extends": {"type": "string"}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["extends", "references"], "$schema":...
{"extends" : "../tsconfig-base", "references" : [{"path" : "../meld"}]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["extends", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type":...
{"categories" : ["Engineering", "Programming"], "desc" : "\n", "details" : {"authors" : "Information Resources Management Association, USA Information Resources Management Association", "format" : "pdf", "isbn-10" : "1466620382", "isbn-13" : "978-1466620384", "pages" : "2102 pages", "publication date" : "September 30, ...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"AVATAR_OF": {"type": "string"}, "AVATAR_URL": {"type": "string"}, "ASKED_BY": {"type": "string"}}, "required": ["AVATAR_OF", "AVATAR_URL", "ASKED_BY"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"AVATAR_OF" : "%user's Avatar", "AVATAR_URL" : "Avatar URL", "ASKED_BY" : "Asked by: %user"}
json_instruct
{"type": "object", "properties": {"AVATAR_OF": {"type": "string"}, "AVATAR_URL": {"type": "string"}, "ASKED_BY": {"type": "string"}}, "required": ["AVATAR_OF", "AVATAR_URL", "ASKED_BY"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"credentials": {"type": "object", "properties": {"userId": {"type": "string"}, "clientId": {"type": "string"}, "clientSecret": {"type": "string"}}, "required": ["userId", "clientId", "clientSecret"]}}, "required": ["credentials...
{"credentials" : {"userId" : "SBANKEN_USERID", "clientId" : "SBANKEN_CLIENTID", "clientSecret" : "SBANKEN_CLIENTSECRET"}}
json_instruct
{"type": "object", "properties": {"credentials": {"type": "object", "properties": {"userId": {"type": "string"}, "clientId": {"type": "string"}, "clientSecret": {"type": "string"}}, "required": ["userId", "clientId", "clientSecret"]}}, "required": ["credentials"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"botbuilder-adapter-webex": {"type": ...
{"name" : "botkit-template", "version" : "1.0.1", "description" : "This project implements a Botkit + Webex Teams adapter bot, based on the [generator-botkit](https://www.npmjs.com/package/generator-botkit) Yoeman template, providing a few extra good-practice features, plus several interesting samples:", "main" : "bot....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"botbuilder-adapter-webex": {"type": "string"}, "botbuilder-storage-mongodb": {"type": "string"}, "botbuilder-stor...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "...
{"userId" : 66835, "cartId" : "47584695-dfab-49df-ae26-a1086f021701", "preferredProducts" : [1055], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "I am contiguous with", "long" : "I am contiguous with, am next door to."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"150171400": {"type": "string"}}, "required": ["150171400"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"150171400" : "\u91d1\u6d77\u5f00\u53d1\u533a"}
json_instruct
{"type": "object", "properties": {"150171400": {"type": "string"}}, "required": ["150171400"], "$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": {"start": {"type": "string"}, "start-dev": {"typ...
{"name" : "darylconcha", "version" : "1.0.0", "description" : "My personal site", "main" : "app.js", "scripts" : {"start" : "node app.js", "start-dev" : "nodemon app.js"}, "author" : "", "license" : "ISC", "engines" : {"node" : "8.11.3"}, "dependencies" : {"babel-preset-stage-2" : "^6.24.1", "express" : "^4.16.4", "her...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start-dev": {"type": "string"}}, "required": ["start", "start-dev"]}, "author": {"type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schem...
{"variants" : {"" : {"model" : "compressium:block/kelpblock_2"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}...
{"Id" : "arm_un (1)5861360", "IsStatic" : false, "useGravity" : false, "randomRotation" : false, "Position" : {"x" : -10.9355469, "y" : 27.0568123, "z" : -39.5723877}, "Rotation" : {"x" : 273.2119, "y" : 87.32365, "z" : 277.035278}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5e382a242855471525604287", ...
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"RevitLookup": {"type": "object", "properties": {"commandName": {"type": "string"}, "executablePath": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "requi...
{"profiles" : {"RevitLookup" : {"commandName" : "Executable", "executablePath" : "C:\\Program Files\\Autodesk\\Revit 2022\\Revit.exe", "commandLineArgs" : "Z:\\Users\\jta\\a\\rvt\\rac_2022_one_wall.rvt"}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"RevitLookup": {"type": "object", "properties": {"commandName": {"type": "string"}, "executablePath": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "executablePath", "commandLineArgs"]}}, "required"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"MagicAntidote": {"type": "array", "items": {"type": "string"}}}, "required": ["MagicAntidote"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MagicAntidote" : ["HealingHerb", "EeriePaleSkinnedBrunette", "TaintedVeins", "ExactTimeToFailure", "RealLife", "NoOntologicalInertia", "YouKeepUsingThatWord", "TaintedVeins", "RealLife", "HandWave", "ThePowerOfLove", "ImprobableAntidote", "Panacea", "InstantSedation", "CPRCleanPrettyReliable", "SelfPoisoningGambit", ...
json_instruct
{"type": "object", "properties": {"MagicAntidote": {"type": "array", "items": {"type": "string"}}}, "required": ["MagicAntidote"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"memberId": {"type": "integer"}, "givenName": {"type": "string"}, "nickName": {"type": "string"}, "surNames": {"type": "array", "items": {"type": "object", "properties": {"surName": {"type": "string"}, "current": {"type": "boolea...
{"memberId" : 241, "givenName" : "David", "nickName" : "", "surNames" : [{"surName" : "Swinford", "current" : true}]}
json_instruct
{"type": "object", "properties": {"memberId": {"type": "integer"}, "givenName": {"type": "string"}, "nickName": {"type": "string"}, "surNames": {"type": "array", "items": {"type": "object", "properties": {"surName": {"type": "string"}, "current": {"type": "boolean"}}, "required": ["surName", "current"]}}}, "required": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-72.562678, 41.558562], [-72.559523, 41.562355], [-72.550725, 41.5618], [-72.543378, 41.563017], [-72.536553, 41.567185], [-72.518332, 41.573898], [-72.511509, 41.579301], [-72.506811, 41.581949], [-72.498841, 41.584804],...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"speakers": {"type": "array", "items": {"type": "object", "properties": {"speaker": {"type": "object", "properties": {"id": {"type": "string"}, "wioUrl": {"type": "string"}}, "required": ["id", "wioUrl"]}}, "required": ["speake...
{"speakers" : [{"speaker" : {"id" : "X9jBeBIAACgA5e99", "wioUrl" : "wio://documents/X9jBeBIAACgA5e99"}}, {"speaker" : {"id" : "X9izVBIAACcA5bOL", "wioUrl" : "wio://documents/X9izVBIAACcA5bOL"}}, {"speaker" : {"id" : "X9i28BIAACcA5cQW", "wioUrl" : "wio://documents/X9i28BIAACcA5cQW"}}], "title" : [{"type" : "heading1", "...
json_instruct
{"type": "object", "properties": {"speakers": {"type": "array", "items": {"type": "object", "properties": {"speaker": {"type": "object", "properties": {"id": {"type": "string"}, "wioUrl": {"type": "string"}}, "required": ["id", "wioUrl"]}}, "required": ["speaker"]}}, "title": {"type": "array", "items": {"type": "object...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "atbyw:block/slab/stripped_dark_oak_log_slab"}
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": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"...
{"Time" : "2020-11-09T06:00:00Z", "Temp" : 15.3, "RelHum" : 63, "WindSpeed" : 7.4, "WindDir" : 77}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language...
{"citations" : [{"textCitation" : "[See lgseisenlem1 on Metamath](http://us.metamath.org/mpegif/lgseisenlem1.html)"}], "names" : ["lgseisenlem1"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wi", "#T_cP", "#T_wcel", "#T_cprime", "#T_cdif", "#T_csn--1", "#T_c2", "#T_csn--2", "#T_wph", "#T_wi", "#T_cQ"...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3212081003", "district_id" : "3212081", "name" : "GUNUNGSARI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status": {"type"...
{"id" : "bceda13f-8de3-345a-ac44-7d4b9686fa35", "request" : {"url" : "/3259/3260/3261/3262", "method" : "GET"}, "response" : {"status" : 200, "bodyFileName" : "body-3259-3260-3261-3262-4bEMG.json", "headers" : {"Content-Type" : "application/json", "X-Cloud-Trace-Context" : "9dcea2403318932efa57cf0c3f87677f", "Date" : "...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "bodyFileName": {"type": "string"}, "headers": {...
Based on the schema below, produce a valid JSON object: {"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": "i...
{"id" : 101888185, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "41172c28b081d8bd9f01e4e36783a81d", "wof:id" : 101888185, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [7.26667, 47.68333, 7.26667, 47.68333], "geometry" : {"coordinates"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"IdentityType": {"type": "string"}, "EventSource": {"type": "string"}, "UserName": {"type": "string"}, "ResourceId": {"type": "string"}, "ResourceName": {"type": "string"}, "EventTime": {"type": "string"}, "UserAgent": {"type":...
{"IdentityType" : "IAMUser", "EventSource" : "ec2.amazonaws.com", "UserName" : "test001@test.com", "ResourceId" : "arn:aws:ec2:ap-northeast-1::snapshot/snap-0ea8b3632c0ff21d6", "ResourceName" : "snap-0ea8b3632c0ff21d6", "EventTime" : "2021-04-28T05:01:46Z", "UserAgent" : "console.ec2.amazonaws.com", "AWSRegion" : "ap-n...
json_instruct
{"type": "object", "properties": {"IdentityType": {"type": "string"}, "EventSource": {"type": "string"}, "UserName": {"type": "string"}, "ResourceId": {"type": "string"}, "ResourceName": {"type": "string"}, "EventTime": {"type": "string"}, "UserAgent": {"type": "string"}, "AWSRegion": {"type": "string"}, "EventId": {"t...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type"...
{"\u5de5\u5ee0\u540d\u7a31" : "\u5b9c\u9f0e\u5be6\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T6500002", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u6a39\u6797\u5340\u67d1\u5712\u88571\u6bb5253\u5df740\u865f", "\u5d...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["simdna"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$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": "num...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[-0.70666, 50.93131], [-0.70488, 50.93096], [-0.69323, 50.92289], [-0.6823, 50.92089], [-0.67428, 50.905], [-0.67852, 50.8998], [-0.67409, 50.89647], [-0.65298, 50.89298], [-0.65002, 50.893], [-0.6481, 50.90585], [-0.63745, 50.91239], [-0.63756, 5...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "200202", "message" : "The recipient is invalid."}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Kubeapps": {"type": "string"}, "Submit": {"type": "string"}, "Token": {"type": "string"}, "error-login-token": {"type": "string"}, "login-desc-oidc": {"type": "string"}, "login-desc-token": {"type": "string"}...
{"Kubeapps" : "Kubeapps", "Submit" : "Submit", "Token" : "Token", "error-login-token" : "There was an error connecting to the Kubernetes API. Please check that your token is valid.", "login-desc-oidc" : "Your cluster operator has enabled login via an authentication provider.", "login-desc-token" : "Your cluster operato...
json_instruct
{"type": "object", "properties": {"Kubeapps": {"type": "string"}, "Submit": {"type": "string"}, "Token": {"type": "string"}, "error-login-token": {"type": "string"}, "login-desc-oidc": {"type": "string"}, "login-desc-token": {"type": "string"}, "login-oidc": {"type": "string"}, "login-title-welcome": {"type": "string"}...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6101040019", "district_id" : "6101040", "name" : "SEI RAMBAH"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "re...
[{"id" : 27613, "title" : "A Coward's Death", "year" : 2018, "type" : "short-story", "nominations" : 0, "wins" : -1}, {"id" : 30162, "title" : "Empty Planets", "year" : 2016, "type" : "novelette", "nominations" : 0, "wins" : -1}, {"id" : 23240, "title" : "Here is My Thinking on a Situation That Affects Us All", "year" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "nominations", "wins"]}, "$schema": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "st...
{"schema_version" : "1.2.0", "id" : "GHSA-x65w-rc3c-c7r6", "modified" : "2022-05-01T02:05:00Z", "published" : "2022-05-01T02:05:00Z", "aliases" : ["CVE-2005-2105"], "details" : "Cisco IOS 12.2T through 12.4 allows remote attackers to bypass Authentication, Authorization, and Accounting (AAA) RADIUS authentication, if t...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "511421117001", "text" : "\u9f99\u65b9\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511421117005", "text" : "\u66f2\u6c5f\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511421117200", "text" : "\u4e1c\u5347\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511421117203", "text" : "\u6b66\u901a\u6751\u6...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"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 350 degrees F (175 degrees C). Grease and flour two 9-inch round pans.", "Beat shortening and sugar until light and fluffy. Add eggs one at a time, mixing until fully incorporated. Stir in butter flavoring. Make a paste with food coloring and cocoa and add to the shortening mixture.", ...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"cloud_not_connected": {"type": "string"}, "single_instance_allowed": {"type": "string"}}, "required": ["cloud_not_connected", "si...
{"config" : {"abort" : {"cloud_not_connected" : "Pas connect\u00e9 \u00e0 Home Assistant Cloud", "single_instance_allowed" : "D\u00e9j\u00e0 configur\u00e9. Une seule configuration possible."}, "create_entry" : {"default" : "\n\nSous Android, ouvrez [l'application OwnTracks]({android_url}), acc\u00e9dez \u00e0 Pr\u00e9...
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"cloud_not_connected": {"type": "string"}, "single_instance_allowed": {"type": "string"}}, "required": ["cloud_not_connected", "single_instance_allowed"]}, "create_entry": {"type": "object", "propert...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["talisman"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}, "code": {"type": "stri...
{"image" : "https://ipfs.infura.io/ipfs/QmfBvhGZnhCd7SNk4GN8zztWU8xDAEfq2kgncn2CbWr2M4", "attributes" : [{"trait_type" : "Type", "value" : "Human"}, {"trait_type" : "Gender", "value" : "Female"}, {"trait_type" : "Hair Style", "value" : "Straight"}, {"trait_type" : "Smoking", "value" : "E-Cig"}, {"trait_type" : "Sweater...
json_instruct
{"type": "object", "properties": {"image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}, "code": {"type": "string"}, "hash": {"type": "string"}}, "required": ["image", ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"max": {"type": "array", "items": {"type": "number"}}, "centroid": {"type": "array", "items": {"type": "number"}}, "id": {"type": "string"}, "numVertices": {"type": "integer"}, "min": {"type": "array", "items": {"type": "number...
{"max" : [0.717983, 0.992203, 0.699839], "centroid" : [0.3962877142111371, 0.6983654892111335, 0.37999004675174], "id" : "21a94be58900df5bcb2a965e75be701c", "numVertices" : 1724, "min" : [0.0746191, 0.0, 0.0558952]}
json_instruct
{"type": "object", "properties": {"max": {"type": "array", "items": {"type": "number"}}, "centroid": {"type": "array", "items": {"type": "number"}}, "id": {"type": "string"}, "numVertices": {"type": "integer"}, "min": {"type": "array", "items": {"type": "number"}}}, "required": ["max", "centroid", "id", "numVertices", ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "...
{"name" : "jquery-ui-drupal-fork-tests", "title" : "jQuery UI Drupal fork tests", "description" : "Qunit tests specifically for Drupal core's fork of jQuery UI", "version" : "1.12.1-0.0", "license" : "MIT", "scripts" : {"test" : "grunt"}, "dependencies" : {"grunt" : "^1.3.0", "grunt-cli" : "^1.3.2", "grunt-contrib-quni...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", ...
Generate a valid JSON object that conforms to the following schema: {"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"}, "r...
{"id" : 28961, "citation_title" : "Dynamic Preference \u201cReversals\u201d and Time Inconsistency", "citation_author" : ["Philipp Strack", "Dmitry Taubinsky"], "citation_publication_date" : "2021-06-28", "issue_date" : "2021-06-24", "revision_date" : "None", "topics" : ["Econometrics", "Experimental Design", "Microeco...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string...
{"id" : "PSYD20H3S20201", "code" : "PSYD20H3S", "name" : "Current Topics in Developmental Psychology", "description" : "An intensive examination of selected issues and research problems in developmental psychology.The specific content will vary from year to year with the interests of both instructor and students. Lectu...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "c...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"inferno.js": {"type": "string"}, "inferno.min.js": {"type": "string"}}, "required": ["inferno.js", "inferno.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inferno.js" : "sha512-rmPzlLJMGtQv2iaVVXX/TbWYogUmlYeZYkDPHMH+7zTZb13i+NWg/n4EdTXywYwx9gCuxQbN865njO+h1yhZfQ==", "inferno.min.js" : "sha512-0FkOhwDiyuXbEOyITEDKKQ0RXGDNoNMHWd+l8KlH+9LnjhMEicBJVN8/6qbI3bQf+wlgiJPhr7DoWkEykpnYBg=="}
json_instruct
{"type": "object", "properties": {"inferno.js": {"type": "string"}, "inferno.min.js": {"type": "string"}}, "required": ["inferno.js", "inferno.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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": {"er...
{"contract" : "0xae45fd94bc857d2b9db8078c539e49c5d0e360f5", "tool" : "osiris", "start" : 1564621783.6235852, "end" : 1564621843.6654365, "duration" : 60.04185128211975, "analysis" : [{"errors" : [{"line" : 65, "column" : 12, "message" : "time_dependency_bug"}, {"line" : 70, "column" : 9, "message" : "time_dependency_bu...
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": {"type": "object", "properti...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"900404338": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900404339": {"type": "object", "properties": {"...
{"900404338" : {"nama" : "TPS 1", "dapil" : [3306, 13309, 2332301]}, "900404339" : {"nama" : "TPS 2", "dapil" : [3306, 13309, 2332301]}, "900404340" : {"nama" : "TPS 3", "dapil" : [3306, 13309, 2332301]}, "900404341" : {"nama" : "TPS 4", "dapil" : [3306, 13309, 2332301]}, "900404342" : {"nama" : "TPS 5", "dapil" : [330...
json_instruct
{"type": "object", "properties": {"900404338": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900404339": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"order": {"type": "integer"}}, "required": ["order"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"order" : 1}
json_instruct
{"type": "object", "properties": {"order": {"type": "integer"}}, "required": ["order"], "$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"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "prop...
{"name" : "@cardstack/postgresql", "version" : "0.12.15", "description" : "PostgreSQL data source plugin for @cardstack/hub.", "repository" : "https://github.com/cardstack/cardstack", "author" : "Edward Faulkner <edward@eaf4.com>", "license" : "MIT", "engines" : {"node" : ">= 7.7"}, "devDependencies" : {"@cardstack/esl...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "identifier": {"type":...
{"resourceType" : "Slot", "id" : "1", "text" : {"status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t25 Dec 2013 9:00am - 9:15am: <b>Busy</b> Physiotherapy\n\t\t</div>"}, "identifier" : [{"system" : "http://example.org/identifiers/slots", "value" : "123132"}], "serviceCategory" : [{"codi...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"system": {"type"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "string"}}, "settings": {"type": "object", "properties": {"codeQL.runningQueries.memory": {"type": "integer"}, "codeQL.runningQueries.debug": {"type": "boolean"}}, "re...
{"extensions" : ["github.vscode-codeql", "slevesque.vscode-zipexplorer"], "settings" : {"codeQL.runningQueries.memory" : 2048, "codeQL.runningQueries.debug" : true}}
json_instruct
{"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "string"}}, "settings": {"type": "object", "properties": {"codeQL.runningQueries.memory": {"type": "integer"}, "codeQL.runningQueries.debug": {"type": "boolean"}}, "required": ["codeQL.runningQueries.memory", "codeQL.runningQueries.debu...
Create an example JSON object that satisfies this schema: {"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": "int...
{"nom" : "Beaulieu-sur-Loire", "dpt" : "Loiret", "inscrits" : 1358, "abs" : 312, "votants" : 1046, "blancs" : 89, "nuls" : 45, "exp" : 912, "res" : [{"panneau" : "1", "voix" : 465}, {"panneau" : "2", "voix" : 447}]}
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"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]...
{"name" : "pastelpastures", "version" : "1.0.0", "description" : "Federal Reserve Code-A-Thon 2020", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/selester12/PastelPastures.git"}, "author" : "", "license" : "ISC...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"index_number": {"type": "integer"}, "names": {"type": "object", "properties": {"fr": {"type": "string"}, "de": {"type": "string"}, "it": {"type": "string"}, "en": {"type": "string"}}, "required": ["fr", "de", "it", ...
{"index_number" : 64, "names" : {"fr" : "Suintement", "de" : "Kloakenso\u00dfe", "it" : "Melma", "en" : "Liquid Ooze"}, "descriptions" : {"en" : "Inflicts damage on foes using any draining move.", "de" : "Versucht der Gegner KPs zu absorbieren, gewinnt er diese nicht hinzu sondern verliert sie. Gilt auch f\u00fcr Egels...
json_instruct
{"type": "object", "properties": {"index_number": {"type": "integer"}, "names": {"type": "object", "properties": {"fr": {"type": "string"}, "de": {"type": "string"}, "it": {"type": "string"}, "en": {"type": "string"}}, "required": ["fr", "de", "it", "en"]}, "descriptions": {"type": "object", "properties": {"en": {"type...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "130683102200", "text" : "\u77f3\u4f5b\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102201", "text" : "\u8def\u666f\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102202", "text" : "\u5357\u9633\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102203", "text" : "\u7acb\u5e84\u6751\u6751\u59d4\u4f1a"}, {"id" : "130683102204",...
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[0, 0], [0, 34], [5, 72], [30, 17], [43, 74], [60, 40]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"username": {"type": "string"}, "rotating_key_strings": {"type": "array", "items": {"type": "object", "properties": {"_secret": {"type": "string"}}, "required": ["_secret"]}}, "rotating_key_objects": {"type": "array"...
{"username" : "charles", "rotating_key_strings" : [{"_secret" : "airbyte_workspace_e0eb0554-ffe0-4e9c-9dc0-ed7f52023eb2_secret_9eba44d8-51e7-48f1-bde2-619af0e42c22_v1"}, {"_secret" : "airbyte_workspace_e0eb0554-ffe0-4e9c-9dc0-ed7f52023eb2_secret_2c2ef2b3-259a-4e73-96d1-f56dacee2e5e_v1"}, {"_secret" : "airbyte_workspace...
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "rotating_key_strings": {"type": "array", "items": {"type": "object", "properties": {"_secret": {"type": "string"}}, "required": ["_secret"]}}, "rotating_key_objects": {"type": "array", "items": {"type": "object", "properties": {"a": {"type": "object", "...
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 the oil in a wok or large saucepan over nearly high heat. Add the onions; cook and stir until browned. Mix in the curry leaves, then season with the ginger garlic paste, coriander and salt. Cook and stir for 1 minute.", "Season with salt and turmeric, then mix in the tomato, chile powder, shrimp ...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "t...
{"geometry" : {"coordinates" : [[[-101.61994377455275, 36.05474577191711], [-101.62075554385069, 36.492031439387475], [-101.09010236822317, 36.48805024715291], [-101.08274598740735, 36.05629916784359], [-101.61994377455275, 36.05474577191711]]], "type" : "Polygon"}, "properties" : {"FIPS" : "48195", "CNTY_FIPS" : "195"...
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "integer"}, "isRoot": {"type": "boolean"}, "tools": {"type": "object", "properties": {"sharpfuzz.commandline": {"type": "object", "properties": {"version": {"type": "string"}, "commands": {"type": "array", "it...
{"version" : 1, "isRoot" : true, "tools" : {"sharpfuzz.commandline" : {"version" : "1.6.3", "commands" : ["sharpfuzz"]}}}
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "isRoot": {"type": "boolean"}, "tools": {"type": "object", "properties": {"sharpfuzz.commandline": {"type": "object", "properties": {"version": {"type": "string"}, "commands": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "comm...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"limit": {"type": "object", "properties": {"type": {"type": "string"}, "minimum": {"type": "integer"}, "maximum": {"type": "integer"}, "default": {"...
{"type" : "object", "properties" : {"limit" : {"type" : "integer", "minimum" : 0, "maximum" : 500, "default" : 500}, "offset" : {"type" : "integer", "minimum" : 0, "default" : 0}}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"limit": {"type": "object", "properties": {"type": {"type": "string"}, "minimum": {"type": "integer"}, "maximum": {"type": "integer"}, "default": {"type": "integer"}}, "required": ["type", "minimum", "maximum",...
Construct a JSON document that adheres to this schema specification: {"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" : "B-13V \u201cClassic\u201d\u4e0a\u673a\u5323\u5bfc\u8f68\u5e73\u53f0", "ShortName" : "B-13V", "Description" : "B-13V\u4e0a\u673a\u5323\u5bfc\u8f68\u5e73\u53f0\u5b89\u88c5\u5728\u914d\u5907\u6709\u6807\u51c6Dovetail\u4fa7\u67b6\u7684PP-19-01 \"Vityaz\"\u4e0a\uff0c\u63d0\u4f9b\u4e86\u80fd\u591f\u5b89\u88c5\u778...
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"typ...
[{"results" : [{"tech" : 3, "pts" : 28, "connections" : 5507, "capacity" : 132438, "investments" : 728418}, {"tech" : 1, "pts" : 51, "connections" : 214574, "capacity" : 1820554, "investments" : 19377202}, {"tech" : 2, "pts" : 252, "connections" : 48679, "capacity" : 781429, "investments" : 1072511}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt...
Please provide a valid JSON object following this schema: {"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_ema...
{"id" : 176093, "name" : "Goodblox 2009", "description" : "https://goodblox.xyz/users/?id=29", "user" : {"id" : 384942, "name" : "Toad The Fungus", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2019-10-08T01:19:02.000Z", "weekly_install_count" : 2, "tota...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "download": {"type": "object", "properties": {"darwin": {"type": "object", "properties": {"arm64": {"type": "string"}, "amd64": {"t...
{"name" : "deno", "author" : "deno", "description" : "A modern runtime for JavaScript and TypeScript.", "download" : {"darwin" : {"arm64" : "https://github.com/denoland/deno/releases/download/v1.21.1/deno-aarch64-apple-darwin.zip", "amd64" : "https://github.com/denoland/deno/releases/download/v1.21.1/deno-x86_64-apple-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "download": {"type": "object", "properties": {"darwin": {"type": "object", "properties": {"arm64": {"type": "string"}, "amd64": {"type": "string"}}, "required": ["arm64", "amd64"]}, "linux": {"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"features": {"type": "number"}, "process_features_model_1": {"type": "number"}, "predict_and_compile_model_1": {"type": "number"}, "relax_model_1": {"type": "number"}, "process_features_model_2": {"type": "number"}, "predict_an...
{"features" : 985.2445111274719, "process_features_model_1" : 2.484224319458008, "predict_and_compile_model_1" : 176.90722918510437, "relax_model_1" : 14.239156484603882, "process_features_model_2" : 1.635979413986206, "predict_and_compile_model_2" : 160.46156930923462, "relax_model_2" : 6.663316965103149, "process_fea...
json_instruct
{"type": "object", "properties": {"features": {"type": "number"}, "process_features_model_1": {"type": "number"}, "predict_and_compile_model_1": {"type": "number"}, "relax_model_1": {"type": "number"}, "process_features_model_2": {"type": "number"}, "predict_and_compile_model_2": {"type": "number"}, "relax_model_2": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type"...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-83.625756, 41.608803], [-83.606388, 41.608438], [-83.605059, 41.608767], [-83.605775, 41.607395], [-83.620916, 41.596507], [-83.625722, 41.60245], [-83.625756, 41.608803]]]}, "type" : "Feature", "properties" : {"cartodb_...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
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" : ["Make pastry dough as directed. Roll out dough into a 15-inch round on a lightly floured surface and fit into tart pan. Roll rolling pin over top of pan to trim dough flush with rim and lightly prick bottom all over with a fork. Chill 30 minutes.", "Preheat oven to 375\u00b0F.", "Line shell with foil a...
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"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies"...
{"name" : "rotate-array-to", "version" : "1.0.0", "description" : "Rotate an array to start a specified index", "main" : "index.js", "dependencies" : {}, "devDependencies" : {"alsatian" : "^2.3.0", "neworbit-tslint-config" : "^3.0.0", "tslint" : "^5.11.0", "typescript" : "^3.1.4"}, "files" : ["index.js"], "scripts" : {...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"alsatian": {"type": "string"}, "neworbit...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "140429400498", "text" : "\u6b66\u4e61\u7ecf\u6d4e\u6280\u672f\u5f00\u53d1\u533a\u865a\u62df\u5c45\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$s...
{"width" : 0.3260152, "rotation" : -2.5148842, "xCenter" : 0.40859714, "yCenter" : 0.7802714, "height" : 0.57958263}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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", "l...
{"place_name" : "Amherst", "state_name" : "Virginia", "state_abbrv" : "VA", "lat" : "37.6027", "long" : "-79.0506"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "@reach/router": {"type": "string...
{"version" : "0.0.0", "name" : "~util-javi", "description" : "Utilities for jawis/javi", "dependencies" : {"@types/express" : "^4.17.11", "@reach/router" : "^1.3.4", "@types/node" : "^14.14.32", "@types/reach__router" : "^1.3.7", "@types/react" : "^16.14.4", "@types/stack-trace" : "^0.0.29", "express" : "^4.17.1", "err...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "@reach/router": {"type": "string"}, "@types/node": {"type": "string"}, "@types/reach__router": {"type":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ignore_labels": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "labels": {"type": "array", "items": {"type": "s...
{"ignore_labels" : ["no release"], "categories" : [{"title" : "## \ud83d\udc1b Fixes", "labels" : ["bug", "fix", "patch"], "semver_part" : "patch"}, {"title" : "## \ud83d\udcdc Docs", "labels" : ["docs", "documentation"], "semver_part" : "patch"}, {"title" : "## \ud83d\ude80 Features", "labels" : ["enhancement", "feat"...
json_instruct
{"type": "object", "properties": {"ignore_labels": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "semver_part": {"type": "string"}}, "required": ["title", "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "strin...
{"authors" : [{"author" : "Pelin Kuzucu"}, {"author" : "Tolga T\u00fcrkmen"}, {"author" : "Alp \u00d6zg\u00fcn B\u00f6rcek"}], "doi" : "10.1186/s12887-020-02068-y", "publication_date" : "2020-04-26", "id" : "EN111113", "url" : "https://pubmed.ncbi.nlm.nih.gov/32331522", "source" : "BMC pediatrics", "source_url" : "", "...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-91.19653, 30.469365], [-91.188358, 30.469195], [-91.183418, 30.472608], [-91.168354, 30.473127], [-91.167534, 30.458539], [-91.179973, 30.456789], [-91.180813, 30.455197], [-91.180336, 30.447434], [-91.196007, 30.44689],...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2007, 8], [2009, 5], [2011, 6], [2012, 6], [2013, 9]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {...
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"urnmgaming" : {"title" : "UrNmGaming", "channel_id" : 123045180, "link" : "htt...
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"urnmgaming": {"type": "object", "properties": {"title": {"typ...
Generate sample JSON data that conforms to the following schema definition: {"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", "HI...
{"MRRm_new" : 0.43176300428148534, "MRm_new" : 255.64598365464062, "HITS@1m_new" : 0.3384684441392492, "HITS@3m_new" : 0.4745136245778958, "HITS@10m_new" : 0.6104144137323019}
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": {"version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "handler": {"type": "string"}}, "required": ["version", "ti...
{"version" : "1.0", "title" : "Android Docs", "description" : "Allows searching the Android SDK reference for relevant information (If there is such thing as relevant docs...).", "author" : "Max Keller", "url" : "", "handler" : "de.langerhans.linkbait.android.AndroidHandler"}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "url": {"type": "string"}, "handler": {"type": "string"}}, "required": ["version", "title", "description", "author", "url", "handler"], "$schema": "http://json-s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "banner": {"type": "string"}, "scripts": {"type": "object", "properties": {"phantom": {"type": "array", "items": {"type": "string"}}}, "required": ["phant...
{"name" : "Phantom Sitemap", "description" : "Automatically generates sitemap.xml files for your Phantom website", "banner" : "safe://sitemap.phantom/banner.png", "scripts" : {"phantom" : ["safe://sitemap.phantom/plugin-phantom.js"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "banner": {"type": "string"}, "scripts": {"type": "object", "properties": {"phantom": {"type": "array", "items": {"type": "string"}}}, "required": ["phantom"]}}, "required": ["name", "description", "banner", "scripts"], "$s...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "sloc": {"type": "integer"}, "lloc": {"type": "integer"}, "functions": {"type": "integer"}, "deliveredBugs": {"type": "number"}, "maintainability": {"type": "number"}, "lintE...
[{"date" : "Mon, 09 May 2016 22:23:10 GMT", "sloc" : 34, "lloc" : 18, "functions" : 6, "deliveredBugs" : 0.15278232697873156, "maintainability" : 80.65973931410255, "lintErrors" : [], "difficulty" : 6.681818181818182}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "sloc": {"type": "integer"}, "lloc": {"type": "integer"}, "functions": {"type": "integer"}, "deliveredBugs": {"type": "number"}, "maintainability": {"type": "number"}, "lintErrors": {"type": "array", "items": {}}, "difficulty": {"t...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type"...
{"name" : "grunt-hipchat-v2-notifier", "description" : "Send grunt messages to a Hipchat channel (v2 API)", "version" : "0.0.1", "homepage" : "https://git.corp.yahoo.com/jasonmit/grunt-hipchat-v2-notifier", "author" : {"name" : "Logan Koester", "email" : "logan@logankoester.com", "url" : "http://logankoester.com"}, "re...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"MasterKeyDisabled": {"type": "string"}, "MasterKeyEnabled": {"type": "string"}, "NotAllowed": {"type": "string"}, "UnlockedWith": {"type": "string"}, "LockedWith": {"type": "string"}, "OpenWith": {"type": "string"}, "LogUnlock...
{"MasterKeyDisabled" : "Master key access is now disabled.", "MasterKeyEnabled" : "Master key access is now enabled.", "NotAllowed" : "You are not allowed to use the '{0}' command.", "UnlockedWith" : "Unlocked {0} with master key!", "LockedWith" : "Locked {0} with master key!", "OpenWith" : "Opened {0} with master key!...
json_instruct
{"type": "object", "properties": {"MasterKeyDisabled": {"type": "string"}, "MasterKeyEnabled": {"type": "string"}, "NotAllowed": {"type": "string"}, "UnlockedWith": {"type": "string"}, "LockedWith": {"type": "string"}, "OpenWith": {"type": "string"}, "LogUnlock": {"type": "string"}, "LogLock": {"type": "string"}, "LogO...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "stri...
{"authors" : [{"author" : "Subramanian Vaidyanathan"}, {"author" : "Bakul M Soni"}, {"author" : "Peter L Hughes"}, {"author" : "Gurpreet Singh"}, {"author" : "John W H Watt"}, {"author" : "Tun Oo"}, {"author" : "Pradipkumar Sett"}], "doi" : "10.1186/1471-2490-2-9", "publication_date" : "2002-09-11", "id" : "EN119799", ...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "nul...
{"id" : "18622743", "tms:id" : "186208", "accession_number" : "1987-55-1", "title" : "Necklace", "url" : "http://collection.cooperhewitt.org/objects/18622743/", "department_id" : "35347497", "period_id" : null, "media_id" : "35371135", "type_id" : "35237147", "date" : null, "year_start" : null, "year_end" : null, "year...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "da...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object"...
{"id" : "78789", "name" : {"en" : "Ailigandi"}, "country" : "PA", "region" : "SB", "identifiers" : {"wmo" : "78789"}, "location" : {"latitude" : 9.25, "longitude" : -78.0333, "elevation" : 1}, "timezone" : "America/Panama"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "c...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Hangi, Las Navas, Northern Samar, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.northern-samar.las-navas.hangi", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id"...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Tween.js": {"type": "string"}, "Tween.min.js": {"type": "string"}}, "required": ["Tween.js", "Tween.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Tween.js" : "sha512-UPSdBfz8DCSlKWdGivt5XAyv0+RDb+Q0eZW2XQtblNeiqTybtt/60ob3GUyrLTJfeOLkSHCl3wN37q/fYbBH/A==", "Tween.min.js" : "sha512-fDKHugpOBCO7HqfWohJJ/go/WqlP3ufgYh49BKOzMh2z2yHwnsQelr9FQJ9eJxVxhKSPFMhB5JNQg984BYq1tw=="}
json_instruct
{"type": "object", "properties": {"Tween.js": {"type": "string"}, "Tween.min.js": {"type": "string"}}, "required": ["Tween.js", "Tween.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-122.4766, 37.756108], [-122.472639, 37.756322], [-122.47121, 37.755194], [-122.47068, 37.752376], [-122.468335, 37.753244], [-122.464462, 37.752899], [-122.463442, 37.751195], [-122.466469, 37.750939], [-122.466336, 37.7...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"jsxSingleQuote": {"type": "boolean"}, "bracketSameLine": {"type": "boolean"}}, "required": ["jsxSingleQuote", "bracketSameLine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jsxSingleQuote" : true, "bracketSameLine" : true}
json_instruct
{"type": "object", "properties": {"jsxSingleQuote": {"type": "boolean"}, "bracketSameLine": {"type": "boolean"}}, "required": ["jsxSingleQuote", "bracketSameLine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": ...
{"name" : "Badger Sett Digg", "symbol" : "bDIGG", "id" : "0x7e7E112A68d8D2E221E11047a72fFC1065c38e1a", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/badger-sett-digg", "market_cap_usd" : 0.0, "market_cap_rank" : null, "24_hr_volume_usd" : 0.0, "logoURI" : "https://raw.githubusercontent.com/pool...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"type...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type":...
{"name" : "librequire", "description" : "Frontend-side CommonJS require via Fetch API", "main" : ["dist/librequire.js"], "authors" : ["yogurt1 <stalinswag1@gmail.com>"], "license" : "BSD-3-Clause", "keywords" : ["require", "commonjs", "fetchapi", "frontend", "coffeescript", "js", "javascript", "web"], "moduleType" : ["...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "moduleType": {"t...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"required": {"type": "boolean"}, "$schema": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"installations": {"type": "object", "properties": {"type": {"type": "string"}, "require...
{"required" : true, "$schema" : "http://json-schema.org/draft-03/schema", "type" : "object", "properties" : {"installations" : {"type" : "array", "required" : false, "items" : [{"type" : "object", "properties" : {"id" : {"type" : "number", "required" : false}, "app_id" : {"type" : "number", "required" : false}, "enable...
json_instruct
{"type": "object", "properties": {"required": {"type": "boolean"}, "$schema": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"installations": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "items": {"type": "array", "items"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"cumulativeDeaths": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeDeaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cumulativeDeaths" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, ...
json_instruct
{"type": "object", "properties": {"cumulativeDeaths": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeDeaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"mobxreactlite.umd.development.js": {"type": "string"}, "mobxreactlite.umd.development.min.js": {"type": "string"}, "mobxreactlite.umd.production.min.js": {"type": "string"}}, "required": ["mobxreactlite.umd.developme...
{"mobxreactlite.umd.development.js" : "sha512-v8FSvhWVnrX2j9uRZm/pAJL/0GfTTRrogLd7OPVqHv3QYsy0nqF6QqyO5mdUBL/XoawAb2ACCVIR8HMf3t8Fsg==", "mobxreactlite.umd.development.min.js" : "sha512-OMrXsJUw9D4Xg83uJxLmXpmfcDtMJQuqjkBvtMDtBcf5QtTH1mEkxxva2tKbMp1QnqHaY4dW4I+3j2/aIDXFlg==", "mobxreactlite.umd.production.min.js" : "sh...
json_instruct
{"type": "object", "properties": {"mobxreactlite.umd.development.js": {"type": "string"}, "mobxreactlite.umd.development.min.js": {"type": "string"}, "mobxreactlite.umd.production.min.js": {"type": "string"}}, "required": ["mobxreactlite.umd.development.js", "mobxreactlite.umd.development.min.js", "mobxreactlite.umd.pr...