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": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ...
{"index" : 674, "hash" : 274842535, "artDyeHash" : 274842535, "redacted" : false, "dyeManifestHash" : 611948967, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "flInCalendar"], "$schema": "http://json-schema.org/draft-07/sch...
{"text" : "I can see how the second <a href=\"https://en.wikipedia.org/wiki/Second_impeachment_trial_of_Donald_Trump\">impeachment trial</a> could backfire. Trump has been obscured, pushed to the side. He used to be the focus of everyone's attention, but now it feels like years ago that he was a menace. The trauma coul...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "flInCalendar"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [311.776, 130.87, 1, 313.072, 155.493, 1, 296.431, 156.393, 1, 295.637, 186.614, 1, 305.839, 189.83, 1, 332.729, 155.267, 1, 355.86, 177.634, 1, 341.123, 190.431, 1, 310.165, 211.476, 1, 288.693, 260.739, 1, 302.563, 300.484, 1, 335.973, 211.144, 1, 329.333, 253.664,...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/index": {"type": "boolean"}}, "required": ["pages/index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "c6d1d68e30b9b4628491", "c" : {"pages/index" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/index": {"type": "boolean"}}, "required": ["pages/index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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"}, "severit...
{"schema_version" : "1.2.0", "id" : "GHSA-29rv-fqx2-4c9f", "modified" : "2022-03-18T00:01:10Z", "published" : "2022-03-18T00:01:10Z", "aliases" : ["CVE-2022-0749"], "details" : "This affects all versions of package SinGooCMS.Utility. The socket client in the package can pass in the payload via the user-controllable inp...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "dernier", "definition" : "Last; final. Dernier ressort ( Etym: [F.], last resort or expedient."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "children": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "link": {"type": "string"}, "size": {"type": "string"}, "nu...
{"name" : "123456", "children" : [{"name" : "\u59ae\u50b2\u7d72\u7fe0\u91ab\u5b78\u7f8e\u5bb9", "id" : "350201751848697", "link" : "https://www.facebook.com/neoasiatw/", "size" : "12443", "number" : "3140"}, {"name" : "O.B \u6b50\u5e03\u5fb7", "id" : "135215569832205", "link" : "https://www.facebook.com/Ownedbrand/", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "link": {"type": "string"}, "size": {"type": "string"}, "number": {"type": "string"}}, "required": ["name", "id", "link", "size", "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type...
{"id" : 94387, "info" : {"name" : "Return to top - Rose button", "description" : "Made to match my Sakamaki Kanato theme. The rose icon was made by me on the spur of the moment, i was to tired to look for stock pictures.", "additionalInfo" : null, "format" : "uso", "category" : "tumblr", "createdAt" : "2013-10-22T22:14...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ractive.js" : "sha512-IzXxhqYTnG4pLLlLYKxKzKMH6DdlrTedU9qi5Hk8UTxohNg+xgpM2nrlzl4IdtMoA/z3G7vCRE3iIC1ifRfcPg==", "ractive.min.js" : "sha512-g4ccQxtJlOeLEosHlANgBEMxesKqeV7sL/+3yt9PgA2c7sNU48yqZrn7xjnRny9L1N2gp3H4CdoYwOhgtB24Nw=="}
json_instruct
{"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$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"}, "slug": {"type": "string"}, "description": {"type": "string"}, "arch": {"type": "array", "items": {"type": "string"}}, "startup": {"type": "string"}, "boot...
{"name" : "Doorbell Song Server", "version" : "2.3", "slug" : "doorbell_song_server", "description" : "Doorbell Song Web Server", "arch" : ["armhf", "armv7", "aarch64", "amd64", "i386"], "startup" : "before", "boot" : "auto", "hassio_api" : true, "hassio_role" : "default", "options" : {"log_level" : "info", "file_root"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "arch": {"type": "array", "items": {"type": "string"}}, "startup": {"type": "string"}, "boot": {"type": "string"}, "hassio_api": {"type": "boolean"}, "hassio_role":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "electoral_wards/W05000159.json", "poly" : "-3.415030999999999 52.981668,-3.421555000000012 52.9765,-3.4208680000000413 52.972779,-3.4421539999999595 52.963061,-3.447646999999961 52.963268,-3.4672160000000076 52.953341,-3.483696000000009 52.943411,-3.4826659999999947 52.940721,-3.492279000000053 52.933479,-3.48...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}...
{"name" : "dfra-cv-backend", "version" : "1.0.0", "description" : "", "main" : "app.js", "scripts" : {"test" : "nodemon bin/www"}, "repository" : {"type" : "git", "url" : "git+https://github.com/exiled212/dfra-cv-backend.git"}, "author" : "Daniel Ruiz", "license" : "MIT", "bugs" : {"url" : "https://github.com/exiled212...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"filesDirectory": {"type": "string"}, "aliases": {"type": "object", "properties": {"A": {"type": "object", "properties": {"pathFilter": {"type": "string"}}, "required": ["pathFilter"]}, "B": {"type": "object", "properties": ...
{"filesDirectory" : "files/dir", "aliases" : {"A" : {"pathFilter" : "fileA.*"}, "B" : {"pathFilter" : "fileB.*"}, "C" : {"pathFilter" : "fileC.*"}}, "common" : {"staleTimeout" : "PT1S", "maxBatchSize" : 100, "maxPublicationDelay" : "PT5S", "leaveLastFileOpen" : false, "fixTimestamp" : false, "maxBatchesPerSecond" : -1}...
json_instruct
{"type": "object", "properties": {"filesDirectory": {"type": "string"}, "aliases": {"type": "object", "properties": {"A": {"type": "object", "properties": {"pathFilter": {"type": "string"}}, "required": ["pathFilter"]}, "B": {"type": "object", "properties": {"pathFilter": {"type": "string"}}, "required": ["pathFilter"]...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "...
{"title" : "Central National Bank", "creation_date" : "1976", "creation_date_earliest" : "1976-01-01", "creation_date_latest" : "1976-01-01", "medium" : "graphite on tracing paper", "accession_number" : "82.22.2", "id" : "cmoa:things/6e687fb3-58cb-410b-94d7-3ad6f866e2a4", "credit_line" : "Contemporary American Drawings...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "protocol": {"type": "string"}, "method": {"type": "string"}, "pathPattern": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {...
{"name" : "ModifyDiskAttribute", "protocol" : "HTTP|HTTPS", "method" : "GET|POST", "pathPattern" : "", "parameters" : [{"name" : "BurstingEnabled", "position" : "Query", "type" : "Boolean", "required" : false}, {"name" : "DeleteAutoSnapshot", "position" : "Query", "type" : "Boolean", "required" : false}, {"name" : "Del...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "protocol": {"type": "string"}, "method": {"type": "string"}, "pathPattern": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "type": {"type": "string"}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "template": {"type": "array", "items": {"type": "string"}}, "values": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["nam...
{"name" : "trig_functions", "filename" : "20.8--{0}.sv", "template" : ["/*", ":name: {0}_function", ":description: ${0} test", ":should_fail: 0", ":tags: 20.8", ":type: simulation parsing", "*/", "module top();", "initial", "$display(\"%f\", ${0}(4));", "endmodule"], "values" : [["sin"], ["cos"], ["tan"], ["asin"], ["a...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "template": {"type": "array", "items": {"type": "string"}}, "values": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["name", "filename", "template", "values"], "$schema": "http://json...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "stakingToken": {"type": "string"}, "rewardsToken": {"type": "string"}}, "required": ["name", "stakingToken", "rewardsToken"]}, "$schema": "http://json-schema.org...
[{"name" : "PeriMockLP", "stakingToken" : "0x1357a050b0895535A173B0aaD97d1A2DEC48398B", "rewardsToken" : "ProxyERC20"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "stakingToken": {"type": "string"}, "rewardsToken": {"type": "string"}}, "required": ["name", "stakingToken", "rewardsToken"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"configs": {"type": "array", "items": {"type": "object", "properties": {"input_file": {"type": "string"}, "output_file": {"type": "string"}}, "required": ["input_file", "output_file"]}}}, "required": ["configs"], "$s...
{"configs" : [{"input_file" : "../prep_time_batch_preparation_query.hql", "output_file" : "../prep_time_batch_preparation_query1.hql"}]}
json_instruct
{"type": "object", "properties": {"configs": {"type": "array", "items": {"type": "object", "properties": {"input_file": {"type": "string"}, "output_file": {"type": "string"}}, "required": ["input_file", "output_file"]}}}, "required": ["configs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"fine-uploader": {"type": "object", "properties": {"version": {"type": "string"}, "resol...
{"requires" : true, "lockfileVersion" : 1, "dependencies" : {"fine-uploader" : {"version" : "5.16.2", "resolved" : "https://registry.npmjs.org/fine-uploader/-/fine-uploader-5.16.2.tgz", "integrity" : "sha1-DYeNoc0nU/gGg6wJHfXa/5/7jEQ="}}}
json_instruct
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"fine-uploader": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["v...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items...
{"t" : "sapiselenaw", "h" : [{"d" : [{"f" : "\u60f3\u586b\u5145\u3001\u586b\u88dc\u3002", "e" : ["\ufff9`Sapiselen~`aw~ `ira~ `to~ `amoto~ `i~ `a~`ofang~`a~`n~.\ufffa\ufffb\u4ed6\u60f3\u5728\u90a3\u6d1e\u88e1\u586b\u6c34\u6ce5\u3002"]}]}], "stem" : "selen"}
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"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "startTimeMillis": {"type": "string"}, "endTimeMillis": {"type": "string"}, "modifiedTimeMillis": {"type": "string"}, "application": {"type": "obj...
[{"id" : "healthkit-8F95F826-B851-4161-93DF-FA542A12879A", "name" : "Elliptical", "startTimeMillis" : "1583069009834", "endTimeMillis" : "1583069619380", "modifiedTimeMillis" : "1583226010265", "application" : {"packageName" : "com.apple.workout", "version" : "", "detailsUrl" : "", "name" : ""}, "activityType" : 25, "a...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "startTimeMillis": {"type": "string"}, "endTimeMillis": {"type": "string"}, "modifiedTimeMillis": {"type": "string"}, "application": {"type": "object", "properties": {"packageName": {"type": "string"}, "ve...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"listIndex": {"type": "null"}, "_guid": {"type": "string"}, "customId": {"type": "null"}, "line": {"type": "string"}}, "required": ["listIndex", "_guid", "customId", "line"], "$schema": "http://json-schema.org/draft-0...
{"listIndex" : null, "_guid" : "7f5f8b0a-d63a-410c-adcb-1ba3e82b7369", "customId" : null, "line" : "Offer unique selling points to gain unique talents"}
json_instruct
{"type": "object", "properties": {"listIndex": {"type": "null"}, "_guid": {"type": "string"}, "customId": {"type": "null"}, "line": {"type": "string"}}, "required": ["listIndex", "_guid", "customId", "line"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"created": {"type": "integer"}}, "required": ["created"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"created" : 1430669187517}
json_instruct
{"type": "object", "properties": {"created": {"type": "integer"}}, "required": ["created"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"em": {"type": "array", "items": {}}, "bites": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required...
{"em" : [], "bites" : [{"location" : {"latitude" : 52.54, "longitude" : 5.47}}, {"location" : {"latitude" : 52.3, "longitude" : 6.45}}, {"location" : {"latitude" : 52.24, "longitude" : 5.65}}, {"location" : {"latitude" : 52.05, "longitude" : 6.39}}, {"location" : {"latitude" : 52.78, "longitude" : 6.21}}, {"location" :...
json_instruct
{"type": "object", "properties": {"em": {"type": "array", "items": {}}, "bites": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["location"]}...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "TicTacToe", "displayName" : "TicTacToe"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"runtime": {"type": "object", "properties": {"majorVersion": {"type": "string"}}, "required": ["majorVersion"]}, "command": {"type": "string"}, "release": {"type": "object", "properties": {"commit": {"type": "st...
{"runtime" : {"majorVersion" : "0.12"}, "command" : "node index.js", "release" : {"commit" : "verion 0.1 .", "version" : "0.1"}, "notes" : "Oracle Go"}
json_instruct
{"type": "object", "properties": {"runtime": {"type": "object", "properties": {"majorVersion": {"type": "string"}}, "required": ["majorVersion"]}, "command": {"type": "string"}, "release": {"type": "object", "properties": {"commit": {"type": "string"}, "version": {"type": "string"}}, "required": ["commit", "version"]},...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "strin...
{"citations" : [{"textCitation" : "[See frgpinv on Metamath](http://us.metamath.org/mpegif/frgpinv.html)"}], "names" : ["frgpinv"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cW", "#T_wceq", "#T_cid", "#T_cfv", "#T_cword", "#T_cI", "#T_cxp", "#T_c2o", "#T_cG", "#T_wceq", "#T_cfrgp", "#T_cfv", "#T_cI", "#T_c.s...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}...
{"user" : "Edouard DUPIN", "value" : ";", "type" : "hand", "time" : 1472135079080411648, "data" : [{"type" : "type::finger", "list" : [[438.92691, 388.976562], [436.433899, 385.235596], [436.46698, 385.285156]]}, {"type" : "type::finger", "list" : [[466.234985, 307.685608], [457.47406, 295.983093], [450.914581, 279.521...
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "num...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "...
{"id" : 85895473, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "19dc8945110132e85adf511a39cb8a8f", "wof:id" : 85895473, "wof:repo" : "whosonfirst-data-admin-ca"}, "bbox" : [-79.671499, 43.566319, -79.671499, 43.566319], "geometry" : {"coordi...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requir...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[143.75, 25.25], [143.75, 25.333333333333332], [143.875, 25.333333333333332], [143.875, 25.25], [143.75, 25.25]]]}, "properties" : {"code" : 374376, "url" : "http://madefor.github.io/0410/api/v1/374376.geojson", "view" : "https://github.com/madefo...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Create a JSON structure that matches this schema definition: {"type": "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" : 101903147, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "0dff1c898820073e4ab3f6ade37a90ac", "wof:id" : 101903147, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.05279, 49.43346, 4.05279, 49.43346], "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": ["...
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"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"typ...
{"name" : "rename", "version" : "0.2.3", "description" : "Rename files", "main" : "index", "dependencies" : {}, "devDependencies" : {"mocha" : "~1.17.1", "should" : "~3.1.3", "coveralls" : "~2.8.0", "istanbul" : "~0.2.6"}, "repository" : {"type" : "git", "url" : "https://github.com/popomore/rename"}, "homepage" : "http...
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": {"mocha": {"type": "string"}, "should": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"pll_model_constants": {"type": "object", "properties": {"CF": {"type": "number"}, "Cc": {"type": "number"}, "Cf": {"type": "number"}, "Iavg_const": {"type": "number"}}, "required": ["CF", "Cc", "Cf", "Iavg_cons...
{"pll_model_constants" : {"CF" : 5.344763e-14, "Cc" : 6.36669e-12, "Cf" : 1.817906e-12, "Iavg_const" : 31932090.0}}
json_instruct
{"type": "object", "properties": {"pll_model_constants": {"type": "object", "properties": {"CF": {"type": "number"}, "Cc": {"type": "number"}, "Cf": {"type": "number"}, "Iavg_const": {"type": "number"}}, "required": ["CF", "Cc", "Cf", "Iavg_const"]}}, "required": ["pll_model_constants"], "$schema": "http://json-schema....
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"...
{"name" : "sporkcode/sporktools", "description" : "Zend Framework 2 application tools module", "type" : "library", "keywords" : ["PHP", "ZF2", "Spork", "SporkTools", "Tools", "Module"], "homepage" : "https://github.com/SporkCode/SporkTools", "license" : "MIT", "authors" : [{"name" : "Chris Schreiber", "homepage" : "htt...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "funding": {"type": "string"}, "author": {"type": "object", "prop...
{"name" : "srcset", "version" : "4.0.0", "description" : "Parse and stringify the HTML `<img>` srcset attribute", "license" : "MIT", "repository" : "sindresorhus/srcset", "funding" : "https://github.com/sponsors/sindresorhus", "author" : {"name" : "Sindre Sorhus", "email" : "sindresorhus@gmail.com", "url" : "https://si...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "funding": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "strin...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"dockerExe": {"type": "string"}, "dockerfileDir": {"type": "string"}, "dockerImgUrl": {"type": "string"}, "isImage": {"type": "boolean"}, "makefilePath": {"type": "string"}, "makefileFile": {"type": "string"}, "...
{"dockerExe" : "/usr/local/bin/docker", "dockerfileDir" : "/Users/ahmedshawky/Downloads/chaperone-master/demo/app/src/main/cpp/Android", "dockerImgUrl" : "", "isImage" : false, "makefilePath" : "../app/src/main/cpp", "makefileFile" : "Android.mk", "target" : "", "codePath" : "/Users/ahmedshawky/Downloads/chaperone-mast...
json_instruct
{"type": "object", "properties": {"dockerExe": {"type": "string"}, "dockerfileDir": {"type": "string"}, "dockerImgUrl": {"type": "string"}, "isImage": {"type": "boolean"}, "makefilePath": {"type": "string"}, "makefileFile": {"type": "string"}, "target": {"type": "string"}, "codePath": {"type": "string"}, "m2Path": {"ty...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"running-pi-loss": {"type": "number"}, "running-v_losses": {"type": "number"}, "run_loss": {"type": "number"}, "_step": {"type": "integer"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "p...
{"running-pi-loss" : 0.8000751779157929, "running-v_losses" : 0.04868055939570897, "run_loss" : 0.8487557373115018, "_step" : 38304, "_runtime" : 683, "_timestamp" : 1633149422, "pwins" : 0, "nwins" : 0, "draws" : 60}
json_instruct
{"type": "object", "properties": {"running-pi-loss": {"type": "number"}, "running-v_losses": {"type": "number"}, "run_loss": {"type": "number"}, "_step": {"type": "integer"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "pwins": {"type": "integer"}, "nwins": {"type": "integer"}, "draws": {"type":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"ty...
{"id" : 193813, "info" : {"name" : "metasploit-unleased(offensive security)", "description" : "Dark theme for metasploit-unleashed course/documentation on offensive-security.com", "additionalInfo" : null, "format" : "uso", "category" : "offensive-security", "createdAt" : "2020-12-05T22:08:26.000Z", "updatedAt" : "2020-...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"recommendations" : ["ms-vsliveshare.vsliveshare", "ms-vsliveshare.vsliveshare-pack"]}
json_instruct
{"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {...
{"userId" : 23139, "cartId" : "a201bed3-39ad-45a9-b273-ef989cbe117e", "preferredProducts" : [4596, 1117, 2361, 4987], "productReviews" : [{"productId" : 2850, "reviewText" : "talk about remorse!!!", "reviewDate" : "2018-06-30T08:03:25.6510801+03:00"}, {"productId" : 3505, "reviewText" : "this Directives is tasty.", "re...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "i...
{"lastUpdated" : 1655019279666, "username" : "_(0mega)_", "scores" : [{"xp" : 14311, "rank" : 487, "cardId" : 160}, {"xp" : 17171, "rank" : 38, "cardId" : 417}, {"xp" : 92811, "rank" : 293, "cardId" : 54}, {"xp" : 17238, "rank" : 289, "cardId" : 114}, {"xp" : 5754, "rank" : 320, "cardId" : 594}, {"xp" : 17818, "rank" :...
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "9471040001", "nama" : "GURABESI"}, {"id" : "9471040002", "nama" : "BAYANGKARA"}, {"id" : "9471040003", "nama" : "MANDALA"}, {"id" : "9471040004", "nama" : "TRIKORA"}, {"id" : "9471040005", "nama" : "ANGKASAPURA"}, {"id" : "9471040006", "nama" : "IMBI"}, {"id" : "9471040007", "nama" : "TANJUNG RIA"}, {"id" : "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1377030014", "district_id" : "1377030", "name" : "TUNGKAL UTARA"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "prop...
{"contract" : "0xe02506134dde171d9fc5d1fbc408da9b2c0633f7", "tool" : "oyente", "start" : 1563487006.7449734, "end" : 1563487049.6264074, "duration" : 42.881433963775635, "analysis" : [{"errors" : [{"line" : 246, "column" : 48, "level" : "Warning", "message" : "Integer Underflow."}], "file" : "/unique_chucks/4/0xe025061...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Kvaksrud\\IbmCos\\": {"ty...
{"name" : "kvaksrud/ibm-cos-laravel", "description" : "A Laravel package to contact IBM COS Manager and Service API of on-premise installations", "license" : "Apache-2.0", "autoload" : {"psr-4" : {"Kvaksrud\\IbmCos\\" : "src/"}}, "authors" : [{"name" : "Patrick Kvaksrud", "email" : "patrick@kvaksrud.no"}], "require" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Kvaksrud\\IbmCos\\": {"type": "string"}}, "required": ["Kvaksrud\\IbmCos\\"]}}, "required": ["psr-4"]}...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"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/sche...
[{"id" : "9107170001", "district_id" : "9107170", "name" : "MALAWELE"}, {"id" : "9107170004", "district_id" : "9107170", "name" : "MALAWILI"}, {"id" : "9107170005", "district_id" : "9107170", "name" : "AIMAS"}, {"id" : "9107170006", "district_id" : "9107170", "name" : "MARIAT PANTAI"}, {"id" : "9107170011", "district_i...
json_instruct
{"type": "array", "items": {"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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}},...
{"id" : 1713, "children" : [{"id" : 1715, "name" : "Wikipedia -- \"Bosniak\" page within"}, {"id" : 1714, "name" : "Wikipedia -- beginning of"}, {"id" : 1716, "name" : "Wikipedia -- collaboration within"}, {"id" : 1717, "name" : "Wikipedia -- conflation of other wikis with"}, {"id" : 5016, "name" : "Wikipedia -- credib...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema....
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": ...
{"id" : 530, "help" : {"de" : "10.000 Flottentaler verdient.", "en" : "Earn 10,000 Storm Seals.", "fr" : "Gagner 10 000 sceaux de compagnie lims\u00e9ens.", "jp" : "\u9ed2\u6e26\u56e3\u3067\u8ecd\u7968\u309210,000\u7372\u5f97"}, "img" : "/i/062000/062951.png", "xivdb" : "/achievement/530"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}, "xivdb": {"type": "string"}}, "required": ["id...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"na...
{"name" : "sinepel/laravel-asana", "description" : "Asana API wrapper for Laravel", "keywords" : ["laravel", "asana", "laravel 5"], "license" : "BSD-2-Clause", "authors" : [{"name" : "Constantin Boulanger", "email" : "constantin.boulanger@gmail.com"}, {"name" : "Daniel Stainback", "email" : "torann@gmail.com"}], "requi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "...
{"output" : "Para cada inst\u00e2ncia imprima uma linha contendo o n\u00famero total de liga\u00e7\u00f5es que ocorre quando a fita descrita \u00e9 ativada.", "input" : "A entrada \u00e9 composta por diversos casos de teste e termina com EOF. Cada caso de teste possui uma linha descrevendo a sequ\u00eancia de bases da ...
json_instruct
{"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "category": {"type": "string"}, "statistics": {"type": "object", "propert...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"population": {"type": "array", "items": {"type": "integer"}}, "weights": {"type": "array", "items": {"type": "integer"}}}, "required": ["population", "weights"], "$schema": "http://json-schema.org/draft-07/sc...
{"population" : [48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108], "weights" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 7, ...
json_instruct
{"type": "object", "properties": {"population": {"type": "array", "items": {"type": "integer"}}, "weights": {"type": "array", "items": {"type": "integer"}}}, "required": ["population", "weights"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "1508040022", "district_id" : "1508040", "name" : "SUNGAI RAMBAI"}
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": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "system_full": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "comments": {"type": "string"}, "result": {"type": "array", "items": {"ty...
[{"system" : "2019-07-12 19.10", "system_full" : "ClickHouse 19.10.1.5 2019-07-12(adaptive)", "version" : "19.10.1.5", "type" : "adaptive", "comments" : "", "result" : [[0.045, 0.003, 0.003], [0.017, 0.001, 0.001], [0.018, 0.003, 0.003], [0.023, 0.002, 0.001], [0.016, 0.002, 0.002], [0.021, 0.003, 0.003], [0.017, 0.001...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "system_full": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "comments": {"type": "string"}, "result": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["sy...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "...
{"body" : "Bernd, Greg,\n\n\nDo these programs have to go in /usr/bin? Could they go in, say, / \nusr/libexec/radiance instead? The main time they're run, after all, \nis when oconv invokes them. Would that work with Debian standards?\n\n\nRandolph\n___\n<sup>Automatically generated content from [radiance mailing-l...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"...
{"name" : "Infernity Randomizer", "number" : "13582837", "is_illegal" : false, "text" : "Once per turn, while you have no cards in your hand, you can draw 1 card and reveal it. For a Monster Card drawn with this effect, inflict damage to your opponent equal to the Level of that monster \u00c3\u2014 200. For a Spell or ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attac...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {...
{"t" : "kacangalan", "h" : [{"d" : [{"f" : "\u4e0d\u7a31\u5fc3\u7684\u3001\u4e0d\u6eff\u8db3\u7684\u3001\u770b\u4e0d\u8d77\u7684\uff08\u4e8b\u60c5\uff09\u3002", "e" : ["\ufff9`Awaay~ `ko~ `ka~`cangalan~ `to~ `tayal~ `ni~ `May~`aw~.\ufffa\ufffb\u99ac\u8981\u5148\u751f\u4f5c\u4e8b\u6c92\u6709\u4e0d\u4ee4\u4eba\u64d4\u5fc...
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"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Importer": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}, "Description": {"type": "string"}, "Patterns": {"type": "array", "items": {...
{"Importer" : [{"Name" : "de.uni_stuttgart.Voxie.ExtDataT3R.EventListImporter", "DisplayName" : "Timepix3 Event List importer", "Description" : "Reads Timepix3 Event List files in the Timepix3 raw format", "Patterns" : ["*.t3r", "*.timepixraw.json"]}]}
json_instruct
{"type": "object", "properties": {"Importer": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}, "Description": {"type": "string"}, "Patterns": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "DisplayName", "Description", "Pa...
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" : "Rumi Itoyama"}, {"author" : "Yo-Ichi Yamashita"}, {"author" : "Yosuke Nakao"}, {"author" : "Toshihiko Yusa"}, {"author" : "Naoki Umezaki"}, {"author" : "Takanobu Yamao"}, {"author" : "Shigeki Nakagawa"}, {"author" : "Hirohisa Okabe"}, {"author" : "Katsunori Imai"}, {"author" : "Hiromitsu Haya...
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": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": [...
{"id" : "c7faaea2-04f0-4191-a9f3-98ed09ba0485", "name" : "DataDomain 7.3", "values" : [{"key" : "baseUrl", "value" : "https://ddve-02.vlab.local:3009", "enabled" : true}], "_postman_variable_scope" : "environment", "_postman_exported_at" : "2020-11-27T12:41:28.006Z", "_postman_exported_using" : "Postman/7.34.0"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "enabled"]}}, "_postman_variable_scope": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path":...
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "G3EuPyyOxm5BJ0yqhmqbAXbbmXUICzTU4FZK+9sVMoZyj5EGoFsL0IKOOMIUsyM0Pr5Q0uj+xsOWABVE0vhkhFQ=", "cert_user_id" : "h2h@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/17us6fZYcQbTgkYERXMFVS6Xh51GyMBmpG/content.json", "modified" ...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "st...
{"source" : "Kevin Kelley", "trackCount" : 1, "tracks" : [{"_id" : "13117", "names" : ["By And By (Poor Me)"], "releases" : [{"_id" : "2311", "names" : ["Legacy - Rock Artifacts - 27 Cut Preview"]}], "artists" : [{"_id" : "1686", "names" : ["Rising Sons"]}]}], "targets" : [{"name" : "Ry Cooder", "targetId" : "372", "tr...
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "releases": {"type": "array", "items": {"type": "object", "propert...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"ename": {"type": "string"}, "land": {"type": "array", "items": {}}, "name": {"type": "string"}, "tfbh": {"type": "string"}, "is_current": {"type": "integer"}, "end_time": {"type": "string"}, "begin_t...
[{"ename" : "FAITH", "land" : [], "name" : "-", "tfbh" : "199812", "is_current" : 0, "end_time" : "1998-12-14T08:00:00", "begin_time" : "1998-12-09T20:00:00"}, {"ename" : "ELVIS", "land" : [], "name" : "-", "tfbh" : "199811", "is_current" : 0, "end_time" : "1998-11-26T08:00:00", "begin_time" : "1998-11-24T20:00:00"}, {...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"ename": {"type": "string"}, "land": {"type": "array", "items": {}}, "name": {"type": "string"}, "tfbh": {"type": "string"}, "is_current": {"type": "integer"}, "end_time": {"type": "string"}, "begin_time": {"type": "string"}}, "required": ["ename", "land", "n...
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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [...
{"name" : "gulp-postcss-test", "version" : "1.0.0", "description" : "Gulp\u3092\u4f7f\u7528\u3057\u305fcssnext\u306e\u5c0e\u5165\u30c6\u30b9\u30c8\u3067\u3059\u3002", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : [], "author" : "Manabu Yasuda", "license" : "MIT"...
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"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "str...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type":...
{"hash" : "0x38e5a88808dfb2acba7d5863bd19cdc2793f37062066e686a95958a860e202f9", "parentHash" : "0xb6154c55f3850976dc5dbf71d7732f85388cfc86f9a97cb7f71ef8938a63d707", "number" : 17730, "timestamp" : 1438452512, "nonce" : "0x00be9bb456c567e3", "difficulty" : 901910781557, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_h...
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"]...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type...
{"id" : 404421199, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "5062371b1bab855e06a2b858d132b209", "wof:id" : 404421199, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.87537721968877, 43.94348462821325, -0.77019930929769, 43.992751196723...
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": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "subs": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, ...
{"text" : "It could be Goodfellas", "created" : "Thu, 13 Jul 2017 02:21:40 GMT", "type" : "outline", "subs" : [{"text" : "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/voDqfVthTpA\" frameborder=\"0\" allowfullscreen></iframe>", "created" : "Thu, 13 Jul 2017 02:21:46 GMT", "permalink" : "http:...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "subs": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "permalink": {"type": "string"}}, "required": ["text", "created", "perm...
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" : 2176, "connections" : 378915, "capacity" : 9268132, "investments" : 50972989}, {"tech" : 1, "pts" : 55, "connections" : 14956, "capacity" : 126800, "investments" : 3086225}]}]
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "s...
{"id" : 9239, "title" : ["[Thurfel's Cellar]"], "description" : ["Bolted into the wall are several thick iron chains, every last one shattered so badly that the links are torn wide open. Scattered about the floor are a few ruined and warped steel manacles, clearly far too weak to hold whatever they may have imprisoned...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"9240":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["fi...
{"file_num" : 4, "data" : [{"id" : 5, "content" : "\u6709\u65f6\u4f60\u4f1a\u89c9\u5f97\u81ea\u5df1\u5c31\u662f\u4e2aSB\uff0c\u522b\u7070\u5fc3\uff0c\u81f3\u5c11\u611f\u89c9\u662f\u5bf9\u7684\u3002"}]}
json_instruct
{"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "questionText": {"type": "string"}, "questionInputs": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["t...
{"name" : "Test2", "questionText" : " Hello world 2", "questionInputs" : [{"type" : "TextBox", "name" : "box1"}, {"type" : "NumberBox", "name" : "Nbox1", "required" : true}, {"type" : "TextBox", "name" : "box2"}, {"type" : "NumberBox", "name" : "Nbox2", "required" : true}, {"type" : "TextBox", "name" : "box3"}, {"type"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "questionText": {"type": "string"}, "questionInputs": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}}, "showKey": {"type": "boolean"}, "CenterGraphHeadder": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatN...
{"id" : 1086, "surahNumber" : "007", "ayatNumber" : "132", "arabic" : "\u0648\u064e\u0642\u064e\u0627\u0644\u064f\u0648\u0627 \u0645\u064e\u0647\u0652\u0645\u064e\u0627 \u062a\u064e\u0623\u0652\u062a\u0650\u0646\u064e\u0627 \u0628\u0650\u0647\u0650 \u0645\u0650\u0646\u0652 \u0622\u064a\u064e\u0629\u064d \u0644\u0650\u0...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties":...
{"localities" : ["Southrn Shore, NC", "Duck, NC", "Kitty Hawk, NC", "Southern Shores, NC", "Collington, NC"], "state" : "NC", "postal_code" : "27949", "locality" : "Kitty Hawk, NC", "lat" : 36.108889, "region" : {"fips" : "37", "abbr" : "NC", "name" : "North Carolina"}, "city" : "Kitty Hawk", "type" : "STANDARD", "lng"...
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"cannot_connect": {...
{"config" : {"abort" : {"already_configured" : "Asukoht on juba m\u00e4\u00e4ratud"}, "error" : {"cannot_connect" : "\u00dchendamine nurjus", "invalid_address" : "Aadress ei kuuluTwente Milieu teeninduspiirkondat."}, "step" : {"user" : {"data" : {"house_letter" : "Maja numbri laiendus", "house_number" : "Maja number", ...
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "invalid_address": {"type": "string"}}...
Following the schema specification below, generate a valid JSON instance: {"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" : "7316030007", "district_id" : "7316030", "name" : "JANGGURARA"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["Attempt what is not certain. Certainty may or may not come later. It may then be a valuable delusion.", "The pretty initial position, which falls short of completeness, is not to be valued - except as a stimulus for further moves.", "Do search. But in order to find other than what is searched for.", "Use and respond ...
json_instruct
{"type": "array", "items": {"type": "string"}, "$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" : ["Preheat oven to 350 degrees F (175 degrees C). Mix together the pretzels, 4 1/2 tablespoons sugar and melted butter. Press into the bottom of a 9x13 inch pan. Bake for 10 minutes, or until lightly toasted. Set aside to cool completely.", "In a medium bowl, beat the sugar and cream cheese until smooth....
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "con...
[{"name" : "\u4f53\u9a8c\u53cc\u9a6c\u5c3e\u7ae5\u989c\u5ae9\u7a74-\u5c0f\u5c0f", "size" : 95752467, "link" : "https://streamtape.com/e/KGW9pRolYJu0yRz", "created_at" : "2022\u5e7404\u670823\u65e5 07:31:53", "downloads" : 0, "linkid" : "KGW9pRolYJu0yRz", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "sub...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"typ...
{"display-name" : "", "package-name" : "lightcord", "is-portable" : true, "portable" : {"display-name" : "", "package-name" : "lightcord", "latest-version" : "0.1.5", "0.1.5" : {"url" : "https://github.com/Lightcord/Lightcord/releases/download/0.1.5/lightcord-win32-ia32.zip", "file-type" : ".zip", "bin" : [], "shortcut...
json_instruct
{"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "0.1.5": {"type": "obj...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ImpossibleTaskInstantlyAccomplished": {"type": "array", "items": {"type": "string"}}}, "required": ["ImpossibleTaskInstantlyAccomplished"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ImpossibleTaskInstantlyAccomplished" : ["AchievementsInIgnorance", "ImpossibleTask", "ScottyTime", "WeDoTheImpossible", "Kamehamehadoken", "EpicFail", "KidHero", "UpToEleven", "WordOfGod", "AchievementsInIgnorance", "UpToEleven", "WordOfGod", "AchievementsInIgnorance", "ChildProdigy", "BadassBookworm", "UpToEleven", ...
json_instruct
{"type": "object", "properties": {"ImpossibleTaskInstantlyAccomplished": {"type": "array", "items": {"type": "string"}}}, "required": ["ImpossibleTaskInstantlyAccomplished"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following 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": {"t...
{"nom" : "Hodenc-l'Ev\u00eaque", "dpt" : "Oise", "inscrits" : 191, "abs" : 30, "votants" : 161, "blancs" : 16, "nuls" : 1, "exp" : 144, "res" : [{"panneau" : "2", "voix" : 90}, {"panneau" : "1", "voix" : 54}]}
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"...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "...
[{"id" : "c100c8f9-6020-41d1-9035-4920a0cff710", "data" : [{"text" : "that's what I needed", "userDefined" : false}], "isTemplate" : false, "count" : 0}, {"id" : "ed54310c-01c1-4d17-9048-0269e7306157", "data" : [{"text" : "ok", "userDefined" : false}], "isTemplate" : false, "count" : 0}, {"id" : "59d18883-1ce9-422e-b47...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "intege...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "...
{"userId" : 89405, "cartId" : "a207621e-a014-4ce2-b254-befdb032c2e8", "preferredProducts" : [], "productReviews" : [{"productId" : 2395, "reviewText" : "I saw one of these in South Korea and I bought one.", "reviewDate" : "2018-07-08T13:30:49.3934781+03:00"}, {"productId" : 4633, "reviewText" : "this Versatile is flirt...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s...
Please provide a valid JSON object following this schema: {"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"}}}}}, "requ...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[14.615, 45.996], [14.669, 45.988], [14.704, 46.015], [14.741, 45.997], [14.705, 45.958], [14.733, 45.948], [14.736, 45.925], [14.754, 45.907], [14.751, 45.884], [14.724, 45.873], [14.673, 45.893], [14.64, 45.875], [14.602, 45.909], [14.589, 45.93...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"window": {"type": "object", "properties": {"icon": {"type": "string"}, "actions": {"type": "object", "properties": {"open": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}, "clos...
{"window" : {"icon" : "/icons/window.svg", "actions" : {"open" : {"icon" : "/icons/open.svg"}, "close" : {"icon" : "/icons/close.svg"}}}, "climate_control" : {"icon" : "/icons/thermometer.svg", "actions" : {"temperature_up" : {"icon" : "/icons/plus.svg"}, "temperature_down" : {"icon" : "/icons/minus.svg"}}}, "tv" : {"i...
json_instruct
{"type": "object", "properties": {"window": {"type": "object", "properties": {"icon": {"type": "string"}, "actions": {"type": "object", "properties": {"open": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}, "close": {"type": "object", "properties": {"icon": {"type": "string"}}, "re...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-schema.org/draft-...
{"schemaVersion" : 1, "label" : "response time 24h", "message" : "8267 ms", "color" : "red"}
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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": {"t...
{"text" : {"0" : {"m1" : "\u0627\u06cc \u062f\u0644 \u062a\u0627 \u0631\u06cc\u0634 \u0648 \u062e\u0633\u062a\u0647 \u0645\u06cc\u062f\u0627\u0631\u0646\u062f\u062a", "m2" : "\u062f\u06cc\u0648\u0627\u0646\u0647 \u0648 \u067e\u0627\u06cc \u0628\u0633\u062a\u0647 \u0645\u06cc\u062f\u0627\u0631\u0646\u062f\u062a"}, "1" :...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bower": {"type": "string"}}, "required": ["bower"]}, "engines": {"type": "object", "properties": {"node": {"type":...
{"name" : "LookAroundApp", "version" : "0.0.1", "dependencies" : {"bower" : "^1.7.1"}, "engines" : {"node" : "0.10.x", "npm" : "1.2.x"}, "scripts" : {"postinstall" : "./node_modules/bower/bin/bower install"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bower": {"type": "string"}}, "required": ["bower"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"an5.20:0.3": {"type": "string"}}, "required": ["an5.20:0.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an5.20:0.3" : "Catutthahitasutta \u2192 attahita-parahitasutta\u1e41 (bj)"}
json_instruct
{"type": "object", "properties": {"an5.20:0.3": {"type": "string"}}, "required": ["an5.20:0.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid 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": {"t...
{"\u5de5\u5ee0\u540d\u7a31" : "\u897f\u5fb7\u4f01\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99688238", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u694a\u6885\u5340\u9ad8\u5c71\u91cc\u9ad8\u7345\u8def\uff18\uff16\uff13\u5df7\u...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "au...
{"name" : "abcarroll/simple-ansi-escape", "type" : "library", "keywords" : ["ansi", "php-cli"], "description" : "Intuitively use ANSI escape sequences to add color and formatting to your php-cli scripts", "homepage" : "http://github.com/abcarroll/simple-ansi-escape", "license" : "BSD", "authors" : [{"name" : "A.B. Carr...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"rouge_1_recall": {"type": "number"}, "rouge_1_recall_cb": {"type": "number"}, "rouge_1_recall_ce": {"type": "number"}, "rouge_1_precision": {"type": "number"}, "rouge_1_precision_cb": {"type": "number"}, "rouge_1_pr...
{"rouge_1_recall" : 0.07016, "rouge_1_recall_cb" : 0.06506, "rouge_1_recall_ce" : 0.07562, "rouge_1_precision" : 0.71757, "rouge_1_precision_cb" : 0.70164, "rouge_1_precision_ce" : 0.73162, "rouge_1_f_score" : 0.12361, "rouge_1_f_score_cb" : 0.11586, "rouge_1_f_score_ce" : 0.13167, "rouge_2_recall" : 0.02748, "rouge_2_...
json_instruct
{"type": "object", "properties": {"rouge_1_recall": {"type": "number"}, "rouge_1_recall_cb": {"type": "number"}, "rouge_1_recall_ce": {"type": "number"}, "rouge_1_precision": {"type": "number"}, "rouge_1_precision_cb": {"type": "number"}, "rouge_1_precision_ce": {"type": "number"}, "rouge_1_f_score": {"type": "number"}...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"kefir.js": {"type": "string"}, "kefir.min.js": {"type": "string"}}, "required": ["kefir.js", "kefir.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"kefir.js" : "sha256-uSRNiunMei8JWezDUx8bW9tfgncg+VJ7f1r3YSYWtd8=", "kefir.min.js" : "sha256-NMCrDxHf5fUExk66YYzFhrcXdf1fnI9rKtXeMJrNpRI="}
json_instruct
{"type": "object", "properties": {"kefir.js": {"type": "string"}, "kefir.min.js": {"type": "string"}}, "required": ["kefir.js", "kefir.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"},...
{"name" : "skyway-peerjs", "version" : "0.4.0", "description" : "This branch is a customized version of PeerJS for NTT Communications's WebRTC platform SkyWay.", "homepage" : "http://skyway.io/en", "main" : "./lib/peer.js", "repository" : {"type" : "git", "url" : "git://github.com/nttcom/peerjs.git"}, "bugs" : {"url" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, ...
{"IsSuccessStatusCode" : true, "StatusCode" : 200, "Headers" : {"SPRequestGuid" : "bff60ca0-1040-3000-787b-4ea54d009037", "SPClientServiceRequestDuration" : "11", "X-SharePointHealthScore" : "3", "X-SP-SERVERSTATE" : "ReadOnly=0"}, "Response" : "{\"CheckInComment\":\"\",\"CheckOutType\":2,\"ContentTag\":\"{88D396FD-C5E...
json_instruct
{"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, "X-SharePointHealthScore": {"type": "string"}, "X-SP-SERVERSTATE": {"ty...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"7179": {"type": "string"}, "7181": {"type": "string"}}, "required": ["7179", "7181"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"7179" : "7180", "7181" : "7182"}
json_instruct
{"type": "object", "properties": {"7179": {"type": "string"}, "7181": {"type": "string"}}, "required": ["7179", "7181"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "stri...
{"name" : "scripts", "version" : "1.0.0", "description" : "", "main" : "", "scripts" : {}, "author" : "tosuhsai", "license" : "MIT", "dependencies" : {"case" : "^1.6.3", "typescript" : "^4.5.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "pr...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"715141f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"},...
{"715141f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/715141f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/715141f-a.jpg", "title" : "", "date" : "1893", "text" : "116 St. near Lenox Avenue\n1893\nThis Church still stands there.\nPhoto by\nBrown Brothers\n220 West 42nd St.\nNew...
json_instruct
{"type": "object", "properties": {"715141f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requir...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[125.625, 28.5], [125.625, 28.583333333333332], [125.75, 28.583333333333332], [125.75, 28.5], [125.625, 28.5]]]}, "properties" : {"code" : 422565, "url" : "http://madefor.github.io/0410/api/v1/422565.geojson", "view" : "https://github.com/madefor/...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type...
{"name" : "kallio-prototype", "version" : "0.1.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "http-server -p 3003", "build" : "browserify src/app.js -t babelify --outfile dist/app.js", "watch" : "chokidar \"src/**/*.js\" -c \"npm run build\"", "lint" : "eslint src/", "poormansdeploy" : "npm run bu...
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"}, "watch": {"type": "string"}, "lint": {"type": "string"}, "poo...
Following the schema specification below, generate a valid 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" : "320302006001", "text" : "\u95f8\u53e3\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "320302006002", "text" : "\u53cc\u60e0\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "320302006003", "text" : "\u73af\u57ce\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "320302006004", "text" : "\u7164\u6e2f\u793e\u533a\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#"}