input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"time": {"type": "integer"}, "timeup": {"type": "boolean"}, "stepId": {"type": "string"}, "stageId": {"type": "string"}, "done": {"type": "boolean"}, "player": {"type": "string"}, "stage": {"type": "object", "properti... | {"time" : 1996, "timeup" : false, "stepId" : "bidder", "stageId" : "game", "done" : true, "player" : "551194359883915", "stage" : {"stage" : 1, "step" : 1, "round" : 1}, "timestamp" : 1648501607216, "session" : "room000032", "treatment" : "standard"} | json_instruct | {"type": "object", "properties": {"time": {"type": "integer"}, "timeup": {"type": "boolean"}, "stepId": {"type": "string"}, "stageId": {"type": "string"}, "done": {"type": "boolean"}, "player": {"type": "string"}, "stage": {"type": "object", "properties": {"stage": {"type": "integer"}, "step": {"type": "integer"}, "rou... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"url": {"type": "string"}, "version": {"type": "string"}}, "required": ["url", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "http://archeadm:P@ssw0rd1!@dcmservicedev.gmarket.co.kr", "version" : "*"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "version": {"type": "string"}}, "required": ["url", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "concessionaire", "definition" : "The beneficiary of a concession or grant."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "identifiers": {"type": "object", "pro... | {"id" : "61849", "name" : {"en" : "N'Zerekore"}, "country" : "GN", "region" : "NZR", "identifiers" : {"wmo" : "61849", "icao" : "GUNZ", "iata" : "NZE", "ghcn" : "GVM00061849", "usaf" : "618490"}, "location" : {"latitude" : 7.7333, "longitude" : -8.8333, "elevation" : 470}, "timezone" : "Africa/Conakry"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "icao": {"type": "string"}, "iata... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "require... | {"content" : "Youth need jobs, cutting #tuitionfees by #Labour will change nothing if graduates have to go to Doha to find good job @Conservatives #GE2015", "entities" : [{"offset" : 96, "type" : "ne", "id" : 2, "entity" : "doha"}, {"offset" : 0, "type" : "ne", "id" : 3, "entity" : "youth"}, {"offset" : 118, "type" : "... | json_instruct | {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"angular-recaptcha.js": {"type": "string"}, "angular-recaptcha.min.js": {"type": "string"}}, "required": ["angular-recaptcha.js", "angular-recaptcha.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"angular-recaptcha.js" : "sha256-QpcDF3EYfa1ED9BHmlAVGeBPG1ns2xizL1Wck8h8K1A=", "angular-recaptcha.min.js" : "sha256-ykBmTDnfLrIPp/YF9w6z1753QKmyqlIH0Sv/ytl+v8I="} | json_instruct | {"type": "object", "properties": {"angular-recaptcha.js": {"type": "string"}, "angular-recaptcha.min.js": {"type": "string"}}, "required": ["angular-recaptcha.js", "angular-recaptcha.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type"... | {"derivation" : "from H5704 (\u05e2\u05b7\u05d3) with prepositional prefix;", "pron" : "beh-ad'", "outline" : "<ol><li> behind, through, round about, on behalf of, away from, about<ol><li> through (of action)</li><li> behind (with verbs of shutting)</li><li> about (with verbs of fencing)</li><li> on behalf of (metaph. ... | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id_6657": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_6657"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_6657" : {"publicdate" : "2012-08-24 10:27:08", "title" : "Red Diamonds"}} | json_instruct | {"type": "object", "properties": {"id_6657": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_6657"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "mode": {"type": "integer"}, "once": {"type": "boolean"}, "scripts": {"type": "array", "items": {"type": "object", "properties": {"actor": {"type": "integer"}, "side": {"type": "integer"}, "say": {"typ... | {"id" : "UI10202", "mode" : 2, "once" : true, "scripts" : [{"actor" : -1, "side" : 2, "say" : "\u521a\u624d\u6536\u5230\u7535\u62a5\u2026\u4e3b\u6e2f\u533a\u9a7b\u624e\u8230\u961f\uff0c\u4e9a\u5229\u6851\u90a3\u3001\u52a0\u5229\u798f\u5c3c\u4e9a\u3001\u897f\u5f17\u5409\u5c3c\u4e9a\u3001\u4fc4\u514b\u62c9\u8377\u9a6c\u5... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "mode": {"type": "integer"}, "once": {"type": "boolean"}, "scripts": {"type": "array", "items": {"type": "object", "properties": {"actor": {"type": "integer"}, "side": {"type": "integer"}, "say": {"type": "string"}, "nameColor": {"type": "string"}, "typewriter... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "sideEffects": {"type": "boolean"}}, "required": ["name", "version", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@atlaskit/button", "version" : "13.3.3", "sideEffects" : false} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "sideEffects": {"type": "boolean"}}, "required": ["name", "version", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"d3-geo.js": {"type": "string"}, "d3-geo.min.js": {"type": "string"}}, "required": ["d3-geo.js", "d3-geo.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"d3-geo.js" : "sha256-40avQyQbjFPpT45EyaccP+qsiwWeCiwTSZPVP2Tekb0=", "d3-geo.min.js" : "sha256-/m9Zs1VVkqi98yGZUiJiZCyos6bE4YlFIBZKXdGrMC0="} | json_instruct | {"type": "object", "properties": {"d3-geo.js": {"type": "string"}, "d3-geo.min.js": {"type": "string"}}, "required": ["d3-geo.js", "d3-geo.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["minecraft:wheat", "minecraft:melon_stem", "minecraft:pumpkin_stem", "minecraft:beetroots", "minecraft:nether_wart", "minecraft:chorus_flower", "minecraft:sweet_berry_bush", "minecraft:oak_sapling", "minecraft:spruce_sapling", "minecraft:birch_sapling", "minecraft:jungle_sapling", "minec... | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName"... | [{"divisionCode" : 441521101, "post" : "516400", "divisionName" : "\u6885\u9647\u9547", "isLeaf" : 1}, {"divisionCode" : 441521102, "post" : "516400", "divisionName" : "\u5c0f\u6f20\u9547", "isLeaf" : 1}, {"divisionCode" : 441521105, "post" : "516400", "divisionName" : "\u9b9c\u95e8\u9547", "isLeaf" : 1}, {"divisionCod... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["nodebb-plugin-webrtc", "revsys-chat-client"] | 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": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "THEY ARE OF VERY LITTLE USE FOR ENLIGHTENING THE UNDERSTANDING;", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/15283.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "... | {"text" : {"0" : {"m1" : "\u062f\u0644 \u062f\u0631 \u0627\u0632\u0644 \u0622\u0645\u062f \u0622\u0634\u06cc\u0627\u0646 \u063a\u0645 \u062a\u0648", "m2" : "\u062c\u0627\u0646 \u062a\u0627 \u0628\u0647 \u0627\u0628\u062f \u0628\u0648\u062f \u0645\u06a9\u0627\u0646 \u063a\u0645 \u062a\u0648"}, "1" : {"m1" : "\u0645\u064... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema... | [{"class_name" : "artifact", "bbox" : "526 390 551 420", "used" : true}, {"class_name" : "contrast", "bbox" : "518 2 899 363", "used" : true}, {"class_name" : "instrument", "bbox" : "962 265 1075 545", "used" : true}, {"class_name" : "instrument", "bbox" : "0 151 151 427", "used" : true}, {"class_name" : "instrument", ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"posts": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "integer"}}, "required": ["title", "body", "id"]}}}, "required": ["... | {"posts" : [{"title" : "12", "body" : "12", "id" : 1}, {"title" : "22ee", "body" : "22ee", "id" : 2}]} | json_instruct | {"type": "object", "properties": {"posts": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "integer"}}, "required": ["title", "body", "id"]}}}, "required": ["posts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : "pa'icelen", "h" : [{"d" : [{"f" : "\u7d66\u2026\u529b\u91cf\uff1b\u8b93\u2026\u4f7f\u52c1\u3001\u51fa\u529b\u3002", "e" : ["\ufff9`Pa'icel~`e~`n~ `a~ `dademak~, `aka~ `talalikor~ `no~ `tao~ `a~ `dademak~.\ufffa\ufffb\u52a0\u628a\u52c1\u5de5\u4f5c\uff0c\u4e0d\u8981\u843d\u5f8c\u65bc\u5225\u4eba\u3002", "\ufff9`P... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "strin... | {"id" : 156927, "info" : {"name" : "Brickhill Blue", "description" : "Makes brickhill blue", "additionalInfo" : "v1", "format" : "uso", "category" : "brick-hill", "createdAt" : "2018-03-11T03:38:30.000Z", "updatedAt" : "2018-03-11T03:38:30.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 612411, "name" : "clo... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "~/env/ocrd/bin/python"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId"... | {"id" : "2003", "provinceId" : "63", "regencyId" : "04", "districtId" : "12", "name" : "Teluk Tamba"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"highcharts-ng.js": {"type": "string"}, "highcharts-ng.min.js": {"type": "string"}}, "required": ["highcharts-ng.js", "highcharts-ng.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"highcharts-ng.js" : "sha256-uoJhusq/NJyGzklGoN/1c75+RG4hoWFu0S1vNSbDvQk=", "highcharts-ng.min.js" : "sha256-Mick40w9r8IgCZfOhO04FLPnCY56sIGJNsz7xfcZrXo="} | json_instruct | {"type": "object", "properties": {"highcharts-ng.js": {"type": "string"}, "highcharts-ng.min.js": {"type": "string"}}, "required": ["highcharts-ng.js", "highcharts-ng.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "integer"}, "bypassesPlayerLimit": {"type": "boolean"}}, "required": ["uuid", "name", "level", "bypassesPlayer... | [{"uuid" : "11650b88-4e3c-4670-a018-545dee38d01d", "name" : "Nigel_Anderson", "level" : 4, "bypassesPlayerLimit" : false}, {"uuid" : "b1316d8b-60cf-4703-add3-01e1b755987d", "name" : "matthewpfc", "level" : 4, "bypassesPlayerLimit" : false}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "integer"}, "bypassesPlayerLimit": {"type": "boolean"}}, "required": ["uuid", "name", "level", "bypassesPlayerLimit"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"CONSUMER_KEY": {"type": "string"}, "CONSUMER_SECRET": {"type": "string"}, "ACCESS_TOKENS": {"type": "object", "properties": {}, "required": []}}, "required": ["CONSUMER_KEY", "CONSUMER_SECRET", "ACCESS_TOKENS"], "$schema": "ht... | {"CONSUMER_KEY" : "", "CONSUMER_SECRET" : "", "ACCESS_TOKENS" : {}} | json_instruct | {"type": "object", "properties": {"CONSUMER_KEY": {"type": "string"}, "CONSUMER_SECRET": {"type": "string"}, "ACCESS_TOKENS": {"type": "object", "properties": {}, "required": []}}, "required": ["CONSUMER_KEY", "CONSUMER_SECRET", "ACCESS_TOKENS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "... | {"category" : "Godot-Internal-Generation", "classinstvars" : [], "classvars" : [], "commentStamp" : "", "instvars" : ["type", "name", "hasDefaultValue", "suffix", "isVararg", "isSelf"], "name" : "GDArgumentSpec", "pools" : [], "super" : "Object", "type" : "normal"} | json_instruct | {"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "pools": {"type": "array", "items": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"entry": {"type": "array", "items": {"type": "string"}}, "entry2": {"type": "array", "items": {"type": "string"}}}, "required": ["entry", "entry2"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"entry" : ["Hello best friend!", "Thank you for visiting.", "We have the best day.", "Brother is glowing!", "\u25baHe sure is. @entry2 !end"], "entry2" : ["\u266a Happy bark!", "Play???", "\u25baLater. I have to deal with the fire first. @entry2 !end"]} | json_instruct | {"type": "object", "properties": {"entry": {"type": "array", "items": {"type": "string"}}, "entry2": {"type": "array", "items": {"type": "string"}}}, "required": ["entry", "entry2"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "ite... | {"name" : "evac", "description" : "Indoor positioning system for evacuation of buildings", "main" : "index.js", "authors" : ["Stian Sandve"], "license" : "ISC", "keywords" : ["beacons", "positioning", "bluetooth", "smart"], "homepage" : "https://github.com/sandves/evac", "moduleType" : [], "private" : true, "ignore" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"stem": {"type": "string"}, "instances": {"type": "array", "items": {"type": "object", "properties": {"docId": {"type": "string"}, "docUri": {"type": "string"}, "score": {"type": "integer"}, "contexts": {"type": "arra... | {"stem" : "al-juzuli", "instances" : [{"docId" : "qatar_obj1_index", "docUri" : "qatar/obj1/index.html", "score" : 3, "contexts" : [{"form" : "al-Juzuli", "context" : "The Dala\u02beil al-Khayrat of <mark>al-Juzuli</mark>", "weight" : 2, "pos" : 18}, {"form" : "al-Juzuli", "context" : "The Dala\u02beil al-Khayrat of <m... | json_instruct | {"type": "object", "properties": {"stem": {"type": "string"}, "instances": {"type": "array", "items": {"type": "object", "properties": {"docId": {"type": "string"}, "docUri": {"type": "string"}, "score": {"type": "integer"}, "contexts": {"type": "array", "items": {"type": "object", "properties": {"form": {"type": "stri... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "... | {"name" : "ngx-http-request-cache", "version" : "0.0.1", "description" : "Configurable caching of HTTP requests in Angular.", "repository" : {"type" : "git", "url" : "git+https://github.com/wardie93/ngx-http-request-cache.git"}, "keywords" : ["Angular", "Angular", "ng", "ngx", "ngx-http-request-cache", "Angular cache",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text"... | {"author" : "Bruce Smith", "classification" : "Free Verse", "keywords" : ["Money", "Economics", "Relationships", "Activities", "Youth", "Social Commentaries", "Cities", "Urban Life", "Living", "Family", "Ancestors", "Jobs", "Working"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/177545", "region"... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "title": {"type": "string"}, "timestamp": {"type": "integer"}, "rating": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": "string"}, "gpuDriver": {"type": "... | [{"appId" : "497360", "title" : "Gabriel Knight\u00ae 3: Blood of the Sacred, Blood of the Damned", "timestamp" : 1535547990, "rating" : "Gold", "notes" : "Game asks for CD 1 if you don't have an optical drive. GoG have provided a fixed exe http://files.gog.com/support/GK3.zip", "os" : "Antergos (Kernel 4.18.5)", "gpuD... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "title": {"type": "string"}, "timestamp": {"type": "integer"}, "rating": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": "string"}, "gpuDriver": {"type": "string"}, "specs": {"type": "string"}, "protonVersion": {"t... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"js": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}}, "required": ["js", "css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"js" : ["http://code.jquery.com/jquery-migrate-1.2.1.js", "../external/jquery.tooltip.js", "../external/canvg.js", "../external/rgbcolor.js"], "css" : ["../external/jquery.tooltip.css"]} | json_instruct | {"type": "object", "properties": {"js": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}}, "required": ["js", "css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object"... | {"name" : "BOOLModallyWindow", "version" : "0.1.8", "summary" : "Maybe this is the most decoupled solution to present a window modally.", "description" : "Maybe this is the most decoupled solution to present a window modally. Give rights to yourself to custom animation and view. Supports status bar hide or display. Goo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"pgbo": {"type": "string"}}, "required": ["pgbo"]}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"textures": {"type": "object", "properties": {"house": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["x", "y", "... | {"textures" : {"house" : {"x" : 16, "y" : 16, "width" : 16, "height" : 16}, "tree" : {"x" : 32, "y" : 32, "width" : 32, "height" : 32}}} | json_instruct | {"type": "object", "properties": {"textures": {"type": "object", "properties": {"house": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["x", "y", "width", "height"]}, "tree": {"type": "object", "properties"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"t... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["30-39", "40-49", "40-49", "50-59", "40-49", "20-29", "50-59", "40-49", "30-39", "20-29"], "SERIES_NAME" : ["FEMALE", "FEMALE", "FEMALE", "MALE", "FEMALE", "FEMALE", "FEMALE", "MALE", "FEMALE", "MALE"], "X_CALENDAR_YEAR" : [2011, 2011, 2012, 2013, 2013, 2014, 2014, ... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id_2612": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_2612"], "$schema": "http://json-schema.org/draft-0... | {"id_2612" : {"publicdate" : "2009-06-07 12:34:06", "title" : "Historia de la celebre Reina de Espana Dona Juana, llamada vulgarmente La Loca"}} | json_instruct | {"type": "object", "properties": {"id_2612": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_2612"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], ... | {"Time" : "2021-02-17T10:00:00Z", "Temp" : 6.4, "RelHum" : 88, "WindSpeed" : 6.7, "WindDir" : 229} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"inst_name": {"type": "string"}, "time_searched": {"type": "number"}, "average_primal": {"type": "string"}, "average_nb_iters": {"type": "string"}, "primal_list": {"type": "array", "items": {"type": "integer"}}}, "required": ["... | {"inst_name" : "/home/decrypt/dogs/dogs-pfsp/insts/Large/VFR700_20_6_Gap.txt", "time_searched" : 210.0, "average_primal" : "36651.300000", "average_nb_iters" : "10138.100000", "primal_list" : [36639, 36658, 36655, 36655, 36659, 36634, 36660, 36641, 36653, 36659]} | json_instruct | {"type": "object", "properties": {"inst_name": {"type": "string"}, "time_searched": {"type": "number"}, "average_primal": {"type": "string"}, "average_nb_iters": {"type": "string"}, "primal_list": {"type": "array", "items": {"type": "integer"}}}, "required": ["inst_name", "time_searched", "average_primal", "average_nb_... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"eClass": {"type": "string"}, "eSuperTypes": {"type": "array", "items": {"type": "object", "properties": {"eClass": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["eClass", "$ref"]}}, "name": {"type": "... | {"eClass" : "http://www.eclipse.org/emf/2002/Ecore#//EClass", "eSuperTypes" : [{"eClass" : "http://www.eclipse.org/emf/2002/Ecore#//EClass", "$ref" : "#//IfcMaterialProfileSetUsage"}], "name" : "IfcMaterialProfileSetUsageTapering", "eStructuralFeatures" : [{"eClass" : "http://www.eclipse.org/emf/2002/Ecore#//EAttribute... | json_instruct | {"type": "object", "properties": {"eClass": {"type": "string"}, "eSuperTypes": {"type": "array", "items": {"type": "object", "properties": {"eClass": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["eClass", "$ref"]}}, "name": {"type": "string"}, "eStructuralFeatures": {"type": "array", "items": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7403151", "regency_id" : "7403", "name" : "MELUHU"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"sha": {"type": "string"}, "node_id": {"type": "string"}, "size": {"type": "integer"}, "url": {"type": "string"}, "content": {"type": "string"}, "encoding": {"type": "string"}}, "required": ["sha", "node_id", "size",... | {"sha" : "ef039bb72b6cadc9c144541a5645e4a6818fb6de", "node_id" : "MDQ6QmxvYjEzNzk0ODI5MzplZjAzOWJiNzJiNmNhZGM5YzE0NDU0MWE1NjQ1ZTRhNjgxOGZiNmRl", "size" : 655, "url" : "https://api.github.com/repos/chingor13/google-auth-library-java/git/blobs/ef039bb72b6cadc9c144541a5645e4a6818fb6de", "content" : "LyoKICogQ29weXJpZ2h0ID... | json_instruct | {"type": "object", "properties": {"sha": {"type": "string"}, "node_id": {"type": "string"}, "size": {"type": "integer"}, "url": {"type": "string"}, "content": {"type": "string"}, "encoding": {"type": "string"}}, "required": ["sha", "node_id", "size", "url", "content", "encoding"], "$schema": "http://json-schema.org/dra... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "prop... | {"name" : "maxkut/amopro-light", "description" : "amopro - \u043f\u0440\u043e\u0441\u0442\u0430\u044f \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0441\u0430\u0439\u0442\u0430 \u0438 amocrm", "license" : "MIT", "keywords" : ["amocrm", "crm", "api"], "authors" : [{"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "inheritance": {"type": "null"}, "members": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}... | [{"type" : "interface", "name" : "VideoPlaybackQuality", "inheritance" : null, "members" : [{"type" : "attribute", "name" : "creationTime", "idlType" : {"type" : "attribute-type", "extAttrs" : [], "generic" : "", "nullable" : false, "union" : false, "idlType" : "DOMHighResTimeStamp"}, "extAttrs" : [], "special" : "", "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "inheritance": {"type": "null"}, "members": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "idlType": {"type": "object", "properties"... |
Generate a valid JSON object that conforms to the following 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"}}... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[136.0, 25.333333333333332], [136.0, 26.0], [137.0, 26.0], [137.0, 25.333333333333332], [136.0, 25.333333333333332]]]}, "properties" : {"code" : 3836, "url" : "http://madefor.github.io/0410/api/v1/3836.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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i... | {"directions" : ["Bring a large pot of lightly salted water to a rolling boil. Cook the bow-tie pasta at a boil until tender yet firm to the bite, about 12 minutes; drain.", "Quickly rinse the cooked pasta in cold water to stop it from continuing to cook; drain.", "Mix the cooled pasta, broccoli, tomatoes, sliced green... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"spell": {"type": "string"}, "spell-commit": {"type": "string"}, "spell-fi... | {"name" : "python-jira", "version" : "0.0.1", "license" : "SEE LICENSE IN LICENSE", "scripts" : {"spell" : "npm -s run spell-files && npm -s run spell-commit", "spell-commit" : "git log -1 --pretty=%B > .git/commit.msg && cspell .git/commit.msg", "spell-files" : "git ls-files | xargs cspell --unique"}, "repository" : {... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"spell": {"type": "string"}, "spell-commit": {"type": "string"}, "spell-files": {"type": "string"}}, "required": ["spell", "spell-commit", "spell-files... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "RigLayoutName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "RigLayoutName"], "$schema": "http://json-sche... | {"Name" : "\u0420\u0430\u0437\u0433\u0440\u0443\u0437\u043a\u0430 \u0423\u041c\u0422\u0411\u0421 6\u0428112 \u0420\u0430\u0437\u0432\u0435\u0434\u0447\u0438\u043a-\u0421\u0442\u0440\u0435\u043b\u043e\u043a", "ShortName" : "6\u0448112 \u0420-\u0421", "Description" : "\u0423\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043... | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "RigLayoutName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "RigLayoutName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "tslint-config-byungi"} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"android.webkit.cts.WebViewTest": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "_bug_id": {"type": "string"}}, "required": ["name", "_bug_id"]}}}, "required": ["android.we... | {"android.webkit.cts.WebViewTest" : [{"name" : "testFindNext", "_bug_id" : "crbug.com/618089"}, {"name" : "testPageScroll", "_bug_id" : "crbug.com/534643"}]} | json_instruct | {"type": "object", "properties": {"android.webkit.cts.WebViewTest": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "_bug_id": {"type": "string"}}, "required": ["name", "_bug_id"]}}}, "required": ["android.webkit.cts.WebViewTest"], "$schema": "http://json-schema.org/draft-07/sch... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string... | [{"namaKab" : "KOTA PASURUAN", "originalFilename" : "FOTO SUTIRTA01.JPG", "namaPartai" : "Partai Golongan Karya", "id" : 9783, "noUrut" : 1, "nama" : "SUTIRTA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PASURUAN", "originalFilename" : "FOTO SUBIANTORO.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 1... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-0... | {"id" : "http://data.doremus.org/performance/4bc26b9d-fc31-39c7-962f-aba93c7890ae", "expression" : [{"id" : "http://data.doremus.org/expression/6ebcf0b1-c684-3304-93f9-f153036231a3"}, {"id" : "http://data.doremus.org/expression/9d24f68c-40bb-333c-9a26-733bc61ea8f0"}, {"id" : "http://data.doremus.org/expression/978a7ee5... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["", "text\n", ""] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"typ... | {"code" : 3214010, "parent" : 3214, "name" : "JATILUHUR", "latitude" : "-6.5655950000255", "longitude" : "107.42463233691", "postal" : [41152, 41161], "children" : [3214010006, 3214010007, 3214010008, 3214010009, 3214010010, 3214010011, 3214010015, 3214010016, 3214010017, 3214010018]} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "arc... | {"vendor" : "zulu", "filename" : "zulu15.38.17-ca-fx-jre15.0.6-macosx_aarch64.tar.gz", "release_type" : "ga", "version" : "15.38.17", "java_version" : "15.0.6", "jvm_impl" : "hotspot", "os" : "macosx", "architecture" : "aarch64", "file_type" : "tar.gz", "image_type" : "jre", "features" : ["javafx"], "url" : "https://st... | json_instruct | {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "stri... |
Following the schema specification below, generate a valid JSON instance:
{"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":... | {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [999.694, 1020.21, 0.917805, 995.614, 1040.9, 0.918498, 962.87, 1032.59, 0.923725, 930.255, 1061.14, 0.651495, 901.658, 1061.2, 0.310933, 1028.4, 1061.08, 0.949622, 991.609, 1073.61, 0.604846, 913.791, 1061.14, 0.699885, 934.196, 1163.54, 0.729041... | 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": {}}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "... | {"IsRecentlyVerified" : false, "ID" : 157304, "UUID" : "40AD3B1D-DE0B-4F92-9618-291AF332BF52", "DataProviderID" : 1, "OperatorID" : 46, "UsageTypeID" : 4, "AddressInfo" : {"ID" : 157658, "Title" : "Parkplatz an der Sparkasse", "AddressLine1" : "Notpforte 2a", "Town" : "Tangerm\u00fcnde", "StateOrProvince" : "Stendal", ... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "T... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"quests/tech/dash/zeroburst2.questtemplate": {"type": "array", "items": {"type": "string"}}},... | [{"DeniedAlternatives" : [], "Files" : {"quests/tech/dash/zeroburst2.questtemplate" : ["/title"]}, "Texts" : {"Eng" : "Explosive Redirection II"}}, {"DeniedAlternatives" : [], "Files" : {"quests/tech/dash/zeroburst2.questtemplate" : ["/completionText"]}, "Texts" : {"Chs" : "\u6211\u73b0\u5728\u611f\u89c9\u771f\u7684\u4... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"quests/tech/dash/zeroburst2.questtemplate": {"type": "array", "items": {"type": "string"}}}, "required": ["quests/tech/dash/zeroburst2.questtemplate"]}, "Texts":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, ... | {"directions" : ["Stir together the molasses and butter in a saucepan over medium heat until it begins to boil. Remove from heat and set aside to cool until cool enough to handle. Stir together flour, baking powder, ginger, cocoa powder, sugar, cinnamon, clove, cayenne pepper, black pepper, nutmeg, and salt in a large ... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ... | {"userId" : 73069, "cartId" : "c8ea4f77-71a0-4365-aa73-b9b94c3a1afc", "preferredProducts" : [1819, 375, 3145, 311, 4228, 401], "productReviews" : [{"productId" : 1299, "reviewText" : "I tried to attack it but got meatball all over it.", "reviewDate" : "2018-01-16T13:11:29.6925209+02:00"}, {"productId" : 3063, "reviewTe... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"GET_Time": {"type": "string"}}, "required": ["GET_Time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"GET_Time" : "7.02"} | json_instruct | {"type": "object", "properties": {"GET_Time": {"type": "string"}}, "required": ["GET_Time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}, "name": {"type": "string"}, "image":... | {"attributes" : [{"trait_type" : "Background", "value" : "Tumbleweed"}, {"trait_type" : "Clothes", "value" : "Lumberjack_Shirt"}, {"trait_type" : "Hat", "value" : "Angel"}, {"trait_type" : "Eyes", "value" : "Close_Eyes"}, {"trait_type" : "Fur", "value" : "Light_Skin"}, {"trait_type" : "Mouth", "value" : "Bored_Mouth"},... | json_instruct | {"type": "object", "properties": {"attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}, "name": {"type": "string"}, "image": {"type": "string"}}, "required": ["attributes", "name", "image"], "$sch... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"doe": {"type": "string"}, "ray": {"type": "string"}, "pi": {"type": "number"}, "xmas": {"type": "boolean"}, "user": {"type": "string"}, "french_hens": {"type": "integer"}, "calling_birds": {"type": "array", "items"... | {"doe" : "a deer, a female deer", "ray" : "a drop of golden sun", "pi" : 3.14159, "xmas" : true, "user" : "${sys:user.name}", "french_hens" : 3, "calling_birds" : ["huey", "dewey", "louie", "fred"], "xmas_fifth_day" : {"calling_birds" : "four", "french_hens" : 3, "golden_rings" : 5, "partridges" : {"count" : 1, "locati... | json_instruct | {"type": "object", "properties": {"doe": {"type": "string"}, "ray": {"type": "string"}, "pi": {"type": "number"}, "xmas": {"type": "boolean"}, "user": {"type": "string"}, "french_hens": {"type": "integer"}, "calling_birds": {"type": "array", "items": {"type": "string"}}, "xmas_fifth_day": {"type": "object", "properties... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "pannage", "definition" : "(a) The food of swine in the woods, as beechnuts, acorns, etc.; -- called also pawns. (b) A tax paid for the privilege of feeding swine in the woods."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"t... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Alay-Nangbabaan, Badoc, Ilocos Norte, Ilocos Region (Region I), PH", "locale" : "ph.ilocos-region-region-i.ilocos-norte.badoc.alay-nangbabaan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" :... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type... | {"title" : "Joint Inference of Named Entity Recognition and Normalization for Tweets.", "fields" : ["lemma", "boosting", "named entity recognition", "normalization", "binary number"], "abstract" : "Tweets represent a critical source of fresh information, in which named entities occur frequently with rich variations. We... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["... | {"name" : "geojson-schema-builder", "version" : "0.0.0", "private" : true, "repository" : {"type" : "git", "url" : "https://github.com/geojson/schema.git"}, "license" : "MIT", "type" : "module", "scripts" : {"pretest" : "make lint", "test" : "make test", "build" : "make build"}, "devDependencies" : {"ajv" : "^8.6.2", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "type": {"type": "string"}, "s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"globals": {"type": "object", "properties": {"__NG_APP_INJECTIONS__": {"type": "boolean"}, "__WEBPACK_REGION__": {"type": "boolean"}, "__VERSION__": {"type": "boolean"}, "EprotectIframeClient": {"type": "boolean"}, "ipaddr":... | {"globals" : {"__NG_APP_INJECTIONS__" : true, "__WEBPACK_REGION__" : true, "__VERSION__" : true, "EprotectIframeClient" : true, "ipaddr" : true, "JSURL" : true, "moment" : true, "punycode" : true, "RandExp" : true, "URI" : true, "validator" : true, "WEBPACK_ENV" : true, "zE" : true}} | json_instruct | {"type": "object", "properties": {"globals": {"type": "object", "properties": {"__NG_APP_INJECTIONS__": {"type": "boolean"}, "__WEBPACK_REGION__": {"type": "boolean"}, "__VERSION__": {"type": "boolean"}, "EprotectIframeClient": {"type": "boolean"}, "ipaddr": {"type": "boolean"}, "JSURL": {"type": "boolean"}, "moment": ... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title":... | [{"e_id" : "14641", "title" : "\u6606\u660e\u53d1\u751f\u201c\u4e00\u4e8c\u4e00\u201d\u60e8\u6848", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u572876\u5e74\u524d\u7684\u4eca\u5929\uff0c1945\u5e7412\u67081\u65e5(\u519c\u53861945\u5e7410\u670827\u65e5)\uff0c\u6606\u660e\u53d1\u751f\u201c\u4e00\u4e8c\u4e00\u201d\u60e8\u6848... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "tabs": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "codes": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "codes"]}... | {"title" : "indicies", "tabs" : [{"title" : "shares", "codes" : ["IMOEX", "RTSI", "MOEXBMI", "MOEXBC", "RVI"]}, {"title" : "bonds", "codes" : ["RGBITR", "RUCBITR", "RUMBITR", "RUCBTR3Y", "RUCBTR5Y"]}, {"title" : "assets", "codes" : ["RUPCI", "RUPMI", "RUPAI"]}, {"title" : "repo", "codes" : ["MOEXREPO", "MOEXREPOEQ", "R... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "tabs": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "codes": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "codes"]}}}, "required": ["title", "tabs"], "$schema": "http://json-schema.org/... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"_zone": {"type": "string"}, "zone": {"type": "array", "items": {"type": "object", "properties": {"_from": {"type": "string"}, "from": {"type": "integer"}, "_to": {"type": "string"}, "to": {"type": "integer"}, "dst":... | {"_zone" : "Pacific/Tarawa", "zone" : [{"_from" : "-9999-01-01T00:00:00Z", "from" : -377711769600000, "_to" : "1900-12-31T12:27:56Z", "to" : -2177494324000, "dst" : false, "offset" : 41524, "name" : "LMT"}, {"_from" : "1900-12-31T12:27:56Z", "from" : -2177494324000, "_to" : "9999-12-31T23:59:59Z", "to" : 25340230079900... | json_instruct | {"type": "object", "properties": {"_zone": {"type": "string"}, "zone": {"type": "array", "items": {"type": "object", "properties": {"_from": {"type": "string"}, "from": {"type": "integer"}, "_to": {"type": "string"}, "to": {"type": "integer"}, "dst": {"type": "boolean"}, "offset": {"type": "integer"}, "name": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}, "overrides": {"type": "array", "items": {"type": "object", "properties": {"predicate": {"type": "object", "properties": {"mountables:summon_type": {"type": "integer"}}, "required": ["moun... | {"parent" : "item/generated", "overrides" : [{"predicate" : {"mountables:summon_type" : 0}, "model" : "mountables:item/summon/spawn_egg_colors"}, {"predicate" : {"mountables:summon_type" : 1}, "model" : "mountables:item/summon/mushroom"}, {"predicate" : {"mountables:summon_type" : 2}, "model" : "mountables:item/summon/... | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "overrides": {"type": "array", "items": {"type": "object", "properties": {"predicate": {"type": "object", "properties": {"mountables:summon_type": {"type": "integer"}}, "required": ["mountables:summon_type"]}, "model": {"type": "string"}}, "required": ["pr... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configurat... | {"configuration" : ["PLATFORM", "POSTCONVERTWEBP", "SCALEISHEIGHTDP", "UPSCALINGALGORITHM", "SKIPUPSCALING", "CREATEMIPMAPINSTEADOFDRAWABLEDIR", "OUTPUTCOMPRESSIONGMODE", "COMPRESSQUALITY", "VERBOSELOG", "ENABLEANTIALIASING", "SCALE", "GUIADVANCEDOPTIONS"], "regionsToProcessedPerformance" : {"program" : 38180663859}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name"... | {"contacts" : [{"name" : "Amitav Virmani", "email" : "Amitav.virmani@theeducationalliance.org", "designation" : "CEO", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=9794", "name" : "Network for Quality Education Foundation", "primaryEmail" : "kanchan.lall@theeducationalliance.org",... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"ty... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "ha... | {"index" : 8348, "hash" : 4267411734, "artDyeHash" : 4267411734, "redacted" : false, "dyeManifestHash" : 333171478, "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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"average_occupancy" : [1.402198613167671, 1.4105586609781893, 1.3527444129852624, 1.392386949963858, 1.4123846010362777, 1.3539893264462943, 1.3795582645767475, 1.4222238763995358, 1.3900671023289326, 1.3623026502276105, 1.3791614241203567, 1.394873781704649, 1.3804916821379414, 1.36691884755962, 1.3685078865336813, 1... | 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": {"profiles": {"type": "object", "properties": {"ow.Utils.GenerateItemsForView": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLin... | {"profiles" : {"ow.Utils.GenerateItemsForView" : {"commandName" : "Project", "commandLineArgs" : "C:\\Users\\sawic\\web_projects\\soulworker-items-viewer\\public"}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"ow.Utils.GenerateItemsForView": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["ow.Utils.GenerateItemsForView"]}},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, ... | {"name" : "addon-kit", "description" : "Add-on development made easy.", "keywords" : ["javascript", "engine", "platform", "xulrunner", "jetpack-high-level"], "author" : "Atul Varma (http://toolness.com/) <atul@mozilla.com>", "contributors" : ["Myk Melez (http://melez.com/) <myk@mozilla.org>", "Daniel Aquino <mr.daniela... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "dependencies": {"type": "array", "ite... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, ... | {"title" : "Malicious interface design: exploiting the user.", "fields" : ["interface design", "countermeasure", "user interface design", "web usability", "design elements and principles"], "abstract" : "In an ideal world, interface design is the art and science of helping users accomplish tasks in a timely, efficient,... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string... | {"name" : "mnpy/mnpy-php-api-sdk", "description" : "PHP SDK for the MNPY API.", "type" : "library", "minimum-stability" : "stable", "require" : {"guzzlehttp/guzzle" : "^6.3.0"}, "require-dev" : {"phpmd/phpmd" : "@stable", "squizlabs/php_codesniffer" : "@stable"}, "autoload" : {"psr-4" : {"MNPY\\SDK\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}}, "required": ["guzzlehttp/guzzle"]}, "require-dev": {"type": "object... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"pvals": {"type": "array", "items": {"type": "number"}}, "expected": {"type": "array", "items": {"type": "number"}}}, "required": ["pvals", "expected"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pvals" : [0.0177376222563908, 0.205431562149897, 0.284550817217678, 0.340934060281143, 0.0340356797678396], "expected" : [0.0886881112819538, 1, 1, 1, 0.170178398839198]} | json_instruct | {"type": "object", "properties": {"pvals": {"type": "array", "items": {"type": "number"}}, "expected": {"type": "array", "items": {"type": "number"}}}, "required": ["pvals", "expected"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type":... | {"__type__" : "cc.SpriteFrame", "content" : {"name" : "pb_mute_on", "texture" : "e4cQniQ8FEg5GCjhLSqMpf", "rect" : [0, 0, 71, 23], "offset" : [0, 0], "originalSize" : [71, 23], "capInsets" : [0, 0, 0, 0]}} | json_instruct | {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"port": {"type": "integer"}, "ip": {"type": "string"}, "connectionString": {"type": "string"}, "secret": {"type": "string"}}, "required": ["port", "ip", "connectionString", "secret"], "$schema": "http://json-schema.org/draft-07... | {"port" : 3000, "ip" : "0.0.0.0", "connectionString" : "mongodb://localhost:27017/gamecore", "secret" : "4yOyGe+idVTxqtV5TALZ80mLKbIWXTugBO178SKng7q3mQHhB3Uv/LRik6tLXqBpVcp6qJKO/3nx7VR5z/+xEA=="} | json_instruct | {"type": "object", "properties": {"port": {"type": "integer"}, "ip": {"type": "string"}, "connectionString": {"type": "string"}, "secret": {"type": "string"}}, "required": ["port", "ip", "connectionString", "secret"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"tutorials": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "partnumber": {"type": "string"}, "publisheddate": {"type": "string"}, "contentid": {"type"... | {"tutorials" : [{"title" : "Docker Workshop", "description" : "Introduction to the workshop", "partnumber" : "Ennnnn_01", "publisheddate" : "10/31/2019", "contentid" : "12nnnn", "filename" : "./lab-000/content.md"}, {"title" : "Lab 050: Cloud Infrastructure Configuration", "description" : "Setting up the Infrastructure... | json_instruct | {"type": "object", "properties": {"tutorials": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "partnumber": {"type": "string"}, "publisheddate": {"type": "string"}, "contentid": {"type": "string"}, "filename": {"type": "string"}}, "required":... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "atlas": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset... | {"__type__" : "cc.SpriteFrame", "content" : {"name" : "rock11", "texture" : "41280040-a421-4410-b3ab-d11e1124539d", "atlas" : "", "rect" : [0, 0, 89, 131], "offset" : [-2, 0], "originalSize" : [93, 131], "capInsets" : [0, 0, 0, 0]}} | json_instruct | {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "atlas": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "orig... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "320114006002", "text" : "\u666f\u660e\u4f73\u56ed\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "320114006003", "text" : "\u6625\u6c5f\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "320114006004", "text" : "\u65b0\u6cb3\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "320114006009", "text" : "\u94c1\u5fc3\u793e\u533a\u5c45\u5... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"en": {"type": "object", "properties": {"more": {"type": "string"}, "go": {"type": "string"}}, "required": ["more", "go"]}, "es": {"type": "object", "properties": {"more": {"type": "string"}, "go": {"type": "string"}}, "require... | {"en" : {"more" : "more", "go" : "go"}, "es" : {"more" : "m\u00e1s", "go" : "ir"}} | json_instruct | {"type": "object", "properties": {"en": {"type": "object", "properties": {"more": {"type": "string"}, "go": {"type": "string"}}, "required": ["more", "go"]}, "es": {"type": "object", "properties": {"more": {"type": "string"}, "go": {"type": "string"}}, "required": ["more", "go"]}}, "required": ["en", "es"], "$schema": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "style": {"type": "object", "properties": {"column": {"type": "object", "properties": {"backgroundColor": {"type": "object", "properties": {"value": {"type": "string"}, "options": {"type": "array", "it... | {"name" : "column", "style" : {"column" : {"backgroundColor" : {"value" : "pink", "options" : ["pink", "red", "orange", "green"]}}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "style": {"type": "object", "properties": {"column": {"type": "object", "properties": {"backgroundColor": {"type": "object", "properties": {"value": {"type": "string"}, "options": {"type": "array", "items": {"type": "string"}}}, "required": ["value", "option... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"aboutToBeGrabbedBy:": {"type": "string"}, "defaultColor": {"type": "string"}, "iconFor:": {"type": "string"... | {"class" : {}, "instance" : {"aboutToBeGrabbedBy:" : "mt 11/8/2013 10:24:45.018", "defaultColor" : "mt 11/8/2013 09:41:13.738", "iconFor:" : "mt 11/8/2013 11:13:49.403", "initDraggedMorph" : "mt 11/8/2013 15:49:55.02", "initDraggedMorphFor:" : "mt 11/8/2013 11:16:18.369", "initialize" : "mt 11/8/2013 10:15:54.946", "la... | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"aboutToBeGrabbedBy:": {"type": "string"}, "defaultColor": {"type": "string"}, "iconFor:": {"type": "string"}, "initDraggedMorph": {"type": "string"}, "initDraggedMorphFor:": {"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"show_video": {"type": "boolean"}, "use_dropbox": {"type": "boolean"}, "dropbox_key": {"type": "string"}, "dropbox_secret": {"type": "string"}, "dropbox_base_path": {"type": "string"}, "min_upload_seconds": {"type": "number"... | {"show_video" : false, "use_dropbox" : false, "dropbox_key" : "YOUR_DROPBOX_KEY", "dropbox_secret" : "YOUR_DROPBOX_SECRET", "dropbox_base_path" : "YOUR_DROPBOX_APP_PATH", "min_upload_seconds" : 1.0, "min_motion_frames" : 4, "camera_warmup_time" : 2.5, "delta_thresh" : 5, "resolution" : [640, 480], "fps" : 16, "min_area... | json_instruct | {"type": "object", "properties": {"show_video": {"type": "boolean"}, "use_dropbox": {"type": "boolean"}, "dropbox_key": {"type": "string"}, "dropbox_secret": {"type": "string"}, "dropbox_base_path": {"type": "string"}, "min_upload_seconds": {"type": "number"}, "min_motion_frames": {"type": "integer"}, "camera_warmup_ti... |
Create an example JSON object that satisfies this schema:
{"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... | [{"name" : "jul-844_1", "size" : 1059818094, "link" : "https://streamtape.com/e/vYYpXX162bCLjL", "created_at" : "2022\u5e7404\u670802\u65e5 18:44:01", "downloads" : 0, "linkid" : "vYYpXX162bCLjL", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "htt... | 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":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string... | {"schema_version" : "1.2.0", "id" : "GHSA-w73f-pxm3-f825", "modified" : "2022-05-01T18:45:47Z", "published" : "2022-05-01T18:45:47Z", "aliases" : ["CVE-2007-6708"], "details" : "Multiple cross-site request forgery (CSRF) vulnerabilities on the Cisco Linksys WAG54GS Wireless-G ADSL Gateway with 1.01.03 and earlier firmw... | 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... |
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" : "arfo:block/byg_deciduous_forest_dark_oak_leaves"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"Createns": {"type": "string"}, "InsertUniquens"... | {"name" : "nosqltest", "version" : "0.0.1", "description" : "learn and test NOSQL to see if it meets my needs", "main" : "index.js", "scripts" : {"Createns" : "node nosql/create.js", "InsertUniquens" : "node nosql/insertUnique.js", "SelectItemns" : "node nosql/select.js", "AutoIncremennst" : "node nosql/autoincrement.j... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"Createns": {"type": "string"}, "InsertUniquens": {"type": "string"}, "SelectItemns": {"type": "string"}, "AutoIncremen... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"css/bootstrap-tour.css": {"type": "string"}, "css/bootstrap-tour.min.css": {"type": "string"}, "js/bootstrap-tour.js": {"type": "string"}, "js/bootstrap-tour.min.js": {"type": "string"}}, "required": ["css/bootstra... | {"css/bootstrap-tour.css" : "sha512-iwEChcsOj4maIe8xopGrCNSECLP9Pq42dOFf0rsVgDsuQMtgL55ycYzNQcUM5gL+wtQwC3wcDTWfptWBOIsBkw==", "css/bootstrap-tour.min.css" : "sha512-31M40uDryiX1s5JBdmQsKgzCUECt1PHho8Z/Iif6NQLSXeS4KUlWWoXupN2/VOWBIRqFfT9q2+fuf8wCsyDyUg==", "js/bootstrap-tour.js" : "sha512-ho0cATg/dwJsqOxZMWACck/0N81JZ/... | json_instruct | {"type": "object", "properties": {"css/bootstrap-tour.css": {"type": "string"}, "css/bootstrap-tour.min.css": {"type": "string"}, "js/bootstrap-tour.js": {"type": "string"}, "js/bootstrap-tour.min.js": {"type": "string"}}, "required": ["css/bootstrap-tour.css", "css/bootstrap-tour.min.css", "js/bootstrap-tour.js", "js/... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"users" : 377, "id" : "BD-H"}, {"users" : 1475, "id" : "BD-G"}, {"users" : 623, "id" : "BD-F"}, {"users" : 1172, "id" : "BD-E"}, {"users" : 1274, "id" : "BD-D"}, {"users" : 32387, "id" : "BD-C"}, {"users" : 2019, "id" : "BD-B"}, {"users" : 155, "id" : "BD-A"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$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": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1984, 7], [1985, 11], [1988, 10], [1989, 9], [1990, 8], [1992, 7], [1993, 15], [1994, 13], [1995, 10], [1996, 16], [1997, 14], [1998, 13], [1999, 16], [2000, 20], [2001, 25], [2002, 31], [2003, 35], [2004, 33], [2005, 30], [2006, 36], [2007, 24], [2008, 33], [2009, 51], [2010, 66], [2011, 80], [2012, 80], [2013, 76],... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"... | [{"comment" : "NAD+ (see R03337)", "definition" : "(R)-3-(4-Hydroxyphenyl)lactate + NADP+ <=> 3-(4-Hydroxyphenyl)pyruvate + NADPH + H+", "orthologs" : {}, "name" : "(R)-3-(4-hydroxyphenyl)lactate:NADP+ 2-oxidoreductase", "product_stoichiometries" : ["1", "1", "1"], "enzymes" : ["1.1.1.222"], "equation" : "C03964 + C000... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "arr... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"... | {"id" : "93089", "name" : {"en" : "Warkworth"}, "country" : "NZ", "region" : "AUK", "identifiers" : {"wmo" : "93089"}, "location" : {"latitude" : -36.4333, "longitude" : 174.6667, "elevation" : 72}, "timezone" : "Pacific/Auckland"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "data": {"type": "object", "propert... | {"config" : {"step" : {"user" : {"title" : "Adicionar C\u00e2mera Dahua", "description" : "Example de endere\u00e7o: 192.168.1.108", "data" : {"username" : "Nome de usu\u00e1rio", "password" : "Senha", "address" : "Endere\u00e7o", "port" : "Porta", "rtsp_port" : "Porta RTSP", "streams" : "Streams RTSP", "events" : "Eve... | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "data": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type":... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.