input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"source": {"type": "string"}, "general": {"type": "array", "items": {"type": "string"}}, "reception": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "thumbnail": {"type": "string"}, ...
{"source" : "https://www.google.com/maps/search/gurudwara/@47.0010187,28.5627475,8.72z/data=!4m2!2m1!6e2", "general" : ["Places in Moldova with available food and shelter", "Gurudwaras are known to provide food and shelter."], "reception" : [{"type" : "Food & Shelter - Gurudwara", "thumbnail" : "https://maps.gstatic.co...
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "general": {"type": "array", "items": {"type": "string"}}, "reception": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "thumbnail": {"type": "string"}, "lat": {"type": "string"}, "lon": {"type": "string"}, "address...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "numbe...
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [0.508244, 0.40483, 0.962174, 0.522964, 0.444947, 0.875295, 0.480603, 0.444784, 0.847051, 0.410614, 0.500361, 0.758329, 0.410433, 0.452883, 0.549232, 0.608016, 0.437053, 0.892769, 0.621379, 0.524298, 0.922884, 0.509222, 0.571672, 0.871762, 0.52308...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "prope...
{"id" : "11380", "name" : {"en" : "Reichenau / Rax"}, "country" : "AT", "region" : null, "identifiers" : {"national" : null, "wmo" : "11380", "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : "11380", "icao" : null, "iata" : null}, "location" : {"latitude" : 47.7, "longitude" : 15.85, "elevation" : 486}, "timezon...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "string"}, "ghcn...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "summary": {"type": "string"}, "parent": {"type": "string"}, "url": {"type": "string"}, "updated": {"type": "string"}, "children": {"type": "array", "items": {}}}, "re...
{"type" : "wiki", "title" : "\uc815\ub82c \uc548\uc815\uc131 (Stability)", "summary" : "\uc815\ub82c \ud6c4\uc5d0\ub3c4 \uac19\uc740 \ud0a4\ub4e4\uc758 \uc0c1\ub300\uc801\uc778 \uc21c\uc11c\uac00 \uc815\ub82c \uc774\uc804\uacfc \uac19\uac8c \uc720\uc9c0\ub418\ub294 \uc815\ub82c \ubc29\ubc95", "parent" : "algorithm", "u...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "summary": {"type": "string"}, "parent": {"type": "string"}, "url": {"type": "string"}, "updated": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["type", "title", "summary", "parent", "url", "update...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"extends": {"type": "string"}, "globals": {"type": "object", "properties": {"Promise": {"type": "boolean"}, "System": {"type": "boolean"}, "Slideout": {"type": "boolean"}}, "required": ["Promise", "System", "Slideout...
{"extends" : "openlayers", "globals" : {"Promise" : false, "System" : false, "Slideout" : false}, "parserOptions" : {"ecmaVersion" : 6, "sourceType" : "module"}, "rules" : {"valid-jsdoc" : 0}}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "globals": {"type": "object", "properties": {"Promise": {"type": "boolean"}, "System": {"type": "boolean"}, "Slideout": {"type": "boolean"}}, "required": ["Promise", "System", "Slideout"]}, "parserOptions": {"type": "object", "properties": {"ecmaVersion":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by...
{"type" : "bundle", "id" : "bundle--3e62f2e9-18a4-4055-9e7d-8224f1b5869d", "spec_version" : "2.0", "objects" : [{"type" : "course-of-action", "id" : "course-of-action--f46f8204-a5a5-4d0b-927d-1204f8d80a35", "created_by_ref" : "identity--e50ab59c-5c4f-4d40-bf6a-d58418d89bcd", "created" : "2014-06-23T00:00:00.000Z", "mod...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "npmClient": {"type": "string"}, "version": {"type": "string"}, "useWorkspaces": {"type": "boolean"}}, "required": ["packages", "npmClient", "version", "use...
{"packages" : ["react/javascript/*", "react/typescript/*", "vanilla/*"], "npmClient" : "yarn", "version" : "independent", "useWorkspaces" : true}
json_instruct
{"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "npmClient": {"type": "string"}, "version": {"type": "string"}, "useWorkspaces": {"type": "boolean"}}, "required": ["packages", "npmClient", "version", "useWorkspaces"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"load_kind": {"type": "string"}, "regions_configs": {"type": "array", "items": {"type": "object", "properties": {"region_name": {"type": "string"}, "pattern": {"type": "object", "properties": {"type": {"type": "string"}, "params"...
{"load_kind" : "seasonal", "regions_configs" : [{"region_name" : "eu", "pattern" : {"type" : "values", "params" : [{"month" : "all", "day_of_week" : "all", "values" : [50947, 50958, 50985, 50959, 50965, 50977, 50017, 50061, 50033, 50051, 50079, 50112, 50174, 50247, 50227, 50218, 501014, 50178, 50146, 50101, 50134, 5011...
json_instruct
{"type": "object", "properties": {"load_kind": {"type": "string"}, "regions_configs": {"type": "array", "items": {"type": "object", "properties": {"region_name": {"type": "string"}, "pattern": {"type": "object", "properties": {"type": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "properti...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"any": {"type": "integer"}, "echo-reply": {"type": "integer"}, "unreachable": {"type": "integer"}, "source-quench": {"type": "integer"}, "redirect": {"type": "integer"}, "alternate-address": {"type": "integer"}, "echo": {"ty...
{"any" : -1, "echo-reply" : 0, "unreachable" : 3, "source-quench" : 4, "redirect" : 5, "alternate-address" : 6, "echo" : 8, "router-advertisement" : 9, "router-solicitation" : 10, "time-exceeded" : 11, "parameter-problem" : 12, "timestamp-request" : 13, "timestamp-reply" : 14, "information-request" : 15, "information-r...
json_instruct
{"type": "object", "properties": {"any": {"type": "integer"}, "echo-reply": {"type": "integer"}, "unreachable": {"type": "integer"}, "source-quench": {"type": "integer"}, "redirect": {"type": "integer"}, "alternate-address": {"type": "integer"}, "echo": {"type": "integer"}, "router-advertisement": {"type": "integer"}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindD...
{"Time" : "2020-12-31T18:00:00Z", "Temp" : 14.1, "RelHum" : 84, "WindSpeed" : 0.8, "WindDir" : 136}
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#"}
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" : 85801153, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "275d396b7850f44f5870b4482466f306", "wof:id" : 85801153, "wof:repo" : "whosonfirst-data-admin-be"}, "bbox" : [4.32775, 50.81678, 4.32775, 50.81678], "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": ["...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "b...
{"n_dim" : 21, "n_trials" : 130, "objective" : "landscapes_combo3_on_cube", "white" : "dlib", "black" : "platypus_moead", "traceback" : ["passing", "passing"], "best_val" : [7.6555395002880875, 7.0621900100967325], "best_x" : [[0.9636436433885998, 0.796513216262302, 0.226345984289421, 0.534131173444228, 0.0378439267326...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "provinc...
{"name" : "Federal University of Technology, Owerri", "alt_name" : "(FUTO)", "country" : "Nigeria", "state" : null, "address" : {"street" : "PMB 1526", "city" : "Owerri", "province" : "Imo State", "postal_code" : null}, "contact" : {"telephone" : "+234(83) 426-0769", "website" : "http://www.futo.edu.ng/", "email" : "in...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "null"}},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"_@context": {"type": "string"}, "@type": {"type": "string"}, "name": {"type": "string"}}, "required": ["_@context", "@type", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_@context" : "https://www.w3.org/ns/activitystreams", "@type" : "Person", "name" : "Sally"}
json_instruct
{"type": "object", "properties": {"_@context": {"type": "string"}, "@type": {"type": "string"}, "name": {"type": "string"}}, "required": ["_@context", "@type", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ended": {"type": "object", "properties": {"context": {"type": "string"}, "translation": {"type": "string"}}, "required": ["context", "translation"]}, "endsAt": {"type": "object", "properties": {"context": {"type": "s...
{"ended" : {"context" : "End date and time that is in the past", "translation" : "Wedi dod i ben ar {date} am {time}"}, "endsAt" : {"context" : "End date and time that is in the future.", "translation" : "Yn dod i ben ar {date} am {time}"}, "startsAt" : {"context" : "Start date and time that is in the future", "transla...
json_instruct
{"type": "object", "properties": {"ended": {"type": "object", "properties": {"context": {"type": "string"}, "translation": {"type": "string"}}, "required": ["context", "translation"]}, "endsAt": {"type": "object", "properties": {"context": {"type": "string"}, "translation": {"type": "string"}}, "required": ["context", ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$...
{"inputs" : [["2", "3 9", "001000001", "111111010", "100100100", "7 9", "010101110", "110110111", "010011111", "100100000", "000010100", "011011000", "000100101"]], "outputs" : [["9", "10"]]}
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"database": {"type": "object", "properties": {"host": {"type": "string"}, "username": {"type": "string"}, "DBname": {"type": "string"}, "password": {"type": "string"}, "port": {"type": "integer"}}, "required":...
{"database" : {"host" : "127.0.0.1", "username" : "test", "DBname" : "daim", "password" : "qwerty123", "port" : 3306}}
json_instruct
{"type": "object", "properties": {"database": {"type": "object", "properties": {"host": {"type": "string"}, "username": {"type": "string"}, "DBname": {"type": "string"}, "password": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "username", "DBname", "password", "port"]}}, "required": ["database...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descri...
{"latest_version" : ["0.2.2"], "meta" : {"description" : "A transparent bidirectional bridge between Git and Dropbox", "homepage" : "https://github.com/anishathalye/git-remote-dropbox", "license" : "MIT"}, "versions" : {"0.1.0" : {"sha256" : "98b745ac00c04fc9aeb083df3aad601c173219fcf65c895c24a53ed50b7e1415", "url" : "h...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"DTDproc_z0p00025_bw500_1.32<mwd_3e-11<mdot<3e-10": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTDproc_z0p00025_bw500_1.32<mwd_3e-11<mdot<3e-10", "arrbool"], "$sche...
{"DTDproc_z0p00025_bw500_1.32<mwd_3e-11<mdot<3e-10" : [1.5089629590981487e-08, 3.666768798490812e-08, 4.458930369180532e-08, 4.834868519109368e-08, 4.513701392756594e-08, 3.854760283113813e-08, 2.82315370977404e-08, 1.979554273236563e-08, 1.0903721343106865e-08, 8.187615790762378e-09, 7.718322516827655e-09, 8.567749994...
json_instruct
{"type": "object", "properties": {"DTDproc_z0p00025_bw500_1.32<mwd_3e-11<mdot<3e-10": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTDproc_z0p00025_bw500_1.32<mwd_3e-11<mdot<3e-10", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Legal aid work ... v.124", "author" : "American Academy of Political and Social Science.", "id" : "001630888"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : [[[-120.393406, 36.459085], [-120.392754, 36.48029], [-120.389091, 36.486791], [-120.388927, 36.574263], [-120.387168, 36.720076], [-120.361048, 36.730982], [-120.329359, 36.73426], [-120.20508, 36.73456], [-120.205363, 36.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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9...
{"\uc774\ub984" : "\ucd5c\uc7ac\uad6c", "\ud55c\ubb38\uba85" : "\u5d14\u8f09\u4e5d", "\uc0dd\ub144\uc6d4\uc77c" : "1929-07-13", "\uc815\ub2f9" : "\ubbfc\uc8fc\uacf5\ud654\ub2f9", "\uc120\uac70\uad6c" : "\uacbd\ub0a8 \ucda9\ubb34.\ud1b5\uc601.\uace0\uc131.\uac70\uc81c", "\ub2f9\uc120\ud69f\uc218" : "4\uc120", "\ub2f9\uc...
json_instruct
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"entryPoints": {"type": "array", "items": {"type": "string"}}, "categoryOrder": {"type": "array", "items": {"type": "string"}}, "out": {"type": "string"}, "includeVersion": {"type": "boolean"}}, "required": ["...
{"entryPoints" : ["src/types/index.ts"], "categoryOrder" : ["Required", "Common", "Styles", "Accessibility", "*"], "out" : "docs", "includeVersion" : true}
json_instruct
{"type": "object", "properties": {"entryPoints": {"type": "array", "items": {"type": "string"}}, "categoryOrder": {"type": "array", "items": {"type": "string"}}, "out": {"type": "string"}, "includeVersion": {"type": "boolean"}}, "required": ["entryPoints", "categoryOrder", "out", "includeVersion"], "$schema": "http://j...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "support": {"type": "object", "properties"...
{"name" : "coldtrick/questions", "description" : "Q&A functionality analagous to Quora, Stack Overflow, or Facebook Questions", "type" : "elgg-plugin", "keywords" : ["elgg", "plugin"], "license" : "GPL-2.0", "support" : {"source" : "https://github.com/ColdTrick/questions", "issues" : "https://github.com/ColdTrick/quest...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"source": {"type": "string"}, "issues": {"type": "string"}}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"AT0000857412.VI": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "currency": {"type": "string"}, "summary": {"type": "string"}, "manager_name": {"type": "string"}, "mana...
{"AT0000857412.VI" : {"short_name" : "Amundi Austria Stock", "long_name" : "Amundi Austria Stock A", "currency" : "EUR", "summary" : "Equity fund, invested in Austrian companies.", "manager_name" : "Andreas Wosol", "manager_bio" : "", "category" : "Austria Equity", "family" : "Amundi Austria GmbH", "exchange" : "VIE",...
json_instruct
{"type": "object", "properties": {"AT0000857412.VI": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "currency": {"type": "string"}, "summary": {"type": "string"}, "manager_name": {"type": "string"}, "manager_bio": {"type": "string"}, "category": {"type": "string"}, ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Ultimate5 Plus", "description" : "A handlebar bag for a bike.", "url" : "http://www.ortlieb.com/_prod.php?lang=en&produkt=ultimate5plus"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following 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", "ite...
{"directions" : ["Place ingredients in bread machine pan in the order suggested by the manufacturer. Select White Bread setting. Start.", "To bake bread in oven: select dough or manual cycle. Once cycle is complete, shape dough and place in a greased loaf pan. Allow to rise in a warm spot until doubled in size. Bake in...
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": {"date_updated": {"type": "null"}, "date_created": {"type": "string"}, "sid": {"type": "string"}, "friendly_name": {"type": "string"}, "account_sid": {"type": "string"}}, "required": ["date_updated", "date_created", "sid", "frie...
{"date_updated" : null, "date_created" : "Sat, 27 Jun 2020 23:00:00 +0000", "sid" : "CLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "friendly_name" : "Test", "account_sid" : "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}
json_instruct
{"type": "object", "properties": {"date_updated": {"type": "null"}, "date_created": {"type": "string"}, "sid": {"type": "string"}, "friendly_name": {"type": "string"}, "account_sid": {"type": "string"}}, "required": ["date_updated", "date_created", "sid", "friendly_name", "account_sid"], "$schema": "http://json-schema....
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "...
{"name" : "setasap", "version" : "2.0.1", "description" : "setImmediate polyfill for the browser and node", "main" : "setAsap.js", "scripts" : {"test" : "painless test.js && karma start", "build" : "uglifyjs --compress --mangle -o setAsap.min.js -- setAsap.js"}, "repository" : {"type" : "git", "url" : "https://taylorha...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "repository": {"type": "objec...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": ...
{"name" : "tracker-ui", "version" : "0.1.0", "private" : true, "scripts" : {"serve" : "vue-cli-service serve", "build" : "vue-cli-service build", "lint" : "vue-cli-service lint", "start" : "node server.js"}, "dependencies" : {"axios" : "0.21.1", "core-js" : "3.14.0", "eslint-plugin-prettier" : "3.4.0", "express" : "4.1...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}, "start": {"type": "string"}}, "required": ["serve", "build", "li...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"t...
{"name" : "typerSpeeder", "version" : "0.0.1", "description" : "speed through typerRacer on cruise control", "scripts" : {}, "repository" : {"type" : "git", "url" : "https://github.com/CyrusRoshan/typerSpeeder.git"}, "keywords" : ["typerSpeeder", "typerFaker", "typing", "race"], "author" : "Cyrus Roshan <hello@cyrusros...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "u...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "headmaster": {"type":...
{"name" : "Berufsbildende Schule f\u00fcr Metalltechnik", "id" : "HB-352", "address" : "Reiherstr. 80, 28239 Bremen", "school_type" : "Berufsbildende Schule", "fax" : "0421/361-59533", "phone" : "0421/361-18042", "email" : "352@bildung.bremen.de", "headmaster" : "Gerhard Martini", "state" : "HB", "programs" : {"program...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "headmaster": {"type": "string"}, "state": {"type": "string"}, "programs": {"type...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "entity": {"type": "string"}, "properties": {"type": "object", "properties": {"userId": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "groupId": {"type": "o...
{"type" : "object", "entity" : "IdentityLink", "properties" : {"userId" : {"type" : "string"}, "groupId" : {"type" : "string"}, "type" : {"type" : "string"}}, "required" : ["userId", "groupId", "type"]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "entity": {"type": "string"}, "properties": {"type": "object", "properties": {"userId": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "groupId": {"type": "object", "properties": {"type": {"type": "string"}}, "required"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "requiredBy": {"type": "array", "items": {}}, "grantedBy": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": ...
{"id" : "trait-runewright", "name" : "Runewright", "description" : "You are an expert Runecrafter, meticulously crafting sigils and discipline runes.", "requiredBy" : [], "grantedBy" : [{"id" : "runewright", "name" : "Runewright"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "requiredBy": {"type": "array", "items": {}}, "grantedBy": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "na...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"problems": {"type": "array", "items": {"type": "object", "properties": {"avgPts": {"type": "number"}, "constraints": {"type": "array", "items": {}}, "correctRatio": {"type": "number"}, "definition": {"type": "arra...
{"problems" : [{"avgPts" : 217.1, "constraints" : [], "correctRatio" : 78.28, "definition" : [], "div" : 0, "examples" : [], "level" : 1, "link" : "http://community.topcoder.com/stat?c=problem_statement&pm=6169&rd=9818", "name" : "OptimalQueues", "notes" : [], "submission" : 267}, {"avgPts" : 278.45, "constraints" : []...
json_instruct
{"type": "object", "properties": {"problems": {"type": "array", "items": {"type": "object", "properties": {"avgPts": {"type": "number"}, "constraints": {"type": "array", "items": {}}, "correctRatio": {"type": "number"}, "definition": {"type": "array", "items": {}}, "div": {"type": "integer"}, "examples": {"type": "arra...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"type"...
{"title" : "Fantastic Max", "genre" : "Animated", "creators" : ["Kalisto Ltd."], "cast" : [], "country_of_origin" : "Wales", "seasons" : 2, "episodes" : 26, "start_date" : "", "end_date" : ""}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type":...
{"name" : "Cabrini College", "alt_name" : null, "country" : "United States", "state" : "Pennsylvania", "address" : {"street" : "610 King of Prussia Road", "city" : "Radnor", "province" : "Pennsylvania", "postal_code" : "19087-3698"}, "contact" : {"telephone" : "+1(610) 902-8100", "website" : "http://www.cabrini.edu", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"async_generator-1.10-py3-none-any.whl": {"type": "string"}, "async_generator-1.10.tar.gz": {"type": "string"}}, "required": ["async_generator-1.10-py3-none-any.whl", "async_generator-1.10.tar.gz"], "$schema": "htt...
{"async_generator-1.10-py3-none-any.whl" : "01c7bf666359b4967d2cda0000cc2e4af16a0ae098cbffcb8472fb9e8ad6585b", "async_generator-1.10.tar.gz" : "6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144"}
json_instruct
{"type": "object", "properties": {"async_generator-1.10-py3-none-any.whl": {"type": "string"}, "async_generator-1.10.tar.gz": {"type": "string"}}, "required": ["async_generator-1.10-py3-none-any.whl", "async_generator-1.10.tar.gz"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "absentbydesign:block/stairs_terracotta_pink"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": ...
{"authors" : [{"author" : "Ehab Elganainy"}, {"author" : "Alaa A Abd-Elsayed"}], "doi" : "10.1186/1757-1626-1-202", "publication_date" : "2008-10-04", "id" : "EN118841", "url" : "https://pubmed.ncbi.nlm.nih.gov/18831755", "source" : "Cases journal", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "p...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "client:install": {"type": "str...
{"name" : "sfcc-ci-dashboard", "version" : "1.0.0", "description" : "Performs On Demand Sandbox use-cases on easy to use GUI using sfcc-ci as backend", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "cd server && node src/index.js", "client:install" : "cd client && npm install", "build:s...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "client:install": {"type": "string"}, "build:server": {"type": "string"}, "build:client": ...
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"}, "run-tests": {"type":...
{"name" : "rigiddb", "version" : "0.11.1", "description" : "Object store with an index and strict schema", "main" : "index.js", "scripts" : {"test" : "npm run lint && npm run run-tests", "run-tests" : "istanbul cover _mocha", "coveralls" : "cat ./coverage/lcov.info | coveralls", "lint" : "eslint index.js test"}, "repos...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "run-tests": {"type": "string"}, "coveralls": {"type": "string"}, "lint": {"type": "string"...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "createdAt": {"type": "string"}, "createdBy": {"type": "string"}, "rows": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["id", "createdAt",...
[{"id" : "01694e01-6170-29a1-3248-eb660e70f645", "createdAt" : "2019-03-05T13:18:27.184Z", "createdBy" : "user", "rows" : 5000000, "size" : 166774979}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "createdAt": {"type": "string"}, "createdBy": {"type": "string"}, "rows": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["id", "createdAt", "createdBy", "rows", "size"]}, "$schema": "http://json-schema.org/draft-07/s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["s...
{"name" : "react-counter-view-example", "version" : "1.0.0", "private" : true, "scripts" : {"start" : "webpack-dev-server -d --progress --colors", "test" : "echo \"Error: no test specified\" && exit 1"}, "devDependencies" : {"babel-core" : "^6.10.4", "babel-loader" : "^6.2.4", "babel-preset-es2015" : "^6.9.0", "babel-p...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "devDependencies": {"type": "object", "properties": {"babel-...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "exts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "exts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "twig", "exts" : [".twig"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "exts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "exts"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "expl...
{"Update" : "2020-03-23 15:28:16", "answer" : ["C"], "category" : "saa", "choices" : ["A.Apply an Amazon S3 Bucket policy", "B.Use Amazon EBS provisioned IOPS", "C.Use VPC endpoints for S3", "D.Request a service limit increase "], "detail" : "You have an application running on an Amazon EC2 instance that uploads 10 GB ...
json_instruct
{"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explanation": {"type": "array", "items": {"type": "string"}}, "id": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schem...
{"assessment" : [{"name" : "Engagement in weekly discussions", "weight" : 20}, {"name" : "1500 words", "weight" : 25}, {"name" : "4000 words", "weight" : 55}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"command": {"type": "string"}, "config_files": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "dest": {"type": "string"}, "owner": {"type": "string"}, "perm": {"type": "string"}}, "re...
{"command" : "/usr/sbin/libvirtd --listen", "config_files" : [{"source" : "/var/lib/kolla/config_files/libvirtd.conf", "dest" : "/etc/libvirt/libvirtd.conf", "owner" : "root", "perm" : "0600"}, {"source" : "/var/lib/kolla/config_files/qemu.conf", "dest" : "/etc/libvirt/qemu.conf", "owner" : "root", "perm" : "0600"}]}
json_instruct
{"type": "object", "properties": {"command": {"type": "string"}, "config_files": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "dest": {"type": "string"}, "owner": {"type": "string"}, "perm": {"type": "string"}}, "required": ["source", "dest", "owner", "perm"]}}}, "required"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Burgers2D": {"type": "object", "properties": {"u": {"type": "object", "properties": {"max": {"type": "integer"}, "min": {"type": "integer"}}, "required": ["max", "min"]}, "v": {"type": "object", "properties": {"max": {"type": ...
{"Burgers2D" : {"u" : {"max" : 3, "min" : 1}, "v" : {"max" : 3, "min" : 1}, "x" : {"max" : 2, "min" : 0}, "y" : {"max" : 2, "min" : 0}, "u_bounds" : {"x_percent" : [0.3, 0.6], "y_percent" : [0.3, 0.6]}, "v_bounds" : {"x_percent" : [0.4, 0.6], "y_percent" : [0.4, 0.6]}, "nx" : 41, "ny" : 41, "nu" : 0.1, "dt" : 0.001, "t...
json_instruct
{"type": "object", "properties": {"Burgers2D": {"type": "object", "properties": {"u": {"type": "object", "properties": {"max": {"type": "integer"}, "min": {"type": "integer"}}, "required": ["max", "min"]}, "v": {"type": "object", "properties": {"max": {"type": "integer"}, "min": {"type": "integer"}}, "required": ["max"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@firebase/...
{"name" : "functions", "scripts" : {"test" : "mocha 'src/**/*.ts' --exit"}, "main" : "src/firestore.test.ts", "devDependencies" : {"@firebase/testing" : "^0.20.11", "@firebase/util" : ">=1.4.2", "@types/mocha" : "^9.0.0", "@types/node" : "^16.11.7", "mocha" : "^9.1.3", "node-fetch" : ">=3.1.0", "ts-node" : "^10.4.0", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@firebase/testing": {"type": "string"}, "@firebase/util": {"type": "string"}, "...
Construct a JSON document that adheres to this schema specification: {"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": "...
{"text" : {"0" : {"m1" : "\u06af\u0631 \u0628\u0631 \u0631\u06af \u062c\u0627\u0646 \u0632 \u0634\u0633\u062a\u062a \u0622\u06cc\u062f \u062a\u06cc\u0631\u0645", "m2" : "\u0686\u0647 \u062e\u0648\u0634\u062a\u0631 \u0627\u0632\u0627\u0646 \u06a9\u0647 \u067e\u06cc\u0634 \u062f\u0633\u062a\u062a \u0645\u06cc\u0631\u0645...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "...
{"id" : 13403, "name" : "Servery meat pie", "qualified_name" : "Servery meat pie", "examine" : "Put it on the servery table to feed the troops.", "members" : true, "release_date" : "2016-01-07", "quest" : false, "weight" : 0.45, "value" : 1, "tradeable" : false, "stackable" : false, "noteable" : false, "equipable" : fa...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tra...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "...
{"contract" : "0x0cf934554388062b55a363f2d14983f9ab06d8bf", "tool" : "slither", "start" : 1563555263.5876212, "end" : 1563555267.704138, "duration" : 4.116516828536987, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"changeset": {"type": "string"}, "release": {"type": "string"}}, "required": ["changeset...
{"private" : true, "workspaces" : ["@dotnetthailand/*", "minimal-portfolio-example"], "scripts" : {"changeset" : "changeset", "release" : "changeset publish"}, "devDependencies" : {"@changesets/changelog-github" : "^0.4.2", "@changesets/cli" : "^2.19.0"}}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"changeset": {"type": "string"}, "release": {"type": "string"}}, "required": ["changeset", "release"]}, "devDependencies": {"type": "object", "prop...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "C:\\Users\\Morten\\.virtualenvs\\file-backup-iTwJDa4y\\Scripts\\python.exe"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["130827203201", "\u4e0b\u5b5f\u5b50\u5cad\u6751\u59d4\u4f1a", "210", "0"], ["130827203202", "\u4e0a\u5b5f\u5b50\u5cad\u6751\u59d4\u4f1a", "220", "0"], ["130827203203", "\u5357\u5929\u95e8\u6751\u59d4\u4f1a", "220", "0"], ["130827203204", "\u572a\u8fbe\u5730\u6751\u59d4\u4f1a", "220", "0"], ["130827203205", "\u77f3\u6...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"desc" : "", "id" : "card.technology.yellow.kollecc:homebrew.discordant_stars/seeker_drones", "name" : "Seeker Drones"}
json_instruct
{"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#...
[{"name" : "DOMINGO DANIEL", "frequency" : 44, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"},...
{"name" : "dialogue", "version" : "0.1.0", "description" : "", "keywords" : ["bubble", "dialogue", "game", "renderer", "speech", "text"], "author" : "", "license" : "MIT", "main" : "./dist/dialogue.js", "module" : "./esm/index.js", "types" : "./index.d.ts", "scripts" : {"build" : "npm run build:prod", "build:docs" : "n...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"ty...
Please provide a valid JSON object following this schema: {"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...
{"ast" : null, "code" : "import * as React from 'react';\nimport omit from 'omit.js';\nimport { FormProvider as RcFormProvider } from 'rc-field-form';\nexport var FormContext = React.createContext({\n labelAlign: 'right',\n vertical: false\n});\nexport var FormItemContext = React.createContext({\n updateItemErrors: ...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"ty...
{"text" : "1939\u5e7411\u670817\u65e5:\u7834\u574f\u654c\u540e\u4ea4\u901a\u7684\u6218\u58eb ", "user_id" : 2896390104, "screen_name" : "\u6297\u6218\u76f4\u64ad", "id" : 3778016763303834, "bid" : "BwJzudRtE", "article_url" : "", "pics" : "https://ww4.sinaimg.cn/large/aca367d8jw1emecccl1hfj20j210wk3m.jpg", "video_url" ...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["flask-redis"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"bounding boxes": {"type": "array", "items": {"type": "object", "properties": {"center": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "width": {...
{"bounding boxes" : [{"center" : {"x" : 33.83906512979223, "y" : -18.16618922076821}, "width" : 2.933737386231714, "length" : 5.6418010445441755, "angle" : -4.692181288026097, "object_id" : "1c1"}, {"center" : {"x" : 19.228596572419885, "y" : -9.611440196976648}, "width" : 2.8209004530036954, "length" : 5.3032927060404...
json_instruct
{"type": "object", "properties": {"bounding boxes": {"type": "array", "items": {"type": "object", "properties": {"center": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "width": {"type": "number"}, "length": {"type": "number"}, "angle": {"type": "number"},...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propertie...
{"contract" : "0x07a64cf812844b2a3af03006ba9356c64da96ce2", "tool" : "osiris", "start" : 1564636708.3022559, "end" : 1564636763.421325, "duration" : 55.11906909942627, "analysis" : [{"errors" : [], "file" : "/unique_chucks/39/0x07a64cf812844b2a3af03006ba9356c64da96ce2.sol", "name" : "Ownable"}, {"errors" : [], "file" :...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"loss": {"type": "number"}, "elapsed_time": {"type": "number"}, "epoch": {"type": "integer"}, "worker": {"type": "integer"}}, "required": ["loss", "elapsed_time", "epoch", "worker"], "$schema": "http://json-sc...
{"loss" : 3.273606061935425, "elapsed_time" : 29.197492, "epoch" : 0, "worker" : 0}
json_instruct
{"type": "object", "properties": {"loss": {"type": "number"}, "elapsed_time": {"type": "number"}, "epoch": {"type": "integer"}, "worker": {"type": "integer"}}, "required": ["loss", "elapsed_time", "epoch", "worker"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "(OR AT LEAST IT IS NOT IMPOSSIBLE FOR GOD SO TO MOVE HIM:) AND THEN I ASK,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/2566.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obj...
{"hash" : "0xba2e05aade1db4692e6b29e84df99dd3ad4b125c51d24b35dbfe26110b9b18e2", "parentHash" : "0x7d0dcbba7d393f47cca0baddca3f4203a9c66e353f3e647db601a97d097d4dbc", "number" : 66229, "timestamp" : 1439250942, "nonce" : "0x082ae8c263d85119", "difficulty" : 1944305092844, "gasLimit" : {"_hex" : "0x2fefd8"}, "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"]...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/light_red_sandstone_brick_sphere"}
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": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"average_occupancy" : [5.1454320566445375, 5.1988898178431135, 5.3961220524605995, 5.548390040113714, 5.579499114575821, 5.715199495756217, 5.932603443629734, 5.930437626005408, 5.669329539929267, 5.75030254579706, 5.59006582639023, 5.72902122359818, 5.627964369109881, 5.334523914047083, 5.435460256114932, 5.421335935...
json_instruct
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "r...
{"name" : "react-sample-project", "version" : "0.0.1", "description" : "React Application Accelerator - Sample React Project", "main" : "index.js", "scripts" : {"start" : "build-engine --server", "build" : "build-engine --build development", "release" : "build-engine --build production", "lint" : "build-engine --lint",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "release": {"type": "string"}, "lint": {"type": "string"}, "t...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"ty...
[{"address_components" : [{"long_name" : "Yedisu", "short_name" : "Yedisu", "types" : ["locality", "political"]}, {"long_name" : "Merkez", "short_name" : "Merkez", "types" : ["administrative_area_level_4", "political"]}, {"long_name" : "Yedisu", "short_name" : "Yedisu", "types" : ["administrative_area_level_2", "politi...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required...
{"t" : "mapaadadaay", "h" : [{"d" : [{"f" : "\u88ab\u50b3\u67d3\u75be\u75c5\u4e86\uff0c\u67d3\u75c5\u4e86\u3002"}, {"f" : "\u88ab\u50b3\u67d3\u75be\u75c5\u7684\u60a3\u8005\u3002", "e" : ["\ufff9`Ma~`paadadaay~ `koya~ `mato'asay~ `to~ `adada~ `no~ `fala'~.\ufffa\ufffb\u90a3\u4f4d\u8001\u4eba\u50b3\u67d3\u4e0a\u80ba\u75c...
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"],...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-...
{"variants" : {"" : {"model" : "conquest:block/mossy_soil"}}}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"tags": {"type": "string"}}, "required": ["tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tags" : "animals"}
json_instruct
{"type": "object", "properties": {"tags": {"type": "string"}}, "required": ["tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following 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" : "For https://github.com/spack/spack/issues/8829", "user" : "paul-chelarescu", "url" : "https://api.github.com/repos/spack/spack/issues/8832", "updated_at" : "2018-08-02 00:16:42", "created_at" : "2018-07-30 15:31:15", "closed_at" : "2018-08-02 00:16:42", "state" : "closed", "title" : "Changed gettext archive ...
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": ...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["code", "name", "children"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "P", "name" : "Pr\u00edncipe", "children" : []}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["code", "name", "children"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"license": {"type": "string"}, "name": {"type": "string"}, "metadata_version": {"type": "string"}, "generator": {"type": "string"}, "summary": {"type": "string"}, "run_requires": {"type": "array", "items": {"type": "object", "p...
{"license" : "Apache Software License", "name" : "psq", "metadata_version" : "2.0", "generator" : "bdist_wheel (0.24.0)", "summary" : "A simple task queue using Google Cloud Pub/Sub", "run_requires" : [{"requires" : ["gcloud (>=0.9.0)", "retrying (>=1.0.0,<2.0.0)", "werkzeug (>=0.10.0,<1.0.0)", "click (>=4.0,<5.0)", "c...
json_instruct
{"type": "object", "properties": {"license": {"type": "string"}, "name": {"type": "string"}, "metadata_version": {"type": "string"}, "generator": {"type": "string"}, "summary": {"type": "string"}, "run_requires": {"type": "array", "items": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"count": {"type": "integer"}, "second": {"type": "string"}, "child": {"type": "object", "properties": {"num": {"type": "integer"}, "name": {"type": "string"}, "num2": {"type": "integer"}}, "required": ["num", "name", "num2"]}},...
{"count" : 40, "second" : "Dave", "child" : {"num" : 15, "name" : "Mike", "num2" : 22}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "second": {"type": "string"}, "child": {"type": "object", "properties": {"num": {"type": "integer"}, "name": {"type": "string"}, "num2": {"type": "integer"}}, "required": ["num", "name", "num2"]}}, "required": ["count", "second", "child"], "$schema": "http...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["xmljade", "xmlpug"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dir": {"type": "string"}, "lang": {"type": "string"}, "name": {"type": "string"}, "short_name": {"type": "string"}, "scope": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}, "bac...
{"dir" : "ltr", "lang" : "de", "name" : "The Butcher's Almanac", "short_name" : "The Butcher's Almanac", "scope" : "/the-butchers-almanac/", "display" : "standalone", "start_url" : "https://haydenm-312.github.io/the-butchers-almanac/", "background_color" : "#000000", "theme_color" : "transparent", "description" : "", "...
json_instruct
{"type": "object", "properties": {"dir": {"type": "string"}, "lang": {"type": "string"}, "name": {"type": "string"}, "short_name": {"type": "string"}, "scope": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"page_hash": {"type": "string"}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}, "monsters": {"type":...
{"page_hash" : "b3543c5acc590340a69a5c49ee8a5516cfaba098030cfbb78f54b2649b5baa17", "paragraphs" : [{"type" : "text", "text" : "Vous \u00eates \u00e0 nouveau dans le couloir est de la Forteresse."}, {"type" : "link", "text" : "Choisirez- vous de pousser la porte qui se trouve en face de vous", "hash" : "e4edd75381048668...
json_instruct
{"type": "object", "properties": {"page_hash": {"type": "string"}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}, "monsters": {"type": "array", "items": {}}}, "required": ["page_hash", "paragraphs", "mon...
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"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "st...
{"name" : "jailtime", "version" : "0.0.0", "description" : "Intercept external calls in a node application", "main" : "jailtime.js", "repository" : "https://github.com/vjeux/jailtime", "author" : "vjeux", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository",...
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" : 10713, "cartId" : "e98abd4e-660a-4c11-9a00-2cf13095ce89", "preferredProducts" : [4591, 3142, 4120, 3481, 4343], "productReviews" : [{"productId" : 3966, "reviewText" : "I saw one of these in Bhutan and I bought one.", "reviewDate" : "2019-11-07T16:30:01.1463316+02:00"}, {"productId" : 978, "reviewText" : "I...
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": "integer"}, "number": {"type": "integer"}, "filename": {"type": "string"}, "start_date": {"type": "string"}, "feature_name": {"type": "array", "items": {}}, "issues": {"type": "array", "items": {"type": "str...
{"version" : 1, "number" : 112, "filename" : "0112-remove-cross-borrowing.md", "start_date" : "2014-06-09", "feature_name" : [], "issues" : ["[rust-lang/rust#10504](https://github.com/rust-lang/rust/issues/10504)"], "title" : "Remove coercion from Box to &mut", "teams" : ["Lang"], "tags" : ["A-typesystem", "A-reference...
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "number": {"type": "integer"}, "filename": {"type": "string"}, "start_date": {"type": "string"}, "feature_name": {"type": "array", "items": {}}, "issues": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "teams": {"type": "arr...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http...
{"country" : "Wellington, New Zealand", "github" : "raquelxmoss", "home" : "http://www.raquelmoss.com/", "name" : "Raquel Moss", "twitter" : "raquelxmoss"}
json_instruct
{"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"mysql": {"type": "object", "properties": {"host": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}}, "required": ["host", "user", "password", "database"]}}, "required...
{"mysql" : {"host" : "localhost", "user" : "jointdj", "password" : "jointdj", "database" : "jointdj"}}
json_instruct
{"type": "object", "properties": {"mysql": {"type": "object", "properties": {"host": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}}, "required": ["host", "user", "password", "database"]}}, "required": ["mysql"], "$schema": "http://json-schema.org/draft-07...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "mappingHash": {"type": "integer"}, "isGlobal": {"t...
{"index" : 3323, "hash" : 1704963743, "blacklisted" : false, "mappingIndex" : 0, "redacted" : false, "mappingHash" : 0, "isGlobal" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "mappingHash": {"type": "integer"}, "isGlobal": {"type": "boolean"}}, "required": ["index", "hash", "blacklisted", "mappi...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ingredientes": {"type": "array", "items": {"type": "object", "properties": {"nome": {"type": "string"}, "valor": {"type": "number"}}, "required": ["nome", "valor"]}}, "lanches": {"type": "array", "items": {"type": ...
{"ingredientes" : [{"nome" : "alface", "valor" : 0.4}, {"nome" : "bacon", "valor" : 2.0}, {"nome" : "hamburguer", "valor" : 3.0, "promocao" : true}, {"nome" : "ovo", "valor" : 0.8}, {"nome" : "queijo", "valor" : 1.5, "promocao" : true}], "lanches" : [{"nome" : "x-bacon", "ingredientes" : ["bacon", "hamburguer", "queijo...
json_instruct
{"type": "object", "properties": {"ingredientes": {"type": "array", "items": {"type": "object", "properties": {"nome": {"type": "string"}, "valor": {"type": "number"}}, "required": ["nome", "valor"]}}, "lanches": {"type": "array", "items": {"type": "object", "properties": {"nome": {"type": "string"}, "ingredientes": {"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}}, "required": ["symbol", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "TPS+", "address" : "0xdEcad07BCba1A655D908307617d7Cc48e6228B99"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}}, "required": ["symbol", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"PRE": {"type": "integer"}, "ENC": {"type": "array", "items": {"type": "integer"}}}, "required": ["PRE", "ENC"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PRE" : 1600, "ENC" : [40095744, 1, 42692608, 4, 45342720, 6, 45793280, 1, 49610752, 10, 112873472, 1, 113164288, 2, 113455104, 1, 113741824, 3, 120262656, 1, 129171456, 1, 134471680, 1, 137285632, 1, 139542528, 1, 144273408, 1, 150761472, 1, 157519872, 1, 158871552, 1, 142213120, 3, 145899520, 1, 146440192, 11, 14705...
json_instruct
{"type": "object", "properties": {"PRE": {"type": "integer"}, "ENC": {"type": "array", "items": {"type": "integer"}}}, "required": ["PRE", "ENC"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "str...
[{"subject" : "EDUC", "catalog_nbr" : 735, "section" : 956, "class_nbr" : 3249, "title" : "SEM INTERN ED ADM I", "component" : "Lecture", "units" : 3, "bldg" : "TBA", "room" : "TBA", "days" : "TBA", "time" : "TBA", "instructor" : "SCHAINKER,STANLEY A", "load" : "100", "rank" : "INST", "attributes" : null, "enrl_cap" : ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "array...
{"id" : "3688", "article" : "Friendship is very pleasant and also essential to people ' s life . A man without friends is an angel without wings , whose life will suffer in the long loneliness and depression , Friendship is the mother of our spirit , who ' ll warm her kid when hurt occures , We have much to share with ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "array", "items": {"type": "string"}}}, "required": ["model", "human"]}, "an...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "distance": {"type": "number"}, "pace": {"type": "number"}, "distanceLabel": {"type": "string"}, "duration": {"type": "number"}, "runByRunner": {"type": "string"...
{"id" : "half1-21", "date" : "2016-04-02", "distance" : 13.1, "pace" : 10.75, "distanceLabel" : "half marathon", "duration" : 140.825, "runByRunner" : "Cleveland"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "distance": {"type": "number"}, "pace": {"type": "number"}, "distanceLabel": {"type": "string"}, "duration": {"type": "number"}, "runByRunner": {"type": "string"}}, "required": ["id", "date", "distance", "pace", "distanceLabel", "du...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"databaseName": {"type": "string"}, "version": {"type": "string"}, "stores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "keyPath": {"type": "string"}, "type": {"ty...
{"databaseName" : "jLogger", "version" : "1", "stores" : [{"name" : "log", "keyPath" : "logId", "type" : "number", "indexes" : [{"name" : "level", "type" : "string", "nullable" : false}, {"name" : "date", "type" : "date", "nullable" : false}]}]}
json_instruct
{"type": "object", "properties": {"databaseName": {"type": "string"}, "version": {"type": "string"}, "stores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "keyPath": {"type": "string"}, "type": {"type": "string"}, "indexes": {"type": "array", "items": {"type": "object", "pro...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"data_type": {"type": "string"}, "total_queries": {"type": "integer"}, "SELECT_queries": {"type": "integer"}, "DESCRIBE_queries": {"type": "integer"}, "CONSTRUCT_queries": {"type": "integer"}, "ASK_queries": {"type"...
{"data_type" : "reference_metadata", "total_queries" : 5384, "SELECT_queries" : 5332, "DESCRIBE_queries" : 0, "CONSTRUCT_queries" : 52, "ASK_queries" : 0, "found_scenarios" : {"looking_for" : "reference_metadata", "total_occurrences" : 11689, "total_scenarios" : 11693, "prop_one" : 234, "prop_two" : 46, "prop_three" : ...
json_instruct
{"type": "object", "properties": {"data_type": {"type": "string"}, "total_queries": {"type": "integer"}, "SELECT_queries": {"type": "integer"}, "DESCRIBE_queries": {"type": "integer"}, "CONSTRUCT_queries": {"type": "integer"}, "ASK_queries": {"type": "integer"}, "found_scenarios": {"type": "object", "properties": {"loo...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type"...
{"id" : 73452089, "ot" : 3, "alias" : 0, "setcode" : 110, "type" : 97, "atk" : 2800, "def" : 2300, "level" : 8, "race" : 2, "attribute" : 32, "category" : 2164285440, "name" : "Dark Cavalry", "desc" : "&#x201C;Dark Magician&#x201D; + 1 Warrior monster\nGains 100 ATK for each Spell/Trap on the field and in the GYs. If t...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "int...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "died": {"type": "null"}, "fai_flight_count": {"type": "integer"}, "fai_flight_list": {"type": "array", "items": {"type": "object", "properties": {"...
{"birth_date" : "1952-01-24", "birth_place" : "Quonset Point, Rhode Island, United States", "died" : null, "fai_flight_count" : 3, "fai_flight_list" : [{"date" : "1992-01-22", "duration" : "8d 1h 14m 44s", "mission" : "STS-42"}, {"date" : "1993-09-12", "duration" : "9d 20h 11m 11s", "mission" : "STS-51"}, {"date" : "19...
json_instruct
{"type": "object", "properties": {"birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "died": {"type": "null"}, "fai_flight_count": {"type": "integer"}, "fai_flight_list": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "duration": {"type": "string"}, "mission":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integ...
{"nom" : "Pulligny", "dpt" : "Meurthe-et-Moselle", "inscrits" : 964, "abs" : 186, "votants" : 778, "blancs" : 83, "nuls" : 23, "exp" : 672, "res" : [{"panneau" : "1", "voix" : 389}, {"panneau" : "2", "voix" : 283}]}
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"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources"...
{"title" : "Montenegro - Urban Development", "downloads" : 63, "tags" : ["development", "hxl", "indicators", "Montenegro"], "hxl" : 1, "org" : "World Bank Group", "id" : "23a21b53-01b4-472e-98ce-ad022bbc3516", "resources" : [{"update_date" : "2021-01-29T03:52:15.425765", "link" : "https://data.humdata.org/dataset/23a21...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"mode": {"type": "string"}, "vertices": {"type": "array", "items": {"type": "object", "properties": {"vertexType": {"type": "string"}, "platform": {"type": "string"}, "_type": {"type": "string"}, "malwareType": {"type": "arr...
{"mode" : "NORMAL", "vertices" : [{"vertexType" : "malware", "platform" : "Windows", "_type" : "vertex", "malwareType" : ["Trojan"], "signatureDate" : 1284593193000, "source" : "Sophos", "_id" : "Troj/FBJack-A", "prevalence" : "Small Number of Reports", "name" : "Troj/FBJack-A", "knownFileTypes" : ["application/octet-s...
json_instruct
{"type": "object", "properties": {"mode": {"type": "string"}, "vertices": {"type": "array", "items": {"type": "object", "properties": {"vertexType": {"type": "string"}, "platform": {"type": "string"}, "_type": {"type": "string"}, "malwareType": {"type": "array", "items": {"type": "string"}}, "signatureDate": {"type": "...