input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"username": {"type": "string"}, "repositoryName": {"type": "string"}, "branch": {"type": "string"}}, "required": ["username", "repositoryName", "branch"]}, "site": {"type": ...
{"meta" : {"username" : "vs4vijay", "repositoryName" : "vs4vijay.github.io", "branch" : "master"}, "site" : {"title" : "Vijay Soni's Blog"}, "socialnetwork" : {"twitter" : "vs4vijay", "googleplus" : "VizaySoni", "linkedin" : "vs4vijay", "facebook" : "vs4vijay", "instagram" : "vs4vijay", "pinterest" : "", "github" : "vs...
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"username": {"type": "string"}, "repositoryName": {"type": "string"}, "branch": {"type": "string"}}, "required": ["username", "repositoryName", "branch"]}, "site": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["ti...
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" : ["Glendale Hts, IL", "Glendale Heights, IL"], "state" : "IL", "postal_code" : "60139", "locality" : "Glendale Heights, IL", "lat" : 41.918877, "region" : {"fips" : "17", "abbr" : "IL", "name" : "Illinois"}, "city" : "Glendale Heights", "type" : "STANDARD", "lng" : -88.078095, "counties" : [{"fips" : "04...
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"}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"typeinfo": {"type": "string"}, "*.tcc": {"type": "string"}, "optional": {"type": "string"}, "random": {"type": "string"}, "stats.h": {"type": "string"}}, "requi...
{"files.associations" : {"typeinfo" : "c", "*.tcc" : "c", "optional" : "c", "random" : "c", "stats.h" : "c"}}
json_instruct
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"typeinfo": {"type": "string"}, "*.tcc": {"type": "string"}, "optional": {"type": "string"}, "random": {"type": "string"}, "stats.h": {"type": "string"}}, "required": ["typeinfo", "*.tcc", "optional", "random", "stats.h"]}}, "requ...
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" : "0xba05aff5a97c2190499fe607f3e894c79f84a8b8", "tool" : "honeybadger", "start" : 1565831611.344839, "end" : 1565831696.5539505, "duration" : 85.20911145210266, "analysis" : [{"errors" : [], "file" : "/unique_chucks/30/0xba05aff5a97c2190499fe607f3e894c79f84a8b8.sol", "name" : "BrianCoin"}, {"errors" : [], "...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "b...
{"n_dim" : 5, "n_trials" : 340, "objective" : "drop_wave_on_cube", "white" : "hyperopt_tpe", "black" : "pymoo_unsga3", "traceback" : ["passing", "passing"], "best_val" : [-0.9233567643613178, -0.477784368925212], "best_x" : [[0.5311601930855434, 0.38691553082080443, 0.3628632894969046, 0.4626395863089354, 0.50987858723...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"user": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "expire": {"type": "integer"}, "active": {"type": "boolean"}}, "required": ["id", "expire", "active"]}}, "current_user":...
{"user" : [{"id" : "0", "expire" : 158524754, "active" : true}, {"id" : "1", "expire" : 158524754, "active" : true}], "current_user" : {"id" : "0", "username" : "user0"}, "login" : {}, "logout" : {"apiId" : "v1"}}
json_instruct
{"type": "object", "properties": {"user": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "expire": {"type": "integer"}, "active": {"type": "boolean"}}, "required": ["id", "expire", "active"]}}, "current_user": {"type": "object", "properties": {"id": {"type": "string"}, "username"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "t...
{"body" : "This applies the patch that @keitat kindly linked to on #24565 so that https://github.com/E4S-Project/e4s/pull/10 will build correctly with `gotype=long`.\r\n\r\nIt also adds necessary `conflicts` to get a minimal `trilinos+teko` to build.\r\n\r\nI successfully compiled:\r\n```\r\ntrilinos@13.0.1%gcc@10.2.0~...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "o...
{"hash" : "0xd687b64f9794a3e166435f62e4964112bb6697f3bceb9b837c79fd9cafdc4f02", "parentHash" : "0x2735b3ac982cbd0beaee8b496e437cee5d6ade0a6d987d2048f60773fb425b0a", "number" : 47872, "timestamp" : 1438947724, "nonce" : "0x295295b9ec564a41", "difficulty" : 1457271123069, "gasLimit" : {"_hex" : "0xfed7"}, "gasUsed" : {"_...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"css/mui.css": {"type": "string"}, "css/mui.min.css": {"type": "string"}, "js/mui.js": {"type": "string"}, "js/mui.min.js": {"type": "string"}}, "required": ["css/mui.css", "css/mui.min.css", "js/mui.js", "js/mui.min.js"], "$sche...
{"css/mui.css" : "sha512-t7TU4fPOAk48qwWR9mwBNp2DB9Y7saaAOnlOTHgKkfIz/yRoksc2yZ4BTpsaH5e2APk9ZMRhpyvq+2Bg+p2sHg==", "css/mui.min.css" : "sha512-f5qcL6/n1AEdpHx1+8JANTMRdc6V96WqE2HLC7G/M2ilSwohMUJLcXMgREkm/eofCP9g6fIDC1mUFCUO3wHFbg==", "js/mui.js" : "sha512-/aBzTVNMpFCoqcm+bIo0SANI4m2jtl6jExwCBai0fQ1kKNnev2/S7IoLuJLOtzJ...
json_instruct
{"type": "object", "properties": {"css/mui.css": {"type": "string"}, "css/mui.min.css": {"type": "string"}, "js/mui.js": {"type": "string"}, "js/mui.min.js": {"type": "string"}}, "required": ["css/mui.css", "css/mui.min.css", "js/mui.js", "js/mui.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "requi...
{"uuid" : "14428ee3-528b-40fb-a93e-525f57690fe5", "befores" : [{"name" : "json_groups", "status" : "passed", "start" : 1600121120192, "stop" : 1600121120192}], "start" : 1600121120192, "stop" : 1600121121171}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"header": {"type": "object", "properties": {"navigation": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}}}, "required": ["n...
{"header" : {"navigation" : [{"title" : "Start", "url" : "index"}, {"title" : "\u00dcber uns", "url" : "about"}, {"title" : "Sub", "url" : "sub"}, {"title" : "Projekte", "url" : "sub-projects"}]}, "footer" : {"navigation" : [{"title" : "Kontakt", "url" : "contact"}, {"title" : "Nutzungsbedingungen", "url" : "terms"}, {...
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"navigation": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}}}, "required": ["navigation"]}, "footer": {"type": "object", "properties": {"nav...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Davide De Rosa": {"type":...
{"name" : "WaSPV", "version" : "0.1.1", "license" : "GPL", "summary" : "A native Bitcoin SPV client library for iOS with BIP32 support.", "homepage" : "https://github.com/keeshux/WaSPV", "authors" : {"Davide De Rosa" : "keeshux@gmail.com"}, "source" : {"git" : "https://github.com/keeshux/WaSPV.git", "tag" : "0.1.1"}, "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Davide De Rosa": {"type": "string"}}, "required": ["Davide De Rosa"]}, "source": {"type...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"deps": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "root": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["deps", "na...
{"deps" : ["zx"], "name" : "fuchsia.sysmem", "root" : "fidl/fuchsia.sysmem", "sources" : ["fidl/fuchsia.sysmem/allocator.fidl", "fidl/fuchsia.sysmem/collection.fidl", "fidl/fuchsia.sysmem/collections_deprecated.fidl", "fidl/fuchsia.sysmem/constraints.fidl", "fidl/fuchsia.sysmem/driver_connector.fidl", "fidl/fuchsia.sys...
json_instruct
{"type": "object", "properties": {"deps": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "root": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["deps", "name", "root", "sources", "type"], "$schema": "http://json-schem...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Artist": {"type": "string"}, "Common name": {"type": "string"}, "Date created": {"type": "string"}, "Geographic origin": {"type": "string"}, "Physical description": {"type": "string"}, "Scientific name": {"type...
{"Artist" : "Newton, Amanda Almira, ca. 1860-1943", "Common name" : "grapes", "Date created" : "1908-10-22", "Geographic origin" : "Oakville, Napa County, California, United States", "Physical description" : "1 art original : col. ; 17 x 25 cm.", "Scientific name" : "Vitis", "Specimen" : "42541", "Variety" : "Malakoff ...
json_instruct
{"type": "object", "properties": {"Artist": {"type": "string"}, "Common name": {"type": "string"}, "Date created": {"type": "string"}, "Geographic origin": {"type": "string"}, "Physical description": {"type": "string"}, "Scientific name": {"type": "string"}, "Specimen": {"type": "string"}, "Variety": {"type": "string"}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"optOut": {"type": "boolean"}, "lastUpdateCheck": {"type": "integer"}}, "required": ["optOut", "lastUpdateCheck"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"optOut" : false, "lastUpdateCheck" : 1618934311738}
json_instruct
{"type": "object", "properties": {"optOut": {"type": "boolean"}, "lastUpdateCheck": {"type": "integer"}}, "required": ["optOut", "lastUpdateCheck"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "e...
{"nom" : "Saint-Herblain", "dpt" : "Loire-Atlantique", "inscrits" : 31565, "abs" : 7680, "votants" : 23885, "blancs" : 2123, "nuls" : 533, "exp" : 21229, "res" : [{"panneau" : "1", "voix" : 17331}, {"panneau" : "2", "voix" : 3898}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "rarity": {"type": "integer"}, "source": {"type": "array", "items": {"type": "string"}}, "bait...
{"id" : "purple_shirakodai", "name" : "Shirakodai Roxo", "description" : "Um gentil e elegante peixe borboleta. Possui uma ador\u00e1vel barbanata dorsal, e possui o apelido \"Rainha das \u00c1guas\".<br/>Padr\u00f5es ador\u00e1veis roxos percorrem o seu corpo, e eles adoram nadar juntos para afastar inimigos naturais ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "rarity": {"type": "integer"}, "source": {"type": "array", "items": {"type": "string"}}, "bait": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"ty...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"skipTerminateQuickPick": {"type": "boolean"}, "skipSwitchToOutput": {"type": "boolean"}, "skipErrorMessage": {"type": "boolean"}, "commands": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "strin...
{"skipTerminateQuickPick" : true, "skipSwitchToOutput" : false, "skipErrorMessage" : true, "commands" : [{"text" : "$(beaker) Test", "tooltip" : "Run Unit Tests", "commandType" : "palette", "command" : "workbench.action.tasks.test"}, {"text" : "$(tools) Build", "tooltip" : "Run Build Task", "commandType" : "palette", "...
json_instruct
{"type": "object", "properties": {"skipTerminateQuickPick": {"type": "boolean"}, "skipSwitchToOutput": {"type": "boolean"}, "skipErrorMessage": {"type": "boolean"}, "commands": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "tooltip": {"type": "string"}, "commandType": {"type":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"comment": {"type": "string"}, "ply": {"type": "integer"}, "board": {"type": "array", "items": {"type": "string"}}, "turn": {"type": "string"}}, "required": ["comment", "ply", "board", "turn"], "$schema": "http://jso...
{"comment" : "9\u8def\u76e4 \u73fe\u5c40\u9762", "ply" : 30, "board" : ["+++++++++++", "+ x xxx +", "+ xxx x +", "+ xx ooo +", "+ o o o +", "+ ooo o +", "+xx +", "+ xx oo +", "+ ooo +", "+ o +", "+++++++++++"], "turn" : "black"}
json_instruct
{"type": "object", "properties": {"comment": {"type": "string"}, "ply": {"type": "integer"}, "board": {"type": "array", "items": {"type": "string"}}, "turn": {"type": "string"}}, "required": ["comment", "ply", "board", "turn"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"3009201976": {"type": "object", "properties": {"contentDigest": {"type": "string"}, "args": {"type": "objec...
{"expireTime" : 9007200895970174000, "key" : "ref-8c56549f-ad33-5625-bb3f-4008b93ea8fa", "val" : {"3009201976" : {"contentDigest" : "5f7970a6b6e9a0095949da3a07566157", "args" : {"placeholder" : "blurred"}, "cacheFilename" : "/Users/christopher.kark/Documents/GitHub/portfolio-neue/.cache/caches/gatsby-plugin-image/30092...
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"3009201976": {"type": "object", "properties": {"contentDigest": {"type": "string"}, "args": {"type": "object", "properties": {"placeholder": {"type": "string"}}, "required": ["placeh...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "t...
{"directions" : ["Mix meat, onions and mushrooms in slow cooker.", "Add broth; stir. Cover. Cook on LOW for 6 to 8 hours (or on HIGH for 3 to 4 hours).", "Combine cream cheese spread and flour. Add to meat mixture just before serving; stir until cream cheese is completely melted and mixture is well blended. Add to hot ...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "config": {"type": "object", "properties": {"schedule": {"type": "string"}}, "required": ["schedule"]}, "disabled": {"type": "boolean"}...
{"id" : "61c0ccc4766161a449b2ff54", "name" : "GitHub-Sync", "type" : "SCHEDULED", "config" : {"schedule" : "*/30 * * * *"}, "disabled" : true, "event_processors" : {"FUNCTION" : {"config" : {"function_name" : "fnGitHubSync"}}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "config": {"type": "object", "properties": {"schedule": {"type": "string"}}, "required": ["schedule"]}, "disabled": {"type": "boolean"}, "event_processors": {"type": "object", "properties": {"FUNCTION": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "62a3baeff7eb2530dac158e54ed29047c4289e69"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "arra...
{"directions" : ["Beat cream, 1 tablespoon chives and horseradish in medium bowl to stiff peaks. Fold in 2 tablespoons caviar. Season to taste with pepper. Place salmon slices on work surface. Spread 2 tablespoons caviar mixture down center of each, leaving 1/2-inch border on short sides. Fold short sides in, then roll...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"appId": {"type": "string"}, "appName": {"type": "string"}, "webDir": {"type": "string"}, "bundledWebRuntime": {"type": "boolean"}}, "required": ["appId", "appName", "webDir", "bundledWebRuntime"], "$schema": "http://json-schema....
{"appId" : "com.endlessquizz", "appName" : "Endless-Quiz", "webDir" : "public", "bundledWebRuntime" : false}
json_instruct
{"type": "object", "properties": {"appId": {"type": "string"}, "appName": {"type": "string"}, "webDir": {"type": "string"}, "bundledWebRuntime": {"type": "boolean"}}, "required": ["appId", "appName", "webDir", "bundledWebRuntime"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ret": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "no": {"type": "string"}, "status": {"type": "string"}, "time": {"type": ...
{"ret" : true, "data" : [{"id" : "0001", "name" : "CH-12 Book Purchasing", "no" : "CH-2019-002523", "status" : "Active", "time" : "2019-11-12 07:59:07", "user" : "Ge, Chunfeng/\u845b\u6625\u5cf0"}, {"id" : "0002", "name" : "CF-12 Administrative Expenses - Employee Expense Claim/\u529e\u516c\u8d39\u76f8\u5173-\u5458\u5d...
json_instruct
{"type": "object", "properties": {"ret": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "no": {"type": "string"}, "status": {"type": "string"}, "time": {"type": "string"}, "user": {"type": "string"}}, "required": ["id", "na...
Generate a valid JSON object that conforms to the following schema: {"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" : "1603040006", "district_id" : "1603040", "name" : "TEGAL REJO"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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": "i...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "San Roque, Unisan, Quezon, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.quezon.unisan.san-roque", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_referenc...
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": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"amqplib": {"type": "string"}, "log4js": {"type": "string"}, "express": {"type": "string"}, "mongodb": {"typ...
{"name" : "OWT-MCU-Management-API", "version" : "5.0.0", "dependencies" : {"amqplib" : "^0.7.0", "log4js" : "^6.4.0", "express" : "*", "mongodb" : "^3.6.8", "toml" : "*", "ajv" : "^6.12.3", "body-parser" : "*", "mongoose" : "^5.13.12", "fraction.js" : "^4.0.12"}, "main" : "api.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"amqplib": {"type": "string"}, "log4js": {"type": "string"}, "express": {"type": "string"}, "mongodb": {"type": "string"}, "toml": {"type": "string"}, "ajv": {"type": "string"},...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f...
{"\u6cd5\u898f\u6027\u8cea" : "\u547d\u4ee4", "\u6cd5\u898f\u540d\u7a31" : "\u570b\u9632\u91ab\u5b78\u9662\u535a\u58eb\u73ed\u53ca\u78a9\u58eb\u73ed\u5165\u5b78\u62db\u751f\u8003\u8a66\u898f\u8cbb\u6536\u8cbb\u6a19\u6e96", "\u6cd5\u898f\u7db2\u5740" : "https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=F0130004", "\u6cd...
json_instruct
{"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ArchiveDownloadCount": {"type": "integer"}, "ArchiveDownload": {"type": "object", "properties": {"Total": {"type": "integer"}, "Day": {"type": "integer"}, "Week": {"type": "integer"}, "Month": {"type": "integer"}},...
{"ArchiveDownloadCount" : 918, "ArchiveDownload" : {"Total" : 918, "Day" : 0, "Week" : 0, "Month" : 0}, "ArchiveDownloadAllRevisions" : {"Total" : 920, "Day" : 0, "Week" : 0, "Month" : 0}}
json_instruct
{"type": "object", "properties": {"ArchiveDownloadCount": {"type": "integer"}, "ArchiveDownload": {"type": "object", "properties": {"Total": {"type": "integer"}, "Day": {"type": "integer"}, "Week": {"type": "integer"}, "Month": {"type": "integer"}}, "required": ["Total", "Day", "Week", "Month"]}, "ArchiveDownloadAllRev...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "events": {"type": "array", "items": {"type": "object", "properties": {"ui": {"type": "object", "properties": {"fingerPos": {"type": "object", "properties": {"posY": {"type": "integer"}, "posX": {"t...
{"id" : "test", "events" : [{"ui" : {"fingerPos" : {"posY" : -50, "posX" : 50}, "path" : "UICamera/Canvas/UIMain/ActivityMainUI(Clone)/pages/AprilFoolDiscoveryRePage(Clone)/AD/help_btn", "pathIndex" : -1, "triggerType" : [1]}, "alpha" : 0.3, "style" : {"posY" : 180.11, "dir" : 1, "ui" : {"pathIndex" : -1, "path" : ""},...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "events": {"type": "array", "items": {"type": "object", "properties": {"ui": {"type": "object", "properties": {"fingerPos": {"type": "object", "properties": {"posY": {"type": "integer"}, "posX": {"type": "integer"}}, "required": ["posY", "posX"]}, "path": {"ty...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1991, 7], [1992, 9], [1993, 9], [1994, 10], [1995, 11], [1996, 8], [1997, 7], [1998, 13], [1999, 8], [2000, 8], [2001, 6], [2002, 8], [2003, 12], [2004, 8], [2005, 15], [2006, 8], [2010, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "strin...
{"authors" : [{"author" : "Henry B Armah"}, {"author" : "Anil V Parwani"}], "doi" : "10.1186/1746-1596-2-45", "publication_date" : "2007-12-07", "id" : "EN119265", "url" : "https://pubmed.ncbi.nlm.nih.gov/18053181", "source" : "Diagnostic pathology", "source_url" : "", "licence" : "CC BY-SA", "language" : "en", "type" ...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"$id": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"chargingStationID": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required":...
{"$id" : "chargingstation-action-data-transfer", "title" : "Data Transfer", "type" : "object", "properties" : {"chargingStationID" : {"$ref" : "chargingstation#/definitions/id"}, "args" : {"type" : "object", "properties" : {"vendorId" : {"type" : "string", "sanitize" : "mongo"}, "messageId" : {"type" : "string", "sanit...
json_instruct
{"type": "object", "properties": {"$id": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"chargingStationID": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "args": {"type": "object", "properties": {"type...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "title-error": {"type": "string"}, "repo-lastmoddate-label": {"type": "string"}}, "required": ["...
{"@metadata" : {"authors" : ["Tifinaghes"]}, "title-error" : "Error", "repo-lastmoddate-label" : "\u2d30\u2d3d\u2d53\u2d37:"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "title-error": {"type": "string"}, "repo-lastmoddate-label": {"type": "string"}}, "required": ["@metadata", "title-error", "repo-lastmoddate-label"], "$s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"require": {"type": "object", "properties": {"gitonomy/gitlib": {"type": "string"}, "sabre/dav": {"type": "string"}, "symfony/process": {"type": "string"}}, "required": ["gitonomy/gitlib", "sabre/dav", "symfony/process"]}}, "re...
{"require" : {"gitonomy/gitlib" : "1.0.0", "sabre/dav" : "2.1", "symfony/process" : "2.8.8"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"gitonomy/gitlib": {"type": "string"}, "sabre/dav": {"type": "string"}, "symfony/process": {"type": "string"}}, "required": ["gitonomy/gitlib", "sabre/dav", "symfony/process"]}}, "required": ["require"], "$schema": "http://json-schema.org/dr...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"_id": {"type": "string"}, "asset": {"type": "string"}, "platform": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "logo": {"...
{"_id" : "vertcoin@vertcoin", "asset" : "vertcoin", "platform" : "vertcoin", "type" : "coin", "name" : "Vertcoin", "symbol" : "VTC", "decimals" : 8, "logo" : "vertcoin.svg", "supported" : false, "changelly" : {"ticker" : "vtc"}, "coingecko" : {"id" : "vertcoin"}, "coinmarketcap" : {"id" : 99, "slug" : "vertcoin"}}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "asset": {"type": "string"}, "platform": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "logo": {"type": "string"}, "supported": {"type": "boolean"}, "changelly": {"ty...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900724481": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900724482": {"type": "object", "properties": {"nama": {"type":...
{"900724481" : {"nama" : "TPS 1", "dapil" : [7302, 17307, 2730804]}, "900724482" : {"nama" : "TPS 2", "dapil" : [7302, 17307, 2730804]}, "900724483" : {"nama" : "TPS 3", "dapil" : [7302, 17307, 2730804]}}
json_instruct
{"type": "object", "properties": {"900724481": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900724482": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Abgeschlossen": {"type": "string"}, "Alle Projekte": {"type": "string"}, "In Arbeit": {"type": "string"}, "Projekte filtern": {"type": "string"}, "Projekte von WeWater": {"type": "string"}, "ProjekteSEODescri...
{"Abgeschlossen" : "Abgeschlossen", "Alle Projekte" : "Alle Projekte", "In Arbeit" : "In Arbeit", "Projekte filtern" : "Projekte filtern", "Projekte von WeWater" : "Projets de WeWater", "ProjekteSEODescription" : "WeWater op\u00e8re au Kenya, en Ouganda et dans d'autres pays et y met en \u0153uvre des projets d'eau pot...
json_instruct
{"type": "object", "properties": {"Abgeschlossen": {"type": "string"}, "Alle Projekte": {"type": "string"}, "In Arbeit": {"type": "string"}, "Projekte filtern": {"type": "string"}, "Projekte von WeWater": {"type": "string"}, "ProjekteSEODescription": {"type": "string"}, "ProjekteSEOTitle": {"type": "string"}, "Projekt\...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"handy-utils-shared": {"type": "string"}}, "required": ["handy-utils-shared"]}, "devD...
{"name" : "handy-cli-plugin-antd", "version" : "1.0.7", "author" : "xiyuyizhi", "dependencies" : {"handy-utils-shared" : "^1.0.7"}, "devDependencies" : {"antd" : "^3.8.2", "babel-plugin-import" : "^1.11.0", "ts-import-plugin" : "^1.5.5", "typescript" : "^3.1.3"}, "repository" : {"type" : "git", "url" : "https://github....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"handy-utils-shared": {"type": "string"}}, "required": ["handy-utils-shared"]}, "devDependencies": {"type": "object", "properties": {"antd": {"type...
Using the following JSON schema, generate a compatible 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", "properti...
{"contract" : "0x4afeb9cce471e2cc0e98ebf6d0bbfc0142ddc6d0", "tool" : "honeybadger", "start" : 1565849680.0087001, "end" : 1565849723.4344344, "duration" : 43.42573428153992, "analysis" : [{"errors" : [], "file" : "/unique_chucks/9/0x4afeb9cce471e2cc0e98ebf6d0bbfc0142ddc6d0.sol", "name" : "LitecoinEclipse"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {...
{"type" : "FeatureCollection", "title" : "Il Torrino", "id" : "423102", "bbox" : [12.44113, 41.812936, 12.44113, 41.812936], "description" : "An Iron Age settlement in Latium.", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.44113, 41.812936]}, "properties" : {"description" : "re...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "...
{"title" : "MMD_\u30de\u30b7\u30e5_KiLLERLADY\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "akaisan", "description" : "\u97f3\u697d\uff1a\u516b\u738b\u5b50P\u69d8<br>\u30e2\u30c7\u30eb\uff1a\u30ad\u30ce\u30b3\u30eb\u69d8<br>\u8863\u88c5\uff1aMarbles\u69d8<br>\u30b9\u30c6\u30fc\u30b8\uff1a\u306e\u3079\u7537\u69d8<br...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
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": {"start": {"type": "string"}, "build": {"ty...
{"name" : "vanilla", "version" : "1.0.0", "description" : "JavaScript example starter project", "main" : "index.html", "scripts" : {"start" : "npm run watch:css && react-scripts start", "build" : "npm run watch:css && CI=false react-scripts build", "test" : "react-scripts test", "eject" : "react-scripts eject", "watch:...
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"}, "test": {"type": "string"}, "eject": {"type": "string"}, "wat...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "obj...
{"index_name" : "blockbook", "start_urls" : ["https://blockbook.cc/book"], "stop_urls" : [], "selectors" : {"lvl0" : {"selector" : "[class^='SideBar__SideBarTitle']", "global" : true, "default_value" : "Documentation"}, "lvl1" : "[class^='Page-jou'] h2", "lvl2" : "[class^='Page-jou'] h3", "lvl3" : "[class^='Page-jou'] ...
json_instruct
{"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "object", "properties": {"selector": {"type": "string"}, "global": {"type": "bool...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "rating": {"type": "number"}, "check-in": {"type": "integer"}, "review-count": {"type": "integer"}}, "required": ["id", "rating", "check-in", "review-count"], "$schema": "http://json-schem...
{"id" : 186, "rating" : 3.7, "check-in" : 4847, "review-count" : 111}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "rating": {"type": "number"}, "check-in": {"type": "integer"}, "review-count": {"type": "integer"}}, "required": ["id", "rating", "check-in", "review-count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadat...
{"id" : "61f2e4f2-45aa-4243-afa0-778471974a51", "playerTags" : ["a1628d97-16ca-4a75-b8df-569bae02bef9"], "teamTags" : ["eb67ae5e-c4bf-46ca-bbbc-425cd34182ff", "105bc3ff-1320-4e37-8ef0-8d595cb95dd0"], "gameTags" : ["f907335b-184d-4c12-a4b5-957d92cb973e"], "metadata" : {"play" : 162, "subPlay" : -1, "children" : ["a2a631...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "su...
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": {"clean": {"type": "string"}, "test": {"type": "s...
{"name" : "cfn-template-checker", "version" : "1.1.0", "description" : "Lambda Package to check if CloudFormation templates have changed since the last time it was checked.", "main" : "index.js", "scripts" : {"clean" : "rm -rf node_modules coverage", "test" : "CI=true jest --config jestconfig.json --coverage --silent"}...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "test": {"type": "string"}}, "required": ["clean", "test"]}, "author": {"type": "string"},...
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" : "7201062010", "district_id" : "7201062", "name" : "LUK PANENTENG"}
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": "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" : ["#forge:ores/inferium", "#forge:ores/prosperity", "#forge:ores/soulium"]}
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": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"typ...
{"name" : "glb2usdz", "version" : "1.0.0", "description" : "glb2usdz on aws lambda container", "author" : "dasithdev", "main" : "server.js", "scripts" : {"start" : "server.lambdahandler"}, "dependencies" : {"@aws-sdk/client-dynamodb" : "^3.19.0", "@aws-sdk/client-s3" : "^3.19.0", "@aws-sdk/util-dynamodb" : "^3.19.0", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "model": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "timestamp": {"type": ...
{"id" : "sensor_1", "type" : "sensor", "model" : {"type" : "Text", "value" : "arduino_dth_11"}, "timestamp" : {"type" : "ISO8601", "value" : "2020-10-07T09:50:00Z"}, "accelerometerlist" : {"type" : "Text", "value" : [{"x" : -0.384399414, "y" : 2.519180298, "z" : 9.288574219, "t" : "2020-10-06T18:42:14Z"}, {"x" : -0.357...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "model": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "timestamp": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "strin...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "l...
{"place_name" : "Gracemont", "state_name" : "Oklahoma", "state_abbrv" : "OK", "lat" : "35.1875", "long" : "-98.2835"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "...
{"symbol" : "PENDLE", "address" : "0x808507121B80c02388fAd14726482e061B8da827", "overview" : {"en" : ""}, "email" : "", "website" : "https://pendle.finance/", "state" : "NORMAL", "links" : {"blog" : "https://medium.com/pendle", "twitter" : "https://twitter.com/pendle_fi", "telegram" : "", "github" : ""}}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "terret", "definition" : "One of the rings on the top of the saddle of a harness, through which the reins pass."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"pokemon": {"type": "string"}, "learnset": {"type": "object", "properties": {"headbutt": {"type": "array", "items": {"type": "string"}}, "holdback": {"type": "array", "items": {"type": "string"}}, "irondefense": {"type": "array...
{"pokemon" : "beldum", "learnset" : {"headbutt" : ["4T"], "holdback" : ["6S0"], "irondefense" : ["8M", "7T", "6T", "6S0", "5T", "4T"], "ironhead" : ["8M", "7T", "6T", "6S0", "5T", "5D", "4T"], "steelbeam" : ["8T"], "tackle" : ["8L1"], "takedown" : ["7L1", "6L1", "5L1", "5D", "4L1", "3L1"], "zenheadbutt" : ["8M", "7T", ...
json_instruct
{"type": "object", "properties": {"pokemon": {"type": "string"}, "learnset": {"type": "object", "properties": {"headbutt": {"type": "array", "items": {"type": "string"}}, "holdback": {"type": "array", "items": {"type": "string"}}, "irondefense": {"type": "array", "items": {"type": "string"}}, "ironhead": {"type": "arra...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number...
{"id" : "60319526", "name" : "Tarrant Way", "nodes" : [{"type" : "node", "id" : 750037551, "lat" : 52.2902416, "lon" : -0.8439342}, {"type" : "node", "id" : 750037560, "lat" : 52.2891909, "lon" : -0.8434312}, {"type" : "node", "id" : 750037630, "lat" : 52.2889891, "lon" : -0.8435019}, {"type" : "node", "id" : 750037631...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"alias": {"type": "string"}, "compactors": {"type": "array", "items": {"type": "string"}}, "directories": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "finder": {"type...
{"alias" : "cecil.phar", "compactors" : ["KevinGH\\Box\\Compactor\\Json", "KevinGH\\Box\\Compactor\\Php"], "directories" : ["config", "src", "res"], "files" : ["LICENSE", "VERSION"], "finder" : [{"name" : ["LICENSE*", "License*", "*.php", "*.xml", "*.xsd", "*.yaml", "*.yml", "*.json", "*.txt", "*.twig", "VERSION"], "no...
json_instruct
{"type": "object", "properties": {"alias": {"type": "string"}, "compactors": {"type": "array", "items": {"type": "string"}}, "directories": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "finder": {"type": "array", "items": {"type": "object", "properties": {"nam...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "/Users/sumitsaurabh/data/workspace/flagbeat/plugins/flagbeat-edittext/textpad/build/intermediates/res/merged/release/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png", "source" : "/Users/sumitsaurabh/.gradle/caches/transforms-2/files-2.1/8e0a164398b7d6dacc7a2fb7142be0c8/appcompat-1.2.0/res/drawable-...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "year": {"type": "string"}, "departments": {"type": "array", "i...
{"title" : "Watch and learn: Semi-supervised learning of object detectors from videos.", "fields" : ["viola jones object detection framework", "object class detection", "semi supervised learning", "video tracking", "annotation"], "abstract" : "We present a semi-supervised approach that localizes multiple unknown object...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"hash": {"type": "string"}, "height": {"type": "integer"}, "block": {"type": "string"}}, "required": ["hash", "height", "block"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "75d76c2f9fff4e5b190c8966d1409b8461a0f3edf0dca65da80df9bbe41c5faa", "height" : 3810, "block" : "000000205ea710ec737ce3dbe3c24d778eed12d8292337d4462dc8e4ee1b34f21201000012e513120ea0430ecf2bcc2dd01ed6941c3d2cfcba544f4488361fb725972b37dc4b675effff7f2005000000020300050001000000000000000000000000000000000000000000...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "height": {"type": "integer"}, "block": {"type": "string"}}, "required": ["hash", "height", "block"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"AllowedHosts": {"type": "string"}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.L...
{"AllowedHosts" : "*", "Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "Token" : {"Issuer" : "self", "Audience" : "self", "Key" : "abcdefghijklmnopqrstuvwxyz"}, "RuntimeFeature" : {"Enabled" : true, "RootPath" : "/runtime", "Policy" : "NoPol...
json_instruct
{"type": "object", "properties": {"AllowedHosts": {"type": "string"}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Micros...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}, "policy": {"type": "object", "properties": {"plen": {"type": "integer"}, "psets": {"type": "integer"}, "pdict": {"type": "integer"}, ...
{"id" : 12, "name" : "too_hard", "type" : "stolen", "policy" : {"plen" : 12, "psets" : 4, "pdict" : 1, "phist" : 3, "prenew" : 1}, "description" : "You require very complex passwords that are impossible to memorize and you ask people to change them every month. On the other hand password recovery needs to go through a ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}, "policy": {"type": "object", "properties": {"plen": {"type": "integer"}, "psets": {"type": "integer"}, "pdict": {"type": "integer"}, "phist": {"type": "integer"}, "prenew": {"type": "integer"}}, "require...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "working_dir": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"https://github.com/boostorg/con...
{"type" : "github", "url" : "https://github.com/CPPAlliance/json", "working_dir" : "include", "files" : ["boost/json.hpp", "boost/pilfer.hpp", "boost/json/array.hpp", "boost/json/basic_parser.hpp", "boost/json/config.hpp", "boost/json/error.hpp", "boost/json/kind.hpp", "boost/json/monotonic_resource.hpp", "boost/json/n...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "working_dir": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"https://github.com/boostorg/config": {"type": "object", "properties": {"version": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Root": {"type": "string"}, "Name": {"type": "string"}, "Base": {"type": "string"}, "ContentType": {"type": "string"}, "RelationshipType": {"type": "string"}, "Target": {"type": "string"}, "RootElement": {"type"...
{"Root" : "x:CT_QueryTable", "Name" : "QueryTablePart", "Base" : "OpenXmlPart", "ContentType" : "application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml", "RelationshipType" : "http://schemas.openxmlformats.org/officeDocument/2006/relationships/queryTable", "Target" : "queryTable", "RootElement" : "q...
json_instruct
{"type": "object", "properties": {"Root": {"type": "string"}, "Name": {"type": "string"}, "Base": {"type": "string"}, "ContentType": {"type": "string"}, "RelationshipType": {"type": "string"}, "Target": {"type": "string"}, "RootElement": {"type": "string"}, "Paths": {"type": "object", "properties": {"General": {"type":...
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" : [[[123.0, 26.25], [123.0, 26.333333333333332], [123.125, 26.333333333333332], [123.125, 26.25], [123.0, 26.25]]]}, "properties" : {"code" : 392330, "url" : "http://madefor.github.io/0410/api/v1/392330.geojson", "view" : "https://github.com/madefor/0...
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": {"symbol": {"type": "string"}, "address": {"type": "string"}}, "required": ["symbol", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "HBT", "address" : "0xDd6C68bb32462e01705011a4e2Ad1a60740f217F"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}}, "required": ["symbol", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"token": {"type": "string"}, "name": {"type": "string"}, "network": {"type": "string"}, "symbol": {"type": "string"}, "skin": {"type": "string"}, "domain": {"type": "string"}, "strategies": {"type": "array", "items": {"type": "...
{"token" : "0x87047986e8e4961c11d2edcd94285e3a1331d97b", "name" : "Yakuza", "network" : "1", "symbol" : "YKZ", "skin" : "yakuza", "domain" : "vote.ykz.network", "strategies" : [{"name" : "erc20-balance-of", "params" : {"address" : "0x87047986e8e4961c11d2edcd94285e3a1331d97b", "symbol" : "YKZ"}}], "members" : ["0x69eF61...
json_instruct
{"type": "object", "properties": {"token": {"type": "string"}, "name": {"type": "string"}, "network": {"type": "string"}, "symbol": {"type": "string"}, "skin": {"type": "string"}, "domain": {"type": "string"}, "strategies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "params...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "89b53c5e3eb8eef8d8e4", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 3871, "date" : "2012-07-24 07:27:40", "user" : "aveline", "post" : "Hi\r\nIntroducing newly launched unmanaged OpenVZ VPS brand http://libvz.com\r\n\r\n**Our VPS plans starting at $24/yr!!\r\n128MB Guaranteed\r\n256MB Burstable\r\n10GB HDD Space\r\n1000GB Bandwidth\r\n1 CPU Core(s)\r\n1 IPv4 Address(es)**\r\n\r...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "s...
{"symbol" : "CFL365", "address" : "0xC1E0510A0dF7646817b6632D32CaA681A425a5e6", "overview" : {"en" : ""}, "email" : "", "website" : "http://cfl365.finance", "state" : "NORMAL", "links" : {"blog" : "https://medium.com/cfl365-finance", "twitter" : "https://twitter.com/cfl365_finance", "telegram" : "", "github" : ""}}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema...
{"variants" : {"" : {"model" : "deep_trenches:block/waveite_diamond_ore"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[3.0879105894033594, 1.3215193764760307, 2.0521437905932105, 1.441910051495546, 1.3924134934711832, 0.8342500210901382, 0.9208044253986348, 3.135698924872329, 2.142958784954754, 2.475899337483021]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["411325100", "\u57ce\u5173\u9547", "411325"], ["411325101", "\u590f\u9986\u9547", "411325"], ["411325102", "\u5e08\u5c97\u9547", "411325"], ["411325103", "\u9a6c\u5c71\u53e3\u9547", "411325"], ["411325104", "\u6e4d\u4e1c\u9547", "411325"], ["411325105", "\u8d64\u7709\u9547", "411325"], ["411325106", "\u74e6\u4ead\u95...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "lodash": {"t...
{"name" : "recipe-organizer", "version" : "1.0.0", "description" : "A small recipe app", "main" : "app.js", "dependencies" : {"express" : "^4.14.0", "lodash" : "^4.16.6", "material-ui" : "^0.16.4", "mongodb" : "^2.2.11", "react" : "^15.4.1", "react-dom" : "^15.4.1", "react-router" : "^3.0.0", "react-tap-event-plugin" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "lodash": {"type": "string"}, "material-ui": {"type": "string"}, "mongodb": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"sn55.21:0.1": {"type": "string"}, "sn55.21:0.2": {"type": "string"}, "sn55.21:0.3": {"type": "string"}, "sn55.21:1.1": {"type": "string"}, "sn55.21:1.2": {"type": "string"}, "sn55.21:1.3": {"type": "string"}, "sn55.21:1.4": {"ty...
{"sn55.21:0.1" : "<article id='sn55.21'><header><ul><li class='division'>{}</li>", "sn55.21:0.2" : "<li>{}</li></ul>", "sn55.21:0.3" : "<h1 class='sutta-title'>{}</h1></header>", "sn55.21:1.1" : "<p><span class='evam'>{}</span>", "sn55.21:1.2" : "{}", "sn55.21:1.3" : "{}</p>", "sn55.21:1.4" : "<p>{}", "sn55.21:1.5" : "...
json_instruct
{"type": "object", "properties": {"sn55.21:0.1": {"type": "string"}, "sn55.21:0.2": {"type": "string"}, "sn55.21:0.3": {"type": "string"}, "sn55.21:1.1": {"type": "string"}, "sn55.21:1.2": {"type": "string"}, "sn55.21:1.3": {"type": "string"}, "sn55.21:1.4": {"type": "string"}, "sn55.21:1.5": {"type": "string"}, "sn55....
Create a JSON structure that matches this schema definition: {"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"}}}}}, "r...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[126.875, 29.583333333333332], [126.875, 29.666666666666668], [127.0, 29.666666666666668], [127.0, 29.583333333333332], [126.875, 29.583333333333332]]]}, "properties" : {"code" : 442637, "url" : "http://madefor.github.io/0410/api/v1/442637.geojson...
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...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"...
[{"label" : "Animal", "normalizedVertices" : [{"x" : 0.062162198, "y" : 0.16732809}, {"x" : 0.20852514, "y" : 0.16732809}, {"x" : 0.20852514, "y" : 0.44079578}, {"x" : 0.062162198, "y" : 0.44079578}], "score" : 0.5396227}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertice...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"typ...
{"aliases" : ["Zero"], "authors" : ["Louise Simonson", "Rob Liefeld"], "description" : "Zero is the name of several characters in the Marvel Comics Universe.", "images" : {"background" : null, "thumbnail" : null}, "mainColor" : null, "name" : "Zero", "partners" : [], "powers" : ["Absorption", "Computerized intelligence...
json_instruct
{"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "null"}, "thumbnail": {"type": "null"}}, "required": ["background"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema...
{"word" : "Congratulate", "definitions" : ["Give (someone) one's good wishes when something special or pleasant has happened to them.", "Praise (someone) for an achievement.", "Feel pride or satisfaction."], "parts-of-speech" : "Verb"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : "1210050011", "district_id" : "1210050", "name" : "TANJUNG BERINGIN"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "321102003001", "text" : "\u9f13\u697c\u5c97\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "321102003002", "text" : "\u53cc\u4e95\u8def\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "321102003003", "text" : "\u5f25\u9640\u5bfa\u5df7\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "321102003004", "text" : "\u5343\u79cb\u6865\u7...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "f...
{"user" : "zhoukekestar", "repos" : 1, "login" : "zhoukekestar", "id" : 7157346, "avatar_url" : "https://avatars0.githubusercontent.com/u/7157346?v=3", "url" : "https://api.github.com/users/zhoukekestar", "html_url" : "https://github.com/zhoukekestar", "followers_url" : "https://api.github.com/users/zhoukekestar/follow...
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gist...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hub_order_tracking_title": {"type": "string"}, "hub_order_tracking_see_all": {"type": "string"}}, "required": ["hub_order_tracking_title", "hub_order_tracking_see_all"], "$schema": "http://json-schema.org/draft...
{"hub_order_tracking_title" : "Ultimo ordine", "hub_order_tracking_see_all" : "Visualizza i tuoi ordini"}
json_instruct
{"type": "object", "properties": {"hub_order_tracking_title": {"type": "string"}, "hub_order_tracking_see_all": {"type": "string"}}, "required": ["hub_order_tracking_title", "hub_order_tracking_see_all"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"cldr.js": {"type": "string"}, "cldr.min.js": {"type": "string"}, "cldr/supplemental.js": {"type": "string"}, "cldr/supplemental.min.js": {"type": "string"}, "cldr/unresolved.js": {"type": "string"}, "cldr/unres...
{"cldr.js" : "sha512-9BBYPsQCKtl82gHXGPAtoj0Axk6vVxYz7DiWBckw/6D3AnaZCagcC23KcTyEI3UwBTWzxyiCkG47bB8PZavmXA==", "cldr.min.js" : "sha512-3F9qIL+ylnyON2Smb3pzzznvTMEmGHIrFLV508IVaRXPTTrMuf3AR+bRpI0gxBrsbEGZATbawy5T5MUKeZlEqg==", "cldr/supplemental.js" : "sha512-UErlNBezmuXqAhLzHiS4fvH0DiGC50PmElqBsgm270QKIltTDeFCOpVRk4Xd...
json_instruct
{"type": "object", "properties": {"cldr.js": {"type": "string"}, "cldr.min.js": {"type": "string"}, "cldr/supplemental.js": {"type": "string"}, "cldr/supplemental.min.js": {"type": "string"}, "cldr/unresolved.js": {"type": "string"}, "cldr/unresolved.min.js": {"type": "string"}}, "required": ["cldr.js", "cldr.min.js", ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "st...
{"schema_version" : "1.2.0", "id" : "GHSA-g7pm-6346-7f46", "modified" : "2022-05-13T01:01:08Z", "published" : "2022-05-13T01:01:08Z", "aliases" : ["CVE-2016-8719"], "details" : "An exploitable reflected Cross-Site Scripting vulnerability exists in the Web Application functionality of Moxa AWK-3131A Wireless Access Poin...
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": {"type": "object", "properti...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "479eaa008d445aaaca57e42b5c5300bd297d335b"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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" : "2006", "provinceId" : "11", "regencyId" : "06", "districtId" : "19", "name" : "Neusok"}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type...
{"name" : "ng-maps-lite", "main" : "ng-maps-lite.js", "homepage" : "https://github.com/jofftiquez/ng-maps-lite", "authors" : ["Jofferson Tiquez <jofftiquez@gmail.com>"], "description" : "A simple and easy google maps intergration for AngularJs.", "keywords" : ["google", "google", "maps", "angularjs"], "license" : "MIT"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"t...
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"}}, "wayto": {"type": "obje...
{"id" : 18373, "title" : ["[A Long Pier]"], "description" : ["Greyed by weather, the thick planks of the pier are roughly cut. A trail has been worn smooth along the center of the pier, the surface sanded by the passing of many feet. Clumps of water lilies float on the water's surface to either side of the pier, thei...
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"}}, "wayto": {"type": "object", "properties": {"10854": {"type": "string"}, "18372": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "st...
[{"postal_code" : "22040", "place_name" : "Madero (Cacho)", "place_type" : "Colonia", "county" : "Tijuana", "state" : "Baja California", "city" : "Tijuana"}, {"postal_code" : "22040", "place_name" : "Ju\u00e1rez", "place_type" : "Colonia", "county" : "Tijuana", "state" : "Baja California", "city" : "Tijuana"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d357-116", "text" : "LES JURYS 1956\nPour les oeuvres musicales avec texte:\nBelgique\nFrance\nLuxembourg\nMonaco\nPour les oeuvres litteraires ou dramatiques avec ou sans musique:\nAllemagne\nEtats-Unis\nItalie\nPays-Bas\nPortugal\nPour les documentaires, radioreportages, magazines:\nAutriche\nCanada\nGrande-...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"unstable": {"type": "object", "properties": {"0.0.1": {"type": "object", "properties": {"current": {"type": "string"}, "download": {"type": "string"}, "announcement": {"type": "string"}, "eol": {"type": "null"}, "security": {"...
{"unstable" : {"0.0.1" : {"current" : "0.0.1", "download" : "https://github.com/dol-leodagan/phpbb-dol-extension/archive/0.0.1.zip", "announcement" : "https://github.com/dol-leodagan/phpbb-dol-extension/releases/", "eol" : null, "security" : false}}}
json_instruct
{"type": "object", "properties": {"unstable": {"type": "object", "properties": {"0.0.1": {"type": "object", "properties": {"current": {"type": "string"}, "download": {"type": "string"}, "announcement": {"type": "string"}, "eol": {"type": "null"}, "security": {"type": "boolean"}}, "required": ["current", "download", "an...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["/blog/2017/05/04/input-source", "hammerspoon", "hammerspoon-inputsource-aurora", "hammerspoon-luarocks", "hammerspoon-tutorial-00", "hammerspoon-tutorial-01", "hammerspoon-tutorial-02", "hammerspoon-tutorial-03", "hammerspoon-tutorial-04", "hammerspoon-tutorial-05", "my-keyboard-use"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"menu.epi_options": {"type": "string"}, "narrator.button.epi_options": {"type": "string"}, "options.small_book": {"type": "string"}, "options.bookmarking": {"type": "string"}}, "required": ["menu.epi_options", "narrator.button....
{"menu.epi_options" : "", "narrator.button.epi_options" : "Epiphany options", "options.small_book" : "Small Book", "options.bookmarking" : "Bookmarking"}
json_instruct
{"type": "object", "properties": {"menu.epi_options": {"type": "string"}, "narrator.button.epi_options": {"type": "string"}, "options.small_book": {"type": "string"}, "options.bookmarking": {"type": "string"}}, "required": ["menu.epi_options", "narrator.button.epi_options", "options.small_book", "options.bookmarking"],...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author...
{"title" : "\u3010MMD\u3011Rivers of love", "author" : "ajiou", "description" : "<aundefinedhref='https://www.patreon.com/posts/238-mmd-rivers-32289036'>https://www.patreon.com/posts/238-mmd-rivers-32289036</a>", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/420886/thumbnail-4208...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "proper...
{"type" : "MultiPolygon", "coordinates" : [[[[-78.931297, 35.878941], [-78.93116009299995, 35.88234866000004], [-78.93161, 35.883911], [-78.93165598799997, 35.884247001000055], [-78.93174, 35.884861], [-78.931686, 35.88559], [-78.930199, 35.885311], [-78.929611, 35.88781550000004], [-78.92907, 35.887939], [-78.928947, ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"DocumentIncarnation": {"type": "integer"}, "Events": {"type": "array", "items": {"type": "object", "properties": {"EventId": {"type": "string"}, "EventType": {"type": "string"}, "ResourceType": {"type": "string"}, "Resources": {...
{"DocumentIncarnation" : 1, "Events" : [{"EventId" : "602d9444-d2cd-49c7-8624-8643e7171297", "EventType" : "Reboot", "ResourceType" : "VirtualMachine", "Resources" : ["FrontEnd_IN_0", "aks-spotcpu2-24406641-vmss_103"], "EventStatus" : "Scheduled", "NotBefore" : "Mon, 19 Sep 2016 18:29:47 GMT", "Description" : "Host ser...
json_instruct
{"type": "object", "properties": {"DocumentIncarnation": {"type": "integer"}, "Events": {"type": "array", "items": {"type": "object", "properties": {"EventId": {"type": "string"}, "EventType": {"type": "string"}, "ResourceType": {"type": "string"}, "Resources": {"type": "array", "items": {"type": "string"}}, "EventStat...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "aquatica:block/chair/black_spruce_chair"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}