input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Helpless (2U76)", "text" : "Set:\tMines of Moria\nKind:\tShadow\nCulture:\tWraith\nTwilight:\t0\nCard Type:\tCondition\nGame Text:\tTo play, spot Frodo and a Nazgul. Plays on Sam. Sam's game text does not apply.\nLore:\t\u201cHe heard Frodo's voice, but it seemed to come from a great distance, or from under...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ejs": {"type": "string"}, "through": {"type": "string"}}, "required": ["ejs", "through"]}...
{"name" : "ejsify2", "version" : "2.2.0", "main" : "index.js", "dependencies" : {"ejs" : "~3.1.5", "through" : "~2.3.8"}, "devDependencies" : {"browserify" : "~16.5.2"}, "description" : "EJS precompiler for browserify", "keywords" : ["ejs", "browserify", "precompiler"], "author" : "Hugh Kennedy <hughskennedy@gmail.com>...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ejs": {"type": "string"}, "through": {"type": "string"}}, "required": ["ejs", "through"]}, "devDependencies": {"type": "object", "properties": {"bro...
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" : [[[-75.053645, 40.033896], [-75.051973, 40.035672], [-75.053584, 40.036574], [-75.049027, 40.041412], [-75.04086, 40.036757], [-75.050972, 40.032324], [-75.053645, 40.033896]]]}, "type" : "Feature", "properties" : {"cartodb_...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"typecheck": {"type": "string"}}, "required": ["typecheck"]}, "engines": {"type": "object", "pr...
{"name" : "@voices-to-emotions/database", "main" : "index.ts", "version" : "0.0.1", "scripts" : {"typecheck" : "tsc --noEmit"}, "engines" : {"node" : ">=10.0.0"}, "dependencies" : {"@types/mongoose" : "^5.5.7", "mongoose" : "^5.6.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"typecheck": {"type": "string"}}, "required": ["typecheck"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"topCrop": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "score": {"type": "object", "properties": {"detail": {"type": "num...
{"topCrop" : {"x" : 0, "y" : 0, "width" : 178, "height" : 178, "score" : {"detail" : -15.55056781115568, "saturation" : -21.884128019097588, "skin" : 6.249213714790674, "boost" : 196.6946089485395, "total" : 0.6497236797322173}}}
json_instruct
{"type": "object", "properties": {"topCrop": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "score": {"type": "object", "properties": {"detail": {"type": "number"}, "saturation": {"type": "number"}, "skin": {"type": "num...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"},...
{"author" : {"name" : "Andreas Lind Petersen", "email" : "andreas@one.com"}, "name" : "express-hijackresponse", "description" : "Rewrite HTTP responses on their way out.", "version" : "0.1.2", "repository" : {"type" : "git", "url" : "git://github.com/papandreou/express-hijackresponse.git"}, "main" : "lib/index.js", "en...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"immutable.js": {"type": "string"}, "immutable.min.js": {"type": "string"}}, "required": ["immutable.js", "immutable.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"immutable.js" : "sha256-PPnZe1DAPRj+Aq9MG1WYi6K3hMNZAH2gTMl1pAP0XP4=", "immutable.min.js" : "sha256-8nek+ngLKGPiPIyQNp/vQdhG11JLvwh7OOBuueCu4ik="}
json_instruct
{"type": "object", "properties": {"immutable.js": {"type": "string"}, "immutable.min.js": {"type": "string"}}, "required": ["immutable.js", "immutable.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": ...
{"web" : [{"value" : ["\u5c06\u5f52\u4e8e", "\u5f52\u529f\u4e8e", "\u4fe1\u4efb"], "key" : "accredit"}, {"value" : ["\u95e8\u9662\u5747\u83b7\u52a0\u62ff\u5927\u653f\u5e9c"], "key" : "PCTIA Accredit"}, {"value" : ["\u81ea\u7136\u589e\u957f\u503c"], "key" : "Accredit vingue"}], "query" : "accredit", "translation" : ["\u...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "region...
{"configuration" : ["POSTCONVERTWEBP", "CREATEMIPMAPINSTEADOFDRAWABLEDIR", "HALTONERROR", "GUIADVANCEDOPTIONS", "PLATFORM", "SCALEISHEIGHTDP", "UPSCALINGALGORITHM", "KEEPUNOPTIMIZEDFILESPOSTPROCESSOR", "OUTPUTCOMPRESSIONGMODE", "COMPRESSQUALITY", "ENABLEANTIALIASING", "SCALEMODE", "IOSCREATEIMAGESETFOLDERS"], "regionsT...
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "privat...
{"name" : "parseljs-example", "version" : "1.0.0", "description" : "a sample project to test parceljs", "main" : "index.tsx", "repository" : "https://github.com/serayuzgur/parceljs-example", "author" : "Seray Uzgur <serayuzgur@gmail.com>", "license" : "MIT", "private" : false, "scripts" : {"start" : "parcel index.html"...
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...
Using the following JSON schema, generate a compatible JSON instance: {"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" : "export const createIndexSizeError = () => new DOMException('', 'IndexSizeError');", "map" : null, "metadata" : {}, "sourceType" : "module"}
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"82756": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "82755": {"type": "object", "properties": {"nam...
{"82756" : {"nama" : "ELLES", "dapil" : [92, 9201, 19204, 2920402]}, "82755" : {"nama" : "SASNEK", "dapil" : [92, 9201, 19204, 2920402]}, "82750" : {"nama" : "SAWIAT", "dapil" : [92, 9201, 19204, 2920402]}, "82758" : {"nama" : "SFAKYO", "dapil" : [92, 9201, 19204, 2920402]}, "82757" : {"nama" : "SODROFOYO", "dapil" : [...
json_instruct
{"type": "object", "properties": {"82756": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "82755": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", ...
{"name" : "blablacar/redis-client", "description" : "BlaBlarCar Redis client", "keywords" : ["redis", "client"], "license" : "MIT", "authors" : [{"name" : "Olivier Dolbeau", "homepage" : "http://odolbeau.fr/"}], "require" : {"php" : ">=5.3.3"}, "require-dev" : {"phpunit/phpunit" : "~3.7", "phpspec/prophecy" : "~1.1"}, ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}},...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "te...
{"author" : "John Unterecker", "classification" : "", "keywords" : ["Living", "Life Choices", "Time", "Brevity", "Nature", "Landscapes", "Pastorals", "Weather"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/241700", "region" : "U.S., Western", "text" : ["My liveliest self, I give you fair leave", ...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"templates": {"type": "object", "properties": {"theme": {"type": "string"}}, "required": ["theme"]}}, "required": ["templates"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"templates" : {"theme" : "flatly"}}
json_instruct
{"type": "object", "properties": {"templates": {"type": "object", "properties": {"theme": {"type": "string"}}, "required": ["theme"]}}, "required": ["templates"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3306050011", "district_id" : "3306050", "name" : "PURBOWONO"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"...
{"parent" : "minecraft:block/cube_all", "textures" : {"all" : "bloodmagic:block/stonebrickpath"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required"...
{"name" : "opendetex", "pkg_version" : "2.8.9", "rebuild" : 0, "bottles" : {"arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/opendetex/blobs/sha256:9416484618318a11e895667857e7d8b39598bc31c2c1d8fbdbb7914176345e5e"}, "big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/opendetex/blobs/sha256:ce26ea02e5c473...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"apexcharts.js": {"type": "string"}, "apexcharts.min.js": {"type": "string"}}, "required": ["apexcharts.js", "apexcharts.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"apexcharts.js" : "sha256-yYXnpwb6sctHqWf6tBwuGNpZdSEYjr1C+roqxUpIXV0=", "apexcharts.min.js" : "sha256-q4HyH9z3B43e0QSmu9iOHSCRNEZUNYQMNjGbmTPQ/FU="}
json_instruct
{"type": "object", "properties": {"apexcharts.js": {"type": "string"}, "apexcharts.min.js": {"type": "string"}}, "required": ["apexcharts.js", "apexcharts.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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", ...
{"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "WV"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Morgan", "state" : "WV"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-78.1854, 39.6949], [-78.1033, 39.6785], [-78.0211, 39.6182], [-78.0978, ...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "pr...
{"name" : "amoeba", "description" : "", "main" : "index.js", "authors" : ["vn"], "license" : "ISC", "homepage" : "https://github.com/bthungapalli/amoeba", "private" : true, "dependencies" : {"angular" : "1.5.8", "angular-route" : "1.5.8", "angular-ui-router" : "^0.3.1", "bootstrap" : "3.3.6", "angular-bootstrap" : "^2....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "prope...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t...
{"name" : "doctro", "version" : "0.2.0", "description" : "Doctro is a simple reusable documentation template", "main" : "index.html", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/bcinarli/doctro.git"}, "keywords" : ["clean", "documenta...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"...
{"name" : "PolymerSnippets", "version" : "0.6.2", "description" : "Sublime snippets for Polymer and Web Components", "repository" : {"type" : "git", "url" : "https://github.com/robdodson/PolymerSnippets.git"}, "author" : {"name" : "Rob Dodson", "email" : "robdodson@google.com", "url" : "http://robdodson.me"}, "license"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type...
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" : "c374cd1013b3435b3c594d7c95ed316395892b19"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"data": {"type": "object", "properties": {"foo": {"type": "string"}, "zip": {"type": "string"}, "bim": {"type": "string"}}, "required": ["foo", "zip", "bim"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/sc...
{"data" : {"foo" : "bar", "zip" : "zap", "bim" : "bam"}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"foo": {"type": "string"}, "zip": {"type": "string"}, "bim": {"type": "string"}}, "required": ["foo", "zip", "bim"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"tracedFiles": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "modelsToFile": {"type": "object", "properties": {"cb9f7e984094fe52d00c83ad": {"type": "object", "properties": {"files": {"ty...
{"tracedFiles" : [".classpath", "etc/i5.las2peer.connectors.webConnector.WebConnector.properties", "etc/nodeInfo.xml", ".project", "etc/ivy/ivy.xml", "README.md", "src/main/i5/las2peer/services/testRes/classes.java", "etc/ant_configuration/service.properties", "etc/i5.las2peer.services.testRes.TestRes.properties", "src...
json_instruct
{"type": "object", "properties": {"tracedFiles": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "modelsToFile": {"type": "object", "properties": {"cb9f7e984094fe52d00c83ad": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}, "cb...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "u...
{"authors" : [{"author" : "E. Peros"}, {"author" : "S. Tirella"}, {"author" : "F. Costanzo"}, {"author" : "A. D\u2019Ospina"}, {"author" : "L. Magnani"}], "doi" : "", "publication_date" : "2014-MM-DD", "id" : "IT102513", "url" : "https://www.italjmed.org/index.php/ijm/article/view/itjm.2014.s2/487", "source" : "Italian...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["date", "name", "description"]}, "$schema": "http://json-schema.org/draft-07/schema...
[{"date" : "2021-01-01", "name" : "My Event", "description" : "A longer description if necessary"}, {"date" : "2021-02-02", "name" : "My Event 2", "description" : "A longer description if necessary 2"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["date", "name", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language":...
{"citations" : [{"textCitation" : "[See qnumdencl on Metamath](http://us.metamath.org/mpegif/qnumdencl.html)"}], "names" : ["qnumdencl"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_cq", "#T_wi", "#T_cnumer", "#T_cfv", "#T_cA", "#T_wcel", "#T_cz", "#T_wa", "#T_cdenom", "#T_cfv", "#T_cA", "#...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords":...
{"name" : "jquery-notebook", "version" : "0.5.0", "homepage" : "https://github.com/otaviosoares/jquery-notebook", "authors" : ["Raphael Cruzeiro<raphael.cruzeiro@gmail.com>"], "description" : "A modern, simple and elegant WYSIWYG rich text editor.", "main" : "build/jquery.notebook.min.js", "keywords" : ["rich", "text"]...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "games": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "name", "games"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "plasmid:random", "name" : "Destroy The Monument", "games" : ["destroythemonument:cubes"]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "games": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "name", "games"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2002, 7], [2003, 7], [2004, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type":...
{"slug" : "leaflet-maps-marker-pro", "name" : "Leaflet Maps Marker Pro", "latest_version" : "", "last_updated" : "2018-03-27T18:46:08.630Z", "vulnerabilities" : [{"id" : "6860", "title" : "Leaflet Maps Marker Pro - SQLI, XSS, Shell Upload, file delete", "created_at" : "2014-08-01T10:59:01Z", "updated_at" : "2015-05-15T...
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created_at": {"type"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "result": {"type": "object", "properties": {"sessions": {"type": "array", "items": {"type": "object", "properties": {"accountID": {"type": "integer"}, "accountName": {"type": "string"}, "c...
{"id" : 1, "result" : {"sessions" : [{"accountID" : 1, "accountName" : "account1", "createTime" : "2017-04-11T03:39:32.030291Z", "driveID" : 23, "driveIDs" : [23], "initiator" : null, "initiatorIP" : "10.1.1.1:37138", "initiatorName" : "iqn.2010-01.net.solidfire.eng:c", "initiatorPortName" : "iqn.2010-01.net.solidfire....
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "result": {"type": "object", "properties": {"sessions": {"type": "array", "items": {"type": "object", "properties": {"accountID": {"type": "integer"}, "accountName": {"type": "string"}, "createTime": {"type": "string"}, "driveID": {"type": "integer"}, "driveI...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"sn1.56:0.3": {"type": "string"}}, "required": ["sn1.56:0.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sn1.56:0.3" : "Dutiyajanasutta \u2192 dutiyajanetisutta\u1e41 (bj)"}
json_instruct
{"type": "object", "properties": {"sn1.56:0.3": {"type": "string"}}, "required": ["sn1.56:0.3"], "$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"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array"...
{"name" : "Meta Infra", "symbol" : "METAI", "logoURI" : "https://raw.githubusercontent.com/sachinbhoi29/metainfralogo/main/logo.png", "decimals" : 9, "address" : "AGwrWpN9dthHxvwfhtrUPJrdT1yQJizwd1KsE2gLaAkr", "chainId" : 101, "tags" : ["utility-token", "community-token", "payment-token", "game-token"], "extensions" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"areas": {"type": "array", "items": {"type": "object", "properties": {"p1": {"type": "array", "items": {"type": "integer"}}, "p2": {"type": "array", "items": {"type": "integer"}}}, "required": ["p1", "p2"]}}}, "requi...
{"areas" : [{"p1" : [557, 286], "p2" : [548, 348]}, {"p1" : [520, 349], "p2" : [504, 398]}, {"p1" : [922, 248], "p2" : [909, 408]}, {"p1" : [873, 329], "p2" : [857, 369]}, {"p1" : [523, 540], "p2" : [505, 661]}]}
json_instruct
{"type": "object", "properties": {"areas": {"type": "array", "items": {"type": "object", "properties": {"p1": {"type": "array", "items": {"type": "integer"}}, "p2": {"type": "array", "items": {"type": "integer"}}}, "required": ["p1", "p2"]}}}, "required": ["areas"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "st...
{"name" : "Grundschule Evesen", "id" : "NI-9283-0", "address" : "Eveser Str. 61, 31675\u00a0B\u00fcckeburg", "school_type" : "Grundschule", "phone" : "05722 4219", "full_time_school" : true, "email" : "gs-evesen@bueckeburg.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 9.001043, "lat" : 52.27569}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"block-closing-brace-space-after": {"type": "null"}, "block-no-empty": {"type": "null"}, "no-descending-specificity": {"type": "null"}, "select...
{"extends" : "stylelint-config-wikimedia/grade-a", "rules" : {"block-closing-brace-space-after" : null, "block-no-empty" : null, "no-descending-specificity" : null, "selector-class-pattern" : "^(oo-ui|mw-tool)-"}}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"block-closing-brace-space-after": {"type": "null"}, "block-no-empty": {"type": "null"}, "no-descending-specificity": {"type": "null"}, "selector-class-pattern": {"type": "string"}}, "required": ["block-closing-b...
Following the schema specification below, generate a valid 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", "c...
{"name" : "Token dxmp", "symbol" : "dxmpe", "decimals" : 6, "address" : "dxmpeuyRP4ufja1MDqJGkHPCH2hXw9GnHeefXfP293u", "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "address": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["id", "address", "enabled"]}, "$schema": "http://json-schema.org/draft-07/schem...
[{"id" : "1", "address" : "8.8.4.4", "enabled" : true}, {"id" : "2", "address" : "127.0.0.11", "enabled" : true}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "address": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["id", "address", "enabled"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "\u521d\u97f3\u30df\u30af\u3067\u30ea\u30d0\u30fc\u30b7\u30d6\u30eb\u30fb\u30ad\u30e3\u30f3\u30da\u30fc\u30f3", "author" : "MARUSU", "description" : "Twitter\uff1a<aundefinedhref='https://twitter.com/MMD_MARUSU'>https://twitter.com/MMD_MARUSU</a><br>YouTube\uff1a<aundefinedhref='https://www.youtube.com/chann...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "qualityRules": {"ty...
{"id" : "CWE-207", "name" : "Observable Behavioral Discrepancy With Equivalent Products", "href" : "AIP/quality-standards/CWE/items/CWE-207", "url" : "https://cwe.mitre.org/data/definitions/207.html", "description" : "The product operates in an environment in which its existence or specific identity should not be known...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "qualityRules": {"type": "null"}, "qualityTemplates": {"type": "null"}}, "requi...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "arra...
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Grease a large casserole dish.", "In a large bowl, mix the bread cubes, cranberry sauce, apples, raisins, lemon zest, and orange zest. Season with salt, cinnamon, and nutmeg. In a separate bowl, beat together the eggs, cider, and butter. Toss the egg mixt...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {"path": {"type": "string"}, "register": {"type": "string"}, "registerAll": {"type": "string"}}, "required": ["path", "register", "registerAll"]}, "instance": {"type": "object", "proper...
{"class" : {"path" : "rs 6/12/2014 12:44", "register" : "he 6/26/2014 12:43", "registerAll" : "he 6/26/2014 12:43"}, "instance" : {"currentMember" : "dg 7/7/2014 22:59", "currentMemberOrRespondInvalid" : "dg 7/8/2014 18:43", "loginCookieKey" : "rs 6/10/2014 09:29", "loginCookieValue" : "rs 6/10/2014 09:29", "memberFrom...
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"path": {"type": "string"}, "register": {"type": "string"}, "registerAll": {"type": "string"}}, "required": ["path", "register", "registerAll"]}, "instance": {"type": "object", "properties": {"currentMember": {"type": "string"}, "currentMember...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "example_project_dev_23734", "displayName" : "example_project_dev_23734"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d240-32", "text" : "Program 9\nProgram Title: \"A SUMMARY\"\nRecord Title: \"MUSEUM OF MAN\"\nFor the past eight weeks we have discussed the ways of mankind. We have tried\nto show you parts of the world as it is seen by anthropologists.\nOnce the popular notion about anthropology was that it was the study of ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"object": {"type": "string"}, "document": {"type": "object", "properties": {"object": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}, "nodes": {"type": "array", "items": {"type": "object", "pro...
{"object" : "value", "document" : {"object" : "document", "data" : {}, "nodes" : [{"object" : "block", "type" : "paragraph", "data" : {}, "nodes" : [{"object" : "text", "text" : "Multiswitch is UI element that gives user an ability to choose one value from predefined list of values placed in line in compact manner.", "...
json_instruct
{"type": "object", "properties": {"object": {"type": "string"}, "document": {"type": "object", "properties": {"object": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"object": {"type": "string"}, "type": {"type": "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "multidentate", "definition" : "Having many teeth, or toothlike processes."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}...
{"name" : "hubble", "pkg_version" : "0.9.0", "rebuild" : 0, "bottles" : {"arm64_monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/hubble/blobs/sha256:96ee50ebdf0b2c30e32d0592525f4a2cf3df70fadce4cb364e3f7f32d678e283"}, "arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/hubble/blobs/sha256:2389500d861bcb47...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "propert...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "array", "it...
{"name" : "payever/payever-integration-oxid", "description" : "payever payment module", "type" : "oxideshop-module", "keywords" : ["oxid", "modules", "eShop", "payever", "payment", "Santander", "installments"], "homepage" : "https://getpayever.com/", "license" : ["MIT"], "extra" : {"oxideshop" : {"target-directory" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "extra": {"type": "object", "properties": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"/js/app.js" : "/js/app.js?id=99a248285b93a6277512", "/css/app.css" : "/css/app.css?id=7965d05811c5213b5e18"}
json_instruct
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"...
{"directions" : ["Place baking sheet in oven and preheat to 275\u00b0F. Steam potatoes until tender, about 8 minutes. Place in large bowl; sprinkle with salt, pepper, and chili powder. Toss to coat. Cool potatoes 15 minutes. Mix in Jack cheese. Meanwhile, blend salsa and 2/3 cup (packed) greens in mini processor until ...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", ...
{"name" : "sudiptpa/guid", "description" : "A Simple GUID generator Package for PHP.", "license" : "MIT", "type" : "library", "keywords" : ["guid"], "authors" : [{"name" : "Sujip Thapa", "email" : "sudiptpa@gmail.com", "homepage" : "https://sujipthapa.co", "role" : "Senior Developer"}], "require" : {"php" : ">=5.4.0"},...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "wayto": {...
{"id" : 750, "title" : ["[Hall of Patrons]"], "description" : ["A tall brass candleholder stands in each corner of the room, its candle burning brightly. In the center of the room a brass censer rests atop a small, low stand. A meditation mat and pillow have been carefully placed in front of the censer. Nothing else...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "wayto": {"type": "object", "properties": {}, "required": []}, "timeto": {"type": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$...
{"id" : "2015", "provinceId" : "16", "regencyId" : "02", "districtId" : "11", "name" : "Simpang Tiga Makmur"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"branchPrefix": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "ignoreDeps": {"type": "array", "items": {"type": "string"}}, "ignorePaths": {"type": "array", "items": {"type": "string...
{"branchPrefix" : "deps/", "extends" : ["config:base"], "ignoreDeps" : ["androidx.lifecycle:lifecycle-viewmodel-savedstate", "androidx.navigation:navigation-fragment-ktx", "androidx.navigation:navigation-safe-args-gradle-plugin", "com.squareup.okhttp3:logging-interceptor", "com.squareup.okhttp3:okhttp-urlconnection", "...
json_instruct
{"type": "object", "properties": {"branchPrefix": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "ignoreDeps": {"type": "array", "items": {"type": "string"}}, "ignorePaths": {"type": "array", "items": {"type": "string"}}, "labels": {"type": "array", "items": {"type": "string"}}, "prConcu...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"player_mos_rotate": {"type": "object", "properties": {"tilew": {"type": "integer"}, "tileh": {"type": "integer"}, "sx": {"type": "integer"}, "sy": {"type": "integer"}, "w": {"type": "integer"}, "h": {"type": "inte...
{"player_mos_rotate" : {"tilew" : 510, "tileh" : 160, "sx" : 0, "sy" : 0, "w" : 4590, "h" : 160}}
json_instruct
{"type": "object", "properties": {"player_mos_rotate": {"type": "object", "properties": {"tilew": {"type": "integer"}, "tileh": {"type": "integer"}, "sx": {"type": "integer"}, "sy": {"type": "integer"}, "w": {"type": "integer"}, "h": {"type": "integer"}}, "required": ["tilew", "tileh", "sx", "sy", "w", "h"]}}, "require...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "location": {"type": "string"}}, "required": ["name", "location"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "df-copy-premise-2-azure", "location" : "centralus"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "location": {"type": "string"}}, "required": ["name", "location"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"amqplib": {"type": "string"}, "monotonic-timestamp": {...
{"name" : "rabbitmq-chat", "version" : "1.0.0", "description" : "Simple chat powered by RabbitMQ", "main" : "index.js", "dependencies" : {"amqplib" : "^0.5.3", "monotonic-timestamp" : "0.0.9", "redis" : "^2.8.0", "websocket" : "^1.0.28"}, "devDependencies" : {}, "scripts" : {"test" : "mocha -exit"}, "repository" : {"ty...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"amqplib": {"type": "string"}, "monotonic-timestamp": {"type": "string"}, "redis": {"type": "string"}, "websocket"...
Generate a valid JSON object that conforms to the following schema: {"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...
{"contract" : "0xde6909304a1693703b5b20041614ce12b10b3ad5", "tool" : "osiris", "start" : 1564623182.0875416, "end" : 1564623301.4319701, "duration" : 119.34442853927612, "analysis" : [{"errors" : [{"line" : 2415, "column" : 26, "message" : "truncation_bugs"}, {"line" : 2420, "column" : 17, "message" : "truncation_bugs"...
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": {"type": "object", "properti...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i...
{"directions" : ["In a medium saucepan, bring 1 3/4 cups water to boil. Add rice; return to boil. Reduce heat to low, cover and cook until water is absorbed and rice is tender, about 20 minutes. Fluff with fork; transfer to bowl. Cool to room temperature.", "Cook asparagus in a large saucepan of boiling salted water un...
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...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"clientId": {"type": "string"}, "nickName": {"type": "string"}, "avatar": {"type": "string"}, "markName": {"type": "string"}, "isStard": {"type": "boolean"}, "location": {"type": "string"}}, "requi...
[{"clientId" : "bill", "nickName" : "BillGates", "avatar" : "assets/img/avatar-bill-gates.jpg", "markName" : "\u54c8\u4f5b\u8f8d\u5b66\u751f", "isStard" : true, "location" : "\u897f\u96c5\u56fe,\u7f8e\u56fd"}, {"clientId" : "jobs", "nickName" : "SteveJobs", "avatar" : "assets/img/avatar-steve-jobs.jpg", "markName" : "\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"clientId": {"type": "string"}, "nickName": {"type": "string"}, "avatar": {"type": "string"}, "markName": {"type": "string"}, "isStard": {"type": "boolean"}, "location": {"type": "string"}}, "required": ["clientId", "nickName", "avatar", "markName", "isStard"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"cities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["cities"], "$schema": "http://json-sc...
{"cities" : [{"name" : "Andong-si", "url" : "andong-si"}, {"name" : "Ansan", "url" : "ansan"}, {"name" : "Anyang", "url" : "anyang-1"}, {"name" : "Bucheon", "url" : "bucheon"}, {"name" : "Changwon", "url" : "changwon"}, {"name" : "Cheongju", "url" : "cheongju"}, {"name" : "Chungju", "url" : "chungju"}, {"name" : "Daegu...
json_instruct
{"type": "object", "properties": {"cities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["cities"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "0xc13dfb79ad78ea5dab5452299730431771802fc4", "tool" : "oyente", "start" : 1563798233.2592225, "end" : 1563798236.768806, "duration" : 3.5095834732055664, "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://...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accessKeyId" : "0uRWWFbIx2vcp2dTonU3", "secretAccessKey" : "FhBUNbyS8/eoUMXZRzaD0qQZwW9M+Ki9ezsK1kEn", "region" : "us-west-2"}
json_instruct
{"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type": "string"...
{"id" : "04568", "name" : "\u041a\u0430\u0437\u0430\u043a\u043e\u0432\u0430 \u0418\u0440\u0438\u043d\u0430 \u0412\u043b\u0430\u0434\u0438\u043c\u0438\u0440\u043e\u0432\u043d\u0430 ", "link" : "pages/04568.html", "club" : "JAM (\u0433.\u041e\u043c\u0441\u043a)", "class_classic" : "D", "class_dnd" : "BG", "A" : "0", "B" ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type": "string"}, "C": {"type": "string"}, "D": {"type": "string"}, "E": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1914, 9], [1916, 5], [1918, 10], [1919, 11], [1920, 6], [1921, 5], [1923, 6], [1924, 7], [1926, 6], [1927, 6], [1928, 7], [1930, 5], [1931, 7], [1932, 6], [1933, 9], [1934, 10], [1935, 7], [1936, 5], [1937, 6], [1939, 5], [1942, 8], [1944, 6], [1950, 7], [1955, 6], [1964, 7], [1968, 5], [1969, 5], [1971, 14], [1972, ...
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": {"page": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "backdrop_path": {"type": "string"}, "name": {"type": "string"}, "poster_path": {"type": ...
{"page" : 1, "results" : [{"id" : 120794, "backdrop_path" : "/9SpZvXLZDGGtFqVDByGqSGI64Kw.jpg", "name" : "Batman Collection", "poster_path" : "/adQxUvQW8HXNsvMG5aj71pHh9T.jpg"}, {"id" : 290933, "backdrop_path" : "/leoLyMvUq2qExFZMtI8XAHNWQ94.jpg", "name" : "Superman / Batman (Animated) Collection", "poster_path" : "/f0...
json_instruct
{"type": "object", "properties": {"page": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "backdrop_path": {"type": "string"}, "name": {"type": "string"}, "poster_path": {"type": "string"}}, "required": ["id", "backdrop_path", "name", "poster_path"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[137.75, 39.333333333333336], [137.75, 39.416666666666664], [137.875, 39.416666666666664], [137.875, 39.333333333333336], [137.75, 39.333333333333336]]]}, "properties" : {"code" : 593706, "url" : "http://madefor.github.io/0410/api/v1/593706.geojso...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": [...
{"<page title>" : "Wireless Wifi Camera - Buy Video Recorder,Wifi Camera,Wireless Hidden Camera Product on Alibaba.com", "fob price" : "US $50 - 60 / Unit\nGet Latest Price", "minorder quantity" : "50 Piece/Pieces sample order welcomed", "payment terms" : "T/T,Western Union,MoneyGram,paypal", "port" : "Shenzhen", "supp...
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": ["<page title>", "fob price", "minorder quantity", "payment ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"displayProperties": {"type": "object", "properties": {"iconSequences": {"type": "array", "items": {"type": "object", "properties": {"frames": {"type": "array", "items": {"type": "string"}}}, "required": ["frames"]}},...
{"displayProperties" : {"iconSequences" : [{"frames" : ["/common/destiny2_content/icons/3776182414b5df7ea146b2c9b131a572.png", "/common/destiny2_content/icons/e280e29b236ccf41c76aa05785b83f40.png"]}, {"frames" : ["/common/destiny2_content/icons/5736b92f88964963f399e4552166153e.png"]}], "icon" : "/common/destiny2_conten...
json_instruct
{"type": "object", "properties": {"displayProperties": {"type": "object", "properties": {"iconSequences": {"type": "array", "items": {"type": "object", "properties": {"frames": {"type": "array", "items": {"type": "string"}}}, "required": ["frames"]}}, "icon": {"type": "string"}, "hasIcon": {"type": "boolean"}, "descrip...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"guid": {"type": "string"}, "example_var": {"type": "integer"}, "ssh_command": {"type": "string"}, "ssh_password": {"type": "string"}, "user": {"type": "string"}, "user_info_messages": {"type": "string"}}, "require...
{"guid" : "abcde", "example_var" : 42, "ssh_command" : "ssh lab-user@bastion.abcde.example.com", "ssh_password" : "p4ssword!1", "user" : "lab-user", "user_info_messages" : "Example workshop messages:\nHello, World"}
json_instruct
{"type": "object", "properties": {"guid": {"type": "string"}, "example_var": {"type": "integer"}, "ssh_command": {"type": "string"}, "ssh_password": {"type": "string"}, "user": {"type": "string"}, "user_info_messages": {"type": "string"}}, "required": ["guid", "example_var", "ssh_command", "ssh_password", "user", "user...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "str...
[{"namaKab" : "MALUKU TENGGARA", "originalFilename" : "THOMAS REYAAN 3.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 224759, "noUrut" : 1, "nama" : "THOMAS REYAAN, S.H", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MALUKU TENGGARA", "originalFilename" : "Dok baru 2018-07-07_1 - Copy.jpg", "namaPartai" : "P...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "str...
{"name" : "stencil", "version" : "0.1.0-alpha.1", "description" : "Asynchronous HTML5 and XML templates for Node.js and the browser.", "keywords" : ["template", "html", "xml", "text", "xhtml", "async", "asynchronous"], "author" : "Alan Gutierrez", "homepage" : "http://bigeasy.github.io/stencil", "bugs" : "https://githu...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "repository": {"type": "object", "properti...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title...
{"by" : "d4l3k", "descendants" : 47, "id" : 18029078, "kids" : [18029289, 18029298, 18029328, 18029375, 18029296, 18029262, 18029983, 18029480, 18029309, 18029305, 18029264, 18029353, 18029203], "score" : 145, "time" : 1537407214, "title" : "Dropbike: Data Breaches and Free Bike Rides", "type" : "story", "url" : "https...
json_instruct
{"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR"...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["60-69", "70-79", "60-69", "60-69"], "SERIES_NAME" : ["FEMALE", "FEMALE", "FEMALE", "FEMALE"], "X_CALENDAR_YEAR" : [2006, 2007, 2012, 2013], "Y_PREVALENCE_1000PP" : [0.02321, 0.03789, 0.0183, 0.01822]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [200207, 200804, ...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"args": {"type": "array", "items": {"type": "string"}}, "output": {"type": "object", "properties": {"prefix": {"type": "object", "properties": {"prefix_field": {"type": "string"}}, "required": ["prefix_field"]}}, "r...
{"args" : ["prefix_field", "prefix-match-"], "output" : {"prefix" : {"prefix_field" : "prefix-match-"}}}
json_instruct
{"type": "object", "properties": {"args": {"type": "array", "items": {"type": "string"}}, "output": {"type": "object", "properties": {"prefix": {"type": "object", "properties": {"prefix_field": {"type": "string"}}, "required": ["prefix_field"]}}, "required": ["prefix"]}}, "required": ["args", "output"], "$schema": "htt...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"ty...
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.133597, 51.480294], [-0.133919, 51.480681], [-0.133464, 51.48095], [-0.132771, 51.481282], [-0.132324, 51.481704], [-0.131975, 51.481537], [-0.131907, 51.481401], [-0.131916, 51.481362], [-0.131783, 51.481129], [-0.131829, 51.481085], [-...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "yarn": {"type":...
{"name" : "boilerplate-express-passport-google-login", "version" : "0.0.1", "description" : "Boilerplate of Google Login with Express and Passport", "main" : "index.js", "engines" : {"node" : "9.5.0", "yarn" : "1.3.2"}, "repository" : "https://github.com/keidrun/boilerplate-express-passport-google-login.git", "author" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "yarn": {"type": "string"}}, "required": ["node", "yarn"]}, "repository": {"type": "string"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type...
{"name" : "cajas", "description" : "CSS Animated JavaScript Slider", "homepage" : "https://github.com/tunnela/cajas", "authors" : ["Lauri Tunnela <lauri@tunne.la> (http://tunne.la)"], "main" : "cajas.min.js", "keywords" : ["animated", "slider", "css", "javascript"], "license" : "MIT", "ignore" : ["**/.*", "node_modules...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"t...
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" : "Cl\u00e9mont", "circ" : "1\u00e8re circonscription", "dpt" : "Cher", "inscrits" : 540, "abs" : 292, "votants" : 248, "blancs" : 19, "nuls" : 6, "exp" : 223, "res" : [{"nuance" : "LR", "nom" : "M. Wladimir D'ORMESSON", "voix" : 119}, {"nuance" : "REM", "nom" : "M. Fran\u00e7ois CORMIER-BOULIGEON", "voix" : 104...
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"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"processId": {"type": "string"}, "accountName": {"type": "string"}}, "required": ["processId", "accountName"]}, "responses": {"type": "object", "properties": {"200": {"type": "obj...
{"parameters" : {"processId" : "processes", "accountName" : "fabrikam"}, "responses" : {"200" : {"body" : {"id" : "adcc42ab-9882-485e-a3ed-7678f01f66bc", "description" : "This template is flexible and will work great for most teams using Agile planning methods, including those practicing Scrum.", "isDefault" : false, "...
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"processId": {"type": "string"}, "accountName": {"type": "string"}}, "required": ["processId", "accountName"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema":...
{"Time" : "2021-04-13T08:00:00Z", "Temp" : 19.3, "RelHum" : 46, "WindSpeed" : 1.1, "WindDir" : 192}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSi...
{"oid" : "3zt6e8jlcl8t5z00", "hafta" : 838, "buyukIkramiyeKazananIl" : "", "cekilisTarihi" : "27/08/2018", "cekilisTuru" : "ON_NUMARA", "rakamlar" : "37#49#62#34#80#02#75#77#06#03#79#42#58#68#47#44#10#08#35#66#04#39", "rakamlarNumaraSirasi" : "02 - 03 - 04 - 06 - 08 - 10 - 34 - 35 - 37 - 39 - 42 - 44 - 47 - 49 - 58 - 6...
json_instruct
{"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSirasi": {"type": "string"}, "devretti": {"type": "boolean"}, "d...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"model": {"type": "string"}, "modeltype": {"type": "string"}, "accuracy": {"type": "number"}, "deviation": {"type": "number"}}, "required": ["model", "modeltype", "accuracy", "deviation"], "$schema": "http://json-schema.org/...
{"model" : "Hubbub,speechnoise,speechbabble_Hubbub,speechnoise,speechbabble_controls_sc_audio", "modeltype" : "hard voting", "accuracy" : 0.8, "deviation" : 0.1695582495781317}
json_instruct
{"type": "object", "properties": {"model": {"type": "string"}, "modeltype": {"type": "string"}, "accuracy": {"type": "number"}, "deviation": {"type": "number"}}, "required": ["model", "modeltype", "accuracy", "deviation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"< 18": {"type": "string"}, "18 - 29": {"type": "string"}, "30 - 39": {"type": "string"}, "40 - 49": {"type": "string"}, "50 - 59": {"type": "string"}, "60 - 69": {"type": "string"}, "70+": {"type": "string"}}, "requi...
{"< 18" : "3", "18 - 29" : "11", "30 - 39" : "55", "40 - 49" : "111", "50 - 59" : "269", "60 - 69" : "543", "70+" : "2,085"}
json_instruct
{"type": "object", "properties": {"< 18": {"type": "string"}, "18 - 29": {"type": "string"}, "30 - 39": {"type": "string"}, "40 - 49": {"type": "string"}, "50 - 59": {"type": "string"}, "60 - 69": {"type": "string"}, "70+": {"type": "string"}}, "required": ["< 18", "18 - 29", "30 - 39", "40 - 49", "50 - 59", "60 - 69",...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descri...
{"latest_version" : ["0.1.1"], "meta" : {"description" : "Consider is a parser for the ThinkGear protocol used by NeuroSky devices", "homepage" : "https://github.com/lanius/consider/", "license" : "MIT"}, "versions" : {"0.1" : {"sha256" : "0f32c815b4b3b63c6b189e40dc977ceda1fa094e6eda73bcc891e5dd579b190b", "url" : "http...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"typ...
[{"results" : [{"tech" : 1, "pts" : 1232, "connections" : 342293, "capacity" : 28457411, "investments" : 392825976}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt...
Create a JSON structure that matches this schema definition: {"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": "n...
{"id" : "73847229", "name" : "Fosse Close", "nodes" : [{"type" : "node", "id" : 873824684, "lat" : 52.2868743, "lon" : -0.7133405}, {"type" : "node", "id" : 873824707, "lat" : 52.2869588, "lon" : -0.7131579}, {"type" : "node", "id" : 873824757, "lat" : 52.2872397, "lon" : -0.7125704}, {"type" : "node", "id" : 873824784...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@pixi/constants": {"type": "string"}, "@pix...
{"name" : "pixi-parcel-example", "version" : "1.0.0", "description" : "", "main" : "index.js", "dependencies" : {"@pixi/constants" : "^5.3.3", "@pixi/core" : "^5.3.3", "@pixi/display" : "^5.3.3", "@pixi/graphics" : "^5.3.3", "@pixi/math" : "^5.3.3", "@pixi/sprite" : "^5.3.3", "pixi.js" : "^5.3.3"}, "devDependencies" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@pixi/constants": {"type": "string"}, "@pixi/core": {"type": "string"}, "@pixi/display": {"type": "string"}, "@pi...
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" : "sprint-planner-local", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"lodash" : "^4.17.11", "moment" : "^2.24.0", "vss-web-extension-sdk" : "^5.141.0", "v...
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": {}}, "author": {"type": "str...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "headline": {"type": "string"}, "content": {"type": "string"}}, "required": ["id", "headline", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "514540926640087040", "headline" : "The iPhone 6 Plus Really Does Have A Bending Problem", "content" : "A leading-edge research firm focused on digital transformation.\n Good\n \n\nSubscriber\nAccount active\n since\n \nYour browser does not support th...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "headline": {"type": "string"}, "content": {"type": "string"}}, "required": ["id", "headline", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "uriniferous", "definition" : "Bearing or conveying urine; as, uriniferous tubules."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint:js": {"type": "string"}, "lint:js:fix": {"type": "stri...
{"name" : "sethjs", "version" : "0.0.1", "description" : "A NodeJS Discord library", "main" : "index.js", "scripts" : {"lint:js" : "eslint -c .eslintrc.yml src *.js", "lint:js:fix" : "eslint -c .eslintrc.yml src *.js --fix && echo \"\u001b[1m\u001b[32mOK\u001b[39m\u001b[22m\" || echo \"\u001b[1m\u001b[31mNot OK\u001b[3...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint:js": {"type": "string"}, "lint:js:fix": {"type": "string"}, "lint:ts": {"type": "string"}, "lint:ts:fix": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"msg": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"description": {"ty...
{"type" : "cosmos-sdk/StdTx", "value" : {"msg" : [{"type" : "cosmos-sdk/MsgCreateValidator", "value" : {"description" : {"moniker" : "whatyang3", "identity" : "", "website" : "", "security_contact" : "", "details" : ""}, "commission" : {"rate" : "0.100000000000000000", "max_rate" : "0.200000000000000000", "max_change_r...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"msg": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"description": {"type": "object", "properties": {"moniker": {"type": "string...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "object", "properties": {"name": {"type": "string"...
{"name" : "htcw_gfx", "version" : "1.2.4", "description" : "A device independent graphics library for embedded and IoT devices", "keywords" : ["tft", "graphics", "spi", "parallel", "i2c", "drawing", "jpg", "ttf", "font"], "authors" : {"name" : "honey the codewitch", "homepage" : "https://www.codeproject.com/Members/cod...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "home...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"workspaceName": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", ...
{"$schema" : "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion" : "1.0.0.0", "parameters" : {"workspaceName" : {"type" : "string", "metadata" : {"description" : "Microsoft Sentinel Workspace name"}}, "watchlistdescription" : {"type" : "string", "metadata" : {"description...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"workspaceName": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"description": {"type": "string"}}, "require...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": ...
{"Time" : "2021-03-24T22:00:00Z", "Temp" : 12, "RelHum" : 80, "WindSpeed" : 1.1, "WindDir" : 204}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"piwik.js": {"type": "string"}}, "required": ["piwik.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"piwik.js" : "sha256-5Ug/4a2Bb8+KtbRYboCwhBHOB1ld8W9/4TtjpNpjTGs="}
json_instruct
{"type": "object", "properties": {"piwik.js": {"type": "string"}}, "required": ["piwik.js"], "$schema": "http://json-schema.org/draft-07/schema#"}