input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ID": {"type": "string"}, "post_name": {"type": "string"}, "post_title": {"type": "string"}, "post_date_gmt": {"type": "string"}, "post_modified_gmt": {"type": "string"}, "post_status": {"type": "string"}, "comment_s...
{"ID" : "64", "post_name" : "notepad2-and-notepad", "post_title" : "Notepad2 and Notepad++", "post_date_gmt" : "2010-07-27 16:23:38", "post_modified_gmt" : "2010-07-27 18:15:35", "post_status" : "publish", "comment_status" : "open", "post_type" : "post"}
json_instruct
{"type": "object", "properties": {"ID": {"type": "string"}, "post_name": {"type": "string"}, "post_title": {"type": "string"}, "post_date_gmt": {"type": "string"}, "post_modified_gmt": {"type": "string"}, "post_status": {"type": "string"}, "comment_status": {"type": "string"}, "post_type": {"type": "string"}}, "require...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"token": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "first_name": {"type": "object", "prop...
{"type" : "object", "properties" : {"token" : {"type" : "string"}, "first_name" : {"type" : "string"}, "last_name" : {"type" : "string"}, "cellphone" : {"type" : "string"}, "gender" : {"type" : "string"}, "notify_tel" : {"type" : "boolean"}, "image" : {"type" : "string"}}, "required" : ["token"], "additionalProperties"...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"token": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "first_name": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "last_name": {"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": ...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "K\u0159\u00ed\u017e v Sudislavic\u00edch", "P31" : "http://www.wikidata.org/entity/Q2309609", "P31^label:cs" : "Pam\u011btn\u00ed k\u0159\u00ed\u017e", "P131^label:cs" : "\u010cechtice", "P6736" : "33474"}, "geometry" : {"ty...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "funding": {"type": "string"}, "author": {"type": "object"...
{"name" : "noop-stream", "version" : "1.0.0", "description" : "Create a readable Node.js stream that produces no data (or optionally blank data) or a writable stream that discards data", "license" : "MIT", "repository" : "sindresorhus/noop-stream", "funding" : "https://github.com/sponsors/sindresorhus", "author" : {"na...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "funding": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "strin...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, "b...
{"frame_id" : 4711, "walking" : "0", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"artwork_id" : "san_giorgio_donatello", "right" : 0.836133, "bottom" : 0.512733, "top" : 0.027164, "confidence" : 16, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.475497}, {"artwork_id" : "david_br...
json_instruct
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "c...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "ABOUT THESE (I KNOW NOT WHETHER I MAY SAY) INSTRUMENTS OR MATERIALS OF OUR KNOWLEDGE;", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/7712.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"date": {"type": "integer"}, "nodeCount": {"type": "integer"}, "linkCount": {"type": "integer"}, "nodeFile": {"type": "string"}, "linkFile": {"type": "string"}, "version": {"type": "string"}}, "required": ["date", "no...
{"date" : 1583579606609, "nodeCount" : 11269, "linkCount" : 17416, "nodeFile" : "data/labels.json", "linkFile" : "data/links.bin", "version" : "1.0.2"}
json_instruct
{"type": "object", "properties": {"date": {"type": "integer"}, "nodeCount": {"type": "integer"}, "linkCount": {"type": "integer"}, "nodeFile": {"type": "string"}, "linkFile": {"type": "string"}, "version": {"type": "string"}}, "required": ["date", "nodeCount", "linkCount", "nodeFile", "linkFile", "version"], "$schema":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "fol...
{"user" : "tiennguyenftu", "repos" : 1, "login" : "tiennguyenftu", "id" : 20049260, "avatar_url" : "https://avatars3.githubusercontent.com/u/20049260?v=3", "url" : "https://api.github.com/users/tiennguyenftu", "html_url" : "https://github.com/tiennguyenftu", "followers_url" : "https://api.github.com/users/tiennguyenftu...
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gist...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "propert...
{"name" : "@live/app-templates.core.api", "version" : "0.1.0", "main" : "src/index.ts", "scripts" : {"start" : "node bin/cli.js"}, "dependencies" : {"@live/sequelize-typescript-helpers" : "workspace:^0.1.0", "@live/babel-preset-live-node-basic" : "workspace:^0.1.0", "@sidekicks/core.db" : "workspace:^0.1.0", "@live/tsc...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"@live/sequelize-typescript-helpers": {"type": "st...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"M": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "C": {"t...
{"type" : "minecraft:crafting_shaped", "pattern" : [" C ", "NMN", "SBS"], "key" : {"M" : {"item" : "indrev:machine_block"}, "C" : {"item" : "indrev:circuit_mk4"}, "N" : {"item" : "indrev:enriched_nikolite_ingot"}, "S" : {"tag" : "c:steel_ingots"}, "B" : {"item" : "indrev:battery"}}, "result" : {"item" : "indrev:condens...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"M": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "C": {"type": "object", "properties": {"item": {"type": "string"}},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "descripti...
{"type" : "SPELL", "id" : "legend-lore", "name" : "Legend Lore", "url" : "/spells/legend-lore", "source" : "PHB", "level" : 5, "rarity" : "RARE", "description" : "Name or describe a person, place, or object. The spell brings to your mind a brief summary of the significant lore about the thing you named. The lore might ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "description": {"type": "string"}, "range": {"type": "object", "properties": {"type": {...
Using the following JSON schema, generate a compatible JSON instance: {"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"}, "...
{"web" : [{"value" : ["\u84b8\u53d1", "\u4f7f\u84b8\u53d1", "\u6d88\u5931"], "key" : "evaporate"}, {"value" : ["\u95ea\u53d1\u84b8\u53d1"], "key" : "flash evaporate"}, {"value" : ["\u84b8\u53d1\u8fc7\u5f3a\u578b"], "key" : "Evaporate State"}], "query" : "evaporate", "translation" : ["\u84b8\u53d1"], "errorCode" : "0", ...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"count": {"type": "integer"}, "533041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]},...
{"count" : 9, "533041" : {"count" : 1}, "N.A.//" : {"count" : 4}, "499071" : {"count" : 1}, "433041" : {"count" : 1}, "537062" : {"count" : 1}, "435081" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "533041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "499071": {"type": "object", "properties": {"count": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"0-9": {"type": "integer"}, "10-19": {"type": "integer"}, "20-29": {"type": "integer"}, "30-39": {"type": "integer"}, "40-49": {"type": "integer"}, "50-59": {"type": "integer"}, "60-69": {"type": "integer"}, "70-79": {"type": "...
{"0-9" : 23624, "10-19" : 56403, "20-29" : 105412, "30-39" : 90036, "40-49" : 81648, "50-59" : 80480, "60-69" : 55401, "70-79" : 30480, "80+" : 22400, "Missing" : 21155}
json_instruct
{"type": "object", "properties": {"0-9": {"type": "integer"}, "10-19": {"type": "integer"}, "20-29": {"type": "integer"}, "30-39": {"type": "integer"}, "40-49": {"type": "integer"}, "50-59": {"type": "integer"}, "60-69": {"type": "integer"}, "70-79": {"type": "integer"}, "80+": {"type": "integer"}, "Missing": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"t...
{"source" : "http://www.spanishdict.com/conjugate/escarpar", "word" : "escarpar", "infinitivo" : "escarpar", "gerundio" : ["escarpando"], "participio" : ["escarpado"], "tenses" : {"3" : [["escarpo"], ["escarpas"], ["escarpa"], ["escarpamos"], ["escarp\u00e1is"], ["escarpan"]], "4" : [["escarp\u00e9"], ["escarpaste"], [...
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "item...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"Docker": {"type": "object", "properties": {"commandName": {"type": "string"}}, "required": ["commandName"]}, "WindowsPrometheusSync": {"type": "object", "properties...
{"profiles" : {"Docker" : {"commandName" : "Docker"}, "WindowsPrometheusSync" : {"commandName" : "Project"}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"Docker": {"type": "object", "properties": {"commandName": {"type": "string"}}, "required": ["commandName"]}, "WindowsPrometheusSync": {"type": "object", "properties": {"commandName": {"type": "string"}}, "required": ["commandName"]}}, "req...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "script...
{"name" : "identity-graphql", "version" : "0.1.0", "description" : "GraphQL api for the identity application", "main" : "server.js", "repository" : "https://github.com/m8r1x/contact-graphql.git", "author" : "wmik", "license" : "MIT", "scripts" : {"lint" : "eslint .", "lint:watch" : "esw -w", "start" : "node server.js",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"fzaninotto/faker": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}}, "required": ["fzaninotto/faker", "...
{"name" : "gergely/opense-static-theme", "type" : "project", "require" : {"fzaninotto/faker" : "^1.9@dev", "guzzlehttp/guzzle" : "^6.3@dev"}, "license" : "MIT", "authors" : [{"name" : "Gaal Gergely", "email" : "gaalgergely@yahoo.com"}], "minimum-stability" : "dev"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"fzaninotto/faker": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}}, "required": ["fzaninotto/faker", "guzzlehttp/guzzle"]}, "license": {"type": "string"}, "authors": {"typ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "social_...
{"name" : "ParseLiveQuery", "version" : "2.7.3", "license" : {"type" : "BSD"}, "summary" : "Allows for subscriptions to queries in conjunction with parse-server.", "homepage" : "http://parseplatform.org", "social_media_url" : "https://twitter.com/ParsePlatform", "authors" : {"Parse Community" : "info@parseplatform.org"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "social_media_url": {"type": "string"}, "authors": {"type": "object...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"groupAffiliation": {"type": "string"}, "relatives": {"type": "string"}}, "required": ["groupAffiliation", "relatives"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"groupAffiliation" : "Sinister Six formerly Emissaries of Evil, Frightful Four and Sinister Twelve", "relatives" : "Norma Lynn Dillon (ex-wife), Jonathan Dillon (father, deceased), Anita Dillon (mother, deceased)"}
json_instruct
{"type": "object", "properties": {"groupAffiliation": {"type": "string"}, "relatives": {"type": "string"}}, "required": ["groupAffiliation", "relatives"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Snes": {"type": "object", "properties": {"lib": {"type": "string"}, "ext": {"type": "array", "items": {"type": "string"}}, "rambase": {"type": "integer"}, "keybinds": {"type": "array", "items": {"type": "string"}}, "buttons": {"...
{"Snes" : {"lib" : "snes9x", "ext" : ["sfc"], "rambase" : 8257536, "keybinds" : ["Z", "A", "TAB", "ENTER", "UP", "DOWN", "LEFT", "RIGHT", "X", "S", "Q", "W"], "buttons" : ["B", "Y", "SELECT", "START", "UP", "DOWN", "LEFT", "RIGHT", "A", "X", "L", "R"], "types" : ["|u1", "<u2", "<u4", "|i1", "<i2", "<i4", "|d1", "<d2", ...
json_instruct
{"type": "object", "properties": {"Snes": {"type": "object", "properties": {"lib": {"type": "string"}, "ext": {"type": "array", "items": {"type": "string"}}, "rambase": {"type": "integer"}, "keybinds": {"type": "array", "items": {"type": "string"}}, "buttons": {"type": "array", "items": {"type": "string"}}, "types": {"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"schema": {"type": "object", "properties": {"$ref": {"type": "string"}}, "requir...
{"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "json-object-with-schema", "type" : "array", "properties" : {"schema" : {"$ref" : "http://example.com/invalid/schema/url"}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"schema": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["schema"]}}, "required": ["$schema", "ti...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"]...
{"place_name" : "Plainville", "state_name" : "Indiana", "state_abbrv" : "IN", "lat" : "38.8062", "long" : "-87.1522"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"object": {"type": "string"}, "entry": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "time": {"type": "integer"}, "messaging": {"type": "array", "items": {"type": "object", ...
{"object" : "page", "entry" : [{"id" : "1234567890321", "time" : 1473204787206, "messaging" : [{"recipient" : {"id" : "PAGE_ID"}, "timestamp" : 1473204787206, "sender" : {"id" : "USER_ID"}, "request_thread_control" : {"requested_owner_app_id" : "REQUESTED_OWNER_APP_ID", "metadata" : "METADATA"}}]}]}
json_instruct
{"type": "object", "properties": {"object": {"type": "string"}, "entry": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "time": {"type": "integer"}, "messaging": {"type": "array", "items": {"type": "object", "properties": {"recipient": {"type": "object", "properties": {"id": {"ty...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "partitions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "format": {"type": "string"}, "size": {"type": "string"}}, "required": ["name", "form...
{"name" : "CRANE_QUEC_LAYOUT", "partitions" : [{"name" : "bootloader", "format" : "ubi", "size" : "144KiB"}, {"name" : "system", "format" : "part", "size" : "0", "partitions" : [{"name" : "ptable", "format" : "raw", "size" : "4KiB"}, {"name" : "fwcerts", "format" : "raw", "size" : "12KiB"}]}, {"name" : "business", "for...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "partitions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "format": {"type": "string"}, "size": {"type": "string"}}, "required": ["name", "format", "size"]}}}, "required": ["name", "partitions"], "$schema": "http:...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool"...
{"contract" : "0x3c3f82ea193535e4e94dfbce8ac771f361cfedd6", "tool" : "osiris", "start" : 1564604648.301281, "end" : 1564604651.3372936, "duration" : 3.036012649536133, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type"...
{"name" : "chinook", "version" : "1.0.0", "description" : "Example chinook api", "main" : "chinook.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node chinook.js", "dev" : "nodemon chinook.js"}, "author" : "derbinsky", "license" : "ISC", "dependencies" : {"express" : "^4.15.5", "my...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "start", "dev...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/...
{"towns" : [{"name" : "Hidalgo Del Parral", "url" : "hidalgo-del-parral"}]}
json_instruct
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"activities_easter": {"type": "array", "items": {}}, "activities_epiphany": {"type": "array", "items": {}}, "activities_michaelmas": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "stri...
{"activities_easter" : [], "activities_epiphany" : [], "activities_michaelmas" : [{"code" : "SEM/003N", "code_info" : null, "code_long" : "LAW3457/SEM/003N", "day" : "2021-10-05", "description" : "Introduction to Private International Law", "end" : "11:00", "id" : 0, "planned_size" : "0", "room" : "", "staff" : "\u00a0...
json_instruct
{"type": "object", "properties": {"activities_easter": {"type": "array", "items": {}}, "activities_epiphany": {"type": "array", "items": {}}, "activities_michaelmas": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "code_info": {"type": "null"}, "code_long": {"type": "string"}, ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string...
{"Department" : "\u041c\u0430\u0440\u043a\u0456\u0432\u0441\u044c\u043a\u0438\u0439 \u0432\u0456\u0434\u0434\u0456\u043b \u043f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0438 \u041b\u0443\u0433\u0430\u043d\u0441\u044c\u043a\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456", "Region" : "\u041b\u0443\u...
json_instruct
{"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"ty...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"url": {"type": "string"}, "tabCounts": {"type": "object", "properties": {"440": {"type": "integer"}, "730": {"type": "integer"}, "753": {"type": "integer"}, "232090": {"type": "integer"}}, "required": ["440", "730", "753", "23...
{"url" : "https://steamcommunity.com/profiles/76561198199737525/inventory", "tabCounts" : {"440" : 1, "730" : 25, "753" : 627, "232090" : 29}, "private" : false, "name" : "&#x1F381; Free Stuff &#x1F381;"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "tabCounts": {"type": "object", "properties": {"440": {"type": "integer"}, "730": {"type": "integer"}, "753": {"type": "integer"}, "232090": {"type": "integer"}}, "required": ["440", "730", "753", "232090"]}, "private": {"type": "boolean"}, "name": {"type": "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"angular-unstable": {"type": "string"}, "angular-mocks-unstable": {"type": "string"}, "bootstrap": {"type": "string...
{"name" : "ng-boilerplate", "version" : "0.3.0", "devDependencies" : {"angular-unstable" : "~1.1.5", "angular-mocks-unstable" : "~1.1.5", "bootstrap" : "~2.3.2", "angular-bootstrap" : "~0.4.0", "angular-ui-router" : "~0.0.1", "angular-ui-utils" : "~0.0.3", "lodash" : "~1.3.1", "restangular" : "~1.0.7", "bower-angular-p...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"angular-unstable": {"type": "string"}, "angular-mocks-unstable": {"type": "string"}, "bootstrap": {"type": "string"}, "angular-bootstrap": {"type": "string"}, "angular-ui-ro...
The schema below describes a JSON structure. Generate a valid example: {"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...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[146.625, 38.166666666666664], [146.625, 38.25], [146.75, 38.25], [146.75, 38.166666666666664], [146.625, 38.166666666666664]]]}, "properties" : {"code" : 574625, "url" : "http://madefor.github.io/0410/api/v1/574625.geojson", "view" : "https://git...
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": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http:/...
[{"name" : "EISA", "frequency" : 150, "males" : "78.66666666666666 %", "females" : "21.333333333333336 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"editor": {"type": "object", "properties": {"enableUndoRedo": {"type": "boolean"}, "toolbarVisible": {"type": "boolean"}, "toolbarOptions": {"type": "object", "properties": {"mergeVisible": {"type": "boolean"}, "cutVisible": {"ty...
{"editor" : {"enableUndoRedo" : true, "toolbarVisible" : true, "toolbarOptions" : {"mergeVisible" : false, "cutVisible" : false, "reshapeVisible" : false}, "useFilterEdit" : false, "autoApplyEditWhenGeometryIsMoved" : false, "snappingTolerance" : 15, "popupTolerance" : 5, "stickyMoveTolerance" : 0, "usingSaveButton" : ...
json_instruct
{"type": "object", "properties": {"editor": {"type": "object", "properties": {"enableUndoRedo": {"type": "boolean"}, "toolbarVisible": {"type": "boolean"}, "toolbarOptions": {"type": "object", "properties": {"mergeVisible": {"type": "boolean"}, "cutVisible": {"type": "boolean"}, "reshapeVisible": {"type": "boolean"}}, ...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[4.655682768749394, 4.725462152860073, 5.085009806630003, 2.0070431398906328, 2.5495389753088964, 5.784318833788054, 6.029676902394192, 5.224778680304702, 6.0667692532755515, 4.554536408209297]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "...
{"body" : "Is there a stand alone version of Radiance that has some sort of interface\nof which you can in import complex geometery?\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2006-June/003811.html).</sup>", "attachments" : [], "created...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties"...
{"name" : "@aha-app/is-hotkey", "description" : "Check whether a browser event matches a hotkey.", "version" : "0.1.4b", "license" : "MIT", "repository" : "git://github.com/bpaul/is-hotkey.git", "main" : "./lib/index.js", "scripts" : {"build" : "babel ./src --out-dir ./lib", "clean" : "rm -rf ./lib ./node_modules", "pr...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clean": {"type": "string...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract...
{"contract" : "0x498b3bfabe9f73db90d252bcd4fa9548cd0fd981", "tool" : "oyente", "start" : 1563354958.2011795, "end" : 1563354962.7767756, "duration" : 4.57559609413147, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Title": {"type": "string"}, "Year": {"type": "string"}, "Rated": {"type": "string"}, "Released": {"type": "string"}, "Runtime": {"type": "string"}, "Genre": {"type": "string"}, "Director": {"type": "string"}, "Writer...
{"Title" : "Valkyrie", "Year" : "2008", "Rated" : "PG-13", "Released" : "25 Dec 2008", "Runtime" : "121 min", "Genre" : "Drama, History, Thriller, War", "Director" : "Bryan Singer", "Writer" : "Christopher McQuarrie, Nathan Alexander", "Actors" : "Tom Cruise, Kenneth Branagh, Bill Nighy, Tom Wilkinson", "Plot" : "A dra...
json_instruct
{"type": "object", "properties": {"Title": {"type": "string"}, "Year": {"type": "string"}, "Rated": {"type": "string"}, "Released": {"type": "string"}, "Runtime": {"type": "string"}, "Genre": {"type": "string"}, "Director": {"type": "string"}, "Writer": {"type": "string"}, "Actors": {"type": "string"}, "Plot": {"type":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"menuList": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "label1": {"type": "string"}, "label2": {"type": "string"}, "label3": {"type": "s...
{"menuList" : [{"id" : "community", "title" : "Community Home", "label1" : "", "label2" : "", "label3" : "", "order" : 0}, {"id" : "contributor_group", "title" : "How To Contribute", "label1" : "", "label2" : "", "label3" : "", "order" : 3, "isMenu" : true}, {"id" : "making_your_first_contributions.md", "title" : "Maki...
json_instruct
{"type": "object", "properties": {"menuList": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "label1": {"type": "string"}, "label2": {"type": "string"}, "label3": {"type": "string"}, "order": {"type": "integer"}}, "required": ["id", "title", "label1",...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"...
{"IsRecentlyVerified" : false, "ID" : 2811, "UUID" : "08A36368-0ACF-47AA-8E05-C9E154906955", "DataProviderID" : 2, "DataProvidersReference" : "34849", "UsageTypeID" : 1, "AddressInfo" : {"ID" : 2812, "Title" : "City of Keizer - City Hall", "AddressLine1" : "930 Chemawa Rd NE", "Town" : "Salem", "StateOrProvince" : "OR"...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "in...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"LiteratureOfThe1970s": {"type": "array", "items": {"type": "string"}}}, "required": ["LiteratureOfThe1970s"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"LiteratureOfThe1970s" : ["Novelization", "AFamilyAffair", "FirstBlood", "PointOfView"]}
json_instruct
{"type": "object", "properties": {"LiteratureOfThe1970s": {"type": "array", "items": {"type": "string"}}}, "required": ["LiteratureOfThe1970s"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "runs": {"type": "array", "items": {"ty...
{"slug" : "bedirect", "relevant-countries" : ["de", "at"], "categories" : ["addresses"], "name" : "beDirect GmbH & Co. KG", "runs" : ["beAddress.de"], "address" : "Carl-Bertelsmann-Str. 105 \u2013 107\n33311 G\u00fctersloh\nDeutschland", "phone" : "+49 5241 8045600", "fax" : "+49 5241 8045699", "email" : "datenschutz@b...
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "runs": {"type": "array", "items": {"type": "string"}}, "address": {"type": "string"}, "phone": {"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "website": {"type": "string"}, "repository": {"type": "string"}, "env": {"type": "obje...
{"name" : "Github browser", "description" : "Simple github users browser", "keywords" : ["react", "webpack", "flask", "python"], "website" : "https://github.com/markovmm/github-browser", "repository" : "https://github.com/markovmm/github-browser", "env" : {"GUNICORN_PARAMS" : {"value" : "-c gunicorn.conf.py"}, "DATABAS...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "website": {"type": "string"}, "repository": {"type": "string"}, "env": {"type": "object", "properties": {"GUNICORN_PARAMS": {"type": "object", "properties": {"val...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "default": {"type": "string"}, "layers": {"type": "array", "items": {"type": "array", "items": {}}}, "decor": {"type": "array", "items": {}}, "wood"...
{"id" : 1956, "x" : 180, "y" : 780, "default" : "grass", "layers" : [[]], "decor" : [], "wood" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "default": {"type": "string"}, "layers": {"type": "array", "items": {"type": "array", "items": {}}}, "decor": {"type": "array", "items": {}}, "wood": {"type": "array", "items": {}}}, "required": ["id", "x", ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "weapontype": {"type": "string"}, "rarity": {"type": "string"}, "baseatk": {"type": "integer"}, "substat": {"type": "string"}, "subvalue": {"type"...
{"name" : "Himmelsflug-Schwert", "description" : "Ein recht robustes Schwert. Der sagenumwobene \u201eSchwertprinz\u201c hat einst versucht, mit ihm gen Himmel zu fliegen.", "weapontype" : "Einh\u00e4nder", "rarity" : "3", "baseatk" : 38, "substat" : "Aufladerate", "subvalue" : "11.3", "effectname" : "Zielstrebigkeit",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "weapontype": {"type": "string"}, "rarity": {"type": "string"}, "baseatk": {"type": "integer"}, "substat": {"type": "string"}, "subvalue": {"type": "string"}, "effectname": {"type": "string"}, "effect": {"type": "string"}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "password": {"type": "string"}, "name": {"type": "string"}, "role": {"type": "string"}}, "required": ["id", "password", "name", "role"]}, "$schema": "http://j...
[{"id" : "c4fiber", "password" : "201511815", "name" : "\uc2e0\ubcd1\ucca0", "role" : "Project Manager, AI Model Developer"}, {"id" : "GnoonJo", "password" : "201510187", "name" : "\uc870\uc9c4\ud6c8", "role" : "Project Deputy Manager, Front-end Developer"}, {"id" : "refrainfl", "password" : "201513125", "name" : "\uc7...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "password": {"type": "string"}, "name": {"type": "string"}, "role": {"type": "string"}}, "required": ["id", "password", "name", "role"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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": {"ty...
{"name" : "Green Monsta Ale", "abv" : 7.3, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "wachusetts_brewing_company", "updated" : "2010-07-22 20:00:20", "description" : "A BIG PALE ALE with an awsome balance of Belgian malts with Fuggles and East Kent Golding hops.", "style" : "American-Style St...
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"}, "style": {"type": "st...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "mode": {"type": "integer"}, "owner": {"type": "null"}, "tables": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"},...
[{"name" : "prueba1", "mode" : 1, "owner" : null, "tables" : [{"name" : "tabla1", "inherits" : null, "columns" : [{"name" : "id", "type" : "INTEGER", "size" : null, "PK" : true, "FK" : null, "NN" : true, "Default" : null, "Unique" : null, "Constraint" : null}, {"name" : "valor", "type" : "INTEGER", "size" : null, "PK" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "mode": {"type": "integer"}, "owner": {"type": "null"}, "tables": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "inherits": {"type": "null"}, "columns": {"type": "array", "items": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"shared_commondataserviceforapps": {"type": "string"}}, "required": ["shared_commondataserviceforapps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"shared_commondataserviceforapps" : "fa5ad649-f691-436d-9a83-dccda391f219"}
json_instruct
{"type": "object", "properties": {"shared_commondataserviceforapps": {"type": "string"}}, "required": ["shared_commondataserviceforapps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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": {"typ...
[{"oq" : "0", "q" : "35100", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1598158800000, "wptn" : "4", "z" : "178.68"}, {"oq" : "0", "q" : "1060", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1598158800000, "wptn" : "5", "z" : "173.26"}, {"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...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "620111004001", "text" : "\u534e\u9f99\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "620111004002", "text" : "\u590d\u5174\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "620111004200", "text" : "\u4e0b\u6d77\u77f3\u6751\u6c11\u59d4\u5458\u4f1a"}]
json_instruct
{"type": "array", "items": {"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": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"...
{"author" : "Jerome Gravel-Niquet <jeromegn@gmail.com> (http://jgn.me)", "name" : "documentup", "description" : "Pretty documentation generator for Github projects with proper Readme.", "version" : "0.1.1", "homepage" : "http://documentup.com", "repository" : {"type" : "git", "url" : "git://github.com/jeromegn/document...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"properties": {"type": "object", "properties": {"roleName": {"type": "string"}, "description": {"type": "string"}, "assignableScopes": {"type": "array", "items": {}}, "permissions": {"type": "array", "items": {"...
{"properties" : {"roleName" : "remediate_set_expiry_date_for_keys", "description" : "This role has required permissions to make changes to the Key Vault and Keys", "assignableScopes" : [], "permissions" : [{"actions" : ["Microsoft.Authorization/roleAssignments/write", "Microsoft.Authorization/roleAssignments/read", "Mi...
json_instruct
{"type": "object", "properties": {"properties": {"type": "object", "properties": {"roleName": {"type": "string"}, "description": {"type": "string"}, "assignableScopes": {"type": "array", "items": {}}, "permissions": {"type": "array", "items": {"type": "object", "properties": {"actions": {"type": "array", "items": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"copyright": {"type": "string"}}, "required": ["copyright"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"copyright" : "Pier-Olivier Thibault"}
json_instruct
{"type": "object", "properties": {"copyright": {"type": "string"}}, "required": ["copyright"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "image": {"type": "string"}, "description": {"type": "string"}, "price": {"type": "string"}, "weight": {"type": "string"}, "size": {"type": "string"}}, "required": ["title", "image", "description", "p...
{"title" : "\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435", "image" : "\u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435", "description" : "\u0438\u043d\u0433\u0440\u0435\u0434\u0438\u0435\u043d\u0442\u044b", "price" : "\u0446\u0435\u043d\u0430", "weight" : "\u0432\u0435\u0441", "size" : "\u0440\u04...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "image": {"type": "string"}, "description": {"type": "string"}, "price": {"type": "string"}, "weight": {"type": "string"}, "size": {"type": "string"}}, "required": ["title", "image", "description", "price", "weight", "size"], "$schema": "http://json-schema....
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, ...
{"name" : "code2image", "version" : "0.9.3", "description" : "The library allows to create an image from a code with custom highlighting", "license" : "MIT", "author" : "Denis Kreshikhin", "main" : "code2image", "private" : false, "repository" : {"type" : "git", "url" : "https://github.com/kreshikhin/code2image.git"}, ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "object", "properties": {"type": {"type": "strin...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "require...
{"contacts" : [{"name" : "Shiamala Baby", "email" : "", "designation" : "Executive Director", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=1237", "name" : "Forum For Women's Rights And Development Trust", "primaryEmail" : "shiamalaforword@yahoo.com", "website" : "www.forword.in", ...
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"ty...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "units": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "units", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "density", "units" : "g/cm^3", "value" : 2.33}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "units": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "units", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "410482001", "text" : "\u7164\u5c71\u8857\u9053\u529e\u4e8b\u5904"}, {"id" : "410482002", "text" : "\u98ce\u7a74\u8def\u8857\u9053\u529e\u4e8b\u5904"}, {"id" : "410482003", "text" : "\u949f\u697c\u8857\u9053\u529e\u4e8b\u5904"}, {"id" : "410482004", "text" : "\u6d17\u8033\u6cb3\u8857\u9053\u529e\u4e8b\u5904"},...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"configs": {"type": "array", "items": {"type": "object", "properties": {"corpid": {"type": "string"}, "corpsecret": {"type": "string"}, "token_key": {"type": "string"}, "ticket_key": {"type": "string"}}, "required": [...
{"configs" : [{"corpid" : "xxx", "corpsecret" : "xxx", "token_key" : "wwtoken_access_tokenA", "ticket_key" : "wwtoken_jsapi_ticketA"}, {"corpid" : "xxx", "corpsecret" : "xxx", "token_key" : "wwtoken_access_tokenB", "ticket_key" : "wwtoken_jsapi_ticketB"}]}
json_instruct
{"type": "object", "properties": {"configs": {"type": "array", "items": {"type": "object", "properties": {"corpid": {"type": "string"}, "corpsecret": {"type": "string"}, "token_key": {"type": "string"}, "ticket_key": {"type": "string"}}, "required": ["corpid", "corpsecret", "token_key", "ticket_key"]}}}, "required": ["...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"page": {"type": "integer"}, "totalPages": {"type": "integer"}, "itemsOnPage": {"type": "integer"}, "hash": {"type": "string"}, "previousBlockHash": {"type": "string"}, "nextBlockHash": {"type": "string"}, "height": {...
{"page" : 1, "totalPages" : 1, "itemsOnPage" : 1000, "hash" : "00000000aa3704d9c763fac9ae41842c55a2b3a1c5b404dff2ca82c9f9ebd64b", "previousBlockHash" : "000000001958fb614e3eed2ab35305fa89a8b8db9bb5fd2575aa08fc0a06b84f", "nextBlockHash" : "00000000bdb2a11dbc79d6f367e666448ac16aed9be8ad7c5a5712e23d0a4942", "height" : 541...
json_instruct
{"type": "object", "properties": {"page": {"type": "integer"}, "totalPages": {"type": "integer"}, "itemsOnPage": {"type": "integer"}, "hash": {"type": "string"}, "previousBlockHash": {"type": "string"}, "nextBlockHash": {"type": "string"}, "height": {"type": "integer"}, "confirmations": {"type": "integer"}, "size": {"t...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"language.name": {"type": "string"}, "locale": {"type": "string"}}, "required": ["language.name", "locale"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"language.name" : "Louisiana Creole", "locale" : "lou"}
json_instruct
{"type": "object", "properties": {"language.name": {"type": "string"}, "locale": {"type": "string"}}, "required": ["language.name", "locale"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "lang": {"type": "string"}, "start_url": {"type": "string"}, "scope": {"type": "string"}, "display": {"type": "string"}, "orientation": {"type": "string"...
{"name" : "Sunnyserve", "short_name" : "Sunny", "lang" : "en-US", "start_url" : "/?pwa", "scope" : "/", "display" : "standalone", "orientation" : "any", "background_color" : "#006e00", "icons" : [{"src" : "/images/icons-192.png", "type" : "image/png", "sizes" : "192x192", "purpose" : "maskable"}, {"src" : "/images/icon...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "lang": {"type": "string"}, "start_url": {"type": "string"}, "scope": {"type": "string"}, "display": {"type": "string"}, "orientation": {"type": "string"}, "background_color": {"type": "string"}, "icons": {"type": "array", "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "null"}, "language": {"type": "string"}, "license": {"type": "string"}, "citation": {"type": "string"}, "sentence_count": {"type": "int...
{"id" : "torot:20180323:novgorod-jaroslav", "title" : "Novgorod\u2019s treaty with Grand Prince Jaroslav Jaroslavich, 1266", "author" : null, "language" : "orv", "license" : "CC BY-NC-SA 4.0", "citation" : "Novgorod treaty", "sentence_count" : 30, "token_count" : 423, "chunks" : [2721], "alignment" : {}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "null"}, "language": {"type": "string"}, "license": {"type": "string"}, "citation": {"type": "string"}, "sentence_count": {"type": "integer"}, "token_count": {"type": "integer"}, "chunks": {"type": "array", "item...
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#"}
[["330726200200", "\u6e05\u6eaa\u6751\u59d4\u4f1a", "220", "0"], ["330726200201", "\u5eca\u4e0b\u6751\u59d4\u4f1a", "220", "0"], ["330726200202", "\u5efa\u660e\u6751\u59d4\u4f1a", "220", "0"], ["330726200203", "\u5efa\u5149\u6751\u59d4\u4f1a", "220", "0"], ["330726200204", "\u9ec4\u575b\u6751\u59d4\u4f1a", "122", "0"],...
json_instruct
{"type": "array", "items": {"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": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "self-applause", "definition" : "Applause of one's self."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"chunk_definitions": {"type": "array", "items": {}}, "doc_write_time": {"type": "integer"}}, "required": ["chunk_definitions", "doc_write_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"chunk_definitions" : [], "doc_write_time" : 1614767732}
json_instruct
{"type": "object", "properties": {"chunk_definitions": {"type": "array", "items": {}}, "doc_write_time": {"type": "integer"}}, "required": ["chunk_definitions", "doc_write_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "ite...
{"ast" : null, "code" : "import createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default createSvgIcon( /*#__PURE__*/_jsx(\"path\", {\n d: \"M9 20c0 .55.45 1 1 1s1-.45 1-1v-3c.73-2.58 3.07-3.47 5.17-3l-.88.88c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l2.59-2.59c...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"completions": {"type": "array", "items": {"type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"from_name": {"type": "string"}, "id": {"type": "string"}, "sour...
{"completions" : [{"result" : [{"from_name" : "ner", "id" : "Pf5fiE87_I", "source" : "$text", "to_name" : "text", "type" : "labels", "value" : {"end" : 100, "labels" : ["Split"], "start" : 0, "text" : "Tenho tv , internet e telefone da vivo e o sinal cai todos os dias e preciso solu\u00e7\u00e3o est\u00e1 imposs\u00edv...
json_instruct
{"type": "object", "properties": {"completions": {"type": "array", "items": {"type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"from_name": {"type": "string"}, "id": {"type": "string"}, "source": {"type": "string"}, "to_name": {"type": "string"}, "type": {"type": "s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"...
{"name" : "umigrate-raw", "version" : "1.0.0", "description" : "A raw \"db\" driver for umigrate.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/wzrdtales/umigrate-raw.git"}, "keywords" : ["umigrate", "migrate", "m...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"58605": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "58608": {"type": "object", "properties": {"nama": {"type": "string...
{"58605" : {"nama" : "EMPOTO", "dapil" : [61, 6102, 16106, 2610304]}, "58608" : {"nama" : "IDAS", "dapil" : [61, 6102, 16106, 2610304]}, "58604" : {"nama" : "NOYAN", "dapil" : [61, 6102, 16106, 2610304]}, "58606" : {"nama" : "SEMONGAN", "dapil" : [61, 6102, 16106, 2610304]}, "58607" : {"nama" : "SUNGAI DANGIN", "dapil"...
json_instruct
{"type": "object", "properties": {"58605": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "58608": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "tag": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}, "fx": {"type": "number"}, "fy": {"type": "numb...
{"title" : "learn anything - computer science - concurrency - process calculus", "tag" : "", "nodes" : [{"text" : "process calculus", "url" : "http://www.wikiwand.com/en/Process_calculus", "fx" : 71.6015625, "fy" : -52.1640625, "category" : "wiki"}, {"text" : "pi-calculus \ufe0f", "url" : "/computer-science/concurrenc...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "tag": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}, "fx": {"type": "number"}, "fy": {"type": "number"}, "category": {"type": "string"}}, "required": ["text",...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "stri...
{"data" : {"id" : 51807, "title" : "A sketch from nature N.S.W. / J. Merrett", "primoId" : "ADLIB110327703", "slug" : "adlib110327703", "shortcode" : "", "imageUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525936529804.jpg", "content" : "colonial art, portraits, women, New South Wales, Adult Females", ...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/colonysystem2/addons/blooddonation/blooddonation.object": {"type": "array", "i...
[{"DeniedAlternatives" : [], "Files" : {"objects/colonysystem2/addons/blooddonation/blooddonation.object" : ["/shortdescription"]}, "Texts" : {"Eng" : "Blood Drive"}}, {"DeniedAlternatives" : [], "Files" : {"objects/colonysystem2/addons/blooddonation/blooddonation.object" : ["/description"]}, "Texts" : {"Eng" : "Encour...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/colonysystem2/addons/blooddonation/blooddonation.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/colonysystem2/addons/blo...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/3/33/Tall_Oppress.png/revision/latest?cb=20210808173654", "sha1" : "a800ac22c2f58594d5a313d74058fafa9143d808"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "KOSSIWA", "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"1": {"type": "integer"}, "2": {"type": "integer"}, "3": {"type": "integer"}, "4": {"type": "integer"}, "5": {"type": "integer"}, "6": {"type": "integer"}, "7": {"type": "integer"}, "8": {"type": "integer"}, "9"...
{"1" : 586, "2" : 313, "3" : 117, "4" : 118, "5" : 622, "6" : 502, "7" : 176, "8" : 208, "9" : 583, "10" : 315, "11" : 757, "12" : 320, "13" : 94, "14" : 87, "15" : 381, "16" : 643, "17" : 467, "18" : 60, "19" : 205, "20" : 579, "21" : 530, "22" : 576, "23" : 207, "24" : 592, "25" : 326, "26" : 380, "27" : 299, "28" : ...
json_instruct
{"type": "object", "properties": {"1": {"type": "integer"}, "2": {"type": "integer"}, "3": {"type": "integer"}, "4": {"type": "integer"}, "5": {"type": "integer"}, "6": {"type": "integer"}, "7": {"type": "integer"}, "8": {"type": "integer"}, "9": {"type": "integer"}, "10": {"type": "integer"}, "11": {"type": "integer"}...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author"...
{"title" : "\u3084\u3081\u308b\uff01 \u3072\u3070\u308a\u304f\u3093!\u3010Stop!! Hibari-kun!\u3011Anitta - Paradinha", "author" : "Anjeeloc", "description" : "\u3072\u3070\u308a\u306f\u30c7\u30fc\u30c8\u306b\u3053\u3046\u3055\u304f\u3092\u8a98\u3044\u3001\u3044\u3064\u3082\u306e\u3088\u3046\u306b\u8a98\u60d1\u3057\u308...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "buildpacks": {"type": "array", "items": {"type": "o...
{"name" : "NowPlaying-Widget", "description" : "A Spotify Now Playing widget that's accessable with anything that can render a webpage", "repository" : "https://github.com/dustinblackman/nowplaying-widget", "keywords" : ["spotify", "music", "track", "nowplaying", "widget"], "buildpacks" : [{"url" : "heroku/nodejs"}], "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "buildpacks": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "ad...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_...
{"generated_at" : "2017-01-27T09:37:24.933655", "required_by" : ["skitaid"], "requires" : ["jinja2", "h2", "aquests"], "package" : "skitai"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-sch...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "arr...
{"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 51, "nazev" : "Havl\ufffd\ufffdk\ufffdv Brod"}, "clipped" : true, "id" : "56152a3e48"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 55, "nazev" : "\ufffd\ufffd\ufffdr nad...
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"371427001": {"type": "string"}, "371427002": {"type": "string"}, "371427100": {"type": "string"}, "371427101": {"type": "string"}, "371427102": {"type": "string"}, "371427103": {"type": "string"}, "371427104": {"t...
{"371427001" : "\u94f6\u57ce\u8857\u9053", "371427002" : "\u5317\u57ce\u8857\u9053", "371427100" : "\u5357\u57ce\u9547", "371427101" : "\u82cf\u7559\u5e84\u9547", "371427102" : "\u65b0\u76db\u5e97\u9547", "371427103" : "\u96f7\u96c6\u9547", "371427104" : "\u90d1\u4fdd\u5c6f\u9547", "371427105" : "\u767d\u9a6c\u6e56\u95...
json_instruct
{"type": "object", "properties": {"371427001": {"type": "string"}, "371427002": {"type": "string"}, "371427100": {"type": "string"}, "371427101": {"type": "string"}, "371427102": {"type": "string"}, "371427103": {"type": "string"}, "371427104": {"type": "string"}, "371427105": {"type": "string"}, "371427106": {"type": ...
Using the following JSON schema, generate a compatible 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" : ["0-9", "0-9"], "SERIES_NAME" : ["MALE", "MALE"], "X_CALENDAR_YEAR" : [2008, 2011], "Y_PREVALENCE_1000PP" : [0.01852, 0.01721]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recor...
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": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "p...
{"name" : "sample", "version" : "1.0.0", "description" : "A sample project for async/await of TypeScript v2.1", "author" : "mizuky fujitani", "license" : "MIT", "private" : true, "devDependencies" : {"@types/jasmine" : "^2.5.38", "@types/jquery" : "^2.0.34", "browserify" : "^13.1.1", "del" : "^2.2.2", "fs" : "0.0.1-sec...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@types/jasmine": {"type": "string"}, "@types/...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee2...
{"configuration" : ["SKIPUPSCALING", "DOWNSCALINGALGORITHM", "SCALEMODE", "SCALE"], "regionsToProcessedPerformance" : {"9322e883-5305-4086-a2e9-b2ee90d95325" : -7744, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52" : 1293762998, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7" : -7713, "081c8632-590b-45cd-8fb8-54355461d1d8" : 1748219242,...
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52": {"type": "integer"}, "dd633998-ffd1-45a9-8f5a-75a618f...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"leg": {"type": "string"}, "chamber": {"type": "string"}, "cmte": {"type": "string"}, "DTTM": {"type": "string"}, "URL": {"type": "string"}}, "required": ["leg", "chamber", "cmte", "DTTM", "URL"]},...
[{"leg" : "84", "chamber" : "S", "cmte" : "C500", "DTTM" : "2015-05-20 15:00", "URL" : "/tlodocs/84R/witlistmtg/html/C5002015052015001.HTM"}, {"leg" : "84", "chamber" : "S", "cmte" : "C500", "DTTM" : "2015-05-18 10:00", "URL" : "/tlodocs/84R/witlistmtg/html/C5002015051810001.HTM"}, {"leg" : "84", "chamber" : "S", "cmte...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"leg": {"type": "string"}, "chamber": {"type": "string"}, "cmte": {"type": "string"}, "DTTM": {"type": "string"}, "URL": {"type": "string"}}, "required": ["leg", "chamber", "cmte", "DTTM", "URL"]}, "$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" : 85894863, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "0c0e7a01a6baa079b6f764fb21819ae5", "wof:id" : 85894863, "wof:placetype" : "neighbourhood", "wof:repo" : "whosonfirst-data-admin-ca"}, "bbox" : [-122.96997070299992, 49.18888388957511,...
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:placetype": {"type": "string"}, "wof:repo"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "...
{"kind" : "Method", "name" : "WebGLRenderingContext.sampleCoverage", "href" : "https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/sampleCoverage", "description" : "The WebGLRenderingContext.sampleCoverage() method of the WebGL API specifies multi-sample coverage parameters for anti-aliasing effects....
json_instruct
{"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "requi...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"author": {"type": "string"}, "configuration": {"type": "string"}, "long_description": {"type": "string"}, "name": {"type": "string"}, "requires": {"type": "array", "items": {"type": "string"}}, "short_description": {"type": "s...
{"author" : "VELES team", "configuration" : "mnist_conv_config.py", "long_description" : "Model created for digits recognition. Database - MNIST. Self-constructing Model. It means that Model can change for any Model (Convolutional, Fully connected, different parameters) in configuration file. Package contains three con...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "configuration": {"type": "string"}, "long_description": {"type": "string"}, "name": {"type": "string"}, "requires": {"type": "array", "items": {"type": "string"}}, "short_description": {"type": "string"}, "workflow": {"type": "string"}, "image": {"type": ...
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#"}
[[1994, 7], [1996, 8], [1999, 6], [2000, 5], [2001, 7], [2003, 5], [2005, 5], [2006, 6], [2007, 8], [2009, 5], [2013, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "retur...
{"baseObjects" : ["[5e-324,460,213,823,213,\";\"]", "[5e-324,460,213,823,213,\";\",6.078338311333717e+307]", "[5e-324,460,213,823,213,\";\"]", "[5e-324,460,213,823,213,\";\"]"], "returnObjects" : ["[null,null,null,null,null,null]", "[\"5e-3245e-324,460,213,823,213,;,6.078338311333717e+307\",\"4595e-324,460,213,823,213,...
json_instruct
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema....
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#"}
[["440883100001", "\u524d\u8fdb\u5c45\u59d4\u4f1a", "121", "0"], ["440883100201", "\u9ad8\u6808\u6751\u59d4\u4f1a", "220", "0"], ["440883100202", "\u77f3\u78a7\u6751\u59d4\u4f1a", "220", "0"], ["440883100203", "\u5c71\u8336\u6751\u59d4\u4f1a", "220", "0"], ["440883100204", "\u65b0\u5c4b\u6751\u59d4\u4f1a", "220", "0"],...
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": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/m...
{"cam/image_array" : "4317_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : -0.22250349819660187, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"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" : [[[-111.839957, 33.426032], [-111.839873, 33.436777], [-111.831243, 33.436787], [-111.831444, 33.422328], [-111.839944, 33.422376], [-111.839957, 33.426032]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 1891}}]}
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t...
{"name" : "img-library", "version" : "1.0.7", "description" : "It is a simplified image/gif API.", "main" : "imglib.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["image", "api", "random", "images", "gif", "png", "jpg", "jpeg", "img", "imgs", "searchimg", "giphy", "giph", "resi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "extensions": {"type": "object", "properti...
{"name" : "ReGuLaTeD Stake Token", "symbol" : "RGD", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/FjA8FNXryYsPEoND6RfUoXffXhZMpy6YDA83G5pz5bwP/logo.png", "decimals" : 9, "address" : "FjA8FNXryYsPEoND6RfUoXffXhZMpy6YDA83G5pz5bwP", "chainId" : 101, "extensions" : {"twitter" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "extensions": {"type": "object", "properties": {"twitter": {"type": "string"}}, "required": ["twitter...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "str...
[{"namaKab" : "PADANG PARIAMAN", "originalFilename" : "MAILISNA.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 211063, "noUrut" : 1, "nama" : "MAILISNA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "PADANG PARIAMAN", "originalFilename" : "FOTO.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"retro_vecs": {"type": "object", "properties": {"mu": {"type": "number"}, "std": {"type": "number"}, "scores": {"type": "array", "items": {"type": "number"}}}, "required": ["mu", "std", "scores"]}}, "required": ["retro_vecs"], "$...
{"retro_vecs" : {"mu" : 0.09824868649792338, "std" : 0.01396555834438372, "scores" : [0.09457092822224371, 0.09106830126506435, 0.0840630472985124, 0.10507880914597503, 0.10858143578999514, 0.09281961473712988, 0.09982486867758522, 0.08056042035438134, 0.11558669001751314, 0.1278458844524549, 0.09106830126506435, 0.105...
json_instruct
{"type": "object", "properties": {"retro_vecs": {"type": "object", "properties": {"mu": {"type": "number"}, "std": {"type": "number"}, "scores": {"type": "array", "items": {"type": "number"}}}, "required": ["mu", "std", "scores"]}}, "required": ["retro_vecs"], "$schema": "http://json-schema.org/draft-07/schema#"}