input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "pr...
{"name" : "coderello/laravel-nova-lang", "description" : "Language support for Laravel Nova.", "keywords" : ["laravel", "nova", "language", "lang", "support"], "type" : "library", "license" : "MIT", "require" : {"php" : ">=7.1", "laravel/framework" : "5.5.*|5.6.*|5.7.*|5.8.*"}, "autoload" : {"psr-4" : {"Coderello\\Lara...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "laravel/framework": {"type": "s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "c3c487d7cd9c2c5f3c35b736ff1be52958131146"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {}}}, "required": ["contract...
{"contract" : "0x44f958d420f0543353a5e4f14e827d73f01b4261", "tool" : "osiris", "start" : 1564624594.8113434, "end" : 1564624597.5524004, "duration" : 2.7410569190979004, "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": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1992, 5], [1993, 9], [1994, 12], [1997, 5], [1999, 5], [2001, 5], [2005, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "license"...
{"name" : "typescript_template", "displayName" : "%text.display%", "description" : "%text.description%", "version" : "0.0.1", "publisher" : "Gene Lee", "author" : "Gene Lee", "main" : "./out/main.js", "license" : "MIT", "dependencies" : {}, "devDependencies" : {"@types/node" : "^11.13.2"}, "engines" : {"node" : ">= 6.0...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", ...
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" : "0x3ac0d29eaf16eb423e07387274a05a1e16a8472b", "tool" : "osiris", "start" : 1564590700.252049, "end" : 1564590703.9224098, "duration" : 3.670360803604126, "analysis" : [{"errors" : [{"line" : 24, "column" : 8, "message" : "concurrency_bug"}], "file" : "/unique_chucks/31/0x3ac0d29eaf16eb423e07387274a05a1e16...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "deploy": {"type": "string"}, "test": {"type": "string"}},...
{"name" : "functions", "description" : "Cloud Functions for Firebase", "scripts" : {"start" : "", "build" : "webpack --watch", "deploy" : "firebase deploy --only functions", "test" : "./node_modules/.bin/mocha --reporter spec"}, "dependencies" : {"@google-cloud/common" : "^0.13.4", "@google-cloud/nodejs-repo-tools" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "deploy": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "build", "deploy", "test"]}, "dependenc...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "subpleural", "definition" : "Situated under the pleural membrane."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"class_name" : "contrast", "bbox" : "147 177 693 707", "used" : true}, {"class_name" : "specularity", "bbox" : "917 511 948 556", "used" : false}, {"class_name" : "specularity", "bbox" : "953 526 996 565", "used" : false}, {"class_name" : "specularity", "bbox" : "927 548 973 596", "used" : false}, {"class_name" : "sp...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "plugin-id": {"type": "string"}, "sid": {"type": "integer"}, "instanceVariables": {"type": "array", "items": {}}, "behaviorTypes": {"type": "array", "items": {"type": "object", "prope...
{"name" : "PlatformEntity", "plugin-id" : "Sprite", "sid" : 351611496664961, "instanceVariables" : [], "behaviorTypes" : [{"behaviorId" : "Platform", "name" : "Platform", "sid" : 884118849069588}], "effectTypes" : [], "members" : ["Player"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "plugin-id": {"type": "string"}, "sid": {"type": "integer"}, "instanceVariables": {"type": "array", "items": {}}, "behaviorTypes": {"type": "array", "items": {"type": "object", "properties": {"behaviorId": {"type": "string"}, "name": {"type": "string"}, "sid...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"class": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"newConditionsSetsAreMet": {"type": "boolean"}}, "required": ["newConditionsSetsAreMet"]}, "links": {"type": "array", "...
{"class" : ["condition-sets"], "properties" : {"newConditionsSetsAreMet" : false}, "links" : [{"rel" : ["self"], "href" : "data/new-released-content-2.json"}, {"rel" : ["next"], "href" : "data/new-released-content-3.json"}], "rel" : ["conditions-set-status"]}
json_instruct
{"type": "object", "properties": {"class": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"newConditionsSetsAreMet": {"type": "boolean"}}, "required": ["newConditionsSetsAreMet"]}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "arr...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "s...
[{"namaKab" : "KAMPAR", "originalFilename" : "HAFIS FOTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 20526, "noUrut" : 1, "nama" : "HAFIS TOHAR, SH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KAMPAR", "originalFilename" : "FOTO RIDHO0002.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 25318, "noUrut"...
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", "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"vue-validator.js": {"type": "string"}, "vue-validator.min.js": {"type": "string"}}, "required": ["vue-validator.js", "vue-validator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vue-validator.js" : "sha256-ZX82iKO2Odq2MUFohOTb8nxIkuzpPC+mOvvtyHoCOgE=", "vue-validator.min.js" : "sha256-v+XYEW56uhbqu4f7HilQk33aT+HTICoewRD6qY9noTA="}
json_instruct
{"type": "object", "properties": {"vue-validator.js": {"type": "string"}, "vue-validator.min.js": {"type": "string"}}, "required": ["vue-validator.js", "vue-validator.min.js"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"ava": {"ty...
{"name" : "aoc-2018-day06", "main" : "index.js", "scripts" : {"test" : "standard && ava"}, "devDependencies" : {"ava" : "^1.0.0-rc.2", "standard" : "^12.0.1"}, "private" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "standard": {"type": "string"}}, "required": ["ava", ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"jsonrpc": {"type": "string"}, "id": {"type": "integer"}, "result": {"type": "object", "properties": {"settlements": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "timesta...
{"jsonrpc" : "2.0", "id" : 2192, "result" : {"settlements" : [{"type" : "settlement", "timestamp" : 1550475692526, "session_profit_loss" : 0.038358299, "profit_loss" : -0.001783937, "position" : -66, "mark_price" : 121.67, "instrument_name" : "ETH-22FEB19", "index_price" : 119.8}], "continuation" : "xY7T6cusbMBNpH9SNmK...
json_instruct
{"type": "object", "properties": {"jsonrpc": {"type": "string"}, "id": {"type": "integer"}, "result": {"type": "object", "properties": {"settlements": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "timestamp": {"type": "integer"}, "session_profit_loss": {"type": "number"}, "pr...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3327070007", "district_id" : "3327070", "name" : "KARANGMONCOL"}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "value": {"type": "integer"}, "name": {"type": "string"}, "limit": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["id", "v...
{"id" : 44686, "value" : 20, "name" : "Banite armour set + 4", "limit" : 100, "name_pt" : "Conjunto de armadura da maldi\u00e7\u00e3o + 4", "price" : 2342484, "last" : 2342484}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "value": {"type": "integer"}, "name": {"type": "string"}, "limit": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["id", "value", "name", "limit", "name_pt", "price", "last"], "$sche...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"css/framework7.css": {"type": "string"}, "css/framework7.min.css": {"type": "string"}, "js/framework7.js": {"type": "string"}, "js/framework7.min.js": {"type": "string"}}, "required": ["css/framework7.css", "css/framework7.min...
{"css/framework7.css" : "sha256-OaAkCNvmwsgLchwR7FgNsda3TeWv1gls0sWhP1iLffM=", "css/framework7.min.css" : "sha256-yEe4RMGXyvfYgg+3lpbdkVVHMfLlINHsbcTuKVPK7vg=", "js/framework7.js" : "sha256-N+N0SoEJymfV0Kwls76a+L3yxLTvwoPuk5wVaQWnBG0=", "js/framework7.min.js" : "sha256-k/B12Z+1sW3bLbUTupq5ezY3xVqooQSjCDHIQcKgCkc="}
json_instruct
{"type": "object", "properties": {"css/framework7.css": {"type": "string"}, "css/framework7.min.css": {"type": "string"}, "js/framework7.js": {"type": "string"}, "js/framework7.min.js": {"type": "string"}}, "required": ["css/framework7.css", "css/framework7.min.css", "js/framework7.js", "js/framework7.min.js"], "$schem...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "3.3.12"}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"bulma-calendar": {"type": "object", "propertie...
{"name" : "slack-send-later", "version" : "0.0.3", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"bulma-calendar" : {"version" : "6.0.9", "resolved" : "https://registry.npmjs.org/bulma-calendar/-/bulma-calendar-6.0.9.tgz", "integrity" : "sha512-Z+zu1uVqKOKYV+I6LAkvhLM0uR+Qb8SixZ+Xv70a/A0mc2wU5mh+xr+BT02+G...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"bulma-calendar": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "string"}, "defaultPage": {"type": "string"}, "services": {"type": "object", "properties": {}, "required": []}, "types": {"type": "object", "properties": {}, "required": []}, "v...
{"id" : "many-editable-rows", "description" : "Flow main", "defaultPage" : "many-editable-rows-start", "services" : {}, "types" : {}, "variables" : {}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "string"}, "defaultPage": {"type": "string"}, "services": {"type": "object", "properties": {}, "required": []}, "types": {"type": "object", "properties": {}, "required": []}, "variables": {"type": "object", "properties": {}, "required":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"jstreegrid.js": {"type": "string"}, "jstreegrid.min.js": {"type": "string"}}, "required": ["jstreegrid.js", "jstreegrid.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jstreegrid.js" : "sha512-i8uX6X/RPvPG0oMYe+LMC0Uwn6BCcKCvKwxdUrAtzZGRFAbBPYIKyi5TaSH74aYsm3TTjHO22PQ6IODVTeycfg==", "jstreegrid.min.js" : "sha512-wBd/pjQ5R5f77acfW2BKy2hw3m1Ig04QEL7R/2gnNBmLWAi2ooOfyWv3M1kdfK3wohjg/R433jcGMHQ5RjuxHQ=="}
json_instruct
{"type": "object", "properties": {"jstreegrid.js": {"type": "string"}, "jstreegrid.min.js": {"type": "string"}}, "required": ["jstreegrid.js", "jstreegrid.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}...
{"name" : "chatapp", "version" : "1.0.0", "description" : "A chat App", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node server.js"}, "author" : "", "license" : "ISC", "engines" : {"node" : "4.2.2"}, "dependencies" : {"body-parser" : "^1.19.0", "connect-mongo" : "1.1.0", "ejs" : "2.3...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"recommendations" : ["dbaeumer.vscode-eslint", "mrmlnc.vscode-scss", "shinnn.stylelint", "wayou.vscode-todo-highlight", "octref.vetur", "dariofuzinato.vue-peek", "redhat.vscode-yaml"]}
json_instruct
{"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"allure-commandline": {"type": "string"}, "...
{"name" : "calendar_android_tests", "version" : "1.0.0", "description" : "", "main" : "wdio.cucumber.conf", "dependencies" : {"allure-commandline" : "^2.1.1", "appium" : "^1.6.5", "chai" : "^4.1.0", "cucumber" : "^2.3.1", "fs-extra" : "^3.0.1", "imagemin" : "^5.3.1", "imagemin-pngquant" : "^5.0.1", "lodash" : "^4.17.4"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"allure-commandline": {"type": "string"}, "appium": {"type": "string"}, "chai": {"type": "string"}, "cucumber": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"author": {"type": "array", "items": {"type": "string"}}, "install_msg": {"type": "string"}, "short": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "requiremen...
{"author" : ["Fixator10", "DiNitride"], "install_msg" : "Thanks for install.", "short" : "Some (maybe) useful utils.", "description" : "Some (maybe) useful utils.", "tags" : ["utils", "time", "someone", "color"], "requirements" : ["tabulate"], "end_user_data_statement" : "This cog does not persistently store data or me...
json_instruct
{"type": "object", "properties": {"author": {"type": "array", "items": {"type": "string"}}, "install_msg": {"type": "string"}, "short": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "requirements": {"type": "array", "items": {"type": "string"}}, "end_user...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@luma.gl/core": {"type": "string"}, "antd": {"type": "string"}, "d3-scale": {"type...
{"name" : "frontend", "version" : "0.1.0", "private" : true, "dependencies" : {"@luma.gl/core" : "^8.2.0", "antd" : "^4.7.0", "d3-scale" : "^3.2.2", "d3-scale-chromatic" : "^2.0.0", "deck.gl" : "^8.2.7", "protobufjs" : "^6.10.2", "react" : "^16.6.0", "react-dom" : "^16.6.0", "react-map-gl" : "^5.2.10", "react-scripts" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@luma.gl/core": {"type": "string"}, "antd": {"type": "string"}, "d3-scale": {"type": "string"}, "d3-scale-chromatic": {"type": "string"}, "deck....
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"...
{"userId" : 24446, "cartId" : "e2197ffe-4e8d-4290-9769-dd4025430de3", "preferredProducts" : [], "productReviews" : [{"productId" : 2669, "reviewText" : "This Chief works quite well. It romantically improves my golf by a lot.", "reviewDate" : "2018-03-24T16:50:44.1314022+02:00"}, {"productId" : 1443, "reviewText" : "It ...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "arc...
{"vendor" : "sapmachine", "filename" : "sapmachine-jre-17-eabeta.2_linux-aarch64_bin.tar.gz", "release_type" : "ea", "version" : "17-eabeta.2", "java_version" : "17-eabeta.2", "jvm_impl" : "hotspot", "os" : "linux", "architecture" : "aarch64", "file_type" : "tar.gz", "image_type" : "jre", "features" : [], "url" : "http...
json_instruct
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "stri...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"http": {"type": "object", "properties": {"address": {"type": "string"}, "workers": {"type": "object", "properties": {"command": {"type": "string"}, "pool": {"type": "object", "properties": {"numWorkers": {"type": "integer"}}, "r...
{"http" : {"address" : "0.0.0.0:8080", "workers" : {"command" : "php cakephp-worker.php", "pool" : {"numWorkers" : 8}}}}
json_instruct
{"type": "object", "properties": {"http": {"type": "object", "properties": {"address": {"type": "string"}, "workers": {"type": "object", "properties": {"command": {"type": "string"}, "pool": {"type": "object", "properties": {"numWorkers": {"type": "integer"}}, "required": ["numWorkers"]}}, "required": ["command", "pool...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default...
{"Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "AllowedHosts" : "*", "ConnectionStrings" : {"OldConnectionString" : "Server=tcp:biplabhomesqldbs.database.windows.net,1433;Initial Catalog=RationCard;Persist Security Info=False;User ID=bipla...
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required"...
Generate sample JSON data that conforms to the following schema definition: {"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" : "3310040003", "district_id" : "3310040", "name" : "JARUM"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7318020042", "district_id" : "7318020", "name" : "LEMBANG BUNTU DATU"}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_closed": {"type": "boolean"}, "description": {"type": "string"}, "shortname": {"type": "string"}, "discr": {"type": "string"}, "type": {"type": "string"}, "_links": {"t...
{"id" : 111355, "name" : "ARIA and Assistive Technologies Community Group", "is_closed" : false, "description" : "How WAI-ARIA is supported by assistive technologies, such as screen readers, is highly variable. This variation in WAI-ARIA rendering adds unnecessary complexity to the development of high-quality web expe...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_closed": {"type": "boolean"}, "description": {"type": "string"}, "shortname": {"type": "string"}, "discr": {"type": "string"}, "type": {"type": "string"}, "_links": {"type": "object", "properties": {"self": {"type": "object", "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"t...
{"name" : "fixture", "version" : "1.0.0", "description" : "Fixture to test against Next.js 5", "private" : true, "main" : "index.js", "scripts" : {"build" : "next build"}, "author" : "", "license" : "ISC", "dependencies" : {"@zeit/next-sass" : "^0.2.0", "next" : "^5.1.0", "next-compose-plugins" : "^2.1.1", "next-images...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "author": {"type": "string"}, "li...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "author": {"type": "string"}, "offline_enabled": {"type": "boolean"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "chrome_url_overrid...
{"manifest_version" : 2, "author" : "Sarath Sadasivan Pillai", "offline_enabled" : true, "name" : "Countdown Timer", "description" : "Set new tab to show a count down timer to an event", "version" : "0.2", "chrome_url_overrides" : {"newtab" : "sites.html"}, "icons" : {"96" : "icons/countdown-96.png"}, "applications" : ...
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "author": {"type": "string"}, "offline_enabled": {"type": "boolean"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "chrome_url_overrides": {"type": "object", "properties": {"newtab": {"type": "str...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc...
{"userId" : 84748, "cartId" : "a13e37e7-d662-4757-b8b8-2e68a61c37ca", "preferredProducts" : [2911], "productReviews" : [{"productId" : 1738, "reviewText" : "The box this comes in is 4 mile by 5 inch and weights 19 megaton!", "reviewDate" : "2016-12-01T10:50:37.3500749+02:00"}, {"productId" : 2083, "reviewText" : "I tri...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": ...
{"name" : "Chess.ai.js", "version" : "0.0.1", "description" : "Artificial intelligence for chess", "main" : "index.js", "scripts" : {"test" : "./node_modules/.bin/jasmine-node test"}, "author" : "Krzysztof Kaczor", "license" : "MIT", "devDependencies" : {"chai" : "^3.0.0", "grunt" : "^0.4.5", "jasmine-node" : "^1.14.5"...
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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDe...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"t...
{"name" : "weathergen-api", "version" : "1.0.0", "homepage" : "https://github.com/tbadams45/weathergen-api#readme", "authors" : ["Jeff Walker <walker.jeff.d@gmail.com>", "Timothy Adams <tbadams45@gmail.com>"], "description" : "A stand-alone API for the R weathergen package", "main" : "app.js", "license" : "MIT", "priva...
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"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "thumbnail": {"type": "string"}, "data": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["id",...
{"id" : "ANDROID_MAGNETIC_GADGET", "title" : "ANDROID_MAGNETIC_GADGET", "type" : "gadget", "thumbnail" : "gadget/ANDROID_MAGNETIC_GADGET/thumbnail.png", "data" : {"url" : "gadget/ANDROID_MAGNETIC_GADGET/gadget.xml"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "thumbnail": {"type": "string"}, "data": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["id", "title", "type", "thumbnail", "data"], "$schema": "http://...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "sourceName": {"type": "string"}, "sourcePath": {"type": "string"}, "targetInstanceVariable": {"type": "string"}}, "required": ["id", "sourceName", "sourcePath", "targetInstanceVariable...
{"id" : "f8267e1c-4978-4bfd-bd03-fb6e6f5e5268", "sourceName" : "festenummer", "sourcePath" : "/folkeregisterperson/oppholdsadresse/matrikkeladresse/matrikkelnummer/", "targetInstanceVariable" : "/InstanceVariable/81852eba-c86e-49e1-830b-81bcb9698d75"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "sourceName": {"type": "string"}, "sourcePath": {"type": "string"}, "targetInstanceVariable": {"type": "string"}}, "required": ["id", "sourceName", "sourcePath", "targetInstanceVariable"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "obje...
{"name" : "vantage-command-proxy", "version" : "1.0.0", "description" : "Info Proxy for vantage.js commands", "main" : "./lib/command-proxy.js", "scripts" : {}, "repository" : {"type" : "git", "url" : "git+https://github.com/BananaAcid/vantage-command-proxy.git"}, "keywords" : ["api", "cli", "vantage", "vantagejs", "pr...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"item.ruby_mod.ruby": {"type": "string"}, "item.ruby_mod.ruby_sword": {"type": "string"}, "item.ruby_mod.ruby_axe": {"type": "string"}, "item.ruby_mod.ruby_shovel": {"type": "string"}, "item.ruby_mod.ruby_pickaxe": {"type": ...
{"item.ruby_mod.ruby" : "Rubin", "item.ruby_mod.ruby_sword" : "Rubinschwert", "item.ruby_mod.ruby_axe" : "Rubinaxt", "item.ruby_mod.ruby_shovel" : "Rubinschaufel", "item.ruby_mod.ruby_pickaxe" : "Rubinspitzhacke", "item.ruby_mod.ruby_hoe" : "Rubinhacke", "item.ruby_mod.ruby_helmet" : "Rubinhelm", "item.ruby_mod.ruby_ch...
json_instruct
{"type": "object", "properties": {"item.ruby_mod.ruby": {"type": "string"}, "item.ruby_mod.ruby_sword": {"type": "string"}, "item.ruby_mod.ruby_axe": {"type": "string"}, "item.ruby_mod.ruby_shovel": {"type": "string"}, "item.ruby_mod.ruby_pickaxe": {"type": "string"}, "item.ruby_mod.ruby_hoe": {"type": "string"}, "item...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"snapshot": {"type": "object", "properties": {"objects": {"type": "object", "properties": {"_noMatch": {"type": "boolean"}, "liquibase.structure.core.PrimaryKey": {"type": "array", "items": {"type": "object", "properties": {...
{"snapshot" : {"objects" : {"_noMatch" : true, "liquibase.structure.core.PrimaryKey" : [{"primaryKey" : {"name" : "pk_posts"}}]}}}
json_instruct
{"type": "object", "properties": {"snapshot": {"type": "object", "properties": {"objects": {"type": "object", "properties": {"_noMatch": {"type": "boolean"}, "liquibase.structure.core.PrimaryKey": {"type": "array", "items": {"type": "object", "properties": {"primaryKey": {"type": "object", "properties": {"name": {"type...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"profile": {"type": "array", "items": {"type": "string"}}}, "required": ["profile"]}, "text": {"type": "object", "propertie...
{"resourceType" : "Observation", "id" : "observation2", "meta" : {"profile" : ["https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-observation"]}, "text" : {"status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient hard of hearing, left ear.</div>"}, "status" : "final", "catego...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"profile": {"type": "array", "items": {"type": "string"}}}, "required": ["profile"]}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"...
Construct a JSON document that adheres to this schema specification: {"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"}, "ti...
{"body" : "", "user" : "brietzke", "url" : "https://api.github.com/repos/spack/spack/issues/12511", "updated_at" : "2019-08-21 19:13:56", "created_at" : "2019-08-21 19:12:56", "closed_at" : "2019-08-21 19:13:56", "state" : "closed", "title" : "fix: eccodes: apply cmake-patch onle when@:2.10", "number" : 12511, "milesto...
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": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"editor.codeActionsOnSave": {"type": "object", "properties": {"source.organizeImports": {"type": "boolean"}}, "required": ["source.organizeImports"]}, "editor.detectIndentation": {"type": "boolean"}, "editor.emptySe...
{"editor.codeActionsOnSave" : {"source.organizeImports" : true}, "editor.detectIndentation" : true, "editor.emptySelectionClipboard" : false, "editor.fontLigatures" : true, "editor.formatOnSave" : true, "editor.minimap.enabled" : true, "editor.minimap.maxColumn" : 80, "editor.minimap.renderCharacters" : false, "editor....
json_instruct
{"type": "object", "properties": {"editor.codeActionsOnSave": {"type": "object", "properties": {"source.organizeImports": {"type": "boolean"}}, "required": ["source.organizeImports"]}, "editor.detectIndentation": {"type": "boolean"}, "editor.emptySelectionClipboard": {"type": "boolean"}, "editor.fontLigatures": {"type"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-80.150024, 26.033523], [-80.134911, 26.033832], [-80.134997, 26.028479], [-80.136029, 26.028262], [-80.13612, 26.022789], [-80.135203, 26.022791], [-80.135284, 26.020048], [-80.134298, 26.019159], [-80.149527, 26.018802]...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_...
{"MRRm_new" : 0.12265243358000007, "MRm_new" : 3661.6313111065388, "HITS@1m_new" : 0.07791739929364994, "HITS@3m_new" : 0.1287086667762138, "HITS@10m_new" : 0.21266187703874895}
json_instruct
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "str...
{"files" : {"main.css" : "/static/css/main.e85c7fa3.chunk.css", "main.js" : "/static/js/main.4571c178.chunk.js", "main.js.map" : "/static/js/main.4571c178.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.d20eab67.js", "runtime-main.js.map" : "/static/js/runtime-main.d20eab67.js.map", "static/css/2.85f7760d.c...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.85f7760d.chunk.css": {"type": "string"}, "static/...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "st...
{"schema_version" : "1.2.0", "id" : "GHSA-3539-rp84-xw2w", "modified" : "2022-05-02T03:13:38Z", "published" : "2022-05-02T03:13:38Z", "aliases" : ["CVE-2009-0215"], "details" : "Stack-based buffer overflow in the GetXMLValue method in the IBM Access Support ActiveX control in IbmEgath.dll, as distributed on IBM and Len...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-0.229530124609, 53.2272123039, 0.0], [-0.214999288829, 53.229647654, 0.0], [-0.212159245361, 53.227277595, 0.0], [-0.191551211239, 53.2199689509, 0.0], [-0.198798871234, 53.21023301...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "strin...
{"name" : "handy/ceneoreviews", "type" : "magento-module", "description" : "Magento 1.x module for Ceneo reviews", "license" : "MIT", "authors" : [{"name" : "Agata Maksymiuk"}], "require" : {"magento-hackathon/magento-composer-installer" : "*"}, "repositories" : [{"type" : "composer", "url" : "http://packages.firegento...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "require": {"type": "object", "properti...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "interchapter", "definition" : "An intervening or inserted chapter."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"editor.fontFamily": {"type": "string"}, "editor.fontLigatures": {"type": "boolean"}, "editor.fontSize": {"type": "integer"}, "editor.wordWrap": {"type": "string"}, "editor.lineHeight": {"type": "integer"}}, "required": ["edito...
{"editor.fontFamily" : "iA Writer Duospace, monospace", "editor.fontLigatures" : true, "editor.fontSize" : 14, "editor.wordWrap" : "on", "editor.lineHeight" : 25}
json_instruct
{"type": "object", "properties": {"editor.fontFamily": {"type": "string"}, "editor.fontLigatures": {"type": "boolean"}, "editor.fontSize": {"type": "integer"}, "editor.wordWrap": {"type": "string"}, "editor.lineHeight": {"type": "integer"}}, "required": ["editor.fontFamily", "editor.fontLigatures", "editor.fontSize", "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object",...
{"name" : "banquo-server", "version" : "0.2.0", "private" : true, "scripts" : {"start" : "node app.js"}, "dependencies" : {"express" : "3.4.3", "jade" : "*", "node-phantom" : "~0.2.5", "underscore" : "~1.5.2", "banquo" : ">=0.1.4", "aws-sdk" : ">=1.10.0", "request" : ">=2.27.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jade": {"type"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": ...
{"lastUpdated" : 1655019279666, "username" : "Romanes62", "scores" : [{"xp" : 29967, "rank" : 316, "cardId" : 433}, {"xp" : 60790, "rank" : 408, "cardId" : 401}, {"xp" : 27548, "rank" : 56, "cardId" : 400}, {"xp" : 44155, "rank" : 67, "cardId" : 412}, {"xp" : 49118, "rank" : 249, "cardId" : 164}, {"xp" : 44657, "rank" ...
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"instance": {"type": "object", "properties": {"testRemoveC": {"type": "string"}, "testAddF": {"type": "string"}, "testAddC": {"type": "string"}, "testMergeB": {"type": "string"}, "testCopyTo": {"type": "string"}, "projectClass"...
{"instance" : {"testRemoveC" : " 9/30/2017 13:31:35", "testAddF" : " 9/30/2017 13:31:35", "testAddC" : " 9/30/2017 13:31:35", "testMergeB" : " 9/30/2017 13:31:35", "testCopyTo" : " 9/30/2017 13:31:35", "projectClass" : " 9/30/2017 13:31:35", "testRemoveB" : " 9/30/2017 13:31:35", "testAddE" : " 9/30/2017 13:31:35", "te...
json_instruct
{"type": "object", "properties": {"instance": {"type": "object", "properties": {"testRemoveC": {"type": "string"}, "testAddF": {"type": "string"}, "testAddC": {"type": "string"}, "testMergeB": {"type": "string"}, "testCopyTo": {"type": "string"}, "projectClass": {"type": "string"}, "testRemoveB": {"type": "string"}, "t...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}...
{"t" : "ci'arosaysayay", "h" : [{"d" : [{"f" : "\u6234\u5973\u5f0f\u62ab\u80a9\u7684\u3002"}, {"f" : "\u6307\u6234\u62ab\u80a9\u7684\u5973\u6027\u3002", "e" : ["\ufff9`Ci'arosaysay~`ay~ `a~ `makero~ `ko~ `fafahiyan~.\ufffa\ufffb\u5973\u751f\u6234\u5973\u5f0f\u62ab\u80a9\u8df3\u821e\u3002"]}]}], "stem" : "'arosaysay"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"],...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"...
{"nom" : "Le Mesnil-Th\u00e9ribus", "dpt" : "Oise", "inscrits" : 576, "abs" : 140, "votants" : 436, "blancs" : 30, "nuls" : 14, "exp" : 392, "res" : [{"panneau" : "2", "voix" : 222}, {"panneau" : "1", "voix" : 170}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"description": {"type": "string"}, "paths": {"type": "object", "properties": {"/ writable dirs": {"type": "object", "properties": {"path": {"type": "string"}, "only": {"type": "array", "items": {"type": "string"}},...
{"description" : "count / stat some files", "paths" : {"/ writable dirs" : {"path" : "/", "only" : ["bin", "boot", "dev", "etc", "home", "lib", "usr"], "skip" : ["tmp"], "filters" : ["directory", "world_writable"]}}, "-examples" : [{"/some/dir/" : {}}, {"/some/dir/" : {"match" : "^\\..*\\.swp$"}, "1+/some/dir" : {"path...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "paths": {"type": "object", "properties": {"/ writable dirs": {"type": "object", "properties": {"path": {"type": "string"}, "only": {"type": "array", "items": {"type": "string"}}, "skip": {"type": "array", "items": {"type": "string"}}, "filters": {"ty...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {...
{"IsRecentlyVerified" : false, "ID" : 65169, "UUID" : "05F97C24-9FB3-45A0-BF84-88A4B5E98E8F", "DataProviderID" : 1, "OperatorID" : 45, "UsageTypeID" : 1, "AddressInfo" : {"ID" : 65515, "Title" : "Louis Gigastore", "AddressLine1" : "Holzhauser Stra\u00dfe 150", "Town" : "Berlin", "StateOrProvince" : "Berlin", "Postcode"...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "T...
The schema below describes a JSON structure. Generate a valid example: {"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", "i...
{"ast" : null, "code" : "import { isPoint } from './is-point.js';\n\nvar isPoint3D = function (point) {\n return isPoint(point) && point.hasOwnProperty('z');\n};\n\nexport { isPoint3D };", "map" : {"version" : 3, "sources" : ["C:/Users/ctenn/OneDrive/Desktop/Designo/Designo/client/node_modules/popmotion/dist/es/utils/...
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": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"versionNum" : 111, "commit" : "a75843e69b7f2137efdcb92d0f0815fade4ebe67", "date" : "2021-03-06T11:01:38.827Z"}
json_instruct
{"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d418b08d4093d6fffe63a87e4474f7073166b244"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "dockerComposeFile": {"type": "string"}, "service": {"type": "string"}, "runServices": {"type": "array", "items": {"type": "string"}}, "workspaceFolder": {"type": "string"}, "extensions": {"type":...
{"name" : "schsrch docker-compose", "dockerComposeFile" : "../docker-compose-example.yml", "service" : "vscode-dev", "runServices" : ["vscode-dev"], "workspaceFolder" : "/usr/src/app", "extensions" : ["eamodio.gitlens", "visualstudioexptteam.vscodeintellicode"], "settings" : {"terminal.integrated.shell.linux" : "/bin/b...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dockerComposeFile": {"type": "string"}, "service": {"type": "string"}, "runServices": {"type": "array", "items": {"type": "string"}}, "workspaceFolder": {"type": "string"}, "extensions": {"type": "array", "items": {"type": "string"}}, "settings": {"type": "...
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" : "sane-tachyons", "version" : "4.1.0", "description" : "Pragmatic functional CSS", "main" : "index.js", "repository" : "https://github.com/hatchedlabs/sane-tachyons.git", "author" : "Sheldon \ud83d\udc26", "license" : "MIT", "private" : false, "devDependencies" : {"abort-controller" : "^2.0.2", "autoprefixer" ...
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"}, "devDependencies": {"type": "object",...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": {"type": "integer"...
{"info" : {"project" : "spring-projects/spring-framework", "developers" : 1, "edges" : 3, "vertices" : 3, "commits" : 2, "id" : 2644, "agedays" : 6, "refactorings" : 2, "group" : "Overtime", "language" : "Java", "level" : "Method", "summary" : ""}, "commits_list" : ["93abbd0ef7", "5165465821"], "edges" : [{"id" : 3867,...
json_instruct
{"type": "object", "properties": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": {"type": "integer"}, "agedays": {"type": "integer"}, "refactorings": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "looku...
{"citations" : [{"textCitation" : "[See cof on Metamath](http://us.metamath.org/mpegif/cof.html)"}], "definition" : "class oF R", "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cof", "#T_cR"], "metaLanguage" : "METAMATH", "phrase" : "oF", "remarks" : " Extend class notation to include mapping of an operation to a...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "/home/zemoso/AndroidStudioProjects/dialogflow-android-client/ailib/build/intermediates/res/merged/androidTest/debug/color/mic_colors.xml", "source" : "/home/zemoso/AndroidStudioProjects/dialogflow-android-client/ailib/build/intermediates/bundles/debug/res/color/mic_colors.xml"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "now-build": {"type": "string"}}, "required": ["build", "dev", "now-build"]}, "dependencies": {"type": "object", "properties":...
{"scripts" : {"build" : "next build", "dev" : "next", "now-build" : "next build"}, "dependencies" : {"next" : "^8.0.0", "react" : "^16.7.0", "react-dom" : "^16.7.0"}}
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "now-build": {"type": "string"}}, "required": ["build", "dev", "now-build"]}, "dependencies": {"type": "object", "properties": {"next": {"type": "string"}, "react": {"type": "string"}, ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"url": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "productVersion": {"type": "string"}, "hash": {"type": "string"}, "timestamp": {"type": "string"}, "sha256hash": {"type": "strin...
{"url" : "https://github.com/VSCodium/vscodium/releases/download/1.57.1/VSCodiumSetup-x64-1.57.1.exe", "name" : "1.57.1", "version" : "507ce72a4466fbb27b715c3722558bb15afa9f48", "productVersion" : "1.57.1", "hash" : "23cf51dad2b38838bb68dff86ee957908a13ebf2", "timestamp" : "1625677886563", "sha256hash" : "3e404de3c0519...
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "productVersion": {"type": "string"}, "hash": {"type": "string"}, "timestamp": {"type": "string"}, "sha256hash": {"type": "string"}}, "required": ["url", "name", "version", "productVersion", "hash", "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", ...
{"ast" : null, "code" : "\"use strict\";\n\nvar _interopRequireDefault = require(\"@babel/runtime/helpers/interopRequireDefault\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _react = _interopRequireDefault(require(\"react\"));\n\nvar _createSvgIcon = _inte...
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 a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"py/object": {"type": "string"}, "footer": {"type": "string"}, "header": {"type": "string"}, "id": {"type": "null"}, "name": {"type": "string"}}, "required": ["py/object", "footer", "header"...
[{"py/object" : "model.group.Group", "footer" : "", "header" : "", "id" : null, "name" : ""}, {"py/object" : "model.group.Group", "footer" : "footer1uj", "header" : "headerfkucg30XjsU1fDAAl30", "id" : null, "name" : "name"}, {"py/object" : "model.group.Group", "footer" : "footerVcp", "header" : "headerOVHZPjweKsugP", "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"py/object": {"type": "string"}, "footer": {"type": "string"}, "header": {"type": "string"}, "id": {"type": "null"}, "name": {"type": "string"}}, "required": ["py/object", "footer", "header", "id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "acutifoliate", "definition" : "Having sharp-pointed leaves."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id_1109": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_1109"], "$schema": "http://json-schema.org/draft-07/schema#"} ...
{"id_1109" : {"publicdate" : "2007-07-30 17:34:39", "title" : "Afterward"}}
json_instruct
{"type": "object", "properties": {"id_1109": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_1109"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "attachments": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"attachments": {"typ...
{"name" : "memory", "version" : "0.9.1", "description" : "Memory", "attachments" : ["css/memory.css", "img/learning.png", "img/delay.png", "js/task.js", "learning.html", "delay.html", "img/man-example.jpg", "img/man1.jpg", "img/man2.jpg", "img/man3.jpg", "img/man4.jpg", "img/man5.jpg", "img/man6.jpg", "img/man7.jpg", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "attachments": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"attachments": {"type": "null"}}, "required": ["attachments"]}, "tabcat": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"stackHeaders": {"type": "object", "properties": {"api_key": {"type": "string"}, "authorization": {"type": "string"}}, "required": ["api_key", "authorization"]}, "urlPath": {"type": "strin...
[{"stackHeaders" : {"api_key" : "blt82e328367e7c33d7", "authorization" : "cs1d64558fab7cbd80f7ccc648"}, "urlPath" : "/assets/blt5d47539d33226652", "uid" : "blt5d47539d33226652", "content_type" : "image/jpeg", "file_size" : "200547", "tags" : [], "filename" : "variation_3.jpeg", "url" : "https://images.contentstack.io/v...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"stackHeaders": {"type": "object", "properties": {"api_key": {"type": "string"}, "authorization": {"type": "string"}}, "required": ["api_key", "authorization"]}, "urlPath": {"type": "string"}, "uid": {"type": "string"}, "content_type": {"type": "string"}, "fi...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "subtext": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}, "powerCost": {"type": "string"}, "castTime": {"type": "string"}}, "required": ...
{"id" : 9433, "name" : "Arcane Explosion", "subtext" : "Rank 4", "icon" : "spell_nature_wispsplode", "description" : "Sends out a blast wave of magic, inflicting 6,630 Arcane damage to nearby enemies.", "powerCost" : "330 Mana", "castTime" : "Instant"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "subtext": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}, "powerCost": {"type": "string"}, "castTime": {"type": "string"}}, "required": ["id", "name", "subtext", "icon", "description", "powerCost...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "...
{"name" : "Zulu Zebra", "description" : "Zebra Stripe gum plain and simple. Very authentic profile aside from the fact it doesn't lose flavor in around 20 seconds like the gum.", "id" : 28767, "image_url" : "https://storage.googleapis.com/dev-images.alltheflavors.com/uploads/recipe/imageUrl/28767/IMG_1703.JPG", "update...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min.js": {"typ...
{"compatibility.js" : "sha256-DBfCuJGVQu/FQQLq2TTqmBpKJL1qForxYXBk5ZMMVUY=", "compatibility.min.js" : "sha256-aXbctUfgDLXnL+d7T6sM2/1qWq2z2/GZpRS94qO7O8o=", "pdf_viewer.css" : "sha256-O6MBgZ4cCIu4QAkTMkWW5mwXdsgo2KQQdNT1NYbhDww=", "pdf_viewer.js" : "sha256-VNX+PjP2Ww/lFbRTSAX7ARRqdXKGKJH8jpCDGsAy2w8=", "pdf_viewer.min....
json_instruct
{"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf....
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"parse_error": {"type": "string"}}, "required": ["parse_error"]}}, "required": ["abort"]}}, "required": ["config"], "$schema": "http://json-...
{"config" : {"abort" : {"parse_error" : "\u30d7\u30ea\u30f3\u30bf\u30fc\u304b\u3089\u306e\u5fdc\u7b54\u306e\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002"}}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"parse_error": {"type": "string"}}, "required": ["parse_error"]}}, "required": ["abort"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd...
{"station" : [{"pref_cd" : 28, "line_cd" : 99645, "line_name" : "\u795e\u6238\u5e02\u55b6\u5730\u4e0b\u9244\u897f\u795e\u7dda", "station_cd" : 9964509, "station_g_cd" : 9964509, "station_name" : "\u897f\u795e\u4e2d\u592e", "lon" : 135.017367, "lat" : 34.719538}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"...
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" : "BaiduFace", "version" : "1.0.0", "summary" : "BaiduFace cocoapods.", "description" : "\u767e\u5ea6face sdk \u7ba1\u7406", "homepage" : "http://code.bld365.com/cmcc_smrz/baidu_face_cocoapods", "license" : "MIT", "authors" : {"\u6731\u76f8\u537f" : "zhuxiangqing666@gmail.com"}, "source" : {"git" : "http://code...
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": {"\u6731\u76f8\u537f": {"type": "string"}}, "required"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "exec_mode": {"type": "string"}, "instances": {"type": "integer"}}, "required": ["name", "script", "exec_mode", "instances"]}, "$schema": "http:...
[{"name" : "teambition-tool-mock", "script" : "../source/src/mock.js", "exec_mode" : "cluster_mode", "instances" : 1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "exec_mode": {"type": "string"}, "instances": {"type": "integer"}}, "required": ["name", "script", "exec_mode", "instances"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ...
{"userId" : 48990, "cartId" : "f9076988-f223-45a3-8283-1834c72300a2", "preferredProducts" : [538, 3416, 1676, 3246, 4180, 1260, 4790, 696], "productReviews" : [{"productId" : 3911, "reviewText" : "My terrier loves to play with it.", "reviewDate" : "2019-02-21T04:33:05.6120628+02:00"}, {"productId" : 994, "reviewText" :...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"__STACK_SIZE": {"type": "integer"}, "__HEAP_SIZE": {"type": "integer"}, "DEBUG_ISR_STACK_USAGE": {"type": "integer"}}, "required": ["__STACK_SIZE", "__HEAP_SIZE", "DEBUG_ISR_STACK_USAGE"], "$schema": "http://json-schema.org/draf...
{"__STACK_SIZE" : 2560, "__HEAP_SIZE" : 2928, "DEBUG_ISR_STACK_USAGE" : 0}
json_instruct
{"type": "object", "properties": {"__STACK_SIZE": {"type": "integer"}, "__HEAP_SIZE": {"type": "integer"}, "DEBUG_ISR_STACK_USAGE": {"type": "integer"}}, "required": ["__STACK_SIZE", "__HEAP_SIZE", "DEBUG_ISR_STACK_USAGE"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "description": {"type": "string"}, "orientation": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "background_color": {"type":...
{"name" : "Jo\u00e3o Augusto", "short_name" : "joaobarros.blog", "description" : "Hi, I'm Jo\u00e3o! Join my Blog to see my tutorials and my stories", "orientation" : "portrait-primary", "start_url" : "../../index.html", "display" : "standalone", "background_color" : "#1C2A34", "theme_color" : "#1C2A34"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "description": {"type": "string"}, "orientation": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}}, "required": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string...
{"source" : "http://lema.rae.es/drae/srv/search?val=reportar", "word" : "reportar", "infinitivo" : "reportar", "participio" : ["reportado"], "gerundio" : ["reportando"], "tenses" : {"3" : [["reporto"], ["reportas", "report\u00e1s"], ["reporta"], ["reportamos"], ["report\u00e1is", "reportan"], ["reportan"]], "4" : [["re...
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "item...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"smooth-scrollbar.css": {"type": "string"}, "smooth-scrollbar.js": {"type": "string"}}, "required": ["smooth-scrollbar.css", "smooth-scrollbar.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"smooth-scrollbar.css" : "sha512-NZBBRa+xeAlggp1Xlu86nD/14vwvhQA4GKbX5djdufyYiSuFqYyrr4vCe7iqVcSgD9VRPVXSg6K+Y29vC4ubMQ==", "smooth-scrollbar.js" : "sha512-AjRfPOw2LiMuFy/AWYJOerEo6bLxzHoNAZ/5mfDLL4UoSZoXj0Sc5Y774usZR9f3gwL4oJApxB09f7kxOlAH/Q=="}
json_instruct
{"type": "object", "properties": {"smooth-scrollbar.css": {"type": "string"}, "smooth-scrollbar.js": {"type": "string"}}, "required": ["smooth-scrollbar.css", "smooth-scrollbar.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ReactNativeBooster", "displayName" : "ReactNativeBooster"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["...
{"name" : "todo-application", "version" : "1.0.0", "description" : "Todo application", "main" : "index.js", "scripts" : {"start" : "npm install && bower install && grunt start"}, "author" : "Lindon Camaj", "license" : "ISC", "dependencies" : {"grunt" : "^1.0.1", "grunt-angular-templates" : "^1.1.0", "grunt-browser-sync...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dep...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema...
{"cam/image_array" : "3074_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : 0.023429254069924355, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, ...
{"id" : 7777, "children" : [{"id" : 26033, "name" : "state -- and Christian symbolism"}, {"id" : 26038, "name" : "state -- and New Deal"}, {"id" : 26034, "name" : "state -- citizens"}, {"id" : 26037, "name" : "state -- during late Middle Ages"}, {"id" : 26036, "name" : "state -- emerging legal systems in late Middle Ag...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-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" : "3514070020", "district_id" : "3514070", "name" : "KLINTER"}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type"...
{"name" : "meysampg/yii2-gmapmarker", "description" : "A simple google map marker widget for Yii2", "type" : "yii2-extension", "keywords" : ["yii2", "extension", "google", "google-map"], "license" : "MIT", "authors" : [{"name" : "Meysam P.G.", "email" : "p.g.meysam@gmail.com"}], "require" : {"yiisoft/yii2" : "*"}, "aut...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "seve...
{"schema_version" : "1.2.0", "id" : "GHSA-5cw4-xh6q-297m", "modified" : "2022-05-01T06:41:22Z", "published" : "2022-05-01T06:41:22Z", "aliases" : ["CVE-2006-0614"], "details" : "Unspecified vulnerability in Sun Java JDK and JRE 5.0 Update 3 and earlier, SDK and JRE 1.3.x through 1.3.1_16 and 1.4.x through 1.4.2_08 allo...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, ...
{"author" : "Jerry Sievert <code@legitimatesounding.com> (http://legitimatesounding.com/blog/index.html)", "name" : "cromag", "description" : "Date and Time Without the Monkeys", "version" : "0.1.3", "keywords" : ["date", "time", "utils"], "homepage" : "https://github.com/JerrySievert/cromagjs", "contributors" : [{"nam...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "propert...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"gender": {"type": "string"}, "name": {"type": "object", "properties": {"title": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["title", "first", "last"]}, "email": {"type...
{"gender" : "female", "name" : {"title" : "Mrs", "first" : "Rose", "last" : "Mackay"}, "email" : "rose.mackay@example.com", "login" : {"username" : "whitemeercat247", "uuid" : "Vc2MY4+9RUuD+Ftc2Jz9NQ==", "isloggedin" : true}, "picture" : {"large" : "https://randomuser.me/api/portraits/women/54.jpg", "medium" : "https:/...
json_instruct
{"type": "object", "properties": {"gender": {"type": "string"}, "name": {"type": "object", "properties": {"title": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["title", "first", "last"]}, "email": {"type": "string"}, "login": {"type": "object", "properties": {"username": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/s...
[{"name" : "MARIUS", "frequency" : 15047, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}