input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "platform": {"type": ...
{"name" : "Diigo", "category" : "Curation & Sourcing", "start_url" : "https://www.diigo.com/sign-in", "icons" : [{"src" : "https://cdn.filestackcontent.com/vRR26TIjSuOmtuxINrV1", "platform" : "browserx"}], "theme_color" : "#4F87C7", "scope" : "https://www.diigo.com/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "platform": {"type": "string"}}, "required": ["src", "platform"]}}, "theme_color": {"type": "str...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"bin": {"type": "object", "properties": {"elm-webapp": {"type": "string"}}, "required": ["elm-webapp"]}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"...
{"bin" : {"elm-webapp" : "./bin/elm-webapp.js"}, "name" : "elm-webapp", "version" : "3.1.1", "description" : "cli to initialize an elm-webapp app", "main" : "bin/elm-webapp", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/choonkeat/e...
json_instruct
{"type": "object", "properties": {"bin": {"type": "object", "properties": {"elm-webapp": {"type": "string"}}, "required": ["elm-webapp"]}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated":...
{"name" : "Ungespundet Lager Hefetrub", "abv" : 5.2, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "bamberger_mahr_s_bru", "updated" : "2010-07-22 20:00:20", "description" : ""}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}}, "required": ["name",...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "...
{"id" : 85905209, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "a0f694afbb945bd1451905e7ba86cf27", "wof:id" : 85905209, "wof:repo" : "whosonfirst-data-admin-se"}, "bbox" : [11.970643, 57.685225, 11.970643, 57.685225], "geometry" : {"coordina...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"display_name": {"type": "string"}, "metadata": {"type": "object", "properties": {"language": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "code": {...
{"display_name" : "labelSS", "metadata" : {"language" : "python", "description" : "Label SS.", "tags" : ["pymol", "labelSS", "format label", "chain", "secondary structure"], "code" : ["cmd.do('alter chain A, ss='helix';')", "cmd.do('label (%2),'%3';')"]}, "schema_name" : "code-snippet"}
json_instruct
{"type": "object", "properties": {"display_name": {"type": "string"}, "metadata": {"type": "object", "properties": {"language": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "code": {"type": "array", "items": {"type": "string"}}}, "required": ["language",...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"private": {"type": "boolean"}, "type": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"make": {"type": "string"}}, "required": ["make"]}, "devDepende...
{"private" : true, "type" : "module", "name" : "@hyrious/github-markdown-css", "version" : "5.0.1", "scripts" : {"make" : "node make.js"}, "devDependencies" : {"generate-github-markdown-css" : "^5.0.1"}}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "type": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"make": {"type": "string"}}, "required": ["make"]}, "devDependencies": {"type": "object", "properties": {"generate-github-...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "main": {"type": "string"}, "exports": {"ty...
{"name" : "@symatem/compiler", "version" : "0.0.0-semantic-release", "publishConfig" : {"access" : "public"}, "main" : "./src/main.mjs", "exports" : {"." : "./src/main.mjs"}, "dependencies" : {"@symatem/core" : "^0.0.8"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "main": {"type": "string"}, "exports": {"type": "object", "properties": {".": {"type": "string"}}, "required": ["."]}, "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"},...
{"id" : 10860, "source" : "ellicott", "verse_id" : 17800, "verse_count" : 1, "reference" : "7:17", "title" : "", "html" : "<p>The Lord shall bring upon thee . . .\u2014The prophet\u2019s language shows that he reads the secret thoughts of the king\u2019s heart. He was bent on calling in the help of the king of Assyria....
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema...
{"word" : "Domino", "definitions" : ["Any of 28 small oblong pieces marked with 0\u20136 pips in each half.", "The game played with dominoes, in which they are laid down to form a line, each player in turn trying to find and lay down a domino with a value matched by that of a piece at either end of the line already for...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type...
{"id" : 101878863, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "e027f07a59e1d728b2c9a42266317f79", "wof:id" : 101878863, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-2.94684775065434, 48.62931341312827, -2.92495447034878, 48.637895877318...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"van-button": {"type": "string"}, "van-swipe-cell": {"type": "string"}, "van-action-sheet": {"type": "string"}, "van-d...
{"navigationBarTitleText" : "\u7b14\u8bb0", "usingComponents" : {"van-button" : "@vant/weapp/button/index", "van-swipe-cell" : "@vant/weapp/swipe-cell/index", "van-action-sheet" : "@vant/weapp/action-sheet/index", "van-datetime-picker" : "@vant/weapp/datetime-picker/index", "van-icon" : "@vant/weapp/icon/index", "note-...
json_instruct
{"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"van-button": {"type": "string"}, "van-swipe-cell": {"type": "string"}, "van-action-sheet": {"type": "string"}, "van-datetime-picker": {"type": "string"}, "van-icon": {"type": "string"}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["F:\\flutter_class\\projects\\Connects2\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\vm_snapshot_data", "F:\\flutter_class\\projects\\Connects2\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\isolate_snapshot_data", "F:\\flutter_class\\projects\\Connects2\\build\\app\\intermediates\\flutter\...
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"frames": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "frame": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "w": {"type": "in...
{"frames" : [{"filename" : "Romo_Hiccup_Idle_v020007.png", "frame" : {"x" : 0, "y" : 0, "w" : 456, "h" : 130}, "rotated" : false, "trimmed" : true, "spriteSourceSize" : {"x" : 88, "y" : 530, "w" : 456, "h" : 130}, "sourceSize" : {"w" : 640, "h" : 960}}, {"filename" : "Romo_Hiccup_Idle_v020008.png", "frame" : {"x" : 0, ...
json_instruct
{"type": "object", "properties": {"frames": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "frame": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "w": {"type": "integer"}, "h": {"type": "integer"}}, "required": ["x", "y", "w", "h"]}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"authority": {"type": "string"}, "mintWrapper": {"type": "string"}, "quarries": {"type": "array", "items": {"type": "object", "properties": {"cached": {"type": "object", "properties": {"famineTs": {"type": "stri...
{"authority" : "H8TTHQo1ULGwe8LUiZeBSWv6ahpbqFjJLUcT18dye2XB", "mintWrapper" : "CKx5ARewaeNVS9dKCKCdwda8Zm2o5jXUQiogik5QzLUq", "quarries" : [{"cached" : {"famineTs" : "9223372036854775807", "index" : 0, "lastUpdateTs" : "0", "numMiners" : "1", "rewardsPerTokenStored" : "0", "rewardsShare" : "0", "totalTokensDeposited" ...
json_instruct
{"type": "object", "properties": {"authority": {"type": "string"}, "mintWrapper": {"type": "string"}, "quarries": {"type": "array", "items": {"type": "object", "properties": {"cached": {"type": "object", "properties": {"famineTs": {"type": "string"}, "index": {"type": "integer"}, "lastUpdateTs": {"type": "string"}, "nu...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"imageUrl": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "value": {"type": "string"}, "reflectToAttribute": {"type": "boolean"}, "observer": {"type": "boolean"}}, "required": ["name"...
{"imageUrl" : {"name" : "imageUrl", "type" : "String", "value" : "\"\"", "reflectToAttribute" : false, "observer" : false}, "heading" : {"name" : "heading", "type" : "String", "value" : "\"\"", "reflectToAttribute" : false, "observer" : false}, "text" : {"name" : "text", "type" : "String", "value" : "\"\"", "reflectToA...
json_instruct
{"type": "object", "properties": {"imageUrl": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "value": {"type": "string"}, "reflectToAttribute": {"type": "boolean"}, "observer": {"type": "boolean"}}, "required": ["name", "type", "value", "reflectToAttribute", "observer"]}, "hea...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}, "t...
{"courseCode" : "AUD5102", "courseCredit" : "2", "description" : "This module provides an understanding of the structure (anatomy) and function (physiology) of the ear and the brain as well as the peripheral balance organ. Students will also be introduced to the peripheral organs involved in normal speech production.",...
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "descr...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": ...
{"name" : "PLASTIC SURGERY CENTRE PTE LTD", "tel" : "62359396", "fax" : "62356004", "licensee" : "CHUA KENG CHOK", "licensePeriod" : "01/01/2014 to 31/12/2018", "licenseClass" : "[ 5 Years ]", "hciCode" : "9401325", "address" : "304 ORCHARD ROAD, LUCKY PLAZA, #06-41 Singapore 238863", "doctorInCharge" : [{"name" : "CHU...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "...
Create an example JSON object that satisfies this schema: {"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"}, "severit...
{"schema_version" : "1.2.0", "id" : "GHSA-cpvc-xrr4-4rhq", "modified" : "2022-05-02T00:03:23Z", "published" : "2022-05-02T00:03:23Z", "aliases" : ["CVE-2008-3766"], "details" : "Realtime Internet Band Rehearsal Low-Latency (Internet) Connection tool (llcon) before 2.1.2 allows remote attackers to cause a denial of serv...
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": {"ConnectionStrings": {"type": "object", "properties": {"Azure": {"type": "string"}, "DefaultConnection": {"type": "string"}}, "required": ["Azure", "DefaultConnection"]}, "Logging": {"type": "object", "properties": {...
{"ConnectionStrings" : {"Azure" : "Server=tcp:battleserver.database.windows.net,1433;Initial Catalog=DartCounter;Persist Security Info=False;User ID=markskie;Password=;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;", "DefaultConnection" : "Data Source=DESKTOP-OISNHO6;Ini...
json_instruct
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"Azure": {"type": "string"}, "DefaultConnection": {"type": "string"}}, "required": ["Azure", "DefaultConnection"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "str...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type"...
{"cam/image_array" : "10446_cam-image_array_.jpg", "user/angle" : 0.086, "user/throttle" : 0.662, "user/mode" : "user", "pos/pos_x" : 83.22462, "pos/pos_y" : 0.5524604, "pos/pos_z" : 24.80334, "pos/speed" : 11.43448, "pos/cte" : -8.890234, "milliseconds" : 554068}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "jsnext:main": {"type": "string"}, "types": {"type": "string"}, "repository...
{"name" : "strong-password-checker", "version" : "1.0.1", "description" : "The Password Checker returns a count of steps to pass the validation", "main" : "index.js", "module" : "index.es6.js", "jsnext:main" : "index.es6.js", "types" : "index.d.ts", "repository" : {"type" : "git", "url" : "https://github.com/d8corp/str...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "jsnext:main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "stri...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"reportName": {"type": "string"}, "testRuns": {"type": "array", "items": {}}, "statistic": {"type": "object", "properties": {"failed": {"type": "integer"}, "broken": {"type": "integer"}, "skipped": {"type": "int...
{"reportName" : "Allure Report", "testRuns" : [], "statistic" : {"failed" : 0, "broken" : 0, "skipped" : 0, "passed" : 6, "unknown" : 0, "total" : 6}, "time" : {"start" : 1587532507964, "stop" : 1587532515653, "duration" : 7689, "minDuration" : 1096, "maxDuration" : 1373, "sumDuration" : 7307}}
json_instruct
{"type": "object", "properties": {"reportName": {"type": "string"}, "testRuns": {"type": "array", "items": {}}, "statistic": {"type": "object", "properties": {"failed": {"type": "integer"}, "broken": {"type": "integer"}, "skipped": {"type": "integer"}, "passed": {"type": "integer"}, "unknown": {"type": "integer"}, "tot...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"inferno.js": {"type": "string"}, "inferno.min.js": {"type": "string"}}, "required": ["inferno.js", "inferno.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inferno.js" : "sha256-CV6bKgnO+UUTB8HflF5g0sm87Tv7epJcKH81cbvg6BQ=", "inferno.min.js" : "sha256-JEhn/ZJye17QYtIMCR2hM+w0kFmXCGdBR6EWNPiYxzE="}
json_instruct
{"type": "object", "properties": {"inferno.js": {"type": "string"}, "inferno.min.js": {"type": "string"}}, "required": ["inferno.js", "inferno.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "i18n": {"type": "string"}, "ns": {"type": "string"}, "translation": {"type": "object", "properties": {"example-paymentmethod": {"type": "object", "prop...
[{"language" : "Vietnamese", "i18n" : "vi", "ns" : "example-paymentmethod", "translation" : {"example-paymentmethod" : {"admin" : {"shortcut" : {"examplePaymentProviderLabel" : "V\u00ed d\u1ee5 thanh to\u00e1n", "examplePaymentProviderTitle" : "V\u00ed d\u1ee5 thanh to\u00e1n"}, "dashboard" : {"examplePaymentProviderLa...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "i18n": {"type": "string"}, "ns": {"type": "string"}, "translation": {"type": "object", "properties": {"example-paymentmethod": {"type": "object", "properties": {"admin": {"type": "object", "properties": {"shortcut": {"type": "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 9970512, "stations" : ["9970512"]}
json_instruct
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["320116450498", "\u5316\u5de5\u56ed\u533a\u865a\u62df\u793e\u533a", "123", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type...
{"userId" : 12831, "cartId" : "b6a59191-1fa8-4865-8603-b402a7944973", "preferredProducts" : [2434, 1171, 3300, 1831, 2733], "productReviews" : [{"productId" : 1125, "reviewText" : "This driver works quite well. It professionally improves my soccer by a lot.", "reviewDate" : "2019-08-07T02:22:55.8791135+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type...
{"id" : 137820, "info" : {"name" : "Old Dislike/Like bar (Youtube)", "description" : "The old like/dislike bar.", "additionalInfo" : null, "format" : "uso", "category" : "youtube", "createdAt" : "2017-01-18T04:19:18.000Z", "updatedAt" : "2017-01-18T04:19:18.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 389...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Generate a valid JSON object that conforms to the following schema: {"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" : "3204060005", "district_id" : "3204060", "name" : "NAGRAK"}
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": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/plugins/datatables.net-dt": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/plugins/datatables.net-dt"], "$schema": "http://j...
{"/js/app.js" : "/js/app.js", "/css/app.css" : "/css/app.css", "/plugins/datatables.net-dt" : "/plugins/datatables.net-dt"}
json_instruct
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/plugins/datatables.net-dt": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/plugins/datatables.net-dt"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ...
{"userId" : 40925, "cartId" : "6643358a-29f4-4dae-8828-1f85a3ba51e8", "preferredProducts" : [371, 2894, 2755, 913, 2262, 2342], "productReviews" : [{"productId" : 4425, "reviewText" : "This Rustic Frozen Tuna works so well. It imperfectly improves my baseball by a lot.", "reviewDate" : "2019-05-16T12:42:57.1927475+03:0...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"...
{"name" : "mouf/utils.common.sortable-interface", "description" : "This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!", "keywords" : ["mouf", "sortable", "interfa...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["ty...
{"name" : "Goodly", "version" : "0.0.1", "description" : "Beautiful dashboard for your TV", "repository" : {"type" : "git", "url" : "https://github.com/RESTer-Club/goodly.git"}, "dependencies" : {}, "devDependencies" : {"jquery" : "2.1.3", "bootstrap" : "3.3.4", "angular" : "1.3.15", "requirejs" : "2.1.17", "gridster" ...
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"]}, "dependencies": {"type": "object", "properties": {}, "requ...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "code...
[{"manufacturer" : "Aspera", "market_name" : "A45", "codename" : "A45_1", "model" : "A45"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "stri...
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "3513222001", "id_kecamatan" : "351322", "name" : "Sumberkare"}, {"id" : "3513222002", "id_kecamatan" : "351322", "name" : "Patalan"}, {"id" : "3513222003", "id_kecamatan" : "351322", "name" : "Jrebeng"}, {"id" : "3513222004", "id_kecamatan"...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"...
{"title" : "Maximum Margin Multi-Label Structured Prediction.", "fields" : ["matching", "convex optimization", "structured prediction", "working set", "enumeration"], "abstract" : "We study multi-label prediction for structured output sets, a problem that occurs, for example, in object detection in images, secondary st...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "ferroustry:block/stripped_diamond_log"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "string"}, "layers": {"type": "array", "items": {}}, "agencies": {"type": "array", "items": {}}, "bbox": {"type": "array", "items": {"type": "number"}}, "center": {"type": "array", "items": {"type": "number"}}}...
{"code" : "OK", "layers" : [], "agencies" : [], "bbox" : [-103.0026, 33.616, -94.4314, 37.0023], "center" : [-97.5170536, 35.4729886]}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "layers": {"type": "array", "items": {}}, "agencies": {"type": "array", "items": {}}, "bbox": {"type": "array", "items": {"type": "number"}}, "center": {"type": "array", "items": {"type": "number"}}}, "required": ["code", "layers", "agencies", "bbox", "cente...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "storage": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "string"}, "time": {"type": "integer"}}, "required": ["start", "time"]}}}, "requi...
{"id" : "Sim.Job", "storage" : "", "values" : [{"start" : "ijsselmonde", "time" : 1456322718893}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "storage": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "string"}, "time": {"type": "integer"}}, "required": ["start", "time"]}}}, "required": ["id", "storage", "values"], "$schema": "http://json-...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"main": {"type": "string"}, "preconstruct": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}}, "required": ["main", "preconstruct"], "$schema": "http://json-schema.org/dra...
{"main" : "dist/common-dependency-two-entrypoints.cjs.js", "preconstruct" : {"source" : "../src/multiply.js"}}
json_instruct
{"type": "object", "properties": {"main": {"type": "string"}, "preconstruct": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}}, "required": ["main", "preconstruct"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "ob...
{"hash" : "0x45593af0efc9db09a06e78dd37480d555a917b0978c607896fae9ed8bf5eb2be", "parentHash" : "0x6f4924c861c945d2d64198b2dad9bdb488475e5833fca87030f6ad7a88943c06", "number" : 71572, "timestamp" : 1439338237, "nonce" : "0x06702b9d1877efe3", "difficulty" : 2181451246215, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-sche...
{"schemaVersion" : 1, "label" : "response time 7d", "message" : "2969 ms", "color" : "red"}
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"emoji": {"type": "integer"}, "hashtag": {"type": "integer"}, "@usuario": {"type": "integer"}, "url": {"type": "integer"}}, "required": ["emoji", "hashtag", "@usuario", "url"], "$schema": "http://json-schema.o...
{"emoji" : 31005, "hashtag" : 31004, "@usuario" : 31002, "url" : 31003}
json_instruct
{"type": "object", "properties": {"emoji": {"type": "integer"}, "hashtag": {"type": "integer"}, "@usuario": {"type": "integer"}, "url": {"type": "integer"}}, "required": ["emoji", "hashtag", "@usuario", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
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.147032, 51.489229], [-0.147649, 51.489083], [-0.146319, 51.486869], [-0.146109, 51.486053], [-0.145564, 51.486033], [-0.145549, 51.486097], [-0.145808, 51.486419], [-0.145562, 51.486559], [-0.145568, 51.486585], [-0.145502, 51.4866], [-0...
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"]}...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "checkver"...
{"version" : "2016.3", "homepage" : "https://www.jetbrains.com/resharper/download/index.html#section=resharper-clt", "license" : "https://www.jetbrains.com/resharper/buy/command_line_license.html", "url" : "https://download.jetbrains.com/resharper/JetBrains.ReSharper.CommandLineTools.2016.3.20161223.160402.zip", "hash"...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "checkver": {"type": "object", "properties": {"url": {"type": "string"}, "re": {"t...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"extName": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "extDesc": {"type": "object", "properties": {"message": {"type":...
{"extName" : {"message" : "Escritura Search Box", "description" : "Extension name."}, "extDesc" : {"message" : "Caixa de pesquisa para facilmente procurar escrituras SUD", "description" : "Extension description."}, "extTitle" : {"message" : "Cuadro de b\u00fasqueda para buscar f\u00e1cilmente LDS Escrituras", "descript...
json_instruct
{"type": "object", "properties": {"extName": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "extDesc": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"labels": {"type": "array", "items": {"type": "string"}}, "datasets": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "backgroundColor": {"type": "string"}, "borderColor": {"type": "...
{"labels" : ["June", "May", "April", "March", "February", "January"], "datasets" : [{"label" : "Earning - Safal Kisaan", "backgroundColor" : "#7CCC8E", "borderColor" : "#efc0a0", "borderWidth" : 0.5, "data" : [0, 21000, 23000, 18000, 15000, 12000]}, {"label" : "Earning - Agents", "backgroundColor" : "#efc0a0", "borderC...
json_instruct
{"type": "object", "properties": {"labels": {"type": "array", "items": {"type": "string"}}, "datasets": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "backgroundColor": {"type": "string"}, "borderColor": {"type": "string"}, "borderWidth": {"type": "number"}, "data": {"type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "pro...
{"name" : "Grundschule Kieholm", "id" : "SH-0702257", "address" : "Raiffeisenstra\u00dfe 14, 24376 Hasselberg", "school_type" : "Grundschule", "legal_status" : 1, "fax" : "04642 - 965082", "phone" : "04642 - 6121", "provider" : "Amt Geltinger Bucht", "headmaster" : "Herr Koschnitzke", "state" : "SH", "programs" : {"pro...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "headmaster": {"type": "string"}, "state"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"ty...
{"name" : "ctsoft/laravel-letter-xpress", "description" : "LetterXpress connection for Laravel.", "keywords" : ["laravel", "letterxpress"], "type" : "library", "license" : "MIT", "authors" : [{"name" : "CTSoft", "email" : "info@ctsoft.de"}], "require" : {"php" : "^7.2", "illuminate/config" : "^7.0|^8.0", "illuminate/co...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema...
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" : "d928-87", "text" : "GREAT DECISIONS, 1963\nPeg\u00ae 3\nOrdering deadlines: (orders muss be received by the times shown):\nA* All Active Affiliates: 5:00 P.M., Monday, January 21, 1963.\nB. All Other Affiliates Not Within the Coverage Area of an Active Affiliate:\n5:00 P.M., Monday, January 21, 1963.\nC. Affil...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : [[[-87.948284, 42.979214], [-87.948254, 42.981264], [-87.933918, 42.981092], [-87.933991, 42.973815], [-87.948333, 42.973935], [-87.948284, 42.979214]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 81748}}]}
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": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items"...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-89.949373, 35.09349], [-89.948893, 35.107838], [-89.930668, 35.1075], [-89.931032, 35.092985], [-89.949373, 35.09349]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 59466}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Generate 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"}, "bin": {"type": "object", "properties": {"finducep": {"type": "string"}}, "required": [...
{"name" : "finducep-cli.js", "version" : "1.0.0", "description" : "\ud83d\udd75 [CLI] The easy way to find the info about your CEP.", "main" : "index.js", "bin" : {"finducep" : "./bin/index.js"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "preferGlobal" : "true", "repository" : {"type" : "git...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"finducep": {"type": "string"}}, "required": ["finducep"]}, "scripts": {"type": "object", "properties": {"test": {"type": "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "b09427527dcb54db1829aa29d2be5dd5115751cf"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["fonttools"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["130705002011", "\u70ae\u9662\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["130705002017", "\u6c99\u7535\u793e\u533a\u5c45\u59d4\u4f1a", "123", "0"], ["130705002018", "\u5e99\u5e95\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["130705002020", "\u7687\u57ce\u6865\u5317\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["1...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}...
{"id" : 53224, "name" : "b2st/batoost tumblr logo c:", "description" : "Changed the tumblr logo to 'batoost' (First time making something like this so I'm sorry if it doesn't work ><)\r\n\r\nmy tumblr: @woonie-the-pooh ^^", "user" : {"id" : 116311, "name" : "woonie-the-pooh", "email" : "redacted", "paypal_email" : null...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"...
{"id" : "0x61324ca592942679b1ba3a378399bde21345183abd2776f033d75d48f7e1d085", "title" : "What should we invest in?", "body" : "As per our thread, what should we invest in?", "choices" : ["Olympus DAO", "Klima DAO", "Wonderland.money"], "start" : 1636336800, "end" : 1636646400, "snapshot" : "13572879", "state" : "closed...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"C": {"type": "number"}, "gamma": {"type": "number"}}, "required": ["C", "gamma"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"C" : 1.603937552443762, "gamma" : 0.0020000000000000005}
json_instruct
{"type": "object", "properties": {"C": {"type": "number"}, "gamma": {"type": "number"}}, "required": ["C", "gamma"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "githubUsername": {"type": "string"}, "university": {"type": "string"}}, "required": ["name", "githubUsername", "university"]}, "$schema": "http://json-schema....
[{"name" : "Shalitha Suranga", "githubUsername" : "shalithasuranga", "university" : "UWU"}, {"name" : "Amal Rasika", "githubUsername" : "maginz2t", "university" : "SUSL"}, {"name" : "Nadika Perera", "githubUsername" : "nadee24u", "university" : "IIT"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "githubUsername": {"type": "string"}, "university": {"type": "string"}}, "required": ["name", "githubUsername", "university"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town...
{"stationId" : 9951701, "stationGroupId" : 9951701, "name" : "\u4e2d\u6751\u533a\u5f79\u6240", "lineId" : 99517, "zipCode" : "453-0811", "pref" : "\u611b\u77e5\u770c", "city" : "\u540d\u53e4\u5c4b\u5e02\u4e2d\u6751\u533a", "town" : "\u592a\u95a4\u901a", "longitude" : 136.873126, "latitude" : 35.167611, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"other_ids": {"type": "array", "items": {}}, "mRNA_sequence": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "type": {"type": "string"}, "sequence": {"type": "string"}}, "re...
{"other_ids" : [], "mRNA_sequence" : [{"index" : 0, "type" : "five_prime_UTR", "sequence" : "CGTACATTGTACTCTATCACAACTATTACAACATACTTTTTGCTGGATATTAACTTAACAAAAGCCACATCTTTAAAACTTTGAAAATAACAACTTTGCTATA"}, {"index" : 1, "type" : "CDS", "sequence" : "ATGGAGCCAAAACAACGAGTTGTCAAGCCTTTAAAAGAAAGGGTTTTACCTGTTGTCAAG"}, {"index" : 2...
json_instruct
{"type": "object", "properties": {"other_ids": {"type": "array", "items": {}}, "mRNA_sequence": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "type": {"type": "string"}, "sequence": {"type": "string"}}, "required": ["index", "type", "sequence"]}}, "other_names": {"type": "ar...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01002901": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "stri...
{"type" : "Topology", "objects" : {"E01002901" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00014594", "LAD11CD" : "E09000020"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01002901": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"private": {"type": "boolean"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/register": {"type": "string...
{"private" : true, "license" : "MIT", "devDependencies" : {"@babel/core" : "^7.2.0", "@babel/preset-env" : "^7.2.0", "@babel/register" : "^7.0.0", "chai" : "^4.2.0", "chai-as-promised" : "^7.1.1", "color" : "^3.1.0", "deep-iterator" : "^1.1.0", "deepmerge" : "^2.2.1", "del" : "^3.0.0", "flat" : "^4.1.0", "glob" : "^7.1...
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/register": {"type": "string"}, "chai": {"type": "string"}, "chai-as-promised": {"type"...
Following the schema specification below, generate a valid JSON instance: {"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"}, "statio...
{"station" : [{"pref_cd" : 39, "line_cd" : 99814, "line_name" : "\u4e2d\u6751\u7dda", "station_cd" : 9981403, "station_g_cd" : 9981403, "station_name" : "\u8377\u7a32", "lon" : 133.116316, "lat" : 33.132961}]}
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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"an8.17:0.3": {"type": "string"}, "an8.17:1.12": {"type": "string"}}, "required": ["an8.17:0.3", "an8.17:1.12"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an8.17:0.3" : "Pa\u1e6dhamabandhanasutta \u2192 purisabandhanasutta\u1e41 (bj)", "an8.17:1.12" : "subaddh\u0101 \u2192 subandh\u0101 (si, sya-all, mr) | ye \u2192 yeva (sya-all, pts1ed, mr) | baddh\u0101\u201dti \u2192 bandh\u0101ti (bj, sya-all, mr)"}
json_instruct
{"type": "object", "properties": {"an8.17:0.3": {"type": "string"}, "an8.17:1.12": {"type": "string"}}, "required": ["an8.17:0.3", "an8.17:1.12"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keyw...
{"name" : "@vuetronex/cli", "version" : "0.1.0", "description" : "Vuetronex CLI Utility", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["Vuetronex", "CLI", "Vue", "Electron", "Router", "Knex", "Bookshelf", "Tailwind"], "bin" : {"vex" : "./index.js"}, "author" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bin": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/d...
{"symbol" : "BNK", "name" : "Bankera", "decimals" : 8, "address" : "0xc80c5e40220172b36adee2c951f26f2a577810c5"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight...
{"id" : 10127, "name" : "Dashing kebbit fur", "qualified_name" : "Dashing kebbit fur", "examine" : "Nature's equivalent of go-faster stripes.", "members" : true, "release_date" : "2006-11-21", "quest" : false, "weight" : 0.453, "value" : 270, "alchemy" : {"high" : 162, "low" : 108}, "tradeable" : true, "stackable" : fa...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "alc...
Generate a valid JSON object that conforms to the following schema: {"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"}, "tr...
{"web" : [{"value" : ["Break Down", "\u5d29\u6e83", "\u51fb\u7a7f"], "key" : "Breakdown"}, {"value" : ["\u51fb\u7a7f\u7535\u538b", "\u51fb\u7a7f\u7535\u538b", "\u5d29\u6e83\u7535\u538b"], "key" : "Breakdown Voltage"}, {"value" : ["\u4ecb\u7535\u51fb\u7a7f", "\u4ecb\u8d28\u51fb\u7a7f", "\u4ecb\u8d28\u54d7"], "key" : "di...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[10, 57], [4, 32], [30, 66], [25, 45], [64, 66], [50, 46], [31, 20], [85, 57], [55, 24], [63, 47], [76, 13], [57, 20]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
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-x4gh-vmc2-6j3g", "modified" : "2022-04-29T03:00:09Z", "published" : "2022-04-29T03:00:09Z", "aliases" : ["CVE-2004-1747"], "details" : "Cross-site scripting (XSS) vulnerability in NetworkEverywhere NR041 running firmware 1.2 Release 03 allows remote attackers to inject arbitrar...
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...
Based on the schema below, produce a valid JSON object: {"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"...
{"body" : "Fixes https://github.com/LLNL/spack/issues/5564\r\n\r\n#5132 added a bug in dependency collection: a generator storing link dependencies was iterated over twice. The first iteration exhausted it and so they were not available when retrieved the second time.", "user" : "scheibelp", "url" : "https://api.github...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"financialInstrumentFinancialInstrumentServiceDescription": {"type": "string"}, "financialInstrumentUpdateActionTaskRecord": {"type": "object", "properties": {}, "required": []}, "financialInstrumentUpdateActionTaskR...
{"financialInstrumentFinancialInstrumentServiceDescription" : "financialInstrumentFinancialInstrumentServiceDescription", "financialInstrumentUpdateActionTaskRecord" : {}, "financialInstrumentUpdateActionTaskReference" : "FIUATR731801", "financialInstrumentPreconditions" : "financialInstrumentPreconditions", "updateRes...
json_instruct
{"type": "object", "properties": {"financialInstrumentFinancialInstrumentServiceDescription": {"type": "string"}, "financialInstrumentUpdateActionTaskRecord": {"type": "object", "properties": {}, "required": []}, "financialInstrumentUpdateActionTaskReference": {"type": "string"}, "financialInstrumentPreconditions": {"t...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"projectname": {"type": "string"}, "github": {"type": "string"}, "color": {"type": "string"}}, "required": ["projectname", "github", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"projectname" : "ButtonGame", "github" : "https://github.com/El-khamis/ButtonGame", "color" : "#0000cc"}
json_instruct
{"type": "object", "properties": {"projectname": {"type": "string"}, "github": {"type": "string"}, "color": {"type": "string"}}, "required": ["projectname", "github", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "adaptness", "definition" : "Adaptedness. [R.]"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"entity": {"type": "object", "properties": {"fancy_org_assignment": {"type": "object", "properties": {"id": {"type": "string"}, "client_integration_id": {"type": "string"}}, "required": ["id", "client_integratio...
{"entity" : {"fancy_org_assignment" : {"id" : "51a014a4-4252-11e7-944f-129bd0521531", "client_integration_id" : "1"}}}
json_instruct
{"type": "object", "properties": {"entity": {"type": "object", "properties": {"fancy_org_assignment": {"type": "object", "properties": {"id": {"type": "string"}, "client_integration_id": {"type": "string"}}, "required": ["id", "client_integration_id"]}}, "required": ["fancy_org_assignment"]}}, "required": ["entity"], "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"description": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "sublime_text": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "...
{"description" : "A powerful file templating plugin for ST2/ST3", "dependencies" : [], "sublime_text" : "*", "version" : "1.6.0", "url" : "http://shiyanhui.github.io/FileHeader", "platforms" : ["*"]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "sublime_text": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "dependencies", "su...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"clients_without_service": {"type": "string"}, "outages": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["clients_without_service", "outages", "created_at"], "$schema": "http://json-schema.org/dra...
{"clients_without_service" : "f6e916184a8840bfb8f5229e1e4e3852", "outages" : "fe738c3fbcf7295cc3148ec9648ca668", "created_at" : "2021-10-12T18:17:18.157816"}
json_instruct
{"type": "object", "properties": {"clients_without_service": {"type": "string"}, "outages": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["clients_without_service", "outages", "created_at"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {...
{"name" : "NSUIColor+FlatColors", "version" : "0.0.3", "summary" : "A compiler-aware category for iOS and OS X to extend UIColor and NSColor with colors from http://designmodo.github.io/Flat-UI/", "description" : " A compiler-aware category for iOS and OS X to extend UIColor and NSColor with the flat colors...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}...
{"Id" : "Lootable_00162", "IsStatic" : true, "useGravity" : true, "randomRotation" : false, "Position" : {"x" : 0, "y" : 0, "z" : 0}, "Rotation" : {"x" : 0, "y" : 0, "z" : 0}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5d31e40e645bb73eed3d9e15", "Items" : [{"_id" : "5d31e40e645bb73eed3d9e15", "_tpl" : ...
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"pare...
{"id" : "15f6bf1b-c899-45f3-8cc0-02f58fc430ed", "playerTags" : [], "teamTags" : ["adc5b394-8f76-416d-9ce9-813706877b84"], "gameTags" : [], "metadata" : {"parent" : "de0ea868-1523-4d57-a72a-a07306cf247d"}, "created" : "2021-04-11T18:16:07.845Z", "season" : 14, "tournament" : -1, "type" : 152, "day" : 113, "phase" : 13, ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"]}, "created...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "lawgiving, legislation", "long" : "lawgiving, legislation."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "str...
{"manifest_version" : 2, "name" : "Gerador de valor Nubank", "description" : "Insere um checkbox nas despesas do nubank para soma", "version" : "1.0", "browser_action" : {"default_icon" : "assets/icon.png"}, "permissions" : ["activeTab"], "background" : {"scripts" : ["nu.js"], "persistent" : false}}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "permissions": {"type": "array"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"bundles": {"type": "object", "properties": {"BCC\\CronManagerBundle\\BCCCronManagerBundle": {"type": "array", "items": {"type": "string"}}}, "required": ["BCC\\CronManagerBundle\\BCCCronManagerBundle"]}, "copy-from-recipe": {"ty...
{"bundles" : {"BCC\\CronManagerBundle\\BCCCronManagerBundle" : ["all"]}, "copy-from-recipe" : {"config/" : "%CONFIG_DIR%/"}}
json_instruct
{"type": "object", "properties": {"bundles": {"type": "object", "properties": {"BCC\\CronManagerBundle\\BCCCronManagerBundle": {"type": "array", "items": {"type": "string"}}}, "required": ["BCC\\CronManagerBundle\\BCCCronManagerBundle"]}, "copy-from-recipe": {"type": "object", "properties": {"config/": {"type": "string...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": ...
{"name" : "tbd", "description" : "tbd is a test data building library, allowing you to quickly spin up large amounts of fake data to be pumped into tests", "keywords" : ["testing", "unit-testing", "data", "generator"], "version" : "0.6.4", "maintainers" : [{"name" : "Aaron Powell", "email" : "me@aaron-powell.com", "web...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"},...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "AVONLEE", "frequency" : 0, "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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": ...
{"\u5de5\u5ee0\u540d\u7a31" : "\u99ff\u6fa4\u5de5\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99628928", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08310003213570", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u4e2d\u58e2\u5340\u5167\u5b9a\u91cc\u5167\u5b9a\u4e8c\u5341\u8857...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "it...
{"title" : "Dependency Hashing for n-best CCG Parsing.", "fields" : ["semantic equivalence", "oracle", "natural language processing", "hash function", "parsing"], "abstract" : "Optimising for one grammatical representation, but evaluating over a different one is a particular challenge for parsers and n-best CCG parsing...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "email": {"type": "string"}, "website": ...
{"symbol" : "QPAY", "address" : "0xcd607fdd69931675f50ea43d3488785367322b4e", "overview" : {"en" : "Quantum Pay is a decentralized monetary facility platform which aims to deliver money transfers, game credits, hotel bookings, bill payments, mobile top-ups, online shopping and sending money anywhere in any internationa...
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "email": {"type": "string"}, "website": {"type": "string"}, "whitepaper": {"type": "string"}, "stat...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Servers": {"type": "array", "items": {"type": "object", "properties": {"Uri": {"type": "string"}, "MaxConnections": {"type": "integer"}}, "required": ["Uri", "MaxConnections"]}}, "Urls": {"type": "array", "item...
{"Servers" : [{"Uri" : "http://192.168.2.19:8080/", "MaxConnections" : 300}], "Urls" : [{"Url" : "*", "HashPattern" : null, "Servers" : [{"Url" : "http://192.168.2.19:8080/", "Weight" : 10}]}]}
json_instruct
{"type": "object", "properties": {"Servers": {"type": "array", "items": {"type": "object", "properties": {"Uri": {"type": "string"}, "MaxConnections": {"type": "integer"}}, "required": ["Uri", "MaxConnections"]}}, "Urls": {"type": "array", "items": {"type": "object", "properties": {"Url": {"type": "string"}, "HashPatte...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"AS_Button_f6f1b74972304c9b943200ff41641804": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "properties": {"datatype": ...
{"AS_Button_f6f1b74972304c9b943200ff41641804" : {"id" : "AS_Button_f6f1b74972304c9b943200ff41641804", "type" : "ACTION_SEQUENCE", "params" : [{"datatype" : "collection", "name" : "eventobject"}], "contextObj" : {"name" : "frmSwipe", "type" : "forms", "platform" : "", "KUID" : "aa8d0b6fcb494f0ca9bb4dd6da0f50a0"}, "langu...
json_instruct
{"type": "object", "properties": {"AS_Button_f6f1b74972304c9b943200ff41641804": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "properties": {"datatype": {"type": "string"}, "name": {"type": "string"}}, "required": ["dataty...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"routes": {"type": "array", "items": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}, "handler": {"type": "string"}, "config": {"type": "object", "properties": {"polici...
{"routes" : [{"method" : "GET", "path" : "/plataformas", "handler" : "plataforma.find", "config" : {"policies" : []}}, {"method" : "GET", "path" : "/plataformas/count", "handler" : "plataforma.count", "config" : {"policies" : []}}, {"method" : "GET", "path" : "/plataformas/:id", "handler" : "plataforma.findOne", "confi...
json_instruct
{"type": "object", "properties": {"routes": {"type": "array", "items": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}, "handler": {"type": "string"}, "config": {"type": "object", "properties": {"policies": {"type": "array", "items": {}}}, "required": ["policies"]}}, "required...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "CLEAR, DISTINCT ONE OF SUBSTANCE ITSELF, WHICH IS THE FOUNDATION OF ALL THE REST, IS CONCEALED FROM US.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/14173.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "description", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Edition #64", "description" : "", "date" : "2020-08-28T23:00:00+0000"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "description", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"IndexId": {"type": "integer"}, "Portraits": {"type": "array", "items": {"type": "object", "properties": {"PortraitId": {"type": "integer"}, "PortraitName": {"type": "string"}, "PortraitImageBase64": {"type": "string"}}, "requi...
{"IndexId" : 439, "Portraits" : [{"PortraitId" : 0, "PortraitName" : "STANDARD", "PortraitImageBase64" : "iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAMFBMVEUA/wA1NUKPz8dQUGhkZHxjkrOwizbP57d3x9eNwN3aukWn5/rn97fEP0L///+v17e8PY2PAAACOklEQVQokW3RQWsaQRQA4PcXJrNTtA0IgYA3ecxGImkDy8wlkMsoUpeE5CB48A94CRQtC3qUjTSDpyLk4E1EyD...
json_instruct
{"type": "object", "properties": {"IndexId": {"type": "integer"}, "Portraits": {"type": "array", "items": {"type": "object", "properties": {"PortraitId": {"type": "integer"}, "PortraitName": {"type": "string"}, "PortraitImageBase64": {"type": "string"}}, "required": ["PortraitId", "PortraitName", "PortraitImageBase64"]...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keyword...
{"name" : "mock-osb", "version" : "2.3.1", "description" : "A mock Open Service Broker API implementation", "main" : "mockOSB.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["OSB"], "author" : "Haishi", "license" : "MIT", "dependencies" : {"express" : "^4.16.1", "body-parser" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "pro...
{"builtin" : {"__set__" : true, "elements" : ["__future__", "pprint", "re"]}, "required" : {"__set__" : true, "elements" : ["argo", "setuptools", "six"]}}
json_instruct
{"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "i...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"classnames": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "strin...
{"requires" : true, "lockfileVersion" : 1, "dependencies" : {"classnames" : {"version" : "2.2.6", "resolved" : "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz", "integrity" : "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q=="}, "core-js" : {"version" : "3.1.4...
json_instruct
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"classnames": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["vers...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": "integer"}}}...
{"xmin" : [845, 771, 492, 566, 541], "xmax" : [886, 804, 523, 610, 591], "ymin" : [771, 238, 754, 319, 841], "ymax" : [804, 304, 800, 344, 878]}
json_instruct
{"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": "integer"}}}, "required": ["xmin", "xmax", "ymin", "ymax"], "$schema": ...