input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"conditions": {"type": "object", "properties": {"5c1b713486f77413bc250406": {"type": "string"}, "5c1b713986f77470d8650910": {"type": "string"}, "5c1b713f86f774719c22e8a0": {"type": "string"}, "5c1fd66286f7743c7b261f7b": {"ty...
{"conditions" : {"5c1b713486f77413bc250406" : "T\u00f6te 12 Scavs auf dem Zollgel\u00e4nde, w\u00e4hrend du eine UN-Uniform tr\u00e4gst (UNTAR Helm, MF-UNTAR Schutzewste, Colt M4A1)", "5c1b713986f77470d8650910" : "T\u00f6te 12 Scavs am Autobahnkreuz, w\u00e4hrend du eine UN-Uniform tr\u00e4gst (UNTAR Helm, MF-UNTAR Sch...
json_instruct
{"type": "object", "properties": {"conditions": {"type": "object", "properties": {"5c1b713486f77413bc250406": {"type": "string"}, "5c1b713986f77470d8650910": {"type": "string"}, "5c1b713f86f774719c22e8a0": {"type": "string"}, "5c1fd66286f7743c7b261f7b": {"type": "string"}, "5c20ce1786f77453c56d6397": {"type": "string"}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}}, "required": ["sideEffects", "main", "module"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sideEffects" : false, "main" : "../../../cjs/viz/series/bar_series.js", "module" : "../../../esm/viz/series/bar_series.js"}
json_instruct
{"type": "object", "properties": {"sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}}, "required": ["sideEffects", "main", "module"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[105, 70], [95, 100], [90, 35], [90, 55], [85, 10], [85, 75], [80, 25], [80, 40], [75, 35], [70, 25], [70, 50], [70, 60], [70, 75], [70, 95], [65, 45], [65, 65], [65, 70], [60, 20], [60, 105], [55, 45], [55, 65], [55, 70], [50, 25], [50, 50], [50, 60], [50, 75], [50, 95], [45, 35], [40, 25], [40, 40], [3...
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"author": {"type": "string"}, "class_name": {"type": "string"}, "description": {"type": "string"}, "repo_name": {"type": "string"}}, "required": ["author", "class_name", "description", "repo_name"], "$schema": "htt...
{"author" : "Rajat Gupta", "class_name" : "className", "description" : "", "repo_name" : "project-name"}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "class_name": {"type": "string"}, "description": {"type": "string"}, "repo_name": {"type": "string"}}, "required": ["author", "class_name", "description", "repo_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"TEST_VIPER_CONFIG_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_MAX_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_MIN_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_OVER_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_UNDER_UIN...
{"TEST_VIPER_CONFIG_UINT" : 998877, "TEST_VIPER_CONFIG_MAX_UINT" : 18446744073709551615, "TEST_VIPER_CONFIG_MIN_UINT" : 0, "TEST_VIPER_CONFIG_OVER_UINT" : 18446744073709551616, "TEST_VIPER_CONFIG_UNDER_UINT" : -1}
json_instruct
{"type": "object", "properties": {"TEST_VIPER_CONFIG_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_MAX_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_MIN_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_OVER_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_UNDER_UINT": {"type": "integer"}}, "required": ["TEST_VIPER_CONFIG...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"token": {"type": "string"}, "theprefix": {"type": "string"}}, "required": ["token", "theprefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"token" : "yourtoken", "theprefix" : "your prefix"}
json_instruct
{"type": "object", "properties": {"token": {"type": "string"}, "theprefix": {"type": "string"}}, "required": ["token", "theprefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"average_occupancy" : [28.245237766433444, 29.131240451503416, 28.10322756680388, 27.726592735230287, 27.425883768314357, 26.89088677618348, 27.477667041385093, 28.107556421056557, 28.764389406040593, 29.836293618546527, 28.59140544002591, 28.93627676584413, 28.733837455848427, 28.214349274357655, 28.14564912587857, 2...
json_instruct
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ms_2020": {"type": "object", "properties": {"db": {"type": "string"}, "description": {"type": "string"}, "center": {"type": "string"}, "zoom": {"type": "string"}, "year": {"type": "string"}, "start_date": {"type": "string"}, "...
{"ms_2020" : {"db" : "main", "description" : "Dataset description", "center" : "51.0,14.0", "zoom" : "5", "year" : "", "start_date" : "", "end_date" : "", "extent" : "", "flip_coordinates" : "False", "tables" : {"parcels" : "ms.parcels_2020", "dias_catalog" : "dias_catalogue", "scl" : "ms.hists_2020", "s2" : "ms.sigs_2...
json_instruct
{"type": "object", "properties": {"ms_2020": {"type": "object", "properties": {"db": {"type": "string"}, "description": {"type": "string"}, "center": {"type": "string"}, "zoom": {"type": "string"}, "year": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "extent": {"type": "string"}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status...
{"name" : "WOWcoin", "symbol" : "WOW", "type" : "ERC20", "decimals" : 18, "description" : "-", "website" : "", "explorer" : "https://etherscan.io/token/0x843131b15F2Ec5BeA850aC5164D2e4a3749ad87f", "status" : "active", "id" : "0x843131b15F2Ec5BeA850aC5164D2e4a3749ad87f"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"development": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}, "native": {"typ...
{"development" : {"username" : "youbbrekjcxwci", "password" : "t9Av8xoCnCqkIDAN1jyJxtM5Lh", "database" : "dcgq17j7lq5it5", "host" : "ec2-54-228-226-93.eu-west-1.compute.amazonaws.com", "port" : 5432, "native" : true, "ssl" : true, "dialect" : "postgres"}, "test" : {"username" : "youbbrekjcxwci", "password" : "t9Av8xoCn...
json_instruct
{"type": "object", "properties": {"development": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}, "native": {"type": "boolean"}, "ssl": {"type": "boolean"}, "dialect": {"type": "stri...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "st...
{"files" : {"main.css" : "/static/css/main.1eca0d34.chunk.css", "main.js" : "/static/js/main.ba6d691a.chunk.js", "main.js.map" : "/static/js/main.ba6d691a.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.04f892fb.js", "runtime-main.js.map" : "/static/js/runtime-main.04f892fb.js.map", "static/js/2.8ea451c9.ch...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.8ea451c9.chunk.js": {"type": "string"}, "static/js...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [0.422651, 51.561971]}, "properties" : {"organisation" : "local-authority-eng:BAI", "ownership-status" : "owned by a public authority", "site-plan-url" : "https://www.basildon.gov.uk/media/8540/BLR/pdf/BLR.pdf", "maximum-net-dwellings" : "19", "site-a...
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": {"organisation": {"type": "string"}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": ...
{"derivation" : "plural of H3851 (\u05dc\u05b7\u05d4\u05b7\u05d1); flames;", "pron" : "leh-haw-beem'", "outline" : "<span class=\"literal-meaning\">Lehabim = &quot;flames&quot;</span><ol><li> an Egyptian tribe descended from Mizraim</li></ol>", "kjv_def" : "Lehabim.", "lemma" : "\u05dc\u05b0\u05d4\u05b8\u05d1\u05b4\u05...
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d165a92933bfbe24734502191943f5b85055f934"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "prope...
{"name" : "ByPlayAd", "version" : "0.0.1", "summary" : "ByPlay Mobile App Ad SDK.", "description" : "ByPlay is a vertical ad network of Japanese culture media.", "homepage" : "https://github.com/tsumikiinc/ByPlayAd-iOS-SDK", "license" : "Apache License, Version 2.0", "authors" : {"Tsumiki Inc." : "byplayers@tsumikiinc....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Tsumiki Inc.": {"type": "string"}}, "required": ["Ts...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chain...
{"name" : "Token GC6u", "symbol" : "GC6uZ", "decimals" : 6, "address" : "GC6uZx6KBrZkkoWYMZ28N4tvgFUP3vcuSD3quD2dhT5m", "chainId" : 103}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"jing": {"type": "string"}}, "required": ["jing"]}, "scripts"...
{"name" : "jing-cli", "version" : "0.0.8", "description" : "template build tools", "main" : "src/main.js", "bin" : {"jing" : "bin/jing-cli"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["cli", "vue", "mpvue", "wx", "uniapp", "uni-app", "uni", "jing"], "author" : "dreamelapse", "l...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"jing": {"type": "string"}}, "required": ["jing"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}...
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"}, "cron": {"type": "string"}, "test...
{"name" : "shipper", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "knex migrate:latest && node index.js", "cron" : "node cronjobs/cleanInActiveRecords.js", "test" : "mocha tests/index.test.js", "migrate" : "knex migrate:latest", "rollback" : "knex migrate:rollback", "dev" : "node...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "cron": {"type": "string"}, "test": {"type": "string"}, "migrate": {"type": "string"}, "ro...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"c": {"type": "object", "properties": {"gondar": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "requ...
{"c" : {"gondar" : {"z" : {}, "l" : ["12.6000", "37.4667"]}}, "l" : []}
json_instruct
{"type": "object", "properties": {"c": {"type": "object", "properties": {"gondar": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["gondar"]}, "l": {"type": "array", "items": {}}}, "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"...
{"type" : "Feature", "id" : "way/314182585", "properties" : {"addr:city" : "Duisburg", "addr:housenumber" : "73", "addr:postcode" : "47259", "addr:street" : "Dorfstra\u00dfe", "building" : "yes", "craft" : "beekeeper", "email" : "info@bienen-lindner.de", "name" : "Bienen Lindner", "opening_hours" : "Tu-Fr 10:00-13:00,1...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "building": {"type": "string"}, "craft"...
Create a JSON structure that matches this schema definition: {"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/dr...
{"word" : "Commercial", "definitions" : ["A television or radio advertisement.", "A travelling sales representative."], "parts-of-speech" : "Noun"}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "p...
{"pe_name" : "Microsoft.PackageManagement.MsuProvider.dll", "pe_type" : 267, "pe_size" : 14848, "pe_subsystem" : 3, "pe_subsystem_caption" : "The Windows character (Cosole UI) subsystem", "pe_path" : "c:\\Program Files\\WindowsPowerShell\\Modules\\PackageManagement\\1.0.0.1\\Microsoft.PackageManagement.MsuProvider.dll"...
json_instruct
{"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp": {"type": "integer"}, "pe_timedate_human": {"type": "string...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"deploy": {"type": "object", "properties": {"development": {"type": "array", "items": {"type": "string"}}, "staging": {"type": "array", "items": {"type": "string"}}, "production": {"type": "array", "items": {"...
{"deploy" : {"development" : ["web-testing-site-finder-development-origin-us-east-1", "web-testing-site-finder-development-origin-us-west-2"], "staging" : ["web-testing-site-finder-staging-origin-us-east-1", "web-testing-site-finder-staging-origin-us-west-2"], "production" : ["web-testing-site-finder-production-origin-...
json_instruct
{"type": "object", "properties": {"deploy": {"type": "object", "properties": {"development": {"type": "array", "items": {"type": "string"}}, "staging": {"type": "array", "items": {"type": "string"}}, "production": {"type": "array", "items": {"type": "string"}}}, "required": ["development", "staging", "production"]}}, "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 404396101, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "ab3c3f74af819df01ca0d7b53f6bcdb2", "wof:id" : 404396101, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.6524509272211, 47.26916224891634, 6.68995541718045, 47.30131263856093]...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "432fec3f2b9f7b4c4186497033925ba5ccf66ad8"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {...
{"result" : {"1" : [{"1" : "Yangon International, Myanmar (RGN)", "2" : "airport", "3" : "RGN", "4" : "RGN", "5" : "Yangon", "6" : 96.1333333, "7" : 16.9072222, "10" : "Asia/Rangoon"}]}}
json_instruct
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":...
{"id" : 101847053, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "b5360b4cb2e317d057fc2e80f838b3e6", "wof:id" : 101847053, "wof:repo" : "whosonfirst-data-admin-fi"}, "bbox" : [28.46667, 64.18333, 28.46667, 64.18333], "geometry" : {"coordinate...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}...
{"id" : 10140, "source" : "bullinger", "verse_id" : 18256, "verse_count" : 1, "reference" : "31:5", "title" : "", "html" : " <p> <em>As birds flying.</em>, As birds hovering [covering and protecting their nest with their wings], so will, &c. The Figure of speech <i>Ellipsis</i>, is to be thus supplied. Reference to Pen...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"uhc.chat.type.team.text": {"type": "string"}, "uhc.chat.type.team.sent": {"type": "string"}, "uhc.chat.type.dead.text": {"type": "string"}, "uhc.chat.type.dead.sent": {"type": "string"}}, "required": ["uhc.chat...
{"uhc.chat.type.team.text" : "%s %s %s", "uhc.chat.type.team.sent" : "-> %s %s %s", "uhc.chat.type.dead.text" : "%s %s", "uhc.chat.type.dead.sent" : "-> %s %s"}
json_instruct
{"type": "object", "properties": {"uhc.chat.type.team.text": {"type": "string"}, "uhc.chat.type.team.sent": {"type": "string"}, "uhc.chat.type.dead.text": {"type": "string"}, "uhc.chat.type.dead.sent": {"type": "string"}}, "required": ["uhc.chat.type.team.text", "uhc.chat.type.team.sent", "uhc.chat.type.dead.text", "uh...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"activityHash"...
{"index" : 152, "redacted" : false, "hash" : 561205187, "blacklisted" : false, "entries" : [{"activityHash" : 4209774794}]}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"activityHash": {"type": "integer"}}, "required": ["activityHash"]}}}, "required": ["i...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "e...
{"name" : "Q-TEN CAPSUL 100 MG", "harga" : " Rp. 363.000/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_bebas_terbatas.gif", "kandungan" : "Koenzim Q10.", "indikasi" : "katalis alam untuk pembebasan energi dari makanan & antioksidan.", "kontraindikasi" : "", "perhatian" : "", "efeksamping" : "", "in...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets", "fingers"]}}}, ...
{"key" : "E", "suffix" : "/D#", "positions" : [{"frets" : "xx1100", "fingers" : "001200"}, {"frets" : "x66454", "fingers" : "034121", "barres" : "4", "capo" : "true"}, {"frets" : "bb99cc", "fingers" : "231144", "barres" : "9", "capo" : "true"}, {"frets" : "bb999c", "fingers" : "231114", "barres" : "9", "capo" : "true"}...
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets", "fingers"]}}}, "required": ["key", "suffix", "positions"], "$schema": "h...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema...
[{"name" : "TOSHI", "frequency" : 103, "males" : "15.53398058252427 %", "females" : "84.46601941747572 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id"...
{"id" : 421188783, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "7e0a9a33964bcef8373f2795bc4dcb49", "wof:id" : 421188783, "wof:repo" : "whosonfirst-data-admin-hn"}, "bbox" : [-85.83333, 15.88333, -85.83333, 15.88333], "geometry" : {"coordinates" :...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[229, -21, 1858, 24, -310, -8538, 308, -165, 186, -7428, 0, 267, 182, -229, -139, 2803, -127, -12153, 426, 45, -6901, 4682, -281, -7449, 163, 7086, -941, -115, 12621, 19135, -8, 138], [9787, 9901, 1703, 9922, 10032, 2600, 9968, 9963, 9985, 5263, 9996, 9937, 9863, 10048, 9903, 5664, 9952, 642, 9881, 10018, 1105, 3236, ...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "ResolutionUnit": {"type": "integer"}, "Software": {"type": "string"}, "ModifyDate": ...
{"Make" : "KONICA ", "Model" : "KD-3100 ", "XResolution" : 72, "YResolution" : 72, "ResolutionUnit" : 2, "Software" : "1.12KD\u0000", "ModifyDate" : "2003:03:01 13:07:08", "YCbCrPositioning" : 2, "ExifOffset" : 186, "Compression" : 1, "ThumbnailOffset" : 15348, "ThumbnailLength" : 2456, "ExposureTime" : 0.5, "FNumbe...
json_instruct
{"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "ResolutionUnit": {"type": "integer"}, "Software": {"type": "string"}, "ModifyDate": {"type": "string"}, "YCbCrPositioning": {"type": "integer"}, "ExifOffset...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"...
[{"subreddit" : "glasgow", "hour" : "01", "avg" : 17.0}, {"subreddit" : "glasgow", "hour" : "02", "avg" : 1.5}, {"subreddit" : "glasgow", "hour" : "03", "avg" : 62.666666666666664}, {"subreddit" : "glasgow", "hour" : "04", "avg" : 1.0}, {"subreddit" : "glasgow", "hour" : "05", "avg" : 5.083333333333333}, {"subreddit" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "import { formatMuiErrorMessage as _formatMuiErrorMessage } from \"@material-ui/utils\";\nexport default function makeStyles() {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `Material-UI: makeStyles is not longer exported from @material-ui/core/styles.\nYou have to import it from...
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...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, ...
[{"manufacturer" : "Jooyon", "market_name" : "J210A", "codename" : "J210A", "model" : "J210A"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date...
{"id" : 10854, "citation_title" : "Economic Growth and the Environment: A Review of Theory and Empirics", "citation_author" : ["William A. Brock", "M. Scott Taylor"], "citation_publication_date" : "2004-10-25", "issue_date" : "2004-10-25", "revision_date" : "None", "topics" : ["International Economics", "Trade", "Envir...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", ...
{"ast" : null, "code" : "var __jsx = React.createElement;\nimport * as React from 'react';\nimport createSvgIcon from \"./utils/createSvgIcon\";\nexport default createSvgIcon(__jsx(\"path\", {\n d: \"M4.2 17.78l5.3-5.3 3.25 3.25c.41.41 1.07.39 1.45-.04l7.17-8.07c.35-.39.33-.99-.04-1.37-.4-.4-1.07-.39-1.45.04l-6.39 7.1...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cosmetic_changes-append": {"type": "string"}, "cosmetic_changes-standalone": {"type": "string...
{"@metadata" : {"authors" : ["NoiX180"]}, "cosmetic_changes-append" : "; panggant\u00e8n kosm\u00e8tik", "cosmetic_changes-standalone" : "Bot: Panggant\u00e8n kosm\u00e8tik"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cosmetic_changes-append": {"type": "string"}, "cosmetic_changes-standalone": {"type": "string"}}, "required": ["@metadata", "cosmetic_changes-append", "...
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" : "\u30eb\u30eb\u30a2\u3000\u4e59\u5973\u89e3\u5256", "author" : "omankotarou", "description" : "\u30eb\u30eb\u30a2undefined\u4e59\u5973\u89e3\u5256", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/1403957/thumbnail-1403957_0008.jpg?itok=bQw4m1aS", "download" : "https://w...
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": {"Bio": {"type": "string"}, "Country": {"type": "string"}, "Director": {"type": "array", "items": {"type": "string"}}, "Genres": {"type": "array", "items": {"type": "string"}}, "Language": {"type": "array", "it...
{"Bio" : "An aimless, jobless, irresponsible grown man joins the army and matures into a battlefield hero.", "Country" : "India", "Director" : ["Farhan Akhtar"], "Genres" : [" Action", " Drama", " Romance", " War"], "Language" : ["Hindi", "English"], "Name" : "Lakshya", "Poster URL" : "https://m.media-amazon.com/images...
json_instruct
{"type": "object", "properties": {"Bio": {"type": "string"}, "Country": {"type": "string"}, "Director": {"type": "array", "items": {"type": "string"}}, "Genres": {"type": "array", "items": {"type": "string"}}, "Language": {"type": "array", "items": {"type": "string"}}, "Name": {"type": "string"}, "Poster URL": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string...
{"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "gnhc.gov.bt", "min_cert_id" : 975161690, "min_entry_timestamp" : "2018-11-25T12:53:15.204", "not_before" : "2018-11-25T11:53:15", "not_after" : "2019-02-23T11:53:15"}
json_instruct
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "iss...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "...
{"id" : 167949, "name" : "Remove Recommended Videos", "description" : "Get your time back from youtube!\r\n\r\nWant to use youtube but not get distracted by it's recommendations? This style removes the home page recommended videos as well as the recommended list on the sidebar. \r\n\r\nYour only way of accessing videos...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translati...
{"web" : [{"value" : ["\u4e0d\u80fd\u5b89\u629a\u7684", "\u4e0d\u7f13\u548c\u7684", "\u4e0d\u53ef\u8c03\u548c"], "key" : "implacable"}, {"value" : ["\u4e0d\u4f4f\u8ffd\u5bfb"], "key" : "implacable pursuer"}, {"value" : ["\u96be\u4ee5\u5b89\u6170\u7684"], "key" : "C implacable"}], "query" : "implacable", "translation" :...
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"header": {"type": "string"}, "headerText": {"type": "string"}}, "required": ["header", "headerText"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"header" : "# \u6392\u7248", "headerText" : "\u5e94\u7528\u7a0b\u5e8f\u7684\u6392\u7248\u4e0e\u5176\u529f\u80fd\u4e00\u6837\u91cd\u8981\u3002Vuetify.js\u4f7f\u7528Material Design\u89c4\u8303Roboto\u5b57\u4f53\u3002\u6bcf\u4e2a\u6807\u9898\u5927\u5c0f\u4e5f\u6709\u4e00\u4e2a\u76f8\u5e94\u7684\u8f85\u52a9\u5668\u7c7b\u6...
json_instruct
{"type": "object", "properties": {"header": {"type": "string"}, "headerText": {"type": "string"}}, "required": ["header", "headerText"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": {"ty...
[{"label" : "Bottle", "normalizedVertices" : [{"x" : 0.6623602, "y" : 0.14787826}, {"x" : 0.83101445, "y" : 0.14787826}, {"x" : 0.83101445, "y" : 0.38824558}, {"x" : 0.6623602, "y" : 0.38824558}], "score" : 0.6794197}, {"label" : "Animal", "normalizedVertices" : [{"x" : 0.2016132, "y" : 0.3690083}, {"x" : 0.48259726, "...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"fabric.js": {"type": "string"}, "fabric.min.js": {"type": "string"}}, "required": ["fabric.js", "fabric.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fabric.js" : "sha256-3vtmXKwu1TRkt8CADC5G7EwNN8OnprM6jYjA+NYFleY=", "fabric.min.js" : "sha256-HByGoFqilPQrblw+0OmwSrl9LUBtFLhRUfutmsCgMI4="}
json_instruct
{"type": "object", "properties": {"fabric.js": {"type": "string"}, "fabric.min.js": {"type": "string"}}, "required": ["fabric.js", "fabric.min.js"], "$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"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "5321030001", "nama" : "TAABA"}, {"id" : "5321030002", "nama" : "LEUNKLOT"}, {"id" : "5321030003", "nama" : "UMALAWAIN"}, {"id" : "5321030004", "nama" : "BONETASEA"}, {"id" : "5321030005", "nama" : "HAUKLARAN"}, {"id" : "5321030006", "nama" : "LAKULO"}, {"id" : "5321030007", "nama" : "KLESELEON"}, {"id" : "532...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"js/imgLiquid-min.js": {"type": "string"}, "js/imgLiquid.js": {"type": "string"}}, "required": ["js/imgLiquid-min.js", "js/imgLiquid.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"js/imgLiquid-min.js" : "sha256-zqBlh5ykoWSbrbYeT3wg0ehX5k+cgNKJdISNfvhjDf0=", "js/imgLiquid.js" : "sha256-Ns2d0zQKELYPk+ATPdpQHJneenxaAKVPwnsULh7KEAw="}
json_instruct
{"type": "object", "properties": {"js/imgLiquid-min.js": {"type": "string"}, "js/imgLiquid.js": {"type": "string"}}, "required": ["js/imgLiquid-min.js", "js/imgLiquid.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"activities_easter": {"type": "array", "items": {}}, "activities_epiphany": {"type": "array", "items": {}}, "activities_michaelmas": {"type": "array", "items": {}}, "code": {"type": "string"}, "title": {"type": ...
{"activities_easter" : [], "activities_epiphany" : [], "activities_michaelmas" : [], "code" : "HIST2541", "title" : "Elders, Despots, Modernisers: Reimagining the State in Northeast Africa"}
json_instruct
{"type": "object", "properties": {"activities_easter": {"type": "array", "items": {}}, "activities_epiphany": {"type": "array", "items": {}}, "activities_michaelmas": {"type": "array", "items": {}}, "code": {"type": "string"}, "title": {"type": "string"}}, "required": ["activities_easter", "activities_epiphany", "activ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ...
{"userId" : 10789, "cartId" : "10997cb6-d618-4b3f-b2f1-bf39fc0652a6", "preferredProducts" : [4979, 2300], "productReviews" : [{"productId" : 2099, "reviewText" : "I tried to nail it but got strawberry all over it.", "reviewDate" : "2017-07-30T05:51:01.9909465+03:00"}, {"productId" : 4481, "reviewText" : "My neighbor Fr...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"0-17": {"type": "string"}, "18-44": {"type": "string"}, "45-64": {"type": "string"}, "65-74": {"type": "string"}, "75+": {"type": "string"}}, "required": ["0-17", "18-44", "45-64", "65-74", "75+"], "$schema": "http://json-schema...
{"0-17" : "10", "18-44" : "646", "45-64" : "3700", "65-74" : "4111", "75+" : "8002"}
json_instruct
{"type": "object", "properties": {"0-17": {"type": "string"}, "18-44": {"type": "string"}, "45-64": {"type": "string"}, "65-74": {"type": "string"}, "75+": {"type": "string"}}, "required": ["0-17", "18-44", "45-64", "65-74", "75+"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items"...
{"id" : "bitcoin-hot", "symbol" : "bth", "name" : "Bitcoin Hot", "platforms" : {}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Bitcoin Hot is a fork of Bitcoin blockchain at block height 498848 with a new PoW algorithm, which is an upgraded systems with large block size, quicker block interv...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"task": {"type": "string"}, "mtnet_reg": {"type": "object", "properties": {"rmse_mean": {"type": "number"}, "rmse_std": {"type": "number"}, "nll_mean": {"type": "number"}, "nll_std": {"type": "number"}}, "requir...
{"task" : "kin8nm", "mtnet_reg" : {"rmse_mean" : 0.08189458357003056, "rmse_std" : 0.0006910369568113152, "nll_mean" : -1.188483015389394, "nll_std" : 0.006822525191299576}}
json_instruct
{"type": "object", "properties": {"task": {"type": "string"}, "mtnet_reg": {"type": "object", "properties": {"rmse_mean": {"type": "number"}, "rmse_std": {"type": "number"}, "nll_mean": {"type": "number"}, "nll_std": {"type": "number"}}, "required": ["rmse_mean", "rmse_std", "nll_mean", "nll_std"]}}, "required": ["task...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "prope...
{"id" : "91486", "name" : {"en" : "Fanning Island / Tereitaki Village"}, "country" : "KI", "region" : null, "identifiers" : {"wmo" : "91486"}, "location" : {"latitude" : 3.9333, "longitude" : -159.3167, "elevation" : 2}, "timezone" : "Pacific/Kiritimati"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": ...
Based on the schema below, produce a valid JSON object: {"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": "ar...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-74.039766, 40.769189], [-74.036014, 40.771699], [-74.03316, 40.770269], [-74.033612, 40.769722], [-74.032885, 40.769365], [-74.035035, 40.766116], [-74.040562, 40.768671], [-74.039766, 40.769189]]]}, "type" : "Feature", ...
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...
Create an example JSON object that satisfies this 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": "integer"}, ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Mabini, Llanera, Nueva Ecija, Central Luzon (Region III), PH", "locale" : "ph.central-luzon-region-iii.nueva-ecija.llanera.mabini", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "6", "regio...
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": {...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1911, 5], [1983, 6], [1985, 5], [1986, 7], [1988, 9], [1989, 5], [1993, 6], [1994, 9], [1995, 10], [1996, 9], [1998, 5], [2000, 12], [2001, 6], [2002, 6], [2003, 6], [2004, 36], [2005, 10], [2006, 8], [2007, 9], [2008, 12], [2009, 5], [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": {"JavaScript": {"type": "integer"}, "HTML": {"type": "integer"}, "Shell": {"type": "integer"}}, "required": ["JavaScript", "HTML", "Shell"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"JavaScript" : 372460, "HTML" : 8899, "Shell" : 2772}
json_instruct
{"type": "object", "properties": {"JavaScript": {"type": "integer"}, "HTML": {"type": "integer"}, "Shell": {"type": "integer"}}, "required": ["JavaScript", "HTML", "Shell"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"out" : ["/lib/python3.8/site-packages/certifi/__init__.py", "/lib/python3.8/site-packages/certifi/__main__.py", "/lib/python3.8/site-packages/certifi/__pycache__/__init__.cpython-38.pyc", "/lib/python3.8/site-packages/certifi/__pycache__/__main__.cpython-38.pyc", "/lib/python3.8/site-packages/certifi/__pycache__/core...
json_instruct
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "assorteddiscoveries:block/twisted_blackstone_slab"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}}, "required": ...
{"name" : "active-query-builder-react-example", "version" : "1.0.0", "description" : "how to use query-builder with react", "main" : "index.js", "scripts" : {"start" : "node node_modules\\webpack-dev-server\\bin\\webpack-dev-server.js"}, "author" : "Active Database Software", "license" : "ISC", "dependencies" : {"react...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dep...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "...
{"created_at" : 1510586670, "tags" : [], "title" : "MongoDB\u6982\u5ff5", "updated_at" : 1510591590, "uuid" : "563E0803-A176-4BED-8BEF-A901449A4271"}
json_instruct
{"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array"...
{"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 42, "nazev" : "Hradec Kr\ufffdlov\ufffd"}, "clipped" : true, "id" : "702f2fa0b7"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 48, "nazev" : "Pardubice"}, "clipped" : tru...
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"R": {"type": "object", "properties": {"res_id": {"type": "integer"}}, "required": ["res_id"]}, "apikey": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "locatio...
{"R" : {"res_id" : 33}, "apikey" : "3664838525f7d1b0ba37aaf409c79501", "id" : "33", "name" : "Kahwa - Royal Tulip", "url" : "https://www.zomato.com/dummy/kahwa-royal-tulip-1-aaaa?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1", "location" : {"address" : "Royal Tulip, Kharghar, Mumbai, AAAA, Dummy", "localit...
json_instruct
{"type": "object", "properties": {"R": {"type": "object", "properties": {"res_id": {"type": "integer"}}, "required": ["res_id"]}, "apikey": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "string"}, "l...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "prope...
{"id" : "ca695482-7937-40f1-9c1d-28bc66a6aee6", "playerTags" : [], "teamTags" : ["eb67ae5e-c4bf-46ca-bbbc-425cd34182ff"], "gameTags" : ["443dfb86-af65-4390-bb7a-71c9f1814c01"], "metadata" : {"mod" : "OVERPERFORMING", "play" : 337, "type" : 3, "parent" : "bb0d8af9-41e9-47f1-8521-62b698e23231", "source" : "HIGH_PRESSURE"...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play": {"type": "int...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string...
{"schema_version" : "1.2.0", "id" : "GHSA-vf76-6hmj-g67c", "modified" : "2022-05-01T18:36:08Z", "published" : "2022-05-01T18:36:08Z", "aliases" : ["CVE-2007-5717"], "details" : "Unspecified vulnerability in Sun Fire X2100 M2 and X2200 M2 Embedded Lights Out Manager (ELOM) on x86 before firmware 2.70 allows remote attac...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "ite...
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Grease and flour two 8 x 4 inch loaf pans.", "Combine flour, sugars, pumpkin, oil, coconut milk, baking soda, salt, and spices. Mix until well blended. Fold in coconut and nuts. Pour into prepared pans.", "Bake for about 1 hour and 15 minutes, or unti...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "nul...
{"contract" : "0x1bb5744d22297075487edbf9dc3f89d2e04ebce0", "tool" : "mythril", "start" : 1563658634.8251045, "end" : 1563658637.9779043, "duration" : 3.1527998447418213, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "...
{"categories" : ["Networking", "Programming"], "desc" : " Deploying Next Generation Multicast-Enabled Applications: Label Switched Multicast for MPLS VPNs, VPLS, and Wholesale Ethernet provides a comprehensive discussion of Multicast and MVPN standards\u2015next-generation Multicast-based standards, Multicast Applicati...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/sch...
{"parent" : "item/handheld", "textures" : {"layer0" : "attempt:item/blade_shard"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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...
{"n_dim" : 2, "n_trials" : 210, "objective" : "shekel_on_cube", "white" : "pymoo_nsga2", "black" : "platypus_spea2", "traceback" : ["passing", "passing"], "best_val" : [1.172605284808141, 1.1626429507645495], "best_x" : [[0.30943126489491024, 0.3410846821600053], [0.31475450487407, 0.3437800660449922]], "feval_count" :...
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": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"db_host": {"type": "string"}, "db_user": {"type": "string"}, "db_pass": {"type": "string"}, "db_name": {"type": "string"}, "db_char": {"type": "string"}, "db_port": {"type": "string"}}, "required": ["db_host", "db...
{"db_host" : "localhost", "db_user" : "root", "db_pass" : "p5uw@n!2E4S", "db_name" : "db_mqa", "db_char" : "utf8", "db_port" : "3306"}
json_instruct
{"type": "object", "properties": {"db_host": {"type": "string"}, "db_user": {"type": "string"}, "db_pass": {"type": "string"}, "db_name": {"type": "string"}, "db_char": {"type": "string"}, "db_port": {"type": "string"}}, "required": ["db_host", "db_user", "db_pass", "db_name", "db_char", "db_port"], "$schema": "http://...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "cordova_name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "stri...
{"name" : "cordova-plugin-firebase-extended-notification", "cordova_name" : "Firebase Extended Notification Cordova Plugin", "version" : "1.10.1", "description" : "Simple notification message from server as \"data\" that allows more options as how it will apear to the notified user.", "repository" : {"type" : "git", "u...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "cordova_name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"header": {"type": "object", "properties": {"category": {"type": "string"}, "image": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "layout": {"type": "st...
{"header" : {"category" : "the-gary-null-show", "image" : {"type" : "", "url" : ""}, "layout" : "podcast", "link" : "http://thegarynullshow.podbean.com/e/the-gary-null-show-123014/", "podcast" : {"developer-note" : "", "length" : "1:00:47", "note" : "", "size" : 21884933, "type" : "audio/mpeg", "url" : "http://thegaryn...
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"category": {"type": "string"}, "image": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "layout": {"type": "string"}, "link": {"type": "string"}, "podcast": {"type": "ob...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"apiconnect-cli-logger": {"type": "string"}, "apiconnec...
{"name" : "microgateway-datastore", "version" : "1.0.4", "description" : "datastore used by the microgateway", "main" : "index.js", "dependencies" : {"apiconnect-cli-logger" : "^1.x", "apiconnect-project" : "^2.x", "bluebird" : "^3.3.3", "compression" : "^1.6.1", "cors" : "^2.7.1", "express" : "^4.13.4", "forever-monit...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"apiconnect-cli-logger": {"type": "string"}, "apiconnect-project": {"type": "string"}, "bluebird": {"type": "strin...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"ethers": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "s...
{"name" : "identity-dapplet-overlay", "version" : "0.1.0", "private" : true, "dependencies" : {"ethers" : "^4.0.47", "react" : "^16.13.1", "react-dom" : "^16.13.1", "react-router-dom" : "^5.2.0", "react-scripts" : "3.4.1", "semantic-ui-css" : "^2.4.1", "semantic-ui-react" : "^0.88.2", "typescript" : "^3.8.3"}, "homepag...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"ethers": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-script...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"drupal/search_api": {"type": "string"}, "drupal...
{"name" : "drupal/acquia_search", "type" : "drupal-module", "description" : "Provides integration between your Drupal site and Acquia's hosted search service", "license" : "GPL-2.0-or-later", "require" : {"drupal/search_api" : "^1.17", "drupal/search_api_solr" : "^1.2"}, "repositories" : {"drupal" : {"type" : "composer...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"drupal/search_api": {"type": "string"}, "drupal/search_api_solr": {"type": "string"}}, "required": ["drupal/search_api...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"sms_order_title": {"type": "string"}, "sms_order_new_account": {"type": "string"}, "sms_order_account_label": {"type": "string"}, "sms_order_credit_label": {"type": "string"}, "sms_order_credit_custom_label": {"type": "string"...
{"sms_order_title" : "Commander des SMS", "sms_order_new_account" : "Nouveau Compte", "sms_order_account_label" : "Compte SMS : ", "sms_order_credit_label" : "Nombre de cr\u00e9dits : ", "sms_order_credit_custom_label" : "Quantit\u00e9 d\u00e9sir\u00e9e : ", "sms_order_credit_custom" : "Autre", "sms_order_order" : "Gen...
json_instruct
{"type": "object", "properties": {"sms_order_title": {"type": "string"}, "sms_order_new_account": {"type": "string"}, "sms_order_account_label": {"type": "string"}, "sms_order_credit_label": {"type": "string"}, "sms_order_credit_custom_label": {"type": "string"}, "sms_order_credit_custom": {"type": "string"}, "sms_orde...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "parent_slug": {"type": "null"}, "path": {"type": "string"}, "repoCount": {"type": "integer"}, "userCount": {"type": "integer"}, "popularity": {"type": "i...
{"slug" : "zero-knowledge-cryptography", "title" : "Zero Knowledge Cryptography", "parent_slug" : null, "path" : "zero-knowledge-cryptography", "repoCount" : 148, "userCount" : 149, "popularity" : 1895519}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "parent_slug": {"type": "null"}, "path": {"type": "string"}, "repoCount": {"type": "integer"}, "userCount": {"type": "integer"}, "popularity": {"type": "integer"}}, "required": ["slug", "title", "parent_slug", "path", "repoCount"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id_4963": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "re...
{"id_4963" : {"title" : "Skylark of Space (version 2)", "language" : "English", "totaltime" : "8:59:33", "url_librivox" : "http://librivox.org/the-skylark-of-space-version-2-by-e-e-smith-and-lee-hawkins-garby/", "url_iarchive" : "http://www.archive.org/details/skylark_space_2_1012_librivox", "readers" : ["5717"], "auth...
json_instruct
{"type": "object", "properties": {"id_4963": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "app_id": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "app_id", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dent-alert", "app_id" : "", "type" : "ionic-angular"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "app_id": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "app_id", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ccy_group": {"type": "object", "properties": {"0": {"type": "string"}, "202": {"type": "string"}, "222": {"type": "string"}, "235": {"type": "string"}, "401": {"type": "string"}, "402": {"type": "string"}, "403": ...
{"ccy_group" : {"0" : "A-currency", "202" : "C-currency", "222" : "A-currency", "235" : "C-currency", "401" : "C-currency", "402" : "C-currency", "403" : "A-currency", "404" : "B-currency", "405" : "C-currency", "407" : "A-currency", "408" : "C-currency", "409" : "C-currency", "410" : "C-currency", "412" : "B-currency"...
json_instruct
{"type": "object", "properties": {"ccy_group": {"type": "object", "properties": {"0": {"type": "string"}, "202": {"type": "string"}, "222": {"type": "string"}, "235": {"type": "string"}, "401": {"type": "string"}, "402": {"type": "string"}, "403": {"type": "string"}, "404": {"type": "string"}, "405": {"type": "string"}...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Records": {"type": "array", "items": {"type": "object", "properties": {"messageId": {"type": "string"}, "receiptHandle": {"type": "string"}, "body": {"type": "string"}, "attributes": {"type": "object", "properties"...
{"Records" : [{"messageId" : "19dd0b57-b21e-4ac1-bd88-01bbb068cb78", "receiptHandle" : "MessageReceiptHandle", "body" : "{\"type\":0,\"payload\":{\"FileReference\":302695914,\"TargetId\":\"MLP\",\"UserFilename\":\"rj-302695914\",\"FileType\":\"INFO\",\"FileTimestamp\":\"2019-02-19T00:00:00+02:00\",\"Status\":\"DLD\",\"...
json_instruct
{"type": "object", "properties": {"Records": {"type": "array", "items": {"type": "object", "properties": {"messageId": {"type": "string"}, "receiptHandle": {"type": "string"}, "body": {"type": "string"}, "attributes": {"type": "object", "properties": {"ApproximateReceiveCount": {"type": "string"}, "SentTimestamp": {"ty...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}...
{"no_of_atoms" : 120, "centre_of_mass" : [-0.2778066728873204, 0.2425245613569195, 93.15741568740212], "maximum_diameter" : {"diameter" : 22.805001623782015, "atom_1" : 85, "atom_2" : 109}, "pore_diameter" : {"diameter" : 1.4838636512272827, "atom" : 3}, "pore_volume" : 1.7107266136295984, "pore_diameter_opt" : {"diame...
json_instruct
{"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", ...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sc...
[{"year" : 1969, "sex" : "F", "n" : 5, "prop" : 2.84e-06}, {"year" : 1973, "sex" : "F", "n" : 5, "prop" : 3.22e-06}, {"year" : 1984, "sex" : "F", "n" : 5, "prop" : 2.77e-06}, {"year" : 1985, "sex" : "F", "n" : 6, "prop" : 3.25e-06}, {"year" : 1987, "sex" : "F", "n" : 11, "prop" : 5.87e-06}, {"year" : 1988, "sex" : "F",...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "country...
{"name" : "Birkenhead Borough Pavement", "addressLines" : ["37 Borough Pavement", "Birkenhead", "Cheshire"], "postalCode" : "CH41 2XX", "country" : "gb"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "country"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [...
{"name" : "permutate", "version" : "0.0.1", "description" : "next permutation from lexicographic order of an array, a'la Narayana Pandita in 14th century India.", "main" : "permutate.js", "scripts" : {"test" : "jasmine-node spec"}, "repository" : {"type" : "git", "url" : "git://github.com/purplecabbage/permutate.git"},...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"addShadow:of:": {"type": "string"}, "answer:whenAskedForTheNameOf:": {"type": "string"}, "applyDiff...
{"class" : {}, "instance" : {"addShadow:of:" : "jr 4/4/2021 13:18", "answer:whenAskedForTheNameOf:" : "jr 7/28/2019 11:03", "applyDiff:toShadowNamed:" : "jr 7/4/2021 17:51", "applyDiff:toStartObjectWith:" : "jr 8/4/2019 00:31", "assign:to:" : "jr 7/30/2017 01:27", "assign:toShadow:" : "jr 9/25/2019 14:50", "creatorOf:i...
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"addShadow:of:": {"type": "string"}, "answer:whenAskedForTheNameOf:": {"type": "string"}, "applyDiff:toShadowNamed:": {"type": "string"}, "applyDiff:toStartObjectWith:": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properti...
{"name" : "@notify/giveaways", "version" : "1.0.0", "main" : "dist/index.js", "repository" : "https://github.com/notifysoftware/giveaways", "author" : "Alistair Smith <alistairsmith01@gmail.com>", "license" : "Apache-2.0", "devDependencies" : {"@types/node" : "^14.0.27", "@typescript-eslint/eslint-plugin" : "^3.9.0", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@typescript-esl...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 404417489, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "ecee9b84fc0db40df68628bc727cb868", "wof:id" : 404417489, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.36055745057235, 49.07357901121797, -1.31851558434455, 49.104364232911...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"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" : "Arkadiko Bridge", "id" : "770053487", "bbox" : [22.939167, 37.595556, 22.939167, 37.595556], "description" : "An arched Bronze Age bridge near the Mycenaean center of Tiryns. The bridge is located along an ancient highway connecting Tiryns to Epidauros.", "features" : [{"type" ...
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": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_ab...
{"place_name" : "Green Pond", "state_name" : "South Carolina", "state_abbrv" : "SC", "lat" : "32.6628", "long" : "-80.528"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"infos": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", "value"]}}}, "required": ["infos"], "$schema": "http://json-sche...
{"infos" : [{"key" : "90554", "value" : "...Hmph."}, {"key" : "90555", "value" : "Lady Miranda, Wezette's forces seem to have fallen quite considerably in number."}, {"key" : "90556", "value" : "Yes, you are right about that."}, {"key" : "90557", "value" : "I suppose now is as good a time as any."}, {"key" : "90558", "...
json_instruct
{"type": "object", "properties": {"infos": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", "value"]}}}, "required": ["infos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "thirty", "definition" : "Being three times ten; consisting of one more than twenty-nine; twenty and ten; as, the month of June consists of thirty days.\n\n1. The sum of three tens, or twenty and ten; thirty units or objects. 2. A symbol expressing thirty, as 30, or XXX."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALEN...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of era", "MIN_VALUE" : 1, "P10_VALUE" : 1, "P25_VALUE" : 1, "MEDIAN_VAL...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE...
The schema below describes a JSON structure. Generate a valid example: {"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"}, "follow...
{"user" : "EricksonDouglas", "repos" : 1, "login" : "EricksonDouglas", "id" : 5572654, "avatar_url" : "https://avatars3.githubusercontent.com/u/5572654?v=3", "url" : "https://api.github.com/users/EricksonDouglas", "html_url" : "https://github.com/EricksonDouglas", "followers_url" : "https://api.github.com/users/Erickso...
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...