input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "1bb97f8", "CardHash" : "988d4ba", "Error" : null}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "public": {"type": "boolean"}, "publisher": {"type": "string"}, "version": {"type": "string"}}, "required": ["id", "public", "publisher", "version"], "$schema": "http://json-schema.or...
{"id" : "loadtest-agents-extension", "public" : true, "publisher" : "ganesp", "version" : "1.0.137"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "public": {"type": "boolean"}, "publisher": {"type": "string"}, "version": {"type": "string"}}, "required": ["id", "public", "publisher", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "source": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}, "opts": {"type": "object",...
{"plugins" : ["plugins/markdown"], "source" : {"include" : ["src/api.js"]}, "opts" : {"encoding" : "utf8", "destination" : "./documentation/", "readme" : "documentation_index.md", "template" : "./node_modules/clean-jsdoc-theme", "theme_opts" : {"title" : "sql.js", "meta" : ["<meta name=\"author\" content=\"Ophir Lojkin...
json_instruct
{"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "source": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}, "opts": {"type": "object", "properties": {"encoding": {"type": "string"}, "destination": {"type":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["co...
{"contract" : "0xfc46db6dec302a649dee1b5b0e23db305e1ebc8e", "tool" : "solhint", "start" : 1563677243.1515665, "end" : 1563677247.6970007, "duration" : 4.545434236526489, "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://...
Create a JSON structure that matches this 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": ["test"]}, "keyw...
{"name" : "requiretoimport", "version" : "1.0.0", "description" : "require to es-6 import", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["es6", "require", "import"], "author" : "divyanshu rawat", "license" : "MIT", "dependencies" : {"cjs-to-es6" : "^1.0.1", "e...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"restructuredtext_lint-1.3.2.tar.gz": {"type": "string"}}, "required": ["restructuredtext_lint-1.3.2.tar.gz"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"restructuredtext_lint-1.3.2.tar.gz" : "d3b10a1fe2ecac537e51ae6d151b223b78de9fafdd50e5eb6b08c243df173c80"}
json_instruct
{"type": "object", "properties": {"restructuredtext_lint-1.3.2.tar.gz": {"type": "string"}}, "required": ["restructuredtext_lint-1.3.2.tar.gz"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "st...
{"name" : "api-clients/rx", "description" : "RxPHP utilities", "license" : "MIT", "authors" : [{"name" : "Cees-Jan Kiewiet", "email" : "ceesjank@gmail.com"}], "require" : {"php" : "^8 || ^7.4", "react/event-loop" : "^1.2", "react/promise" : "^2.7", "reactivex/rxphp" : "^2.0"}, "require-dev" : {"api-clients/test-utiliti...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object",...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"dataset": {"type": "string"}, "code_mode": {"type": "string"}, "model_type": {"type": "string"}, "model_mode": {"type": "string"}, "embed_size": {"type": "integer"}, "rnn_type": {"type": "string"}, "drop_out_rate": {"type": "num...
{"dataset" : "TripOUR", "code_mode" : "train", "model_type" : "MBGRUAsp", "model_mode" : "+U+R", "embed_size" : 200, "rnn_type" : "GRU", "drop_out_rate" : 0.2, "hidden_size" : 150, "model_init_needed" : false, "load_init_aspect_emb" : true, "seed" : 1025, "gpu_id" : 0, "cuda" : true, "epoch" : 30, "eval_period" : 300, ...
json_instruct
{"type": "object", "properties": {"dataset": {"type": "string"}, "code_mode": {"type": "string"}, "model_type": {"type": "string"}, "model_mode": {"type": "string"}, "embed_size": {"type": "integer"}, "rnn_type": {"type": "string"}, "drop_out_rate": {"type": "number"}, "hidden_size": {"type": "integer"}, "model_init_ne...
Please provide a valid JSON object following 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" : "Zapote V, Bacoor, Cavite, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.cavite.bacoor.zapote-v", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_reference"...
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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private":...
{"name" : "matrix-diff", "version" : "0.0.1", "description" : "Diff the state of a room between homeservers to determine divergence.", "main" : "app.js", "repository" : "git@github.com:Half-Shot/matrix-diff.git", "author" : "Will Hunt <will@half-shot.uk>", "license" : "APACHE-2", "private" : false, "scripts" : {"build"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "proper...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"rem": {"type": "object", "properties": {"exact": {"type": "array", "items": {}}, "prefix": {"type": "array", "items": {"type": "string"}}}, "required": ["exact", "prefix"]}}, "required": ["rem"], "$schema": "http://json-schema...
{"rem" : {"exact" : [], "prefix" : ["Remark:hga"]}}
json_instruct
{"type": "object", "properties": {"rem": {"type": "object", "properties": {"exact": {"type": "array", "items": {}}, "prefix": {"type": "array", "items": {"type": "string"}}}, "required": ["exact", "prefix"]}}, "required": ["rem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"image": {"type": "string"}, "num_features": {"type": "integer"}, "wall_time": {"type": "number"}}, "required": ["image", "num_features", "wall_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"image" : "IMG_E0219.JPG", "num_features" : 4616, "wall_time" : 4.180229278999832}
json_instruct
{"type": "object", "properties": {"image": {"type": "string"}, "num_features": {"type": "integer"}, "wall_time": {"type": "number"}}, "required": ["image", "num_features", "wall_time"], "$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" : "CircleBtn", "version" : "0.0.1", "summary" : "simple circle button", "description" : "simple circle button", "homepage" : "https://github.com/yaolinhong/CircleBtn", "license" : "MIT", "authors" : {"yaolinhong" : "768805503@qq.com"}, "platforms" : {"ios" : "9.0"}, "source" : {"git" : "https://github.com/yaoli...
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": {"yaolinhong": {"type": "string"}}, "required": ["yaol...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "requirejs": {"type": "string"}, "backbone-amd": {"type": "string"}, "underscore-amd": {...
{"name" : "RequireJS Starter", "version" : "1.0.0", "dependencies" : {"jquery" : "latest", "requirejs" : "latest", "backbone-amd" : "latest", "underscore-amd" : "latest", "bootstrap" : "latest", "highcharts-release" : "latest"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "requirejs": {"type": "string"}, "backbone-amd": {"type": "string"}, "underscore-amd": {"type": "string"}, "bootstrap": {"type": "string"}, "highch...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft...
{"word" : "Relax", "definitions" : ["Make or become less tense or anxious.", "Rest from work or engage in an enjoyable activity so as to become less tired or anxious.", "Cause (a limb or muscle) to become less rigid.", "Make (something) less firm or tight.", "Straighten or partially uncurl (hair) using a chemical produ...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "req...
{"locationData" : {"relativeBoundingBox" : {"xmin" : 0.14944687, "width" : 0.14050671, "ymin" : 0.7113502, "height" : 0.24978988}, "relativeKeypoints" : [{"y" : 0.95257854, "x" : 0.25296324}, {"y" : 0.72031474, "x" : 0.2322438}, {"y" : 0.7581031, "x" : 0.19711863}, {"y" : 0.80520564, "x" : 0.1680658}, {"y" : 0.8548852,...
json_instruct
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obj...
{"hash" : "0xb68fd27d5bd94c649cae295ebab9ea641dba32666d8f19c7b170cc811e9937a3", "parentHash" : "0xae7d377b83ea746508d6459952d3678a9e04bdb9adc9a81c6ac4baa190ad5745", "number" : 21837, "timestamp" : 1438519011, "nonce" : "0x37570d2bf8eed40b", "difficulty" : 1005170781652, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "short_name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"typ...
{"manifest_version" : 2, "name" : "FindEmails Extension", "short_name" : "FindEmails", "description" : "Find emails on any website and use our email finder and email verifier for convenient testing", "version" : "2.02", "icons" : {"128" : "img/toofr_logo_balls.png"}, "background" : {"scripts" : ["lib/jquery-2.1.1.min.j...
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "short_name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "background": {"type": "...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"typ...
[{"fees" : -2500000000, "ts" : "1534812868", "txid" : "8f9daf2d6981d974cc083af6b5ecad4952011b8ae2dd636714ea7ec9d6c88876", "block" : 1416899, "in" : [{"coinbase" : "03c39e1504c4627b5b08810001590000000f7969696d7000fabe6d6deda4738cc7fa2f93d6a48814fdc5db293ecc2dc9ad0b373169dc75dc0fd118280100000000000000"}], "sent" : 250000...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Id": {"type": "integer"}, "Description": {"type": "string"}, "DialogueText": {"type": "string"}}, "required": ["Id", "Description", "DialogueText"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : 95, "Description" : "Is constant chest infection and coughing sign of pneumonia?\r\n\r\n", "DialogueText" : "Patient:\r\nI have had constant chest inf was hospitalised for 4 days said they think phnewmonia out now still on lots of anti biotics and steroids however I'm still sweating have right lower back pain a...
json_instruct
{"type": "object", "properties": {"Id": {"type": "integer"}, "Description": {"type": "string"}, "DialogueText": {"type": "string"}}, "required": ["Id", "Description", "DialogueText"], "$schema": "http://json-schema.org/draft-07/schema#"}
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#"}
[["500111105001", "\u7ea2\u6865\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["500111105002", "\u91d1\u7af9\u793e\u533a\u5c45\u59d4\u4f1a", "122", "0"], ["500111105003", "\u6768\u67f3\u793e\u533a\u5c45\u59d4\u4f1a", "122", "0"], ["500111105200", "\u8f6c\u9f99\u6751\u59d4\u4f1a", "220", "0"], ["500111105201", "\u65d7\u5...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "It's an Fishing hat."}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"AzureAd": {"type": "object", "properties": {"Instance": {"type": "string"}, "ClientId": {"type": "string"}, "Domain": {"type": "string"}, "TenantId": {"type": "string"}, "Roles": {"type": "object", "properties": {"Worker": ...
{"AzureAd" : {"Instance" : "https://login.microsoftonline.com/", "ClientId" : "42bcaff5-136a-4ff7-aba9-c30a15a429d0", "Domain" : "janszablanowskigmail.onmicrosoft.com", "TenantId" : "95580983-0258-4189-8b2a-01286b6d5df1", "Roles" : {"Worker" : "Worker"}}, "CarRentalApi" : {"BaseAddress" : "https://mini.rentcar.api.snet...
json_instruct
{"type": "object", "properties": {"AzureAd": {"type": "object", "properties": {"Instance": {"type": "string"}, "ClientId": {"type": "string"}, "Domain": {"type": "string"}, "TenantId": {"type": "string"}, "Roles": {"type": "object", "properties": {"Worker": {"type": "string"}}, "required": ["Worker"]}}, "required": ["I...
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" : 1225912873, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "c7b4d279de8004fd91e6597351bbe483", "wof:id" : 1225912873, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [27.46451, 47.23346, 27.46451, 47.23346], "geometry" : {"coordinates" : [27.46451...
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": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "null"}}, "required": ["slug", "name", "latest_versio...
{"slug" : "cbnet-ping-optimizer", "name" : "cbnet Ping Optimizer", "latest_version" : "3.0", "last_updated" : "2018-03-27T16:57:16.178Z", "vulnerabilities" : null}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "null"}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"external_references": {"type": "array", "items": {"type": "object"...
{"id" : "bundle--5fc55b7e-71a6-4db5-a413-556d0fe249d3", "type" : "bundle", "spec_version" : "2.0", "objects" : [{"external_references" : [{"url" : "https://blog.trendmicro.com/trendlabs-security-intelligence/trickbot-shows-off-new-trick-password-grabber-module/", "source_name" : "Trend Micro Trickbot Nov 2018", "descri...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"external_references": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "source_name"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object...
{"localities" : ["Cordova, IL"], "state" : "IL", "postal_code" : "61242", "locality" : "Cordova, IL", "lat" : 41.708009, "region" : {"fips" : "17", "abbr" : "IL", "name" : "Illinois"}, "city" : "Cordova", "type" : "STANDARD", "lng" : -90.285148, "counties" : [{"fips" : "161", "name" : "Rock Island County"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "options_ui": {"type": "object", "properties": {"page": {"type": "string"}, ...
{"manifest_version" : 2, "name" : "Smart Bookmark", "description" : "Parameterized bookmarks", "version" : "1.1.0.0", "options_ui" : {"page" : "options.html", "chrome_style" : true}, "browser_action" : {"default_icon" : "bookmarkicon.png", "default_popup" : "popup.html"}, "web_accessible_resources" : ["*.png", "*.css",...
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "options_ui": {"type": "object", "properties": {"page": {"type": "string"}, "chrome_style": {"type": "boolean"}}, "required": ["page", "chrome_style"]}...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"ty...
{"id" : 24150026, "ot" : 3, "alias" : 0, "setcode" : 17, "type" : 33, "atk" : 2100, "def" : 1100, "level" : 4, "race" : 32, "attribute" : 1, "category" : 2048, "name" : "Karakuri Muso mdl 818 \"Haipa\"", "desc" : "This card must attack if able. When this face-up Attack Position card is selected as an attack target, cha...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "int...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft...
{"word" : "Emancipate", "definitions" : ["set free, especially from legal, social, or political restrictions", "set (a child) free from the authority of its parents", "free (someone) from slavery"], "parts-of-speech" : "Verb"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Yannick Heinrich...
{"name" : "LambertSwift", "version" : "1.0.0", "summary" : "A lightweight library to convert Lambert coordinates to WGS84.", "homepage" : "https://github.com/yageek/LambertSwift", "license" : "MIT", "authors" : {"Yannick Heinrich" : "yannick.heinrich@gmail.com"}, "social_media_url" : "http://twitter.com/yageek", "platf...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Yannick Heinrich": {"type": "string"}}, "required": ["Yannick Heinrich"]}, "social_medi...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properti...
{"contract" : "0xb71011e66d2eab678079e4782452d04fc60d04c9", "tool" : "honeybadger", "start" : 1565815369.8696005, "end" : 1565815379.4234784, "duration" : 9.553877830505371, "analysis" : [{"errors" : [], "file" : "/unique_chucks/21/0xb71011e66d2eab678079e4782452d04fc60d04c9.sol", "name" : "WhiteList"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"analyze": {"type": "array", "items": {"type": "string"}}, "parse": {"type": "array", "items": {"type": "string"}}}, "required": ["analyze", "parse"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"analyze" : ["--enable=portability", "--enable=security", "--enable=sensitive", "--disable=google", "--enable=google-build-namespaces", "--skip=.github/codechecker/skipfile.txt"], "parse" : ["--skip=.github/codechecker/skipfile.txt"]}
json_instruct
{"type": "object", "properties": {"analyze": {"type": "array", "items": {"type": "string"}}, "parse": {"type": "array", "items": {"type": "string"}}}, "required": ["analyze", "parse"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"arXiv": {"type": "string"}, "title": {"type": "string"}, "pdf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "s2id": {"type": "string"}, "twit...
{"arXiv" : "http://arxiv.org/abs/2104.05895", "title" : "IMAGINE: Image Synthesis by Image-Guided Model Inversion", "pdf" : "https://openaccess.thecvf.com/content/CVPR2021/papers/Wang_IMAGINE_Image_Synthesis_by_Image-Guided_Model_Inversion_CVPR_2021_paper.pdf", "authors" : ["Pei Wang", "Yijun Li", "Krishna Kumar Singh"...
json_instruct
{"type": "object", "properties": {"arXiv": {"type": "string"}, "title": {"type": "string"}, "pdf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "s2id": {"type": "string"}, "twitter": {"type": "object", "properties": {"retweets": {"type": "integer"}, "lik...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"...
{"name" : "gatsby-plugin-data-protect", "version" : "0.0.17", "main" : "index.js", "repository" : "git@github.com:solublestudio/gatsby-plugin-data-protect.git", "author" : "Soluble Studio <tech@solublestudio.com>", "bugs" : {"url" : "https://github.com/solublestudio/gatsby-plugin-data-protect/issues"}, "keywords" : ["g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"ty...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"blobContainerUrl": {"type": "string"}}, "required": ["blobContainerUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"blobContainerUrl" : "https://adbenchresults.blob.core.windows.net/plots"}
json_instruct
{"type": "object", "properties": {"blobContainerUrl": {"type": "string"}}, "required": ["blobContainerUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "integer"}, "lng": {"type": "number"}, "lat": {"type": "number"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "integer"}}, "require...
[{"adcode" : 430702, "lng" : 111.690718, "lat" : 29.040477, "name" : "\u6b66\u9675\u533a", "level" : "district", "parent" : 430700}, {"adcode" : 430703, "lng" : 111.685327, "lat" : 29.014426, "name" : "\u9f0e\u57ce\u533a", "level" : "district", "parent" : 430700}, {"adcode" : 430721, "lng" : 112.172289, "lat" : 29.4144...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "integer"}, "lng": {"type": "number"}, "lat": {"type": "number"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "integer"}}, "required": ["adcode", "lng", "lat", "name", "level", "parent"]}, "$schema": "http://...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obj...
{"hash" : "0x856594826e8604040c8701251fd782be71427162091fe2d7713e2080cda6e566", "parentHash" : "0xf4cb58da9e5a01372b4c8b63e0398257ffa63e4808509664891810ab18fb7a51", "number" : 61764, "timestamp" : 1439177787, "nonce" : "0xa2fd5583b4079941", "difficulty" : 1731066471465, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"start": {"type": "string"}, "end": {"type": "string"}, "test_score": {"type": "number"}}, "required": ["start", "end", "test_score"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"start" : "19:14:57", "end" : "19:19:57", "test_score" : 1.8672052884803099}
json_instruct
{"type": "object", "properties": {"start": {"type": "string"}, "end": {"type": "string"}, "test_score": {"type": "number"}}, "required": ["start", "end", "test_score"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"c": {"type": "string"}, "t": {"type": "string"}, "r": {"type": "object", "properties": {"dark_plus": {"type": "string"}, "light_plus": {"type": "string"}, "dark_vs": {"type": "string"}, "light_vs": {...
[{"c" : ".ssdsd", "t" : "text.pug entity.other.attribute-name.class.pug", "r" : {"dark_plus" : "entity.other.attribute-name: #9CDCFE", "light_plus" : "entity.other.attribute-name: #FF0000", "dark_vs" : "entity.other.attribute-name: #9CDCFE", "light_vs" : "entity.other.attribute-name: #FF0000", "hc_black" : "entity.othe...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c": {"type": "string"}, "t": {"type": "string"}, "r": {"type": "object", "properties": {"dark_plus": {"type": "string"}, "light_plus": {"type": "string"}, "dark_vs": {"type": "string"}, "light_vs": {"type": "string"}, "hc_black": {"type": "string"}, "hc_ligh...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"run_mode": {"type": "string"}, "secret_key": {"type": "string"}, "default_source": {"type": "string"}, "user_config": {"type": "string"}}, "required": ["run_mode", "secret_key", "default_source", "user_config...
{"run_mode" : "debug", "secret_key" : "devkey", "default_source" : "curse", "user_config" : "configs/user.json"}
json_instruct
{"type": "object", "properties": {"run_mode": {"type": "string"}, "secret_key": {"type": "string"}, "default_source": {"type": "string"}, "user_config": {"type": "string"}}, "required": ["run_mode", "secret_key", "default_source", "user_config"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {...
{"id" : "92311687", "name" : "Hawthorn Close", "nodes" : [{"type" : "node", "id" : 1071388920, "lat" : 52.3576328, "lon" : -0.6847815}, {"type" : "node", "id" : 1071388954, "lat" : 52.3577145, "lon" : -0.6853559}, {"type" : "node", "id" : 1071388963, "lat" : 52.3581407, "lon" : -0.6842852}, {"type" : "node", "id" : 107...
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...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {}, "required": []}, "exports": {"type": "array", "items": {"type": "object", "properties":...
[{"__symbolic" : "module", "version" : 3, "metadata" : {}, "exports" : [{"from" : "./ngx-google-places-autocomplete.module"}, {"from" : "./ngx-google-places-autocomplete.directive"}]}, {"__symbolic" : "module", "version" : 1, "metadata" : {}, "exports" : [{"from" : "./ngx-google-places-autocomplete.module"}, {"from" : ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {}, "required": []}, "exports": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}}, "required": ["from"]}}}, "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Canon de 165 mm pour MPX-SD 9x19", "ShortName" : "165 mm MPXSD 9x19", "Description" : "Canon sp\u00e9cifique de 165 mm de long pour MPX-SD chambr\u00e9 en 9x19. "}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "source_type": {"type": "string"}, "source_name": {"type": "string"}, "default": {"type": "boolean"}}, "required": ["id", "source_type", "source_name", "default"], "$schema": "http://json-s...
{"id" : "j5gd27d6", "source_type" : "isolate", "source_name" : "PV-0341", "default" : true}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "source_type": {"type": "string"}, "source_name": {"type": "string"}, "default": {"type": "boolean"}}, "required": ["id", "source_type", "source_name", "default"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"coverage": {"type": "object", "properties": {"country": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["country", "state", "county"]}, "data": {"type": "string"},...
{"coverage" : {"country" : "us", "state" : "la", "county" : "Orleans"}, "data" : "http://gis.nola.gov/arcgis/rest/services/LGIM/TaxParcelQuery/MapServer/0/", "type" : "ESRI", "fingerprint" : "d3a49cf79b62bc531f0edb9ee80e940b", "version" : "20140613", "cache" : "http://s3.amazonaws.com/openaddresses/20140613/us-la-new_o...
json_instruct
{"type": "object", "properties": {"coverage": {"type": "object", "properties": {"country": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["country", "state", "county"]}, "data": {"type": "string"}, "type": {"type": "string"}, "fingerprint": {"type": "string"}, "version": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "region": {"type": "string"}, "profile": {"type": "string"}, "IDs": {"type": "string"}}, "required": ["name", "region", "profile", "IDs"], "$schema": "http://json-schema.org/draft-07/...
{"name" : "DE UM NOME PARA SUA IMAGEM", "region" : "INFORME A REGIAO", "profile" : "INFORME O PERFIL COM A CREDENCIAL DA AWS", "IDs" : "AccountID "}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "region": {"type": "string"}, "profile": {"type": "string"}, "IDs": {"type": "string"}}, "required": ["name", "region", "profile", "IDs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"t...
[{"name" : "\u8273\u9047\u6781\u54c1\u53f0\u6e7e\u9753\u6a21 \u9152\u5427\u704c\u9189\u5e26\u5230\u5bbe\u9986\u556a\u556a\u8ff7\u64cd \u65e0\u5957\u76f4\u63a5\u5185\u5c04\u5c0f\u7a74", "size" : 109061856, "link" : "https://streamtape.com/e/jqX8473jekizy2Z", "created_at" : "2022\u5e7404\u670828\u65e5 14:09:28", "downloa...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items...
{"rustc" : 6623798082787118741, "features" : "[]", "target" : 18361464591602353586, "profile" : 8248545651247322450, "path" : 10872709659218687626, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug\\.fingerprint\\blog-f87d7720614e0667\\dep-test-lib-blog-f87d7720614e0667"}}], "rustflags" : [], "metadata" : ...
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"HBx": {"type": "string"}, "Peptide X": {"type": "string"}, "pX": {"type": "string"}, "Core antigen": {"type": "string"}, "Core protein": {"type": "string"}, "HBcAg": {"type": "string"}, "p21.5": {"type": "string"}, "L glycopro...
{"HBx" : "P20975", "Peptide X" : "P20975", "pX" : "P20975", "Core antigen" : "P69707", "Core protein" : "P69707", "HBcAg" : "P69707", "p21.5" : "P69707", "L glycoprotein" : "P17397", "L-HBsAg" : "P17397", "Large S protein" : "P17397", "Large surface protein" : "P17397", "Major surface antigen" : "P17397", "LHB" : "P173...
json_instruct
{"type": "object", "properties": {"HBx": {"type": "string"}, "Peptide X": {"type": "string"}, "pX": {"type": "string"}, "Core antigen": {"type": "string"}, "Core protein": {"type": "string"}, "HBcAg": {"type": "string"}, "p21.5": {"type": "string"}, "L glycoprotein": {"type": "string"}, "L-HBsAg": {"type": "string"}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"babel-preset-react-native-stage-0": {"type": "string"}, "jest-expo": {"t...
{"name" : "AnAppleADay", "version" : "0.1.0", "private" : true, "devDependencies" : {"babel-preset-react-native-stage-0" : "^1.0.1", "jest-expo" : "~20.0.0", "react-test-renderer" : "16.0.0-alpha.12"}, "scripts" : {"start" : "react-native start", "android" : "react-native run-android", "ios" : "react-native run-ios", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"babel-preset-react-native-stage-0": {"type": "string"}, "jest-expo": {"type": "string"}, "react-test-renderer": {"type": "string"}}, "require...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-a...
{"name" : "open-macro", "version" : "0.1.0", "description" : "Macroeconomic policy analysis in the cloud", "dependencies" : {"angular" : "~1.3.15", "angular-animate" : "~1.3.15", "angular-aria" : "~1.3.15", "angular-material" : "~0.8.3", "angular-mocks" : "~1.3.15", "angular-resource" : "~1.3.15", "angular-socket-io" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-aria": {"type": "string"}, "angular-material": {"type": "string...
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"}, "lint": {"type...
{"name" : "fastify-boilerplate", "version" : "1.0.0", "description" : "A simple Fastify boilerplate", "main" : "index.js", "scripts" : {"test" : "npm test", "lint" : "./node_modules/.bin/eslint . --fix", "start" : "node index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/pablitovicente/fastify-b...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "lint", "sta...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "grindingball": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "grinding": {"type": "number"}, "chance": {"type": "number"}, "power": {"type": "number"}, "durabil...
{"type" : "enderio:grindingball", "grindingball" : {"item" : "enderio:copper_alloy_grinding_ball"}, "grinding" : 1.2, "chance" : 1.65, "power" : 0.8, "durability" : 40000}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "grindingball": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "grinding": {"type": "number"}, "chance": {"type": "number"}, "power": {"type": "number"}, "durability": {"type": "integer"}}, "required": ["type", "grindin...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper...
{"hash" : "0xc06f4d62acb50764c87ea6ce18c61b95a1d6147831a04e91fcf20fa92819c14a", "parentHash" : "0x4276a1b9f3a7eae13c5c38011d52814ed2846ce308daa1f82425422d087fae96", "number" : 82532, "timestamp" : 1439520967, "nonce" : "0x8232985cc25a04e5", "difficulty" : 2371789597914, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "image", "path"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Fully Fenced", "image" : "https://drive.google.com/uc?export=view&id=1H_YMZ0GC74rkPG8B26n8F5rOVjW8tHuT", "path" : "/searchresults/hasfence"}, {"name" : "Water Feature", "image" : "https://drive.google.com/uc?export=view&id=1lEDDrEnmr9E3SroFmzTfzvCILpgAuQIf", "path" : "/searchresults/haswater"}, {"name" : "P...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "image", "path"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nu...
{"nom" : "Lugan", "circ" : "3\u00e8me circonscription", "dpt" : "Tarn", "inscrits" : 354, "abs" : 173, "votants" : 181, "blancs" : 18, "nuls" : 6, "exp" : 157, "res" : [{"nuance" : "REM", "nom" : "M. Jean TERLIER", "voix" : 93}, {"nuance" : "LR", "nom" : "M. Bernard CARAYON", "voix" : 64}]}
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": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{".js" : "4f799eb5d4085503da71e6312dc17a7318eb55ce.js"}
json_instruct
{"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "...
{"localities" : ["Rover, AR", "Briggsville, AR"], "state" : "AR", "postal_code" : "72828", "locality" : "Briggsville, AR", "lat" : 34.930718, "region" : {"fips" : "05", "abbr" : "AR", "name" : "Arkansas"}, "city" : "Briggsville", "type" : "STANDARD", "lng" : -93.534996, "counties" : [{"fips" : "149", "name" : "Yell Cou...
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"config_name": {"type": "string"}}, "required": ["config_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"config_name" : "white"}
json_instruct
{"type": "object", "properties": {"config_name": {"type": "string"}}, "required": ["config_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Title": {"type": "string"}, "Year": {"type": "string"}, "Rated": {"type": "string"}, "Released": {"type": "string"}, "Runtime": {"type": "string"}, "Genre": {"type": "string"}, "Director": {"type": "string"}, "...
{"Title" : "Detroit", "Year" : "2017", "Rated" : "R", "Released" : "04 Aug 2017", "Runtime" : "143 min", "Genre" : "Crime, Drama, History", "Director" : "Kathryn Bigelow", "Writer" : "Mark Boal", "Actors" : "John Boyega, Will Poulter, Algee Smith, Jacob Latimore", "Plot" : "Fact-based drama set during the 1967 Detroit ...
json_instruct
{"type": "object", "properties": {"Title": {"type": "string"}, "Year": {"type": "string"}, "Rated": {"type": "string"}, "Released": {"type": "string"}, "Runtime": {"type": "string"}, "Genre": {"type": "string"}, "Director": {"type": "string"}, "Writer": {"type": "string"}, "Actors": {"type": "string"}, "Plot": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01001178": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties"...
{"type" : "Topology", "objects" : {"E01001178" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00005901", "LAD11CD" : "E09000008"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properti...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01001178": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "difficulty": {"type": "string"}, "question": {"type": "string"}, "code": {"type": "string"}}, "required": ["number", "title", "...
{"number" : "297", "title" : "Serialize and Deserialize Binary Tree", "url" : "https://leetcode.com/problems/serialize-and-deserialize-binary-tree", "difficulty" : "Hard", "question" : "Serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in a file or me...
json_instruct
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "difficulty": {"type": "string"}, "question": {"type": "string"}, "code": {"type": "string"}}, "required": ["number", "title", "url", "difficulty", "question", "code"], "$schema": "http://json-schema....
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"registered_domain": {"type": "integer"}, "contact": {"type": "integer"}, "contact_t...
[{"model" : "domain_api.domaincontact", "pk" : 1, "fields" : {"registered_domain" : 1, "contact" : 1, "contact_type" : 1, "active" : true, "created" : "2017-03-14T20:25:58.295Z"}}, {"model" : "domain_api.domaincontact", "pk" : 2, "fields" : {"registered_domain" : 1, "contact" : 2, "contact_type" : 2, "active" : true, "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"registered_domain": {"type": "integer"}, "contact": {"type": "integer"}, "contact_type": {"type": "integer"}, "active": {"type": "boolean"}, "created": {"type...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "re...
[{"review" : "\uc774\ub54c \ub864\ub7ec\uc2a4\ucf00\uc774\ud2b8\ubd90^^", "date" : "14.10.01", "rating" : "9", "author" : "moon****", "review_id" : "9251769", "movie_id" : "62438"}, {"review" : "\uc5ec\uace0\uc2dc\uc808 \ucc38..\ub0ad\ub9cc\uc801\uc778\uc601\ud654\uc600\ub294\ub370..\uc5ec\ub984\ub9cc\ub418\uba74\uc774...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "6404010", "nama" : "MUARA ANCALONG"}, {"id" : "6404011", "nama" : "BUSANG"}, {"id" : "6404012", "nama" : "LONG MESANGAT"}, {"id" : "6404020", "nama" : "MUARA WAHAU"}, {"id" : "6404021", "nama" : "TELEN"}, {"id" : "6404022", "nama" : "KONGBENG"}, {"id" : "6404030", "nama" : "MUARA BENGKAL"}, {"id" : "6404031",...
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "authors...
{"name" : "SFObservers", "version" : "0.0.1", "summary" : "Categories expanding both NSNotificationCenter and KVO to provide auto removal of observers.", "homepage" : "http://www.merowing.info/2012/03/automatic-removal-of-nsnotificationcenter-or-kvo-observers/", "license" : {"type" : "Custom"}, "authors" : {"Krzysztof ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "authors": {"type": "object", "properties": {"Krzysztof Zab\u0142oc...
Please provide a valid JSON object following this schema: {"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": {"typ...
{"body" : "Dire now `depends_on('pythia8@8226:8244')` since after 8244 dire was incorporated into pythia8 (version 8.300).\r\n\r\nTo reviewers: An alternative could have been `conflicts('pythia8',when='pythia8@8300:',msg='pythia8.3 includes dire')` which would provide useful information, but depends_on is evaluated ear...
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": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "o...
{"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "MT"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Gallatin", "state" : "MT"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-111.0635, 46.1906], [-110.7842, 46.1906], [-110.7951, 45.5881], [-110....
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"typ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"count" : 575}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "i...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Cagboborac, Calbayog City, Samar, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.samar.calbayog-city.cagboborac", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id"...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"inferno-test-utils.js": {"type": "string"}, "inferno-test-utils.min.js": {"type": "string"}}, "required": ["inferno-test-utils.js", "inferno-test-utils.min.js"], "$schema": "http://json-schema.org/draft-07/sche...
{"inferno-test-utils.js" : "sha512-MFRBpFjkifxGX5lpFyf2/bAh1QLbXGnICOvcWnvsuIvgWvM+qaSk+UqddBvXRPEu8N6HI/0ocVnpFNu1rIZ5gQ==", "inferno-test-utils.min.js" : "sha512-KaY3dxiRNzYCNzdw4xYE0fBdJwiT1dp8o+jDlxVif9OMzIO7qB5sR0iJqUOiUPjilH6R+pg0CfL/qCubhZSs0Q=="}
json_instruct
{"type": "object", "properties": {"inferno-test-utils.js": {"type": "string"}, "inferno-test-utils.min.js": {"type": "string"}}, "required": ["inferno-test-utils.js", "inferno-test-utils.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ee96aa4468564cd7cfe1c52b622fd858534e3ce6"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : "function _classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n}\n/**\n * Base class for the Nested Rows' UI sub-classes.\n *\n * @class\n * @util\n * @private\n */\n\n\nvar BaseUI = function ...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"ControlContainer": {"type": "object", "properties": {"__symbolic": {"type"...
[{"__symbolic" : "module", "version" : 2, "metadata" : {"ControlContainer" : {"__symbolic" : "class", "extends" : {"__symbolic" : "reference", "module" : "./abstract_control_directive", "name" : "AbstractControlDirective"}}}}, {"__symbolic" : "module", "metadata" : {"ControlContainer" : {"__symbolic" : "class", "extend...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"ControlContainer": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "extends": {"type": "object", "properties": {"__symbolic": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e"...
{"h" : [{"d" : [{"e" : ["\ufff9`O~ `maan~ `ko~ `kasarocodan~ `iso~ `anini~?\ufffa\ufffb\u4f60\u73fe\u5728\u5c08\u6ce8\u4ec0\u9ebc(\u4e8b\u60c5)\uff1f"], "f" : "\u4ee4\u4eba\u5c08\u6ce8\u7684\u3001\u5c08\u5fc3\u6ce8\u610f\u7684\u3002"}]}], "stem" : "rocod", "t" : "kasarocodan"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"prod": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["host", "port", "enabled"]}, "local": {"type": "object", "properties": ...
{"prod" : {"host" : "192.168.1.1", "port" : "8081", "enabled" : true}, "local" : {"dbhost" : "localhost", "dbport" : "3606", "database" : "postgres", "database_user" : "postgres", "database_pass" : "postgres", "enabled" : true}}
json_instruct
{"type": "object", "properties": {"prod": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["host", "port", "enabled"]}, "local": {"type": "object", "properties": {"dbhost": {"type": "string"}, "dbport": {"type": "string"}, "database"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@lume/docsify": {"type": "string"}, "@lume/live-code": {"type": "string"}, "babel-standalone": {"type": "string"}, "docsify-copy-code": {"type": "string"}, "docsify-p...
{"dependencies" : {"@lume/docsify" : "^4.9.4-1d3246a2.0", "@lume/live-code" : "^0.3.5", "babel-standalone" : "^6.26.0", "docsify-copy-code" : "^2.1.0", "docsify-pagination" : "^2.4.0", "docsify-plugin-flexible-alerts" : "^1.0.3", "docsify-tabs" : "^1.1.2", "docsify-themeable" : "^0.7.2", "lume" : "^0.3.0-alpha.7", "tin...
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@lume/docsify": {"type": "string"}, "@lume/live-code": {"type": "string"}, "babel-standalone": {"type": "string"}, "docsify-copy-code": {"type": "string"}, "docsify-pagination": {"type": "string"}, "docsify-plugin-flexible-alerts": {"t...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "array", "items": {}}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200883358786000, "key" : "childSpanNodes-845021ef-0c39-5366-8227-f8cd661d6b21-456731cae806e91b3178b85135415196", "val" : []}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "array", "items": {}}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "strin...
{"stationId" : 9962413, "stationGroupId" : 9962413, "name" : "\u84b2\u751f\u56db\u4e01\u76ee", "lineId" : 99624, "zipCode" : "536-0004", "pref" : "\u5927\u962a\u5e9c", "city" : "\u5927\u962a\u5e02\u57ce\u6771\u533a", "town" : "\u4eca\u798f\u897f", "longitude" : 135.547709, "latitude" : 34.700368, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"E3 ubiquitin transferase p28-like": {"type": "string"}, "Plaque-size/host range protein": {"type": "string"}, "Q49PZ0": {"type": "string"}, "P28_VACC0": {"type": "string"}, "E3 ubiquitin ligase p28-like": {"type": "string"}, "...
{"E3 ubiquitin transferase p28-like" : "Q49PZ0", "Plaque-size/host range protein" : "P24084", "Q49PZ0" : "Q49PZ0", "P28_VACC0" : "Q49PZ0", "E3 ubiquitin ligase p28-like" : "Q49PZ0", "p28" : "Q49PZ0", "P24084" : "P24084", "B5_VACC0" : "P24084", "Protein B5" : "P24084", "PS/HR" : "P24084"}
json_instruct
{"type": "object", "properties": {"E3 ubiquitin transferase p28-like": {"type": "string"}, "Plaque-size/host range protein": {"type": "string"}, "Q49PZ0": {"type": "string"}, "P28_VACC0": {"type": "string"}, "E3 ubiquitin ligase p28-like": {"type": "string"}, "p28": {"type": "string"}, "P24084": {"type": "string"}, "B5...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "hasSettings": {"type": "boolean"}, "type": {"type": "string"}, "enabled": {"type": "boolean"}, "i18n": {"type": "object", "properties": {"default": {"type": "object", "properties": {"bundle": {"type":...
{"id" : "contentpreview", "hasSettings" : false, "type" : "core", "enabled" : true, "i18n" : {"default" : {"bundle" : "/devwidgets/contentpreview/bundles/default.properties", "name" : "Content preview", "description" : "Content preview"}}, "url" : "/devwidgets/contentpreview/contentpreview.html"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "hasSettings": {"type": "boolean"}, "type": {"type": "string"}, "enabled": {"type": "boolean"}, "i18n": {"type": "object", "properties": {"default": {"type": "object", "properties": {"bundle": {"type": "string"}, "name": {"type": "string"}, "description": {"ty...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore"...
{"name" : "dashboard", "version" : "0.0.0", "authors" : ["hosie <jhosie@uk.ibm.com>"], "main" : "index.html", "license" : "MIT", "private" : true, "ignore" : ["**/.*", "node_modules", "bower_components", "public/prereqs", "test", "tests"], "dependencies" : {"angular" : "~1.3.13", "bootstrap" : "~3.3.2", "d3" : "~3.5.5"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"t...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "st...
[{"oq" : "0", "q" : "23500", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1598677200000, "wptn" : "4", "z" : "173.19"}, {"oq" : "0", "q" : "497", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1598677200000, "wptn" : "4", "z" : "169.49"}, {"oq" : "0", "q" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "st...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}, "overdueSpeed": {"type": "integer"}, "overdueState": {"type": "integer"}, "fridgeEfficiency": {"type": "integer"}, "category": {"type": "string"}}, "required": ["parent", "overdueSpeed",...
{"parent" : "edible_1", "overdueSpeed" : 5, "overdueState" : 190000, "fridgeEfficiency" : 2, "category" : "miscellaneous"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "overdueSpeed": {"type": "integer"}, "overdueState": {"type": "integer"}, "fridgeEfficiency": {"type": "integer"}, "category": {"type": "string"}}, "required": ["parent", "overdueSpeed", "overdueState", "fridgeEfficiency", "category"], "$schema": "http://j...
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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test...
{"name" : "broken-build-alert", "version" : "1.0.0", "description" : "Check the status of various bamboo builds and trigger some sort of alert if the latest build is broken", "main" : "src/app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"md5": {"type": "string"}, "size": {"type": "integer"}, "compressed_size": {"type": "integer"}, "node_id": {"type": "integer"}, "file_path": {"type": "string"}, "event_timestamp": {"type": "number"}}, "required"...
{"md5" : "CBBE37722DB3BFE4FF3086275A03DEFA", "size" : 1822720, "compressed_size" : 769384, "node_id" : 0, "file_path" : "/var/cb/data/modulestore/CBB/E37/CBBE37722DB3BFE4FF3086275A03DEFA.zip", "event_timestamp" : 1447703639.808}
json_instruct
{"type": "object", "properties": {"md5": {"type": "string"}, "size": {"type": "integer"}, "compressed_size": {"type": "integer"}, "node_id": {"type": "integer"}, "file_path": {"type": "string"}, "event_timestamp": {"type": "number"}}, "required": ["md5", "size", "compressed_size", "node_id", "file_path", "event_timesta...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}}, "required": ...
{"name" : "IITM netaccess", "version" : "2.7", "manifest_version" : 2, "description" : "Makes it easy for you to verify netaccess. One click!", "icons" : {"16" : "iitm.png"}, "background" : {"scripts" : ["jquery.js", "main.js"]}, "content_scripts" : [{"matches" : ["<all_urls>"], "js" : ["jquery.min.js", "content.js"]}]...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}}, "required": ["16"]}, "background": {"type": "object", "properties": {"scripts": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["r-targets"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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": "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-109.06259, 44.5343], [-109.062547, 44.535098], [-109.058607, 44.536664], [-109.060381, 44.538792], [-109.059101, 44.540467], [-109.045467, 44.540375], [-109.038909, 44.546577], [-109.032505, 44.544411], [-109.030939, 44....
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"}, "objects": {"type": "object", "properties": {"W01000983": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "propertie...
{"type" : "Topology", "objects" : {"W01000983" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "W00005202", "LAD11CD" : "W06000013"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"W01000983": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "install": {"type":...
{"name" : "wiring-pi", "version" : "2.2.0", "description" : "Bindings to wiringPi", "main" : "lib/exports.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "install" : "/bin/bash ./install.sh"}, "repository" : {"type" : "git", "url" : "git@github.com:eugeneware/wiring-pi.git"}, "keywords" : ["wi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "install": {"type": "string"}}, "required": ["test", "install"]}, "repository": {"type": "o...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"idiom": {"type": "string"}, "scale": {"type": "string"}}, "required": ["idiom", "scale"]}}, "info": {"type": "object", "properties": {"version"...
{"images" : [{"idiom" : "iphone", "scale" : "1x"}, {"idiom" : "iphone", "filename" : "PlayerBotWalk_11_06_100.png", "scale" : "2x"}, {"idiom" : "iphone", "filename" : "PlayerBotWalk_11_06_180.png", "scale" : "3x"}, {"idiom" : "ipad", "filename" : "PlayerBotWalk_11_06_120.png", "scale" : "1x"}, {"idiom" : "ipad", "filen...
json_instruct
{"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"idiom": {"type": "string"}, "scale": {"type": "string"}}, "required": ["idiom", "scale"]}}, "info": {"type": "object", "properties": {"version": {"type": "integer"}, "author": {"type": "string"}}, "required": ["ver...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K17724": {"type": "string"}}, "required": ["K17724"]}, "name": {"type": "string"}, "produ...
[{"comment" : "", "definition" : "cis-Aconitate <=> Itaconate + CO2", "orthologs" : {"K17724" : "aconitate decarboxylase [EC:4.1.1.6]"}, "name" : "cis-Aconitate carboxy-lyase", "product_stoichiometries" : ["1", "1"], "enzymes" : ["4.1.1.6"], "equation" : "C00417 <=> C00490 + C00011", "glycans" : false, "substrate_stoic...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K17724": {"type": "string"}}, "required": ["K17724"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Calendars and tasks": {"type": "string"}}, "required": ["Calendars and tasks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Calendars and tasks" : "Calendars and tasks"}
json_instruct
{"type": "object", "properties": {"Calendars and tasks": {"type": "string"}}, "required": ["Calendars and tasks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"language": {"type": "string"}, "gitbook": {"type": "string"}, "title": {"type": "string"}, "structure": {"type": "object", "properties": {"readme": {"type": "string"}, "summary": {"type": "string"}}, "required": ["readme", ...
{"language" : "pt", "gitbook" : ">=2.0.0", "title" : "Portal de Servi\u00e7os", "structure" : {"readme" : "index.md", "summary" : "_sumario.md"}}
json_instruct
{"type": "object", "properties": {"language": {"type": "string"}, "gitbook": {"type": "string"}, "title": {"type": "string"}, "structure": {"type": "object", "properties": {"readme": {"type": "string"}, "summary": {"type": "string"}}, "required": ["readme", "summary"]}}, "required": ["language", "gitbook", "title", "st...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"code": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}, "description": {"type": "string"}}, "required": ["code", "type", "required", "description"], "$schema": "http://json-sch...
{"code" : "typeProperty", "type" : "string", "required" : true, "description" : "The embedded object has a property with this name. It refers to its group."}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}, "description": {"type": "string"}}, "required": ["code", "type", "required", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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"...
{"geometry" : {"type" : "Point", "coordinates" : [-70.18, 44.61]}, "type" : "Feature", "id" : "04234", "properties" : {"other_cities" : "", "city" : "East Wilton", "state" : "ME", "county" : "Franklin 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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}, "core-js": {"type": ...
{"name" : "store", "version" : "0.0.1", "peerDependencies" : {"@angular/common" : "^7.1.0", "@angular/core" : "^7.1.0", "core-js" : "^2.5.4", "immer" : "^1.8.2", "redux" : "^4.0.1", "reflect-metadata" : "^0.1.12", "rxjs" : "~6.3.3", "tslib" : "^1.9.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}, "core-js": {"type": "string"}, "immer": {"type": "string"}, "redux": {"type": "string"}, "reflect...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}...
{"schemaVersion" : 1, "id" : "reapingmod", "version" : "${version}", "name" : "Reaping Mod", "description" : "A Farming Mod", "authors" : ["Jamalam360 - Owner, Developer", "LordDeatHunter - Artist"], "contributors" : [], "contact" : {"homepage" : "https://www.curseforge.com/minecraft/mc-mods/reaping-mod-fabric", "issue...
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {}}, "contact": {"type": "...