input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"900509675": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509676": {"type": "object", "properties": {"...
{"900509675" : {"nama" : "TPS 1", "dapil" : [3501, 13502, 2351502]}, "900509676" : {"nama" : "TPS 2", "dapil" : [3501, 13502, 2351502]}, "900509677" : {"nama" : "TPS 3", "dapil" : [3501, 13502, 2351502]}, "900509678" : {"nama" : "TPS 4", "dapil" : [3501, 13502, 2351502]}, "900509679" : {"nama" : "TPS 5", "dapil" : [350...
json_instruct
{"type": "object", "properties": {"900509675": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900509676": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"appKeys": {"type": "object", "properties": {"getGPSCoordinates": {"type": "integer"}, "latitude": {"type": "integer"}, "longitude": {"type": "integer"}, "utcoffset": {"type": "integer"}, "showseconds": {"type": "integer"}, "su...
{"appKeys" : {"getGPSCoordinates" : 0, "latitude" : 1, "longitude" : 2, "utcoffset" : 3, "showseconds" : 4, "sunrise" : 5, "nomovement" : 6, "language" : 7, "dateformat" : 8, "bat" : 9, "bluetooth" : 10, "gracefulstop" : 11, "showrectangle" : 12}, "capabilities" : ["configurable"], "companyName" : "hannes.hofer+pebble@...
json_instruct
{"type": "object", "properties": {"appKeys": {"type": "object", "properties": {"getGPSCoordinates": {"type": "integer"}, "latitude": {"type": "integer"}, "longitude": {"type": "integer"}, "utcoffset": {"type": "integer"}, "showseconds": {"type": "integer"}, "sunrise": {"type": "integer"}, "nomovement": {"type": "intege...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "u...
{"authors" : [{"author" : "Bei-Bei Du"}, {"author" : "Ya-Liang Tong"}, {"author" : "Xing-Tong Wang"}, {"author" : "Guo-Hui Liu"}, {"author" : "Kun Liu"}, {"author" : "Ping Yang"}, {"author" : "Yu-Quan He"}], "doi" : "10.12998/wjcc.v8.i4.848", "publication_date" : "2020-03-10", "id" : "EN111234", "url" : "https://pubmed...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["Argentina", "4", "0", "Haiti", "Amistoso - 29/05/2018 En Buenos Aires"], ["Argentina", "4", "0", "Hait\u00ed", "Amistoso - 05/05/2010 En Cutral C\u00f3"], ["Argentina", "4", "1", "Hait\u00ed", "Copa Mundial de F\u00fatbol 1974 - 23/06/1974 En Munich"], ["Argentina", "4", "0", "Haiti", "Amistoso - 29/05/2018 En Bue...
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": {"timestamp": {"type": "number"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "velocity": {"type": "array", "items": {"type": "number"}}, ...
{"timestamp" : 2.53, "object_list" : [{"position" : [106.25, 191.76], "velocity" : [4.3, -0.04], "heading" : 90.5, "angular velocity" : -0.69, "acceleration" : [3.63, -0.12], "light status" : {"stopped" : 0, "lightID" : 0}, "id" : 1}, {"position" : [132.03, 212.11], "velocity" : [0.0, 4.45], "heading" : 0.0, "angular v...
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "number"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "velocity": {"type": "array", "items": {"type": "number"}}, "heading": {"type": "number"}, "angular velocity": {"type...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "ite...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [315.056, 228.187, 1, 284.408, 243.346, 1, 297.027, 245.52, 1, 286.569, 294.651, 1, 286.964, 324.243, 1, 248.459, 245.203, 1, 244.777, 296.417, 1, 252.959, 329.27, 1, 268.084, 324.383, 1, 313.529, 393.614, 1, 225.035, 478.378, 1, 248.028, 335.907, 1, 249.515, 404.406...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Create a JSON structure that matches this schema definition: {"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": {"ty...
{"station" : [{"pref_cd" : 33, "line_cd" : 11709, "line_name" : "JR\u5b87\u91ce\u7dda", "station_cd" : 1170902, "station_g_cd" : 1170902, "station_name" : "\u5927\u5143", "lon" : 133.910795, "lat" : 34.647571}]}
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": {"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"default_state": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "states": {"type": "object", "properties": {"Level1.Mode1.Shield": {"type": "object", "properties": {"tags": {"type": "array", "items"...
{"default_state" : "Level1.Mode1.Shield", "tags" : ["aligned"], "states" : {"Level1.Mode1.Shield" : {"tags" : ["e-explore"], "runs" : [{"name" : "ppo-10M", "agent" : "ppo", "hyperparameters" : {"timesteps" : 10000000, "time_limit" : 4500}, "rewards" : {"mean" : 9216.88262195122, "first_10_mean" : 250.0, "final_10_mean"...
json_instruct
{"type": "object", "properties": {"default_state": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "states": {"type": "object", "properties": {"Level1.Mode1.Shield": {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}, "runs": {"type": "array", "items": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "i...
{"author" : {"id" : "t2_3iuqc2ds", "name" : "Rockstrongo24"}, "date" : {"day" : 1636070400, "full" : 1636153674, "month" : 1635724800, "week" : 1635638400}, "id" : "t3_qnn30x", "picture" : {"filesize" : 64456, "fullUrl" : "https://preview.redd.it/2uxsrmcdzux71.jpg?auto=webp&s=25fdc427fec9a0b8e53c363b080f4d3ea9febb35", ...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "prope...
{"id" : "b2f80b8c-e066-4f0d-bce7-cca7086ed909", "playerTags" : ["8acc97fa-4bf1-49f6-bb93-fb52513a015b"], "teamTags" : ["3f8bbb15-61c0-4e3f-8e4a-907a5fb1565e"], "gameTags" : [], "metadata" : {"type" : 3, "after" : 0.499597116426656, "before" : 0.4496538414692799, "parent" : "0afadc76-bd72-4a6b-94b2-4f8aa539e80d"}, "crea...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"type": {"type": "integer"}, "after": {"type": "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start"...
{"name" : "kao-rest", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "node --harmony app.js", "test" : "mocha --harmony"}, "dependencies" : {"co" : "^3.1.0", "co-body" : "^0.0.1", "co-monk" : "^1.0.0", "co-views" : "^0.2.0", "koa" : "^0.6.0", "koa-compress" : "^1.0.6", "koa-logger" : "^1.2.0", "koa-route...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"co": {"ty...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}...
[{"oq" : "0", "q" : "23500", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1597078800000, "wptn" : "4", "z" : "171.64"}, {"oq" : "0", "q" : "2400", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1597078800000, "wptn" : "4", "z" : "175.23"}, {"oq" : "0", "q"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "st...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["repomine"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Identifier": {"type": "string"}, "NodeId": {"type": "string"}, "ItemId": {"type": "string"}, "ValueId": {"type": "string"}}, "required": ["Identifier", "NodeId", "ItemId", "ValueId"], "$schema": "http://json-schema....
{"Identifier" : "036da831-a2e1-4a97-aedb-c05ce2c1d2d1", "NodeId" : "9d125495-df75-44de-9272-cb2802270fa6", "ItemId" : "9d125495-df75-44de-9272-cb2802270fa6:Object", "ValueId" : "f137895c-85fd-42c2-9da0-7aff0eda2a2a:Attacker.LevelComponent"}
json_instruct
{"type": "object", "properties": {"Identifier": {"type": "string"}, "NodeId": {"type": "string"}, "ItemId": {"type": "string"}, "ValueId": {"type": "string"}}, "required": ["Identifier", "NodeId", "ItemId", "ValueId"], "$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"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {...
{"name" : "langdb-server", "version" : "0.1.0", "author" : "Phil Freeman", "license" : "MIT", "dependencies" : {"body-parser" : "*", "express" : "*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}}, "required": ["body-parser", "express"]}}, "requir...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"includeQRCode": {"type": "boolean"}, "callback": {"type": "object", "properties": {"url": {"type": "string"}, "state": {"type": "string"}, "headers": {"type": "object", "properties": {"api-key": {"type": "string"}...
{"includeQRCode" : true, "callback" : {"url" : "https://www.litware369.com/api/issuer/issuanceCallback", "state" : "STATEWILLBESETINCODE", "headers" : {"api-key" : "OPTIONAL API-KEY for ISSUANCE CALLBACK API"}}, "authority" : "did:ion:EiAo9vUz73m_hqtlT29Ik0CtEG4IE8ekT73V8kOG0aQ5aQ:eyJkZWx0YSI6eyJwYXRjaGVzIjpbeyJhY3Rpb2...
json_instruct
{"type": "object", "properties": {"includeQRCode": {"type": "boolean"}, "callback": {"type": "object", "properties": {"url": {"type": "string"}, "state": {"type": "string"}, "headers": {"type": "object", "properties": {"api-key": {"type": "string"}}, "required": ["api-key"]}}, "required": ["url", "state", "headers"]}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text"...
{"author" : "Jameson Fitzpatrick", "classification" : "", "keywords" : [], "period" : "", "reference" : "http://www.poetryfoundation.org/poetrymagazine/poem/247732", "region" : "", "text" : ["Opposite him at this table again", "and through the windows the city glittering, surreal as a scale model,", "the city in miniat...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"database": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "string"}}, "required": ["database", "user", "password", "host", "port"], "$schema": "h...
{"database" : "audioboom", "user" : "postgres", "password" : "parserssfeed", "host" : "rss-postgres", "port" : "5432"}
json_instruct
{"type": "object", "properties": {"database": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "string"}}, "required": ["database", "user", "password", "host", "port"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop...
{"hash" : "0x0fe3eee6a287e7d18c4446c0b52edc55ae7f3bfc958822bf688c8e5b6bad3df5", "parentHash" : "0x650784b09e5302d8c1d300a0c0f0b631225f9e56fd255cea63da93533ec4cbca", "number" : 57566, "timestamp" : 1439105682, "nonce" : "0x1e8c1e4ac501a2fc", "difficulty" : 1733625151377, "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"]...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "department": {"type": "string"}, "id": {"type": "string"}, "notes": {"type": "array", "items": {}}, "events_single": {"type": "object", "properties": {}, "required": []},...
{"code" : "MUS 213", "name" : "Intro to Critical Studies", "department" : "MUS", "id" : "213", "notes" : [], "events_single" : {}, "events_unknown" : [], "events_repeating" : {"M" : {"3519f8590ddb44744727ffe7392d61015c309710a9d6fc2282b94982d24d868f" : {"sectxt" : true, "sectionID" : "921827", "type" : "SE", "section" :...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "department": {"type": "string"}, "id": {"type": "string"}, "notes": {"type": "array", "items": {}}, "events_single": {"type": "object", "properties": {}, "required": []}, "events_unknown": {"type": "array", "items": {}}, "events_...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "nu...
{"artist_id" : "ARIWB161187B9AA1D5", "artist_latitude" : null, "artist_location" : "Forest Hills, Queens, New York City, NY, USA", "artist_longitude" : null, "artist_name" : "Simon & Garfunkel", "duration" : 182.56934, "num_songs" : 1, "song_id" : "SOAUFFQ12A8C134623", "title" : "Patterns", "year" : 1966}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "source": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "excludePattern": {"type": "string"}}, "required"...
{"plugins" : ["node_modules/jsdoc-export-default-interop/dist/index", "node_modules/jsdoc-typeof-plugin", "plugins/markdown"], "source" : {"include" : ["js"], "excludePattern" : "js/lib/"}, "sourceType" : "module", "templates" : {"cleverLinks" : true, "applicationName" : "QUI"}, "opts" : {"destination" : "docs/jsdoc", ...
json_instruct
{"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "source": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "excludePattern": {"type": "string"}}, "required": ["include", "excludePattern"]}, "sourceType": {"type": "string"}, "templa...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Company Tour", "description" : "We have a lot of cool sponsors, and we'd love for you to meet them! Each company has its own lobby and room specially designed for you to interact and learn more about them. Visit the rooms of at least three companies and at least one non-profit in order to get your badge!"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "stri...
{"name" : "buleapp", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node server.js", "dev" : "webpack && npm start"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"express" : "^4.16.3"}, "devDependencies" : {"file-loader" : "^2.0.0", "webpack" : "^4.18.0", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "keywords": {"type": "array", "...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["Hewlett-Packard", "July 2015 Present (1 year 5 months)"], ["Bachelor of Science (BSc)", "2013 2018"], ["", "2007 2013"], ["Ofcom", "June 2014 Present"]]
json_instruct
{"type": "array", "items": {"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": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "...
{"ast" : null, "code" : "if (typeof window === 'undefined') {\n global.window = {};\n}\n\nrequire('./dist/manifest');\n\nif (typeof webpackJsonpreact_tradingview_widget === 'undefined') {\n global.webpackJsonpreact_tradingview_widget = window['webpackJsonpreact_tradingview_widget'];\n}\n\nrequire('./dist/vendor');\n\...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keyword...
{"name" : "Doggo-Botto", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"axios" : "^0.19.0", "base64-stream" : "^1.0.0", "dotenv" : "^8.2.0", "express" : "^4.17.1", "filereader" : "^0.10.3", "htt...
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"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "s...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["pundle-loader-url"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR"...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["10-19", "10-19", "10-19", "10-19", "10-19", "10-19"], "SERIES_NAME" : ["MALE", "MALE", "FEMALE", "MALE", "MALE", "FEMALE"], "X_CALENDAR_YEAR" : [2013, 2015, 2016, 2017, 2018, 2018], "Y_PREVALENCE_1000PP" : [0.01835, 0.02119, 0.02629, 0.02776, 0.031, 0.03741]}, "PRE...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"css/bootstrap-colorpicker.css": {"type": "string"}, "css/bootstrap-colorpicker.min.css": {"type": "string"}, "js/bootstrap-colorpicker.js": {"type": "string"}, "js/bootstrap-colorpicker.min.js": {"type": "string"}}...
{"css/bootstrap-colorpicker.css" : "sha256-/r6Ke/pYhewZXF5s+2qbGzsniQouxYYyl3GUj46Ywdw=", "css/bootstrap-colorpicker.min.css" : "sha256-Y6MDuXBtFXmJttqbeAt4Dzr4h17M0OYDDI9OQq2DmLA=", "js/bootstrap-colorpicker.js" : "sha256-1ri1zGQ6DWcJrL/IzdTCeKfLCNcH7GVbGaL72Nc90sE=", "js/bootstrap-colorpicker.min.js" : "sha256-xsO/uS...
json_instruct
{"type": "object", "properties": {"css/bootstrap-colorpicker.css": {"type": "string"}, "css/bootstrap-colorpicker.min.css": {"type": "string"}, "js/bootstrap-colorpicker.js": {"type": "string"}, "js/bootstrap-colorpicker.min.js": {"type": "string"}}, "required": ["css/bootstrap-colorpicker.css", "css/bootstrap-colorpic...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["f001.node.example.com", "f002.node.example.com", "f003.node.example.com"]
json_instruct
{"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": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "6085bd9f197172a6e882", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "ha...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [440.34, 230.188, 0.859654, 463.874, 277.198, 0.840664, 446.873, 274.595, 0.746546, 420.766, 317.638, 0.720978, 382.906, 317.604, 0.599015, 482.107, 278.505, 0.736412, 453.349, 330.715, 0.76907, 382.921, 325.497, 0.792583, 440.362, 401.167, 0.546802, 0, 0, 0, 0, 0, 0...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"dna": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "edition": {"type": "integer"}, "date": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties"...
{"dna" : "a9bd3cceb05eb08864b12d32bb294c0294f09eed", "name" : "Test Moons #101", "image" : "ipfs://QmPYqcz3p89SNzHnsdHt6JCbXdB7EceLckdVSQGZBqNZeX/101.png", "edition" : 101, "date" : 1635971452737, "attributes" : [{"trait_type" : "Base", "value" : "_0044_Base"}, {"trait_type" : "Trait 1", "value" : "_0040_trait1_green"}...
json_instruct
{"type": "object", "properties": {"dna": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "edition": {"type": "integer"}, "date": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "r...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "prompts": {"type": "string"}}, "required": ["axios", "prompts"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/dr...
{"dependencies" : {"axios" : "^0.26.0", "prompts" : "^2.4.2"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "prompts": {"type": "string"}}, "required": ["axios", "prompts"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "retrusion", "definition" : "The act of retruding, or the state of being retruded. In virtue of an endless remotion or retrusion of the constituent cause. Coleridge."}
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": {"devDependencies": {"type": "object", "properties": {"element-ui": {"type": "string"}, "mockjs": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "string"}, "vue-awesome-swiper": {"type": "string"}, ...
{"devDependencies" : {"element-ui" : "^2.13.1", "mockjs" : "^1.1.0", "node-sass" : "^4.13.1", "sass-loader" : "^8.0.2", "vue-awesome-swiper" : "^4.1.0", "vue-axios" : "^2.1.5", "vue-cookie" : "^1.1.4", "vue-lazyload" : "^1.3.3"}}
json_instruct
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"element-ui": {"type": "string"}, "mockjs": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "string"}, "vue-awesome-swiper": {"type": "string"}, "vue-axios": {"type": "string"}, "vue-cookie": {"type": "st...
Based on the schema below, produce a valid JSON object: {"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"...
{"contract" : "0x6612a2cac21a89159ad152488fd1f843d33843e4", "tool" : "osiris", "start" : 1564627481.5037513, "end" : 1564627502.8721101, "duration" : 21.368358850479126, "analysis" : [{"errors" : [{"line" : 37, "column" : 17, "message" : "overflow_bugs"}, {"line" : 48, "column" : 17, "message" : "concurrency_bug"}, {"l...
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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}...
{"name" : "bohea-sass-tools", "version" : "1.1.1", "description" : "An opinionated & personal Sass mixin & function library.", "main" : "sass/_bohea-sass-tools.scss", "repository" : {"type" : "git", "url" : "git+https://github.com/danbohea/bohea-sass-tools.git"}, "keywords" : ["sass", "scss"], "author" : "Dan Bohea", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"spotlight": {"type": "boolean"}, "name": {"type": "string"}, "image_url": {"type": "string"}, "bio": {"type": "string"}, "website_url": {"type": "string"}}, "required": ["spotlight", "name", "image_url", "bio", "web...
{"spotlight" : true, "name" : "Solomon Soh", "image_url" : "/content/images/placeholder.svg", "bio" : "Solomon Soh is a Alteryx and Alibaba Cloud Certified practitioner who focus on developing AI solutions for ad-tech, fintech, and operational business problems.", "website_url" : ""}
json_instruct
{"type": "object", "properties": {"spotlight": {"type": "boolean"}, "name": {"type": "string"}, "image_url": {"type": "string"}, "bio": {"type": "string"}, "website_url": {"type": "string"}}, "required": ["spotlight", "name", "image_url", "bio", "website_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId",...
{"userId" : 85577, "cartId" : "6bbfbeed-de9a-4728-ba3b-ac5cccf8d8e1", "preferredProducts" : [2768, 2354, 1494, 1087, 4016, 1879], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"token": {"type": "string"}, "name": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "url": {"type": "string"}, "appcast": {"type": "null"}, "version": {"type": "string"}, "sha256...
{"token" : "wondershare-filmora", "name" : ["Wondershare Filmora9"], "homepage" : "https://filmora.wondershare.com/video-editor/", "url" : "http://download.wondershare.com/filmora9-mac_full718.dmg", "appcast" : null, "version" : "9.3.0.14", "sha256" : "38860fd15c01fc19e07eae4338a8b664a79db5688a46a45d78f35dcb84c0c6b9", ...
json_instruct
{"type": "object", "properties": {"token": {"type": "string"}, "name": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "url": {"type": "string"}, "appcast": {"type": "null"}, "version": {"type": "string"}, "sha256": {"type": "string"}, "artifacts": {"type": "array", "items": {"type": "ar...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"t...
{"nom" : "Cherves", "circ" : "1\u00e8re circonscription", "dpt" : "Vienne", "inscrits" : 409, "abs" : 227, "votants" : 182, "blancs" : 16, "nuls" : 4, "exp" : 162, "res" : [{"nuance" : "REM", "nom" : "M. Jacques SAVATIER", "voix" : 97}, {"nuance" : "FI", "nom" : "Mme C\u00e9line CUVILLIER", "voix" : 65}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propertie...
{"contract" : "0x0d7c864bf6c86bf11da2c8068b4c4edee4d76080", "tool" : "smartcheck", "start" : 1563570157.7751079, "end" : 1563570165.9365695, "duration" : 8.161461591720581, "analysis" : [{"name" : "SOLIDITY_ADDRESS_HARDCODED", "patternId" : "adc165", "severity" : 1, "line" : 98, "column" : 16, "content" : "0x1C26d2dFDA...
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": {"name": {"type": "string"}, "patternId": {"type": "string"}, "sev...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "num...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[22.015, 15.985], [22.052, 16.292], [22.328, 16.565], [22.35, 16.756], [22.341, 20.387], [24, 19.501], [23.999, 18.533], [23.999, 17.099], [24, 15.697], [23.552, 15.768], [23.111, 15.715], [22.992, 15.821], [22.602, 15.797], [22.015, 15.985]]]}, "...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"...
{"asset" : {"format" : "jpg", "id" : "8a7f5cf2c6c4b843e669e1734cf55a90", "name" : "0139_02551_b.jpg", "path" : "file:C:/Users/truon/Downloads/GreenParking/0139_02551_b.jpg", "size" : {"width" : 472, "height" : 303}, "state" : 2, "type" : 1}, "regions" : [{"id" : "trJtAKqlE", "type" : "RECTANGLE", "tags" : ["license_Pla...
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "heig...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items...
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [51.2738, 48.5654, 0.612829, 57.8689, 53.9724, 0.723601, 57.4593, 53.599, 0.644486, 57.8647, 64.4484, 0.427912, 52.0409, 67.5354, 0.689629, 58.6382, 53.9731, 0.775939, 60.9622, 64.4437, 0.727984, 59.0156, 75.6818, 0.647522, 62.8872, 75.6777, 0.529...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/...
[{"package" : "unitig-counter", "downloads" : 6800, "count" : 5349}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "exec": {"type": "string"}}, "required": ["watch", "ext", "ignore", "exe...
{"watch" : ["lambda"], "ext" : "ts", "ignore" : ["lambda/**/*.spec.ts"], "exec" : "ts-node ./lambda/local/index.ts"}
json_instruct
{"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "exec": {"type": "string"}}, "required": ["watch", "ext", "ignore", "exec"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema....
{"symbol" : "KNG", "name" : "Kanga Exchange", "decimals" : 18, "address" : "0x471d113059324321749e097705197a2b44a070fc"}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "r...
{"id" : 5432, "citation_title" : "On the Costs of Inward-Looking Development: Historical Perspectives on Price Distortions, Growth, and Divergence in Latin American from 1930s - 1980s", "citation_author" : ["Alan M. Taylor"], "citation_publication_date" : "1996-01-01", "issue_date" : "1996-01-01", "revision_date" : "N...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"t...
{"author" : {"id" : "t2_152tmu", "name" : "GeorgeTRamos"}, "date" : {"day" : 1612051200, "full" : 1612128369, "month" : 1609459200, "week" : 1612051200}, "id" : "t3_l9mfy0", "picture" : {"filesize" : 126977, "fullUrl" : "https://preview.redd.it/74bp3qbtjqe61.jpg?auto=webp&s=186b33fda764c0585c774b83ec88e7c7a40f375a", "h...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"app_id": {"type": "string"}}, "required": ["app_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"app_id" : "5316f94e"}
json_instruct
{"type": "object", "properties": {"app_id": {"type": "string"}}, "required": ["app_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[15.0, 10.0, 12.0, 17.0, 24.0, 15.0, 18.0, 14.0, 25.0, 17.0]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "...
{"id" : "business-credit-alliance-chain", "symbol" : "bcac", "name" : "Business Credit Alliance Chain", "platforms" : {}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Through blockchain technology, we aim to create a traceability of supply chain, quantifiable credit, transparent data, and int...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}...
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "PROCEDURE_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : [1, 0, 0], "X_COUNT" : [1, 2, 3]}, "PROCEDURES_BY_TYPE"...
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "bootstrap": {"type": "string"}}, "required": ["jquery", "bootstrap"]}, "devDependen...
{"name" : "<%= projectName %>", "private" : true, "dependencies" : {"jquery" : "latest", "bootstrap" : "latest"}, "devDependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "bootstrap": {"type": "string"}}, "required": ["jquery", "bootstrap"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "exports": {"type": "object", "properties"...
{"name" : "@re-do/model", "version" : "0.0.1", "author" : "redo.qa", "description" : "Redo's storage model", "main" : "dist/cjs/index.js", "module" : "dist/mjs/index.js", "exports" : {"." : {"import" : "./dist/mjs/index.js", "require" : "./dist/cjs/index.js"}}, "scripts" : {"build" : "ts-node gqlize && graphql-codegen ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "exports": {"type": "object", "properties": {".": {"type": "object", "properties": {"import": {"type": "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "c...
{"ETag" : "W/\"2ae7df782510b25dfcedd26c7edea6ffe5170660c2d5bc661683bffabd83e4f2\"", "Last-Modified" : "Thu, 15 Apr 2021 11:48:27 GMT", "base" : {"repo" : {"name" : "identify-feedstock"}}, "closed_at" : "2021-04-15T11:48:27Z", "created_at" : "2021-03-25T04:07:54Z", "draft" : false, "head" : {"ref" : "2.2.1_hc41b99"}, "h...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["r_clang_activation"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"index": {"type": "string"}, "class": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "url"]}, "name": {"type"...
{"index" : "danger-sense", "class" : {"index" : "barbarian", "name" : "Barbarian", "url" : "/api/classes/barbarian"}, "name" : "Danger Sense", "level" : 2, "prerequisites" : [], "desc" : ["At 2nd level, you gain an uncanny sense of when things nearby aren't as they should be, giving you an edge when you dodge away from...
json_instruct
{"type": "object", "properties": {"index": {"type": "string"}, "class": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "url"]}, "name": {"type": "string"}, "level": {"type": "integer"}, "prerequisites": {"type": "array...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"an4.90:0.3": {"type": "string"}}, "required": ["an4.90:0.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an4.90:0.3" : "Khandhasutta \u2192 sama\u1e47amacala-khandhasutta\u1e41 (bj)"}
json_instruct
{"type": "object", "properties": {"an4.90:0.3": {"type": "string"}}, "required": ["an4.90:0.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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\u540d\u7a31" : "\u82f1\u8c50\u9020\u7d19\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99649028", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "06210000054241", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u54e1\u6797\u5e02\u4e2d\u592e\u91cc\u7530\u4e2d\u592e...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"client_id": {"type": "string"}, "description": {"type": "string"}, "client_secret": {"type": "string"}, "scope": {"type": "string"}, "grant_types": {"type": "array", "items": {"type": "string"}}, "response_types": {"type": "ar...
{"client_id" : "jcf-client", "description" : "Test client to redirect to its given port.", "client_secret" : "jcf-secret", "scope" : "openid offline api", "grant_types" : ["authorization_code", "refresh_token", "id_token"], "response_types" : ["code", "id_token"], "redirect_uris" : ["https://okproxy.puerti.co/callback"...
json_instruct
{"type": "object", "properties": {"client_id": {"type": "string"}, "description": {"type": "string"}, "client_secret": {"type": "string"}, "scope": {"type": "string"}, "grant_types": {"type": "array", "items": {"type": "string"}}, "response_types": {"type": "array", "items": {"type": "string"}}, "redirect_uris": {"type...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"internet.email": {"type": "array", "items": {"type": "string"}}, "internet.userName": {"type": "array", "items": {"type": "string"}}, "internet.ip": {"type": "array", "items": {"type": "string"}}, "internet.ipv6": {"type": "ar...
{"internet.email" : ["email"], "internet.userName" : ["userName", "user", "user.name", "user name"], "internet.ip" : ["ip", "ipV4", "ip.v4", "ip v4"], "internet.ipv6" : ["ipV6", "ip.v6", "ip v6"], "internet.password" : ["password", "passwd"], "name.firstName" : ["firstName", "first name"], "name.lastName" : ["lastName"...
json_instruct
{"type": "object", "properties": {"internet.email": {"type": "array", "items": {"type": "string"}}, "internet.userName": {"type": "array", "items": {"type": "string"}}, "internet.ip": {"type": "array", "items": {"type": "string"}}, "internet.ipv6": {"type": "array", "items": {"type": "string"}}, "internet.password": {"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}...
{"h" : [{"d" : [{"e" : ["\ufff9`Minayat~ `to~ `romi'ad~.\ufffa\ufffb\u5ef6\u9577\u6642\u9593\u3002"], "f" : "\u5ef6\u9577\uff0c\u4f38\u9577\uff0c\u5ef6\u4f38\u3002"}]}], "stem" : "nayat", "t" : "minayat"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},...
Based on the schema below, produce a valid JSON object: {"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" : "MAMTAZ", "frequency" : 1, "gender" : "female"}]
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#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1992, 9], [1993, 6], [1995, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"guide": {"type": "string"}}, "required": ["guide"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"guide" : "Hier sind die Richtlinien f\u00fcr das Hypixel-Crowdin-Projekt: %%guide%%"}
json_instruct
{"type": "object", "properties": {"guide": {"type": "string"}}, "required": ["guide"], "$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"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:i...
{"id" : 101781023, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "503621f13ddbec0b08037dd8f97c3243", "wof:id" : 101781023, "wof:repo" : "whosonfirst-data-admin-cz"}, "bbox" : [16.83348, 49.1292, 16.83348, 49.1292], "geometry" : {"coordinates"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"last_remote_check": {"type": "integer"}, "hooks": {"type": "array", "items": {}}}, "required": ["last_remote_check", "hooks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"last_remote_check" : 1623982179, "hooks" : []}
json_instruct
{"type": "object", "properties": {"last_remote_check": {"type": "integer"}, "hooks": {"type": "array", "items": {}}}, "required": ["last_remote_check", "hooks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : ["PSYCH 202", "COMP SCI 200", "COMP SCI 300", "CHEM 103", "MATH 114", "MATH 221"]}
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"baseUrl": {"type": "string"}, "env": {"type": "object", "properties": {"API_URI": {"type": "string"}}, "required": ["API_URI"]}, "viewportWidth": {"type": "integer"}, "viewportHeight": {"type": "integer"}, "project...
{"baseUrl" : "http://localhost:3000", "env" : {"API_URI" : "http://localhost:8000/graphql/"}, "viewportWidth" : 1400, "viewportHeight" : 660, "projectId" : "ftxg4w"}
json_instruct
{"type": "object", "properties": {"baseUrl": {"type": "string"}, "env": {"type": "object", "properties": {"API_URI": {"type": "string"}}, "required": ["API_URI"]}, "viewportWidth": {"type": "integer"}, "viewportHeight": {"type": "integer"}, "projectId": {"type": "string"}}, "required": ["baseUrl", "env", "viewportWidth...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "definition": {"type": "object", "properties": {"text": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["text", "updated"]}, "paragraphs": {"type": "array", "items":...
{"type" : "Open Stage Signals", "definition" : {"text" : "The Open Stage Signals node houses the definitions for all the individual signal elements coming out of the signal provider's Open Stage.", "updated" : 1644033664679}, "paragraphs" : [{"style" : "Block", "text" : "Content", "updated" : 1644033674457}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "definition": {"type": "object", "properties": {"text": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["text", "updated"]}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"style": {"type": "string"}, "text": {"t...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "development": {"type": "string"}, "watch": {"type": "string"}, "watch-poll": {"type": "string"}, "hot": {"type...
{"private" : true, "scripts" : {"dev" : "npm run development", "development" : "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "watch" : "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch -...
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "development": {"type": "string"}, "watch": {"type": "string"}, "watch-poll": {"type": "string"}, "hot": {"type": "string"}, "prod": {"type": "string"}, "production": {"type": "strin...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"scheduler.css": {"type": "string"}, "scheduler.js": {"type": "string"}, "scheduler.min.css": {"type": "string"}, "scheduler.min.js": {"type": "string"}}, "required": ["scheduler.css", "scheduler.js", "scheduler.mi...
{"scheduler.css" : "sha256-CqRhbpU70pG9fD8XLEnAeGM6Al76yeCKU6Nmw2lDftI=", "scheduler.js" : "sha256-ow9Q/vbfSitmtPoFTB/jHVnTmVS97Y8mHJICYd2b08A=", "scheduler.min.css" : "sha256-S3SkWblno8ygIazaLypby/B12wSBmtEAO/RwKrGt3kc=", "scheduler.min.js" : "sha256-AAFb+sASZjlSnhE1uict3oMSTuDH/S51NPgoCyepRUc="}
json_instruct
{"type": "object", "properties": {"scheduler.css": {"type": "string"}, "scheduler.js": {"type": "string"}, "scheduler.min.css": {"type": "string"}, "scheduler.min.js": {"type": "string"}}, "required": ["scheduler.css", "scheduler.js", "scheduler.min.css", "scheduler.min.js"], "$schema": "http://json-schema.org/draft-07...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"...
{"schema_version" : "1.2.0", "id" : "GHSA-pm35-r9m4-68jr", "modified" : "2022-05-01T07:35:39Z", "published" : "2022-05-01T07:35:39Z", "aliases" : ["CVE-2006-6189"], "details" : "SQL injection vulnerability in displayCalendar.asp in ClickTech Click Blog allows remote attackers to execute arbitrary SQL commands via the d...
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": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"ty...
{"id" : "QmYgG12xZ1tDHSEEBpUaJJ2YFUfVfQSPFBhBS2ueUqoV4e", "title" : "Add ampl to Fund pool", "body" : "Ampl has a lot of fans and we can attract them. Before that, uniswap increased its liquidity from several million to tens of millions through ampl activities\uff01\n\n", "choices" : ["YES", "NO"], "start" : 1601697600...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"zxcvbn-async-bower.js": {"type": "string"}, "zxcvbn-async-bower.min.js": {"type": "string"}, "zxcvbn-async.js": {"type": "string"}, "zxcvbn-async.min.js": {"type": "string"}, "zxcvbn.js": {"type": "string"}, "zxcvbn.min.js"...
{"zxcvbn-async-bower.js" : "sha256-VlmPpqUnXLxfL9onlEiNSCzmNqYvdwf/XqlNZxZrLZI=", "zxcvbn-async-bower.min.js" : "sha256-7oEmBGiHdpa/He4RpA9XXY+x6vd9AxxxAPtWVDzZrBw=", "zxcvbn-async.js" : "sha256-ZELQV4gwUDsa0YQz198oxT7yyt/R6I0ux6Bv4lydSZU=", "zxcvbn-async.min.js" : "sha256-YlZNwZhUgcQxRINh03WPvVT0XOWeDONaRYWsB/5V9cU=",...
json_instruct
{"type": "object", "properties": {"zxcvbn-async-bower.js": {"type": "string"}, "zxcvbn-async-bower.min.js": {"type": "string"}, "zxcvbn-async.js": {"type": "string"}, "zxcvbn-async.min.js": {"type": "string"}, "zxcvbn.js": {"type": "string"}, "zxcvbn.min.js": {"type": "string"}}, "required": ["zxcvbn-async-bower.js", "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d1004-29", "text" : "'\u25a0 v\n8. Grade level? Primary_ Elementary _ Jr.-Shs _ Adult _\n9o General description of series (theme, content, materials, authority, etc\u00ab)\n10. Yfhat related teaching material is available (manuals, leaflets, bibliographies)\nand in what quantities? (This question has particula...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["513430100001", "\u5929\u5730\u575d\u9547\u57ce\u5357\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["513430100002", "\u5929\u5730\u575d\u9547\u57ce\u5317\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["513430100200", "\u8001\u8425\u76d8\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["51343...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "9b2d83abc5a6321bf769", "c" : {}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": ...
{"copyright_text" : "CC BY 3.0 AU", "description" : "Coding is a creative process. But we don\u2019t really learn about creativity, usually it's all exception handling and Big O complexity. This talk is about introspection and calm coding in the face of long stack traces. Also, I'll be doing a live watercolour painting...
json_instruct
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"t...
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" : "PELALAWAN", "originalFilename" : "mardemis ok.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 35129, "noUrut" : 1, "nama" : "MARDEMIS", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PELALAWAN", "originalFilename" : "DSC_0009 copy.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 230362, "noUru...
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", "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "strin...
{"schema_version" : "1.2.0", "id" : "GHSA-57g9-gx79-m728", "modified" : "2022-04-30T18:11:28Z", "published" : "2022-04-30T18:11:28Z", "aliases" : ["CVE-1999-0926"], "details" : "Apache allows remote attackers to conduct a denial of service via a large number of MIME headers.", "severity" : [], "affected" : [], "referen...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/vanity/cute/cutetable/cutetable.object": {"type": "array", "items": {"type": "str...
[{"DeniedAlternatives" : [], "Files" : {"objects/vanity/cute/cutetable/cutetable.object" : ["/description"], "objects/vanity/cute/cuteteatable/cuteteatable.object" : ["/description"]}, "Texts" : {"Chs" : "\u4e00\u4e2a\u53ef\u7231\u7684\u684c\u5b50\u3002", "Eng" : "A cute table."}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/vanity/cute/cutetable/cutetable.object": {"type": "array", "items": {"type": "string"}}, "objects/vanity/cute/cuteteatable/cuteteatable.object": {"type":...
Based on the schema below, produce a valid JSON object: {"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...
{"name" : "Cacher", "version" : "1.0.0", "summary" : "A simple no-nonsense image cache written entirely in swift.", "description" : "A simple no-nonsense image cache written entirely in swift.", "homepage" : "https://github.com/MountainBuffalo/Cacher", "license" : "MIT", "authors" : {"Justin Anderson" : "jus0610tin@gma...
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": {"Justin Anderson": {"type": "string"}}, "required": [...
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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"ty...
{"name" : "git-attributes", "version" : "1.0.0", "description" : "Parse gitattributes files", "main" : "index.js", "repository" : {"type" : "git", "url" : "https://github.com/danielgindi/node-git-attributes"}, "scripts" : {"test" : "mocha ./tests/**/*test.js"}, "keywords" : ["gitattributes", "git-attributes", "git", "a...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", ...
Generate a valid JSON object that conforms to the following 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"}...
{"schema_version" : "1.2.0", "id" : "GHSA-4pf4-vf9p-vxx6", "modified" : "2022-02-17T00:00:32Z", "published" : "2022-02-17T00:00:32Z", "aliases" : ["CVE-2021-22040"], "details" : "VMware ESXi, Workstation, and Fusion contain a use-after-free vulnerability in the XHCI USB controller. A malicious actor with local administ...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type":...
{"categories" : ["Linux", "Operating Systems", "Programming", "Scripting", "Sysadmin"], "desc" : " ", "details" : {"authors" : "Steve Parker", "format" : "pdf", "isbn-10" : "1118024486", "isbn-13" : "978-1118024485", "pages" : "600 pages", "publication date" : "August 30, 2011", "publisher" : "Wrox", "size" : "14.00Mb"...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type"...
{"directions" : ["With a fork pierce meat side of ribs all over. In a small bowl stir together spices and rub all over ribs. Put ribs in a shallow baking dish.", "In bowl stir together Worcestershire sauce, soy sauce or tamari, and sugar and brush mixture over ribs. Marinate ribs, meat sides down, covered and chilled, ...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJeni...
[{"namaKab" : "SOPPENG", "originalFilename" : "GAZALI.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 180280, "noUrut" : 1, "nama" : "GAZALI MAKKARAKA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SOPPENG", "originalFilename" : "IMG-20180725-WA0025.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 291205, "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", "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type...
{"contract" : "0x1073d81088798640dd41f97562afca35fe6fff0f", "tool" : "mythril", "start" : 1563338575.5608413, "end" : 1563338582.1212401, "duration" : 6.560398817062378, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["#ut:sand/red_sand", "#ut:sand/sand", "#forge:sand"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1949, 5], [1963, 5], [1968, 5], [1970, 5], [1977, 5], [1978, 7], [1982, 5], [1989, 5], [1990, 5], [1992, 7], [1993, 5], [1994, 6], [1995, 7], [1998, 5], [2000, 5], [2001, 5], [2003, 7], [2005, 8], [2006, 6], [2007, 10], [2009, 5], [2011, 6], [2012, 5], [2013, 6], [2014, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["Kinnaur ", "Himachal Pradesh", "8.15", "34"], ["North District ", "Sikkim", "7.87", "241"], ["West Kameng ", "Arunachal Pradesh", "6.27", "246"], ["Lower Subansiri ", "Arunachal Pradesh", "5.86", "255"], ["Papum Pare ", "Arunachal Pradesh", "4.43", "248"], ["Korba ", "Chhattisgarh", "4.14", "404"], ["Dibang Valley ...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "i...
{"author" : {"id" : "t2_4tkgqga5", "name" : "Yildeh"}, "date" : {"day" : 1582243200, "full" : 1582245987, "month" : 1580515200, "week" : 1581811200}, "id" : "t3_f72yv4", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 75261, "fullUrl" : "https://preview.redd.it/6s20g941c6i41.png?auto=webp&s=0b4ec45c673ad4444...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"primaryKeys": {"type": "array", "items": {"type": "string"}}, "foreignKeys": {"type": "array", "items": {}}}, "required": ["primaryKeys", "foreignKeys"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"primaryKeys" : ["occupancyschemeName", "occupancyCode"], "foreignKeys" : []}
json_instruct
{"type": "object", "properties": {"primaryKeys": {"type": "array", "items": {"type": "string"}}, "foreignKeys": {"type": "array", "items": {}}}, "required": ["primaryKeys", "foreignKeys"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/dra...
[{"package" : "perl-json-maybexs", "downloads" : 7400, "count" : 5568}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["ahh", "pikachu", "jeff", "moaning", "nani", "reee", "shutdown", "startup", "yeet"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}