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": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "t...
{"URL" : "https://www.wired.com/1999/02/analyzer-indicted-in-israel", "heading" : "analyzer indicted in israel", "subheading" : "an israeli youth implicated in a series of organized attacks on us government computer systems last year is not off the hook yet.", "author" : "wired news report", "category" : "security", "t...
json_instruct
{"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": ...
{"nom" : "Ch\u00e2telaillon-Plage", "circ" : "2\u00e8me circonscription", "dpt" : "Charente-Maritime", "inscrits" : 5240, "abs" : 2599, "votants" : 2641, "blancs" : 144, "nuls" : 61, "exp" : 2436, "res" : [{"nuance" : "REM", "nom" : "Mme Fr\u00e9derique TUFFNELL", "voix" : 1274}, {"nuance" : "LR", "nom" : "Mme Sylvie M...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start:prod": {"type": "string"},...
{"name" : "Discussy", "version" : "1.0.0", "description" : "Discussy a website for posting question", "main" : "server.js", "scripts" : {"start" : "if-env NODE_ENV=production && npm run start:prod || npm run start:dev", "start:prod" : "node server.js", "start:dev" : "node server.js", "client" : "cd client && npm run st...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start:prod": {"type": "string"}, "start:dev": {"type": "string"}, "client": {"type": "str...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "ascMain": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}...
{"name" : "as-variant", "version" : "0.2.1", "ascMain" : "assembly/index.ts", "main" : "assembly/index.ts", "description" : "Variant data type for AssemblyScript.", "keywords" : ["any", "type", "wasm", "variant", "dynamic", "webassembly", "assemblyscript"], "scripts" : {"build:untouched" : "asc assembly/index.ts --targ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "ascMain": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build:untouched": {"type": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "your", "definition" : "The form of the possessive case of the personal pronoun you. Note: The possessive takes the form yours when the noun to which it refers is not expressed, but implied; as, this book is yours. \"An old fellow of yours.\" Chaucer."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"...
{"artist_id" : "ARGCVZG1187B9B916F", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Hayseed Dixie", "duration" : 250.67057, "num_songs" : 1, "song_id" : "SOIOQNE12A58A7CBB7", "title" : "Sabbath Bloody Sabbath", "year" : 2010}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"generic-vnf": {"type": "array", "items": {"type": "object", "properties": {"vnf-id": {"type": "string"}, "vnf-name": {"type": "string"}, "relationship-list": {"type": "object", "properties": {"relationship": {"type...
{"generic-vnf" : [{"vnf-id" : "vnf-id", "vnf-name" : "vnf-name", "relationship-list" : {"relationship" : [{"related-to" : "service-instance", "related-link" : "/aai/v10/service-instance-link", "relationship-data" : [{"relationship-key" : "customer.global-customer-id", "relationship-value" : "global-customer-id"}]}]}}],...
json_instruct
{"type": "object", "properties": {"generic-vnf": {"type": "array", "items": {"type": "object", "properties": {"vnf-id": {"type": "string"}, "vnf-name": {"type": "string"}, "relationship-list": {"type": "object", "properties": {"relationship": {"type": "array", "items": {"type": "object", "properties": {"related-to": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"...
{"userId" : 51696, "cartId" : "fdbfcafb-2e8b-4f9c-9c7b-a3b4a5ff4a9f", "preferredProducts" : [2058, 1099, 1448, 2236, 3174, 2095, 1152, 4085], "productReviews" : [{"productId" : 2419, "reviewText" : "one of my hobbies is drawing. and when i'm drawing this works great.", "reviewDate" : "2019-03-19T01:45:36.8899156+02:00"...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "propertie...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.11315, 52.432244]}, "properties" : {"planning-permission-status" : "not permissioned", "minimum-net-dwellings" : "10", "site" : "1019", "site-address" : "Abattoir Site, South Kilworth", "organisation" : "local-authority-eng:HAO", "maximum-net-dwel...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"planning-permission-status": {"ty...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"compression": {"type": "string"}, "dotenv...
{"name" : "pixiota-server", "version" : "1.0.0", "description" : "Server for PixIOTA", "main" : "index.js", "dependencies" : {"compression" : "^1.7.2", "dotenv" : "^6.0.0", "express" : "^4.16.3", "express-cache-response-directive" : "^1.1.0", "iota.lib.js" : "^0.4.7", "mongodb" : "^3.0.10", "redis" : "^2.8.0", "ws" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"compression": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-cache-res...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01020783": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"...
{"type" : "Topology", "objects" : {"E01020783" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00105453", "LAD11CD" : "E06000047"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01020783": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"auth0_domain": {"type": "string"}, "auth0_clientId": {"type": "string"}, "contentful_space": {"type": "string"}, "contentful_accessToken": {"type": "string"}, "lambda_updateParkRatingsUrl": {"type": "string"}}, "required": ["a...
{"auth0_domain" : "aztekcoder.auth0.com", "auth0_clientId" : "JyliQSpEsDiinZo6aJKhnsYIlfH5gRSh", "contentful_space" : "ybdzwdfm9wam", "contentful_accessToken" : "xUK7DNhIkRFNcaOZDzkJGZdmOmQOjG3s9Fi7TSH8CYQ", "lambda_updateParkRatingsUrl" : "https://ch2xtsnf45.execute-api.us-east-2.amazonaws.com/Dev/"}
json_instruct
{"type": "object", "properties": {"auth0_domain": {"type": "string"}, "auth0_clientId": {"type": "string"}, "contentful_space": {"type": "string"}, "contentful_accessToken": {"type": "string"}, "lambda_updateParkRatingsUrl": {"type": "string"}}, "required": ["auth0_domain", "auth0_clientId", "contentful_space", "conten...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$sc...
{"private" : true, "sideEffects" : false, "main" : "./HeadphonesOutline.js", "module" : "./HeadphonesOutline.esm.js", "types" : "./HeadphonesOutline.d.ts"}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"filamentgroup": {"type": "string"}, "wilto": {"type": "string"}, "paulrobertlloyd": {"type": "string"}, "unabridgedsoft": {"type": "string"}, "v8js": {"type": "string"}, "eduardoboucas": {"type": "string"}, "joe_d...
{"filamentgroup" : "filamentgroup.png", "wilto" : "wilto.png", "paulrobertlloyd" : "paulrobertlloyd.png", "unabridgedsoft" : "unabridgedsoft.png", "v8js" : "v8js.png", "eduardoboucas" : "eduardoboucas.png", "joe_dyer1" : "joe_dyer1.png"}
json_instruct
{"type": "object", "properties": {"filamentgroup": {"type": "string"}, "wilto": {"type": "string"}, "paulrobertlloyd": {"type": "string"}, "unabridgedsoft": {"type": "string"}, "v8js": {"type": "string"}, "eduardoboucas": {"type": "string"}, "joe_dyer1": {"type": "string"}}, "required": ["filamentgroup", "wilto", "paul...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "a...
{"name" : "hecsedli/cakephpjsonrpcserver", "description" : "CakePHP 3.x JSON-RPC server", "type" : "cakephp-plugin", "keywords" : ["cakephp", "json", "plugin"], "homepage" : "https://github.com/hecsedli/cakephpjsonrpcserver", "license" : "MIT", "authors" : [{"name" : "Csipke Ferenc", "email" : "csipke.ferenc@gmail.com"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
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" : [[[12.449, 43.966], [12.507, 43.992], [12.507, 43.965], [12.465, 43.958], [12.449, 43.966]]]}, "properties" : {"name" : "Serravalle", "iso2" : "SM-09", "admin_level" : 8, "osm_id" : 3012946, "countrylevel_id" : "iso2:SM-09", "osm_data" : {"localname...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "673ef767b5a2c0f91c9ff1ec56cb451478afdef1"}
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": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"webpackCompilationHash" : "57d902637cd03f6d6914"}
json_instruct
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$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#"}
[["130402101001", "\u738b\u5bb6\u6e7e\u793e\u533a\u5c45\u59d4\u4f1a", "220", "0"], ["130402101002", "\u6cb3\u8fb9\u5f20\u5e84\u793e\u533a\u5c45\u59d4\u4f1a", "112", "0"], ["130402101003", "\u90ed\u5bb6\u5e84\u793e\u533a\u5c45\u59d4\u4f1a", "220", "0"], ["130402101004", "\u5de6\u897f\u793e\u533a\u5c45\u59d4\u4f1a", "112...
json_instruct
{"type": "array", "items": {"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": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolea...
{"id" : 21257, "name" : "Slayer's enchantment", "qualified_name" : "Slayer's enchantment", "examine" : "The parchment contains a spell invented by Slayer Masters in ancient times.", "members" : true, "release_date" : "2017-04-13", "quest" : false, "weight" : 0.0, "value" : 1200, "alchemy" : {"high" : 720, "low" : 480},...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "alc...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", ...
[{"id" : "2001", "provinceId" : "33", "regencyId" : "02", "districtId" : "16", "name" : "Cikembulan"}, {"id" : "2002", "provinceId" : "33", "regencyId" : "02", "districtId" : "16", "name" : "Candinegara"}, {"id" : "2003", "provinceId" : "33", "regencyId" : "02", "districtId" : "16", "name" : "Karangklesem"}, {"id" : "2...
json_instruct
{"type": "array", "items": {"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.or...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "title_en": {"type": "null"}, "title_jp": {"type": "string"}, "picture": {"type": "string"}, "synopsis": {"type": "string"}, "type": {"type": "string"}, "episodes": {"type...
{"id" : 2313, "title" : "Muumindani no Suisei", "title_en" : null, "title_jp" : "\u30e0\u30fc\u30df\u30f3\u8c37\u306e\u5f57\u661f", "picture" : "http://cdn.myanimelist.net/images/anime/12/3984.jpg", "synopsis" : "Unusual things have been happening in Moominvalley. Moomin, Sniff and Mee leave for the Observatory on the ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "title_en": {"type": "null"}, "title_jp": {"type": "string"}, "picture": {"type": "string"}, "synopsis": {"type": "string"}, "type": {"type": "string"}, "episodes": {"type": "integer"}, "tags": {"type": "array", "items": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {"type": "string"}}, "country_of_origin": {"type": "string"}, "...
{"title" : "Young Blades", "genre" : "Adventure", "creators" : ["Dan Angel", "Billy Brown"], "cast" : ["Tobias Mehler", "Mark Hildreth", "Zak Santiago", "Robert Sheehan", "Bruce Boxleitner"], "country_of_origin" : "Canada", "seasons" : 1, "episodes" : 13, "start_date" : "Thu Jun 02 00:00:00 EDT 2005", "end_date" : ""}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {"type": "string"}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start...
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": "array", "items":...
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-85.438095, 10.617249], [-85.440842, 10.617249], [-85.454147, 10.617333], [-85.466423, 10.615224], [-85.471397, 10.613874], [-85.48038856666, 10.6155857904031], [-85.482216, 10.615224], [-85.512428, 10.602907], [-85.511742, 10.611344], [-85...
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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["500117120002", "\u91d1\u5b50\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["500117120003", "\u56ed\u51fc\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["500117120004", "\u4f1a\u9f99\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "123", "0"], ["500117120217", "\u7389\u73e0\u6751\u59d4\u4f1a", "220", "0"], ["500117120218"...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {...
{"userId" : 57325, "cartId" : "5f8b28ff-6616-47b8-9b9e-3dd17de6d36c", "preferredProducts" : [4218, 4389, 4820, 2852, 2228], "productReviews" : [{"productId" : 4186, "reviewText" : "My co-worker Nile has one of these. He says it looks crooked.", "reviewDate" : "2017-09-07T22:18:40.4282469+03:00"}, {"productId" : 3975, "...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "source": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "obje...
{"translation-revision-date" : "2021-11-03 14:01+0000", "generator" : "WP-CLI/2.4.0", "source" : "rml_gutenberg.pro.js", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "lang" : "pl_PL", "plural-forms" : "nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 ...
json_instruct
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "source": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {...
Create an example JSON object that satisfies this schema: {"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": "numb...
{"id" : "8659606", "name" : "Brownswood Drive", "nodes" : [{"type" : "node", "id" : 10395959, "lat" : 52.0814678, "lon" : -0.8925058}, {"type" : "node", "id" : 61799570, "lat" : 52.0799546, "lon" : -0.8937268}, {"type" : "node", "id" : 61799588, "lat" : 52.0809357, "lon" : -0.8927934}, {"type" : "node", "id" : 62162855...
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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "de...
{"name" : "dispatcher-simulator", "version" : "1.0.0", "description" : "A dispatcher for the", "main" : "main.js", "scripts" : {"start" : "nodemon ./src/server.js", "test" : "echo \"Error: no test specified\" && exit 1", "dev" : "nodemon ./index.js --config nodemon.json"}, "repository" : {"type" : "git", "url" : "git+h...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "test", "dev...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"themes/default.css": {"type": "string"}, "themes/default.min.css": {"type": "string"}, "instantsearch.js": {"type": "string"}, "instantsearch.min.css": {"type": "string"}, "instantsearch.css": {"type": "string"}, "instantsearch....
{"themes/default.css" : "sha256-aNoMZKS+07SnAoaotBFQO96nvY25CReP+/Z/mbxMbmg=", "themes/default.min.css" : "sha256-ci7aH8Adlw5+zAR2vfagTfeWOKrZUjUKhgt0HPvnfvI=", "instantsearch.js" : "sha256-igiHBvWZeMbzF4q7nbjfE2HyguOVpdtJZzlkP/EFbqU=", "instantsearch.min.css" : "sha256-qr9nfpEeyxLC+cuWIytz4pn4ldywmEKZ78BWIfmzmKc=", "i...
json_instruct
{"type": "object", "properties": {"themes/default.css": {"type": "string"}, "themes/default.min.css": {"type": "string"}, "instantsearch.js": {"type": "string"}, "instantsearch.min.css": {"type": "string"}, "instantsearch.css": {"type": "string"}, "instantsearch.module.js": {"type": "string"}, "instantsearch.min.js": {...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}}, "required": ["id", "firstname", "lastname"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 123, "firstname" : "John", "lastname" : "Doe"}, {"id" : 23, "firstname" : "Mary", "lastname" : "Peters"}, {"id" : 255, "firstname" : "Francis", "lastname" : "Michaels"}, {"id" : 12, "firstname" : "Alex", "lastname" : "Jones"}, {"id" : 99, "firstname" : "Stacy", "lastname" : "Smith"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}}, "required": ["id", "firstname", "lastname"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "atbyw:block/statues/puffer_fish_statue_1"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"typ...
{"directions" : ["In medium bowl, whisk together soy sauce, sugar, rice wine, and five-spice powder.", "Transfer fish to 2 rimmed plates. Drizzle each piece with 1 tablespoon soy sauce mixture and scatter with julienned ginger. (Set remaining sauce aside for finishing dish.) Cover and refrigerate 15 minutes.", "Fit lar...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"version": {"type": "integer"}, "tail": {"type": "string"}, "testing": {"type": "boolean"}, "id": {"type": "string"}, "characters": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "requir...
{"version" : 0, "tail" : "N6870V", "testing" : true, "id" : "a3784c1b-51ac-4f11-964d-3374a50a4a10", "characters" : [[800, 489], [813, 483], [844, 477], [869, 461], [881, 471], [908, 474]]}
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "tail": {"type": "string"}, "testing": {"type": "boolean"}, "id": {"type": "string"}, "characters": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["version", "tail", "testing", "id", "characters"], "$schema": "...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "yearf": {"type": "number"}, "rscore": {"type": "number"}}, "required": ["title", "yearf", "rscore"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Best Of Intentions", "yearf" : 2000.7187214612, "rscore" : 0.4069641987}, {"title" : "Love Of A Woman", "yearf" : 2001.7910958904, "rscore" : 0.3241156541}, {"title" : "It's A Great Day To Be Alive", "yearf" : 2001.2582191781, "rscore" : 0.8943482124}, {"title" : "Modern Day Bonnie And Clyde", "yearf" : 20...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "yearf": {"type": "number"}, "rscore": {"type": "number"}}, "required": ["title", "yearf", "rscore"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int...
{"nom" : "Fouch\u00e8res", "circ" : "3\u00e8me circonscription", "dpt" : "Yonne", "inscrits" : 347, "abs" : 165, "votants" : 182, "blancs" : 7, "nuls" : 1, "exp" : 174, "res" : [{"nuance" : "REM", "nom" : "Mme Mich\u00e8le CROUZET", "voix" : 115}, {"nuance" : "FN", "nom" : "M. Julien ODOUL", "voix" : 59}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}}, "required": ["build", "watch"]}, "devDependencies": {"type": "object", "prope...
{"name" : "@andrzejkupczyk/mantis-todolists", "scripts" : {"build" : "babel files/todolists.js -d files --out-file-extension .min.js", "watch" : "npm run build -- --watch"}, "devDependencies" : {"@babel/cli" : "^7.14.8", "@babel/core" : "^7.14.8", "@babel/preset-env" : "^7.14.8", "babel-preset-minify" : "^0.5.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}}, "required": ["build", "watch"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"},...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "string"}, "summary": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "source-directories": {"type": "array", "items": {"type": "string"}}, "exposed-modules": {"type": "a...
{"version" : "1.0.0", "summary" : "helpful summary of your project, less than 80 characters", "repository" : "https://github.com/user/project.git", "license" : "BSD3", "source-directories" : ["backend", "lib", "common", "frontend", "lib/from-github/elm-codemirror/src", "lib/from-github/elm-web-api/src"], "exposed-modul...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "summary": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "source-directories": {"type": "array", "items": {"type": "string"}}, "exposed-modules": {"type": "array", "items": {}}, "native-modules": {"type": "boolean"},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"location": {"type": "object", "properties": {"name": {"type": "string"}, "region": {"type": "string"}, "country": {"type": "string"}, "lat": {"type": "number"}, "lon": {"type": "number"}, "tz_id": {"type": "str...
{"location" : {"name" : "Moscow", "region" : "Moscow City", "country" : "Russia", "lat" : 55.75, "lon" : 37.62, "tz_id" : "Europe/Moscow", "localtime_epoch" : 1536530453, "localtime" : "2018-09-10 1:00"}, "current" : {"last_updated_epoch" : 1536529520, "last_updated" : "2018-09-10 00:45", "temp_c" : 14.0, "temp_f" : 57...
json_instruct
{"type": "object", "properties": {"location": {"type": "object", "properties": {"name": {"type": "string"}, "region": {"type": "string"}, "country": {"type": "string"}, "lat": {"type": "number"}, "lon": {"type": "number"}, "tz_id": {"type": "string"}, "localtime_epoch": {"type": "integer"}, "localtime": {"type": "strin...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"forks": {"type": "integer"}, "name": {"type": "string"}, "stars": {"type": "integer"}, "watchers": {"type": "integer"}, "repo_name": {"type": "string"}, "ecosystem_slug": {"type": "string"}, "parent_sl...
[{"forks" : 1, "name" : "medicalchain/medicalchain-api-docs", "stars" : 12, "watchers" : 0, "repo_name" : "medicalchain/medicalchain-api-docs", "ecosystem_slug" : "medicalchain", "parent_slug" : null, "path" : "medicalchain", "slug" : "medicalchain", "title" : "MedicalChain"}, {"forks" : 1, "name" : "medicalchain/fhir"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"forks": {"type": "integer"}, "name": {"type": "string"}, "stars": {"type": "integer"}, "watchers": {"type": "integer"}, "repo_name": {"type": "string"}, "ecosystem_slug": {"type": "string"}, "parent_slug": {"type": "null"}, "path": {"type": "string"}, "slug"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "...
{"description" : "net/http/httptest: fix incorrectly-named ResponseRecorder example", "cc" : ["golang-dev@googlegroups.com", "minux.ma@gmail.com", "r@golang.org"], "reviewers" : [], "messages" : [{"sender" : "adg@golang.org", "recipients" : ["adg@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotm...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "string"}, "recipients": {"type": "array", "items": {"type":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "api": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "id", "api", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Render Math", "id" : "762210076386791876", "api" : "1.0.0", "main" : "dist/code.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "api": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "id", "api", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children...
{"code" : 1608080005, "parent" : 1608080, "name" : "DANAU RATA", "latitude" : null, "longitude" : null, "postal" : [32279], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "...
{"batchcomplete" : "", "query" : {"normalized" : [{"from" : "John_Peers", "to" : "John Peers"}], "pages" : {"21956671" : {"pageid" : 21956671, "ns" : 0, "title" : "John Peers", "pageprops" : {"defaultsort" : "Peers, John", "page_image_free" : "Peers_RG16_(5)_(27127131550).jpg", "wikibase-shortdesc" : "Australian tennis...
json_instruct
{"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"21...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mo...
{"cam/image_array" : "5358_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : 0.3885337710380554, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-73.987965, 40.607566], [-73.98266, 40.612693], [-73.982518, 40.612588], [-73.981624, 40.607866], [-73.988423, 40.607119], [-73.987965, 40.607566]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 43996}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "st...
{"name" : "dns-over-http2", "version" : "1.0.0", "description" : "An UDP DNS Server over Google's HTTPS DNS API", "main" : "h2dns.js", "repository" : {"type" : "git", "url" : "git://github.com/Opensourcecommunitydevelopment/dns-over-http2.git"}, "keywords" : ["dns", "http2"], "author" : "Frank Xu <yyfrankyy@gmail.com>"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", ...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["baboon", "carlover-react", "timers3000"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$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"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "repository": {"type": "obje...
{"name" : "hextime-cli", "version" : "0.0.2", "main" : "index.js", "author" : {"name" : "0xflotus"}, "repository" : {"type" : "git", "url" : "https://github.com/0xflotus/hextime-cli"}, "bin" : {"hextime" : "./index.js"}, "license" : "MIT", "dependencies" : {"yargs" : "^17.3.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}},...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"menu_id": {"type": "string"}, "module_id": {"type": "string"}, "menu_title": {"type": "string"}, "menu_parent": {"type": "string"}, "menu_sub_parent": {"type": "string"}, "menu_url": {"type": "string...
[{"menu_id" : "88", "module_id" : "0", "menu_title" : "dasdsadsadsa", "menu_parent" : "0", "menu_sub_parent" : "0", "menu_url" : "https://localhost/vania/dasdsadsadsa", "menu_alias" : "dasdsadsadsa", "child_first" : [{"menu_id" : "89", "menu_title" : "das dsadasdsadsa", "menu_parent" : "88", "menu_sub_parent" : "0", "m...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"menu_id": {"type": "string"}, "module_id": {"type": "string"}, "menu_title": {"type": "string"}, "menu_parent": {"type": "string"}, "menu_sub_parent": {"type": "string"}, "menu_url": {"type": "string"}, "menu_alias": {"type": "string"}, "child_first": {"type...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "str...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "K\u0159\u00ed\u017e z\u00e1padn\u011b od Dubn\u00e9ho u okraje lesa", "P31" : "http://www.wikidata.org/entity/Q2309609", "P31^label:cs" : "Pam\u011btn\u00ed k\u0159\u00ed\u017e", "P131^label:cs" : "Dubn\u00e9", "P6736" : "16...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"css/jquery.dataTables_themeroller.css": {"type": "string"}, "css/jquery.dataTables.css": {"type": "string"}, "css/jquery.dataTables.min.css": {"type": "string"}, "js/jquery.dataTables.js": {"type": "string"}, "js/jquery.dataTabl...
{"css/jquery.dataTables_themeroller.css" : "sha256-/I46pnUiYUyilMyUMv08B9tEUgxxuWJJCqoyl6+Cz+I=", "css/jquery.dataTables.css" : "sha256-cxCWF1+kd/SEhDYdzfTnqSPUsf38LBSN45c1VK9nb20=", "css/jquery.dataTables.min.css" : "sha256-VENSMBYU1C0K+gtxOOnxPNKtisugcPLEGRwMTTPj46M=", "js/jquery.dataTables.js" : "sha256-6JxXSXqFQWGb...
json_instruct
{"type": "object", "properties": {"css/jquery.dataTables_themeroller.css": {"type": "string"}, "css/jquery.dataTables.css": {"type": "string"}, "css/jquery.dataTables.min.css": {"type": "string"}, "js/jquery.dataTables.js": {"type": "string"}, "js/jquery.dataTables.min.js": {"type": "string"}, "js/jquery.js": {"type": ...
Construct a JSON document that adheres to this schema specification: {"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": "...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Zinarag, Aparri, Cagayan, Cagayan Valley (Region II), PH", "locale" : "ph.cagayan-valley-region-ii.cagayan.aparri.zinarag", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "3", "region_refere...
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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "manifest_version": {"type": "integer"}, "action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"16": {"typ...
{"name" : "NotAddons", "description" : "Addons that help your virtual life.", "manifest_version" : 3, "action" : {"default_icon" : {"16" : "./assets/img/notaddons16.png", "32" : "./assets/img/notaddons32.png", "48" : "./assets/img/notaddons48.png", "128" : "./assets/img/notaddons128.png"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "manifest_version": {"type": "integer"}, "action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"t...
Please provide a valid JSON object following this schema: {"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": {"t...
{"code" : 1674041, "parent" : 1674, "name" : "LUBUK LINGGAU UTARA I", "latitude" : "-3.2066432210003", "longitude" : "102.84516512151", "postal" : [31646, 31647, 31648, 31649, 31618, 31619], "children" : [1674041001, 1674041002, 1674041003, 1674041004, 1674041005, 1674041006, 1674041007, 1674041008, 1674041009, 1674041...
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": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"rows": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["rows"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rows" : [["phonictractor", "1", "Description", "5", "z", "z.mp3", "z", "z.mp3"], ["writeletter", "1", "Description", "z", "-"], ["writecard", "1", "Description", "z", "zebra", "zebra.png", "zebra.m4a", "zipper", "zipper.png", "zipper.m4a", "zigzag", "zigzag.png", "zigzag.m4a"], ["quizliteracy", "1", "Description", "s...
json_instruct
{"type": "object", "properties": {"rows": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["rows"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index"...
{"index" : 510, "hash" : 156633752, "artDyeHash" : 156633752, "redacted" : false, "dyeManifestHash" : 1388036248, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "t...
{"directions" : ["In a large saucepan over low heat, stir together the guava, tomato sauce, tomato paste, water, and brown sugar until well blended. Stir in liquid smoke, fresh lemon juice, Worcestershire sauce, habanero sauce, and molasses. Season with garlic powder, onion powder, salt, and black pepper. Cover, and co...
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": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Treebeard, Oldest Living Thing (4C104)", "text" : "Set:\tThe Two Towers\nKind:\tFree People\nCulture:\tGandalf\nTwilight:\t4\nCard Type:\tAlly \u2022 Home 2T & 8T \u2022 Ent\nStrength:\t12\nVitality:\t4\nSite:\t2T, 8T\nGame Text:\tUnhasty. Fellowship: Exert Treebeard and discard an unbound companion from ha...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"advanced functions": {"type": "string"}, "advanced settings": {"type": "string"}, "basic settings": {"type": "string"}, "connection settings": {"type": "string"}, "description advanced functions": {"type": "string"}, "interval...
{"advanced functions" : "Erweiterte Funktionen", "advanced settings" : "Erweiterte Einstellungen", "basic settings" : "Grundeinstellungen", "connection settings" : "Verbindungseinstellungen", "description advanced functions" : "Dadurch werden zus\u00e4tzlich zu den Basisfunktionen f\u00fcr Ventcube Informationen abgeru...
json_instruct
{"type": "object", "properties": {"advanced functions": {"type": "string"}, "advanced settings": {"type": "string"}, "basic settings": {"type": "string"}, "connection settings": {"type": "string"}, "description advanced functions": {"type": "string"}, "interval": {"type": "string"}, "port": {"type": "string"}, "reconne...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"typ...
{"name" : "YSTMineVC", "version" : "0.1.3", "summary" : "A short description of YSTMineVC.", "description" : "TODO: Add long description of the pod here.", "homepage" : "http://192.168.1.10:8181/ios-mobile/modules/YSTMineVC.git", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"kuqiqi" : "zhouzhenwei@yst...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Objective-C": {"type": "integer"}}, "required": ["Objective-C"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Objective-C" : 93302}
json_instruct
{"type": "object", "properties": {"Objective-C": {"type": "integer"}}, "required": ["Objective-C"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"display.es6.js": {"type": "string"}, "display.es6.min.js": {"type": "string"}, "display.js": {"type": "string"}, "display.min.js": {"type": "string"}}, "required": ["display.es6.js", "display.es6.min.js", "di...
{"display.es6.js" : "sha512-lF8mtIxvAfWwvEubcA35VXg4HAzWRwew+7XGiJv1fWVW49nS5wqAdIA8MfNScUEIwXyoWFXtS+AHnQWqkButAw==", "display.es6.min.js" : "sha512-0Yf2H5LF8wYGAvQJLERuzFhtEfGACngVShV8Kut9P5nZ7Rom8qFHZpKNDDBv0R9oH75t00mwj4WwvEKzSmfiuw==", "display.js" : "sha512-VWD6bmYPAW0uX4T/HJg6RclDYfQh2Ykhv5v8iB+PTyTG5hHGROz2huB2...
json_instruct
{"type": "object", "properties": {"display.es6.js": {"type": "string"}, "display.es6.min.js": {"type": "string"}, "display.js": {"type": "string"}, "display.min.js": {"type": "string"}}, "required": ["display.es6.js", "display.es6.min.js", "display.js", "display.min.js"], "$schema": "http://json-schema.org/draft-07/sch...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "foodtype": {"type": "string"}, "foodfilter": {"type": "string"}, "foodcategory": {"type": "string"}, "effect": {"type": "string"}, "description": {"type": "string"}, "s...
{"name" : "Vegetarian Abalone", "rarity" : "2", "foodtype" : "NORMAL", "foodfilter" : "Makanan Pemulihan", "foodcategory" : "Recovery_Revive", "effect" : "Menghidupkan kembali Karakter yang dipilih.\nMemulihkan 250\u2013550 HP.", "description" : "Sebuah hidangan vegetarian dengan rasa yang kuat. Jamur Matsutake dipoton...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "foodtype": {"type": "string"}, "foodfilter": {"type": "string"}, "foodcategory": {"type": "string"}, "effect": {"type": "string"}, "description": {"type": "string"}, "suspicious": {"type": "object", "properties": {"effect": {"t...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["babel-plugin-cycle-hmr"]
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": {"windows": {"type": "array", "items": {"type": "object", "properties": {"panes": {"type": "array", "items": {"type": "string"}}, "window_name": {"type": "string"}}, "required": ["panes", "window_name"]}}, "session_name": {"type...
{"windows" : [{"panes" : ["echo \"this window's index will be zero\""], "window_name" : "zero"}, {"panes" : ["echo \"this window's index will be five\""], "window_index" : 5, "window_name" : "five"}, {"panes" : ["echo \"this window's index will be one\""], "window_name" : "one"}], "session_name" : "Window index example...
json_instruct
{"type": "object", "properties": {"windows": {"type": "array", "items": {"type": "object", "properties": {"panes": {"type": "array", "items": {"type": "string"}}, "window_name": {"type": "string"}}, "required": ["panes", "window_name"]}}, "session_name": {"type": "string"}}, "required": ["windows", "session_name"], "$s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type":...
{"ast" : null, "code" : "export var Config = {\n User: {\n SIGN_IN: \"/v1/api/login\",\n SIGN_OUT: \"/api/?app=logout\",\n Auth: \"/api/login\",\n Ping: \"/us/v1/api/secured/ping\"\n },\n Users: {\n FindBy: \"/us/v1/api/secured/user/findBy?data=\",\n FilterBy: \"/us/v1/api/secured/user/filterBy\"\n...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["desert"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "services": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"]}}, "includes": {"ty...
{"title" : "Google Cloud PHP", "services" : [{"title" : "ServiceBuilder", "type" : "servicebuilder"}], "includes" : ["cloud-asset", "cloud-automl", "cloud-bigquery", "cloud-bigquerydatatransfer", "cloud-bigtable", "cloud-billing", "cloud-container", "cloud-core", "cloud-dataproc", "cloud-datastore", "cloud-debugger", "...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "services": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"]}}, "includes": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "services"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "heig...
{"width" : 0.26784334, "rotation" : -0.82332456, "xCenter" : 0.7030938, "yCenter" : 0.35449523, "height" : 0.47616595}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "ch...
{"code" : 1220070083, "parent" : 1220070, "name" : "AEK SUHAT JAE", "latitude" : null, "longitude" : null, "postal" : [22756], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required":...
{"name" : "omnia-ebook-generator", "version" : "0.1.2", "description" : "Node.js ebook generator using Embedded JavaScript templating.", "repository" : {"type" : "git", "url" : "https://github.com/torstendittmann/omnia-ebook-generator"}, "main" : "index.js", "scripts" : {"lint" : "eslint */**.js", "test" : "node tests/...
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"]}, "main": {"type": "string"}, "scripts": {"type": "object", ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repo": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "rep...
{"name" : "thorax", "version" : "3.0.0-beta.5", "repo" : "components/thorax", "main" : "thorax.js", "scripts" : ["thorax.js", "thorax-mobile.js"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repo": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "repo", "main", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"},...
{"artist_id" : "ARXRPXX1187B9B7251", "artist_latitude" : 34.03339, "artist_location" : "East Los Angeles, CA", "artist_longitude" : -118.1596, "artist_name" : "Los Lobos", "duration" : 156.83873, "num_songs" : 1, "song_id" : "SOZBXLH12AC468C0DF", "title" : "I Got To Let You Know", "year" : 1984}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "ti...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"ty...
{"name" : "mkvfx", "description" : "Make vfx libraries and programs", "version" : "0.1.0", "homepage" : "https://github.com/meshula/mkvfx", "author" : {"name" : "Nick Porcino", "email" : "meshula@hotmail.com", "url" : "http://nickporcino.com"}, "repository" : {"type" : "git", "url" : "git://github.com/meshula/mkvfx.git...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationInde...
{"Status" : 3, "TimeLimitReached" : true, "RunningTime" : "00:05:00.2979819", "StartTimes" : [{"JobIndex" : 0, "OperationIndex" : 0, "StartTime" : 483.0}, {"JobIndex" : 1, "OperationIndex" : 0, "StartTime" : 300.0}, {"JobIndex" : 2, "OperationIndex" : 0, "StartTime" : 89.0}, {"JobIndex" : 3, "OperationIndex" : 0, "Star...
json_instruct
{"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIndex": {"type": "integer"}, "StartTime": {"type": "number"}}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {...
{"geometry" : {"type" : "Point", "coordinates" : [-117.18, 34.95]}, "type" : "Feature", "id" : "92347", "properties" : {"other_cities" : "", "city" : "Hinkley", "state" : "CA", "county" : "San Bernardino County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c...
Create an example JSON object that satisfies this 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"], "$schema":...
{"Time" : "2021-08-07T22:00:00Z", "Temp" : 28.3, "RelHum" : 75, "WindSpeed" : 2.3, "WindDir" : 239}
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": {"info": {"type": "object", "properties": {"lives": {"type": "object", "properties": {"address": {"type": "integer"}, "type": {"type": "string"}}, "required": ["address", "type"]}, "score": {"type": "object", "properties": {"add...
{"info" : {"lives" : {"address" : 8261736, "type" : "|u1"}, "score" : {"address" : 8262079, "type" : "<d3"}}}
json_instruct
{"type": "object", "properties": {"info": {"type": "object", "properties": {"lives": {"type": "object", "properties": {"address": {"type": "integer"}, "type": {"type": "string"}}, "required": ["address", "type"]}, "score": {"type": "object", "properties": {"address": {"type": "integer"}, "type": {"type": "string"}}, "r...
The schema below describes a JSON structure. Generate a valid example: {"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"}, "...
{"body" : "Hi Spack team!\r\n\r\nI am looking at creating a bot to help get on top of the large number of pull requests and issues in this project. Are there any features that you may find helpful?\r\n\r\nFeatures I have in mind:\r\n1. maintainers communicate approvals of PRs and, when certain conditions have been met,...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200867590255000, "key" : "/static/510ca1f8afa48e718b3c94a7d88a502c/25b50/sweetnesspower.jpg", "val" : "1363f95a5a10be13d451ad72dbaff6de"}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitle...
{"pages" : ["pages/index/index", "pages/uploadpic/uploadpic", "pages/searchResult/searchResult", "pages/logs/logs", "pages/discovery/discovery", "pages/more/more", "pages/Aiface/Aiface", "pages/Aiface_result/Aiface_result", "pages/otherzone/otherzone", "pages/maker_menu/maker_menu", "pages/meme_maker/meme_maker", "page...
json_instruct
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propertie...
{"contract" : "0xbbbcb8834bdd5cf931ac6b12b68eae85faf2e580", "tool" : "smartcheck", "start" : 1563356521.239955, "end" : 1563356535.299466, "duration" : 14.059510946273804, "analysis" : [{"name" : "SOLIDITY_ADDRESS_HARDCODED", "patternId" : "a91b18", "severity" : 1, "line" : 94, "column" : 4, "content" : "owner=address(...
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": {"name": {"type": "string"}, "patternId": {"type": "string"}, "sev...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"ts": {"type": "string"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "block": {"type": "integer"}, "sen...
[{"ts" : "1535806558", "in" : [{"coinbase" : "03d2c715045e8c8a5b087ffff4ec1700000000"}], "block" : 1427410, "sent" : 2500000000, "txid" : "eb7e6e536185431fe8bdb9493e2abcccb17bf2adc1dc3011699bc45b8925af4a", "fees" : -2500000000, "out" : [{"value" : 0}, {"addr" : "MAq5WASVwUuHq6B8oD8ib8PxAjJ87pdtUc", "spent" : "fab1d5656...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"ts": {"type": "string"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "block": {"type": "integer"}, "sent": {"type": "integer"}, "txid": {"type": "string"}, "fees": {"type": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array",...
{"loss" : [1.0289983749389648, 0.837449312210083, 0.72026526927948, 0.6354885101318359, 0.5682386755943298, 0.5131692290306091, 0.46740999817848206, 0.42884084582328796, 0.395920068025589, 0.36758074164390564], "accuracy" : [0.3904103934764862, 0.33799612522125244, 0.40996038913726807, 0.8819414973258972, 0.96351224184...
json_instruct
{"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "accuracy", "val_loss", ...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "NASR-EDDINE", "frequency" : 5, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"number": {"type": "string"}, "name": {"type": "string"}, "generation": {"type": "integer"}, "description": {"type": "string"}, "species": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, ...
{"number" : "297", "name" : "Hariyama", "generation" : 3, "description" : "HARIYAMA\u2019s thick body may appear fat, but it is actually a hunk of solid muscle. If this POK\u00e9MON bears down and tightens all its muscles, its body becomes as hard as a rock.", "species" : "Arm Thrust", "types" : ["Fighting"], "abilitie...
json_instruct
{"type": "object", "properties": {"number": {"type": "string"}, "name": {"type": "string"}, "generation": {"type": "integer"}, "description": {"type": "string"}, "species": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "object", "properties": {"normal": {"type": "arr...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"bindings": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "direction": {"type": "string"}}, "required": ["type", "name", "direction"]}}}, "require...
{"bindings" : [{"type" : "eventGridTrigger", "name" : "eventGridEvent", "direction" : "in"}, {"tableName" : "Events", "connection" : "AzureWebJobsStorage", "name" : "tableBinding", "type" : "table", "direction" : "out"}]}
json_instruct
{"type": "object", "properties": {"bindings": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "direction": {"type": "string"}}, "required": ["type", "name", "direction"]}}}, "required": ["bindings"], "$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" : "150627101003", "text" : "\u672d\u8428\u514b\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "150627101200", "text" : "\u65b0\u8857\u6751\u6751\u59d4\u4f1a"}, {"id" : "150627101201", "text" : "\u5854\u5c14\u6cb3\u6751\u6751\u59d4\u4f1a"}, {"id" : "150627101202", "text" : "\u8425\u76d8\u6cb3\u6751\u6751\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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract"...
{"contract" : "0x2bda5b625d3b50848e8563480ed50ec782dd42ee", "tool" : "solhint", "start" : 1563502245.724556, "end" : 1563502249.2911878, "duration" : 3.56663179397583, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Node.js", "description" : "A Javascript application platform.", "url" : "https://nodejs.org/en/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"authenticationType": {"type": "string"}, "forgotPasswordRouteId": {"type": "string"}, "isFilteredComponentsView": {"type": "boolean"}, "isProgressiveRenderingEnabled": {"type": "boolean"}, "mainAppPageId": {"type": "string"}, ...
{"authenticationType" : "AUTHENTICATED", "forgotPasswordRouteId" : "4c888e51-01e0-4eed-9d02-4763e28ab204", "isFilteredComponentsView" : false, "isProgressiveRenderingEnabled" : false, "mainAppPageId" : "a33c9136-d66d-4d42-8731-3ea48cc00e8f", "preferredDomain" : "none", "selfRegistrationRouteId" : null, "type" : "site"}
json_instruct
{"type": "object", "properties": {"authenticationType": {"type": "string"}, "forgotPasswordRouteId": {"type": "string"}, "isFilteredComponentsView": {"type": "boolean"}, "isProgressiveRenderingEnabled": {"type": "boolean"}, "mainAppPageId": {"type": "string"}, "preferredDomain": {"type": "string"}, "selfRegistrationRou...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "name_pretty": {"type": "string"}, "product_documentation": {"type": "string"}, "client_documentation": {"type": "string"}, "issue_tracker": {"type": "string"}, "release_level": {"type": "string"}, "...
{"name" : "memcache", "name_pretty" : "Memorystore for Memcached", "product_documentation" : "https://cloud.google.com/memorystore/docs/memcached", "client_documentation" : "https://googleapis.dev/nodejs/memcache/latest/index.html", "issue_tracker" : "https://issuetracker.google.com/savedsearches/5169231", "release_lev...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "name_pretty": {"type": "string"}, "product_documentation": {"type": "string"}, "client_documentation": {"type": "string"}, "issue_tracker": {"type": "string"}, "release_level": {"type": "string"}, "language": {"type": "string"}, "repo": {"type": "string"}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"query": {"type": "object", "properties": {"nested": {"type": "object", "properties": {"query": {"type": "object", "properties": {"constant_score": {"type": "object", "properties": {"filter": {"type": "object", ...
{"query" : {"nested" : {"query" : {"constant_score" : {"filter" : {"term" : {"name" : {"value" : "sammy", "boost" : 1.0}}}, "boost" : 1.0}}, "path" : "obj1", "ignore_unmapped" : false, "score_mode" : "avg", "boost" : 14.5, "_name" : "namey"}}, "ext" : {}}
json_instruct
{"type": "object", "properties": {"query": {"type": "object", "properties": {"nested": {"type": "object", "properties": {"query": {"type": "object", "properties": {"constant_score": {"type": "object", "properties": {"filter": {"type": "object", "properties": {"term": {"type": "object", "properties": {"name": {"type": "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "userId": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}, "lastLoginTime": {"type": "integer"}, "status": {"type": "string"}, "fullNa...
{"firstName" : "Carlos", "lastName" : "Santana", "userId" : "m08740", "email" : "csantana@sdc.com", "role" : "DESIGNER", "lastLoginTime" : 1558297200989, "status" : "ACTIVE", "fullName" : "Carlos Santana"}
json_instruct
{"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "userId": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}, "lastLoginTime": {"type": "integer"}, "status": {"type": "string"}, "fullName": {"type": "string"}}, "required": ["firstName", "lastNa...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "vide...
{"text" : "#\u6297\u6218\u88c5\u5907#\u82f1\u5236\u7ef4\u514b\u65afM1930 E\u578b6\u5428\u5766\u514b\uff0c\u7ef4\u514b\u65af\u516c\u53f8\u5916\u9500\u578b\u53f7\uff0c\u5728\u5f53\u65f6\u706b\u529b\u5f3a\u52b2\uff0c\u5b89\u88c51\u95e847\u6beb\u7c73\u5766\u514b\u70ae\u548c1\u633a7.9\u6beb\u7c73\u673a\u67aa\uff0c\u673a\u52...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array...
{"ast" : null, "code" : "import createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default createSvgIcon([/*#__PURE__*/_jsx(\"path\", {\n d: \"M22 4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h9v-7c0-.55.45-1 1-1h6V4z\"\n}, \"0\"), /*#__PURE__*/_jsx(\"path\", {\n...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"workbench.tree.indent": {"type": "integer"}}, "required": ["workbench.tree.indent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"workbench.tree.indent" : 15}
json_instruct
{"type": "object", "properties": {"workbench.tree.indent": {"type": "integer"}}, "required": ["workbench.tree.indent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"confirmed": {"type": "string"}, "deaths": {"type": "string"}, "recovered": {"type": "string"}}, "required": ["confirmed", "deaths", "recovered"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"confirmed" : "41756", "deaths" : "398", "recovered" : "30016"}
json_instruct
{"type": "object", "properties": {"confirmed": {"type": "string"}, "deaths": {"type": "string"}, "recovered": {"type": "string"}}, "required": ["confirmed", "deaths", "recovered"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"timeago.js": {"type": "string"}, "timeago.min.js": {"type": "string"}}, "required": ["timeago.js", "timeago.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"timeago.js" : "sha256-kC0GxvVarOthpSw+HTOV/TvsPRZJMJag3OSbd/F7wlg=", "timeago.min.js" : "sha256-bo7vY9szHaHFakiboALbHy4lUpq5Y9Ozv1lMEb8Ujas="}
json_instruct
{"type": "object", "properties": {"timeago.js": {"type": "string"}, "timeago.min.js": {"type": "string"}}, "required": ["timeago.js", "timeago.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}