input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:debug": {"type": "string"}, "watch": {"type": "string"}}, "required": ["build", "build:debug", "watch"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}}, "required": ["name", "version", "description", "keywords", "homepage", "bugs", "repository", "license", "author", "main", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "web-audio-api-player_simple-player_example_client", "version" : "4.0.0", "description" : "web audio api player simple player example server client", "keywords" : ["web", "audio", "api", "javascript", "typescript", "player", "promises", "event-driven", "play", "sound", "playlist"], "homepage" : "https://github.com/chrisweb/web-audio-api-player#readme", "bugs" : {"url" : "https://github.com/chrisweb/web-audio-api-player/issues"}, "repository" : {"type" : "git", "url" : "git+https://github.com/chrisweb/web-audio-api-player.git"}, "license" : "MIT", "author" : "chrisweb <chris963@gmail.com> (https://chris.lu)", "main" : "build/bootstrap.js", "scripts" : {"build" : "tsc -p ./", "build:debug" : "tsc -p ./ --listFiles --traceResolution", "watch" : "tsc -w"}, "dependencies" : {}, "devDependencies" : {"typescript" : "4.4.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:debug": {"type": "string"}, "watch": {"type": "string"}}, "required": ["build", "build:debug", "watch"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}}, "required": ["name", "version", "description", "keywords", "homepage", "bugs", "repository", "license", "author", "main", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "purity", "long" : "<i>Meaning:</i> \"purity\".<br/><i>Usage:</i> innocency.<br/><i>Source:</i> (Aramaic) from a root corresponding to \"H2135\";"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$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": {"name": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"org": {"type": "string"}, "space": {"type": "string"}}, "required": ["org", "space"]}}, "required": ["name", "type", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "CF-DEV", "type" : "CLOUD-FOUNDRY", "properties" : {"org" : "trial", "space" : "stoyan.rachev@sap.com"}}, {"name" : "CF-TRIAL", "type" : "CLOUD-FOUNDRY", "properties" : {"org" : "trial", "space" : "i027947"}}, {"name" : "XS2-INITIAL", "type" : "XS2", "properties" : {"org" : "initial", "space" : "initial"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"org": {"type": "string"}, "space": {"type": "string"}}, "required": ["org", "space"]}}, "required": ["name", "type", "properties"]}, "$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"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "83e85d62-21bc-46fb-b70d-50d9650fc876", "playerTags" : [], "teamTags" : ["ca3f1c8c-c025-4d8e-8eef-5be6accbeb16", "a37f9158-7f82-46bc-908c-c9e2dda7c33b"], "gameTags" : ["5c7f0859-892a-432b-8cb7-84209a8493aa"], "metadata" : {"play" : 72, "subPlay" : -1, "children" : ["f42b8b5d-1703-47b3-a5ab-326394ac56ed"]}, "created" : "2021-04-06T02:06:20.901Z", "season" : 14, "tournament" : -1, "type" : 86, "day" : 11, "phase" : 2, "category" : 2, "description" : "Kennedy Rodgers, Under Over, Off.", "nuts" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "sortablejs": {"type": "string"}}, "required": ["bootstrap", "jquery", "sortablejs"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"bootstrap" : "^3.3.7", "jquery" : "^3.2.1", "sortablejs" : "^1.5.1"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "sortablejs": {"type": "string"}}, "required": ["bootstrap", "jquery", "sortablejs"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"FreeSamplePlotCoupon": {"type": "array", "items": {"type": "string"}}}, "required": ["FreeSamplePlotCoupon"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"FreeSamplePlotCoupon" : ["PlotCoupon", "BigBad", "MacGuffin", "PlotCoupon", "ThisIsYourPremiseOnDrugs", "QuestGiver", "TomatoSurprise", "WastefulWishing", "MockGuffin", "DoubleSubversion", "BigBad", "Exaggerated", "MonsterOfTheWeek", "NiceJobBreakingItHero", "ArtifactOfDoom", "SuperMode", "AllYourBaseAreBelongToUs", "Exaggerated", "MonsterOfTheWeek", "NiceJobBreakingItHero", "ArtifactOfDoom", "SuperMode", "LiveItem", "Catch22Dilemma", "PlotCoupon", "ChekhovsGun", "UpdatedReRelease", "MacGuffin", "PointOfNoReturn", "BackFromTheBrink", "ButThouMust", "PlotCoupon", "NonStandardGameOver", "RestrainingBolt", "ItsPersonal", "DemonicPossession", "FetchQuest", "NoHeroDiscount", "AndNowForSomeoneCompletelyDifferent", "DanceBattler", "PlotCoupon", "DarkWorld", "LiveItem", "ChekhovsGun", "BackFromTheBrink", "ButThouMust", "PlotCoupon", "NonStandardGameOver", "RestrainingBolt", "ItsPersonal", "DemonicPossession", "DarkWorld"]}
json_instruct
{"type": "object", "properties": {"FreeSamplePlotCoupon": {"type": "array", "items": {"type": "string"}}}, "required": ["FreeSamplePlotCoupon"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"geometry" : {"type" : "Point", "coordinates" : [-90.88, 33.27]}, "type" : "Feature", "id" : "38722", "properties" : {"other_cities" : "", "city" : "Arcola", "state" : "MS", "county" : "Washington County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-gqvh-9hmr-92p2", "modified" : "2022-04-30T18:19:20Z", "published" : "2022-04-30T18:19:20Z", "aliases" : ["CVE-2002-0501"], "details" : "Format string vulnerability in log_print() function of Posadis DNS server before version m5pre2 allows local users and possibly remote attackers to execute arbitrary code via format strings that are inserted into logging messages.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2002-0501"}, {"type" : "WEB", "url" : "http://online.securityfocus.com/archive/1/264450"}, {"type" : "WEB", "url" : "http://sourceforge.net/forum/forum.php?forum_id=165094"}, {"type" : "WEB", "url" : "http://www.iss.net/security_center/static/8653.php"}, {"type" : "WEB", "url" : "http://www.osvdb.org/3516"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/4378"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}}
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": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array", "items": {"type": "string"}}}, "required": ["answers", "centerLetter", "letterString", "outerLetters", "pangrams", "validLetters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"answers" : ["beef", "beefed", "befeld", "befell", "befleck", "beflecked", "clef", "delf", "effed", "elfed", "feck", "fecked", "feeb", "feeble", "feebled", "feed", "feel", "fell", "felled", "fleck", "flecked", "fled", "flee", "fleece", "fleeced", "fleek", "keef", "keffel"], "centerLetter" : "f", "letterString" : "fbcdekl", "outerLetters" : ["b", "c", "d", "e", "k", "l"], "pangrams" : ["beflecked"], "validLetters" : ["b", "c", "d", "e", "f", "k", "l"]}
json_instruct
{"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array", "items": {"type": "string"}}}, "required": ["answers", "centerLetter", "letterString", "outerLetters", "pangrams", "validLetters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"location_history": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}}, "required": ["url", "title"]}}, "outline": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "depth": {"type": "integer"}}, "required": ["title", "url", "depth"]}}, "location": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}}, "required": ["location_history", "outline", "location", "url", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"location_history" : [{"url" : "/examples", "title" : "Code examples"}, {"url" : "/examples/audio", "title" : "Audio Data"}], "outline" : [{"title" : "Speaker Recognition", "url" : "#speaker-recognition", "depth" : 1}, {"title" : "Introduction", "url" : "#introduction", "depth" : 2}, {"title" : "Setup", "url" : "#setup", "depth" : 2}, {"title" : "Data preparation", "url" : "#data-preparation", "depth" : 2}, {"title" : "Noise preparation", "url" : "#noise-preparation", "depth" : 2}, {"title" : "Dataset generation", "url" : "#dataset-generation", "depth" : 2}, {"title" : "Model Definition", "url" : "#model-definition", "depth" : 2}, {"title" : "Training", "url" : "#training", "depth" : 2}, {"title" : "Evaluation", "url" : "#evaluation", "depth" : 2}, {"title" : "Demonstration", "url" : "#demonstration", "depth" : 2}], "location" : "/examples/audio/speaker_recognition_using_cnn", "url" : "/examples/audio/speaker_recognition_using_cnn/", "title" : "Speaker Recognition"}
json_instruct
{"type": "object", "properties": {"location_history": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}}, "required": ["url", "title"]}}, "outline": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "depth": {"type": "integer"}}, "required": ["title", "url", "depth"]}}, "location": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}}, "required": ["location_history", "outline", "location", "url", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "010700030302", "variable1" : 0.5717, "variable2" : 1.3105, "variable3" : "B"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "license": {"type": "string"}}, "required": ["author", "name", "description", "keywords", "version", "homepage", "repository", "main", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Brandon Benvie <http://bbenvie.com>", "name" : "weakmap", "description" : "Shim for WeakMap with non-leaky O(1) lookup time", "keywords" : ["harmony", "collection", "weakmap", "ecmascript", "es6", "shim", "garbage collection", "gc"], "version" : "0.0.6", "homepage" : "http://benvie.github.com/WeakMap", "repository" : {"type" : "git", "url" : "https://github.com/Benvie/WeakMap"}, "main" : "weakmap.js", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "license": {"type": "string"}}, "required": ["author", "name", "description", "keywords", "version", "homepage", "repository", "main", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200888100689000, "key" : "/static/71e659ca7ed85d2e13a014bf1ecb20f7/3ff62/iambored-home.png", "val" : "57f1f3a51b2054aa350a48c724c53700"}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "AER310H1S20201", "code" : "AER310H1S", "name" : "Gasdynamics", "description" : "Basic introduction to compressible gasdynamics. Includes some fundamental thermodynamics, thermal and caloric equations of state, derivation of Euler\u2019s equations by control volume approach. Also, includes the theory of steady flows in ducts with area changes, adiabatic frictional flows, duct flows with heat transfer, normal and oblique shock waves, Prandtl-Meyer expansion wave, moving shock and rarefaction waves, shock tubes, and wind tunnels. The lectures are supplemented by problem sets. Reference book: Anderson, J.D., Modern Compressible Flow with Historical Perspective.", "division" : "Faculty of Applied Science & Engineering", "department" : "Division of Engineering Science", "prerequisites" : "AER307H1", "exclusions" : "", "level" : 300, "campus" : "UTSG", "term" : "2020 Winter", "breadths" : [], "meeting_sections" : [{"code" : "L0101", "instructors" : ["P Lavoie"], "times" : [{"day" : "MONDAY", "start" : 43200, "end" : 50400, "duration" : 7200, "location" : "BA B026"}, {"day" : "THURSDAY", "start" : 43200, "end" : 50400, "duration" : 7200, "location" : "BA 2159"}], "size" : 25, "enrolment" : 17}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"keywords" : ["Aloxe-Corton"]}
json_instruct
{"type": "object", "properties": {"keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"s" : ["`ona~"], "f" : "\ufff9\ufffathis. See Pronouns - Appendix 1.\ufffb\u9019\u662f\u3002\u53c3\u95b1\u9644\u9304\u2160\u4ee3\u540d\u8a5e"}]}], "t" : "onini"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "default_locale": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "64": {"type": "string"}, "128": {"type": "string"}, "256": {"type": "string"}}, "required": ["16", "32", "48", "64", "128", "256"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "browser_action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}}, "required": ["name", "description", "default_locale", "version", "manifest_version", "permissions", "icons", "background", "browser_action"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "__MSG_appName__", "description" : "__MSG_appDesc__", "default_locale" : "en", "version" : "_", "manifest_version" : 2, "permissions" : ["activeTab"], "icons" : {"16" : "icons/icon.16.png", "32" : "icons/icon.32.png", "48" : "icons/icon.48.png", "64" : "icons/icon.64.png", "128" : "icons/icon.128.png", "256" : "icons/icon.256.png"}, "background" : {"scripts" : ["background.js"], "persistent" : false}, "browser_action" : {"default_popup" : "popup/popup.html"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "default_locale": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "64": {"type": "string"}, "128": {"type": "string"}, "256": {"type": "string"}}, "required": ["16", "32", "48", "64", "128", "256"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "browser_action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}}, "required": ["name", "description", "default_locale", "version", "manifest_version", "permissions", "icons", "background", "browser_action"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xb2d80b0f2fbd94d475a6ed13cd650aa7b69cafc7", "tool" : "osiris", "start" : 1564617897.6442127, "end" : 1564617901.1976497, "duration" : 3.5534369945526123, "analysis" : [{"errors" : [], "file" : "/unique_chucks/42/0xb2d80b0f2fbd94d475a6ed13cd650aa7b69cafc7.sol", "name" : "dubbel"}]}
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": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "integer"}, "lng": {"type": "number"}, "lat": {"type": "number"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "integer"}}, "required": ["adcode", "lng", "lat", "name", "level", "parent"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"adcode" : 610402, "lng" : 108.698636, "lat" : 34.329801, "name" : "\u79e6\u90fd\u533a", "level" : "district", "parent" : 610400}, {"adcode" : 610403, "lng" : 108.086348, "lat" : 34.27135, "name" : "\u6768\u9675\u533a", "level" : "district", "parent" : 610400}, {"adcode" : 610404, "lng" : 108.730957, "lat" : 34.336847, "name" : "\u6e2d\u57ce\u533a", "level" : "district", "parent" : 610400}, {"adcode" : 610422, "lng" : 108.943481, "lat" : 34.613996, "name" : "\u4e09\u539f\u53bf", "level" : "district", "parent" : 610400}, {"adcode" : 610423, "lng" : 108.83784, "lat" : 34.528493, "name" : "\u6cfe\u9633\u53bf", "level" : "district", "parent" : 610400}, {"adcode" : 610424, "lng" : 108.247406, "lat" : 34.527261, "name" : "\u4e7e\u53bf", "level" : "district", "parent" : 610400}, {"adcode" : 610425, "lng" : 108.428317, "lat" : 34.482583, "name" : "\u793c\u6cc9\u53bf", "level" : "district", "parent" : 610400}, {"adcode" : 610426, "lng" : 108.143129, "lat" : 34.692619, "name" : "\u6c38\u5bff\u53bf", "level" : "district", "parent" : 610400}, {"adcode" : 610428, "lng" : 107.795835, "lat" : 35.206122, "name" : "\u957f\u6b66\u53bf", "level" : "district", "parent" : 610400}, {"adcode" : 610429, "lng" : 108.337231, "lat" : 35.112234, "name" : "\u65ec\u9091\u53bf", "level" : "district", "parent" : 610400}, {"adcode" : 610430, "lng" : 108.581173, "lat" : 34.79797, "name" : "\u6df3\u5316\u53bf", "level" : "district", "parent" : 610400}, {"adcode" : 610431, "lng" : 108.212857, "lat" : 34.259732, "name" : "\u6b66\u529f\u53bf", "level" : "district", "parent" : 610400}, {"adcode" : 610481, "lng" : 108.488493, "lat" : 34.297134, "name" : "\u5174\u5e73\u5e02", "level" : "district", "parent" : 610400}, {"adcode" : 610482, "lng" : 108.083674, "lat" : 35.034233, "name" : "\u5f6c\u5dde\u5e02", "level" : "district", "parent" : 610400}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "integer"}, "lng": {"type": "number"}, "lat": {"type": "number"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "integer"}}, "required": ["adcode", "lng", "lat", "name", "level", "parent"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 8, "n_trials" : 210, "objective" : "markowitz_realized_on_cube", "white" : "platypus_epsmoea", "black" : "optuna_random_clone", "traceback" : ["passing", "passing"], "best_val" : [0.4829364691993517, 0.774242243754828], "best_x" : [[0.005040982965000995, 0.06414316331037195, 0.1732775306660739, 0.7663274739262379, 0.35723107634718226, 0.01756453010870133, 0.04165521045726148, 0.13699871434543218], [0.07161978406139524, 0.29014245555395257, 0.010571333684587403, 0.21488731247440818, 0.15613726112705495, 0.15614307010459771, 0.4603595957787857, 0.49085912895752637]], "feval_count" : [210, 210], "n_trials_instructed" : [210, 210], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "platypus_epsmoea", "loser" : "optuna_random_clone"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properties": {"1981-07-24": {"type": "string"}, "1981-08-05": {"type": "string"}, "1982-09-01": {"type": "string"}, "1983-11-29": {"type": "string"}, "1983-12-12": {"type": "string"}, "1984-04-21": {"type": "string"}, "1986-05-30": {"type": "string"}, "1986-06-09": {"type": "string"}, "1986-07-01": {"type": "string"}, "2000-05-02": {"type": "string"}, "2002-05-24": {"type": "string"}, "2006-05-23": {"type": "string"}, "2006-06-14": {"type": "string"}, "2007-03-30": {"type": "string"}, "2012-11-13": {"type": "string"}, "2012-11-28": {"type": "string"}}, "required": ["1981-07-24", "1981-08-05", "1982-09-01", "1983-11-29", "1983-12-12", "1984-04-21", "1986-05-30", "1986-06-09", "1986-07-01", "2000-05-02", "2002-05-24", "2006-05-23", "2006-06-14", "2007-03-30", "2012-11-13", "2012-11-28"]}, "lyID": {"type": "string"}, "PCode": {"type": "string"}}, "required": ["name", "history", "lyID", "PCode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : [{"name" : "\u8fb2\u7522\u54c1\u5e02\u5834\u4ea4\u6613\u6cd5", "start_date" : "1981-07-24"}], "history" : {"1981-07-24" : "\u5236\u5b9a43\u689d", "1981-08-05" : "\u516c\u5e03", "1982-09-01" : "\u65bd\u884c", "1983-11-29" : "\u4fee\u6b63\u7b2c3, 13, 18, 21\u689d", "1983-12-12" : "\u516c\u5e03", "1984-04-21" : "\u65bd\u884c", "1986-05-30" : "\u4fee\u6b63\u7b2c2\u689d", "1986-06-09" : "\u516c\u5e03", "1986-07-01" : "\u65bd\u884c", "2000-05-02" : "\u4fee\u6b63\u7b2c2, 5, 9, 14, 16, 18, 21, 28, 31\u689d", "2002-05-24" : "\u4fee\u6b63\u7b2c8, 14, 19, 22, 26, 31, 35\u81f337\u689d\n\u522a\u9664\u7b2c40, 41\u689d", "2006-05-23" : "\u4fee\u6b63\u7b2c7, 19\u689d", "2006-06-14" : "\u516c\u5e03", "2007-03-30" : "\u65bd\u884c", "2012-11-13" : "\u4fee\u6b63\u7b2c13\u689d", "2012-11-28" : "\u516c\u5e03"}, "lyID" : "03106", "PCode" : "M0030070"}
json_instruct
{"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properties": {"1981-07-24": {"type": "string"}, "1981-08-05": {"type": "string"}, "1982-09-01": {"type": "string"}, "1983-11-29": {"type": "string"}, "1983-12-12": {"type": "string"}, "1984-04-21": {"type": "string"}, "1986-05-30": {"type": "string"}, "1986-06-09": {"type": "string"}, "1986-07-01": {"type": "string"}, "2000-05-02": {"type": "string"}, "2002-05-24": {"type": "string"}, "2006-05-23": {"type": "string"}, "2006-06-14": {"type": "string"}, "2007-03-30": {"type": "string"}, "2012-11-13": {"type": "string"}, "2012-11-28": {"type": "string"}}, "required": ["1981-07-24", "1981-08-05", "1982-09-01", "1983-11-29", "1983-12-12", "1984-04-21", "1986-05-30", "1986-06-09", "1986-07-01", "2000-05-02", "2002-05-24", "2006-05-23", "2006-06-14", "2007-03-30", "2012-11-13", "2012-11-28"]}, "lyID": {"type": "string"}, "PCode": {"type": "string"}}, "required": ["name", "history", "lyID", "PCode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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://json-schema.org/draft-07/schema#"}
{"title" : "\u3010r18mmd\u3011\u6771\u65b9 \u4e5d\u5c3e\u4e00\u89d2\u306esexy mimimi \u516b\u96f2\u7c43 \u52c7\u5100\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "kidps2", "description" : "Godundefineddmanundefinedthat&apos;sundefinedgood", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2296519/thumbnail-2296519_0003.jpg?itok=aAeaxTab", "download" : "https://ecchi.iwara.tv/api/video/38grqi21js4nmor3", "origin" : "https://ecchi.iwara.tv/videos/38grqi21js4nmor3"}
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://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "monolog/monolog": {"type": "string"}, "nesbot/carbon": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "guzzlehttp/guzzle", "monolog/monolog", "nesbot/carbon", "illuminate/support"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "phpdocumentor/phpdocumentor": {"type": "string"}}, "required": ["phpunit/phpunit", "phpdocumentor/phpdocumentor"]}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "psr-4": {"type": "object", "properties": {"SaintSystems\\OData\\": {"type": "string"}, "Microsoft\\Dynamics\\": {"type": "string"}}, "required": ["SaintSystems\\OData\\", "Microsoft\\Dynamics\\"]}}, "required": ["files", "psr-4"]}, "config": {"type": "object", "properties": {"preferred-install": {"type": "string"}}, "required": ["preferred-install"]}}, "required": ["name", "version", "description", "keywords", "homepage", "license", "type", "authors", "require", "require-dev", "autoload", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "saintsystems/dynamics-sdk-php", "version" : "0.1.0", "description" : "Saint Systems Microsoft Dynamics 365 SDK for PHP", "keywords" : ["crm", "xrm", "dynamics", "dynamics crm", "dynamics 365", "sdk"], "homepage" : "https://github.com/saintsystems/dynamics-sdk-php", "license" : "MIT", "type" : "library", "authors" : [{"name" : "Saint Systems", "email" : "contact@saintsystems.com"}], "require" : {"php" : ">=5.3.0", "guzzlehttp/guzzle" : "^6.2", "monolog/monolog" : "^1.22", "nesbot/carbon" : "^1.22", "illuminate/support" : "^5.4"}, "require-dev" : {"phpunit/phpunit" : "5.5.*", "phpdocumentor/phpdocumentor" : "^2.9"}, "autoload" : {"files" : ["src/OData/Core/helpers.php", "tests/DynamicsTestCase.php"], "psr-4" : {"SaintSystems\\OData\\" : "src/OData", "Microsoft\\Dynamics\\" : "src/Dynamics"}}, "config" : {"preferred-install" : "dist"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "monolog/monolog": {"type": "string"}, "nesbot/carbon": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "guzzlehttp/guzzle", "monolog/monolog", "nesbot/carbon", "illuminate/support"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "phpdocumentor/phpdocumentor": {"type": "string"}}, "required": ["phpunit/phpunit", "phpdocumentor/phpdocumentor"]}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "psr-4": {"type": "object", "properties": {"SaintSystems\\OData\\": {"type": "string"}, "Microsoft\\Dynamics\\": {"type": "string"}}, "required": ["SaintSystems\\OData\\", "Microsoft\\Dynamics\\"]}}, "required": ["files", "psr-4"]}, "config": {"type": "object", "properties": {"preferred-install": {"type": "string"}}, "required": ["preferred-install"]}}, "required": ["name", "version", "description", "keywords", "homepage", "license", "type", "authors", "require", "require-dev", "autoload", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 1507013009, "parent" : 1507013, "name" : "TALANG MAKMUR", "latitude" : null, "longitude" : null, "postal" : [36551], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"keygrip": {"type": "string"}, "koa": {"type": "string"}, "koa-body": {"type": "string"}, "koa-bodyparser": {"type": "string"}, "koa-ejs": {"type": "string"}, "koa-generic-session": {"type": "string"}, "koa-router": {"type": "string"}, "koa-sqlite3-session": {"type": "string"}, "koa-static": {"type": "string"}, "node-uuid": {"type": "string"}, "sqlite3": {"type": "string"}, "ws": {"type": "string"}, "xml2js": {"type": "string"}}, "required": ["keygrip", "koa", "koa-body", "koa-bodyparser", "koa-ejs", "koa-generic-session", "koa-router", "koa-sqlite3-session", "koa-static", "node-uuid", "sqlite3", "ws", "xml2js"]}, "server": {"type": "object", "properties": {"port": {"type": "string"}, "session": {"type": "object", "properties": {"key": {"type": "string"}, "expired": {"type": "integer"}}, "required": ["key", "expired"]}, "token": {"type": "object", "properties": {"expired": {"type": "integer"}}, "required": ["expired"]}, "socket": {"type": "object", "properties": {"port": {"type": "string"}}, "required": ["port"]}}, "required": ["port", "session", "token", "socket"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "server"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "miniweb", "version" : "1.0.0", "private" : true, "scripts" : {"start" : "node app"}, "dependencies" : {"keygrip" : "^1.1.0", "koa" : "^2.7.0", "koa-body" : "^4.1.1", "koa-bodyparser" : "^4.2.1", "koa-ejs" : "^4.2.0", "koa-generic-session" : "^2.0.1", "koa-router" : "^7.4.0", "koa-sqlite3-session" : "^1.0.4", "koa-static" : "^5.0.0", "node-uuid" : "^1.4.8", "sqlite3" : "^4.0.9", "ws" : "^7.1.2", "xml2js" : "^0.4.19"}, "server" : {"port" : "3206", "session" : {"key" : "climbing.sid", "expired" : 1800}, "token" : {"expired" : 1800}, "socket" : {"port" : "3207"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"keygrip": {"type": "string"}, "koa": {"type": "string"}, "koa-body": {"type": "string"}, "koa-bodyparser": {"type": "string"}, "koa-ejs": {"type": "string"}, "koa-generic-session": {"type": "string"}, "koa-router": {"type": "string"}, "koa-sqlite3-session": {"type": "string"}, "koa-static": {"type": "string"}, "node-uuid": {"type": "string"}, "sqlite3": {"type": "string"}, "ws": {"type": "string"}, "xml2js": {"type": "string"}}, "required": ["keygrip", "koa", "koa-body", "koa-bodyparser", "koa-ejs", "koa-generic-session", "koa-router", "koa-sqlite3-session", "koa-static", "node-uuid", "sqlite3", "ws", "xml2js"]}, "server": {"type": "object", "properties": {"port": {"type": "string"}, "session": {"type": "object", "properties": {"key": {"type": "string"}, "expired": {"type": "integer"}}, "required": ["key", "expired"]}, "token": {"type": "object", "properties": {"expired": {"type": "integer"}}, "required": ["expired"]}, "socket": {"type": "object", "properties": {"port": {"type": "string"}}, "required": ["port"]}}, "required": ["port", "session", "token", "socket"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "server"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "subPackages": {"type": "array", "items": {}}, "window": {"type": "object", "properties": {"navigationBarTextStyle": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "backgroundColor": {"type": "string"}}, "required": ["navigationBarTextStyle", "navigationBarTitleText", "navigationBarBackgroundColor", "backgroundColor"]}, "tabBar": {"type": "object", "properties": {"color": {"type": "string"}, "selectedColor": {"type": "string"}, "borderStyle": {"type": "string"}, "backgroundColor": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"pagePath": {"type": "string"}, "text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["pagePath", "text", "iconPath", "selectedIconPath"]}}}, "required": ["color", "selectedColor", "borderStyle", "backgroundColor", "list"]}, "usingComponents": {"type": "object", "properties": {}, "required": []}, "sitemapLocation": {"type": "string"}}, "required": ["pages", "subPackages", "window", "tabBar", "usingComponents", "sitemapLocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pages" : ["pages/images/images", "pages/main/main", "pages/index/index", "pages/avatar/avatar", "pages/news/index", "pages/mannage/index/index", "pages/mannage/update/update", "pages/images/index", "pages/special/special", "pages/special/detail"], "subPackages" : [], "window" : {"navigationBarTextStyle" : "black", "navigationBarTitleText" : "\u8f6f\u4ef6\u5206\u4eab", "navigationBarBackgroundColor" : "#FFF", "backgroundColor" : "#C12928"}, "tabBar" : {"color" : "#7a7e83", "selectedColor" : "#333333", "borderStyle" : "black", "backgroundColor" : "#ffffff", "list" : [{"pagePath" : "pages/images/images", "text" : "\u5934\u50cf", "iconPath" : "static/tabbar/image.png", "selectedIconPath" : "static/tabbar/image_cur.png"}, {"pagePath" : "pages/special/special", "text" : "\u4e13\u9898", "iconPath" : "static/tabbar/special.png", "selectedIconPath" : "static/tabbar/special_cur.png"}, {"pagePath" : "pages/index/index", "text" : "\u8d34\u56fe", "iconPath" : "static/tabbar/img.png", "selectedIconPath" : "static/tabbar/img_cur.png"}, {"pagePath" : "pages/main/main", "text" : "\u5176\u4ed6", "iconPath" : "static/tabbar/other.png", "selectedIconPath" : "static/tabbar/other_cur.png"}]}, "usingComponents" : {}, "sitemapLocation" : "sitemap91.json"}
json_instruct
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "subPackages": {"type": "array", "items": {}}, "window": {"type": "object", "properties": {"navigationBarTextStyle": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "backgroundColor": {"type": "string"}}, "required": ["navigationBarTextStyle", "navigationBarTitleText", "navigationBarBackgroundColor", "backgroundColor"]}, "tabBar": {"type": "object", "properties": {"color": {"type": "string"}, "selectedColor": {"type": "string"}, "borderStyle": {"type": "string"}, "backgroundColor": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"pagePath": {"type": "string"}, "text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["pagePath", "text", "iconPath", "selectedIconPath"]}}}, "required": ["color", "selectedColor", "borderStyle", "backgroundColor", "list"]}, "usingComponents": {"type": "object", "properties": {}, "required": []}, "sitemapLocation": {"type": "string"}}, "required": ["pages", "subPackages", "window", "tabBar", "usingComponents", "sitemapLocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "refs": {"type": "object", "properties": {"normative": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "informative": {"type": "array", "items": {}}}, "required": ["normative", "informative"]}}, "required": ["spec", "refs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"spec" : {"title" : "Resize Observer", "url" : "https://www.w3.org/TR/resize-observer-1/"}, "refs" : {"normative" : [{"name" : "CSS-BOX-3", "url" : "https://www.w3.org/TR/css-box-3/"}, {"name" : "CSSOM-VIEW-1", "url" : "https://www.w3.org/TR/cssom-view-1/"}, {"name" : "DOM", "url" : "https://dom.spec.whatwg.org/"}, {"name" : "GEOMETRY-1", "url" : "https://www.w3.org/TR/geometry-1/"}, {"name" : "HTML", "url" : "https://html.spec.whatwg.org/multipage/"}, {"name" : "RFC2119", "url" : "https://tools.ietf.org/html/rfc2119"}, {"name" : "SVG2", "url" : "https://www.w3.org/TR/SVG2/"}, {"name" : "WebIDL", "url" : "https://heycam.github.io/webidl/"}], "informative" : []}}
json_instruct
{"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "refs": {"type": "object", "properties": {"normative": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "informative": {"type": "array", "items": {}}}, "required": ["normative", "informative"]}}, "required": ["spec", "refs"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "ff05d81bdbd5f5223e1f", "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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "2001", "provinceId" : "12", "regencyId" : "24", "districtId" : "06", "name" : "Banua Sibohou III"}, {"id" : "2002", "provinceId" : "12", "regencyId" : "24", "districtId" : "06", "name" : "Harefanaese"}, {"id" : "2003", "provinceId" : "12", "regencyId" : "24", "districtId" : "06", "name" : "Hilimbowo Kare"}, {"id" : "2004", "provinceId" : "12", "regencyId" : "24", "districtId" : "06", "name" : "Laehuwa"}, {"id" : "2005", "provinceId" : "12", "regencyId" : "24", "districtId" : "06", "name" : "Mazingo"}, {"id" : "2006", "provinceId" : "12", "regencyId" : "24", "districtId" : "06", "name" : "Hilina\\'a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"gbpack": {"type": "string"}}, "required": ["gbpack"]}, "scripts": {"type": "object", "properties": {"init": {"type": "string"}}, "required": ["init"]}, "author": {"type": "string"}, "license": {"type": "string"}, "preferGlobal": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"boxen": {"type": "string"}, "chalk": {"type": "string"}, "commander": {"type": "string"}, "fs-extra": {"type": "string"}, "gb.rollup-cli-temp": {"type": "string"}, "ora": {"type": "string"}, "prompts": {"type": "string"}, "rollup": {"type": "string"}, "shelljs": {"type": "string"}}, "required": ["boxen", "chalk", "commander", "fs-extra", "gb.rollup-cli-temp", "ora", "prompts", "rollup", "shelljs"]}, "tempDependencies": {"type": "string"}}, "required": ["name", "version", "description", "bin", "scripts", "author", "license", "preferGlobal", "dependencies", "tempDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gb.pack-cli", "version" : "1.1.4", "description" : "gb code pack tool", "bin" : {"gbpack" : "./bin/cmd.js"}, "scripts" : {"init" : "node ./bin/cmd.js init www"}, "author" : "keydone", "license" : "MIT", "preferGlobal" : true, "dependencies" : {"boxen" : "^2.0.0", "chalk" : "^2.4.1", "commander" : "^2.19.0", "fs-extra" : "^7.0.1", "gb.rollup-cli-temp" : "^1.0.5", "ora" : "^3.0.0", "prompts" : "^1.2.0", "rollup" : "^0.67.3", "shelljs" : "^0.8.3"}, "tempDependencies" : "gb.rollup-cli-temp"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"gbpack": {"type": "string"}}, "required": ["gbpack"]}, "scripts": {"type": "object", "properties": {"init": {"type": "string"}}, "required": ["init"]}, "author": {"type": "string"}, "license": {"type": "string"}, "preferGlobal": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"boxen": {"type": "string"}, "chalk": {"type": "string"}, "commander": {"type": "string"}, "fs-extra": {"type": "string"}, "gb.rollup-cli-temp": {"type": "string"}, "ora": {"type": "string"}, "prompts": {"type": "string"}, "rollup": {"type": "string"}, "shelljs": {"type": "string"}}, "required": ["boxen", "chalk", "commander", "fs-extra", "gb.rollup-cli-temp", "ora", "prompts", "rollup", "shelljs"]}, "tempDependencies": {"type": "string"}}, "required": ["name", "version", "description", "bin", "scripts", "author", "license", "preferGlobal", "dependencies", "tempDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Class IoU": {"type": "object", "properties": {"0": {"type": "number"}, "1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}, "5": {"type": "number"}, "6": {"type": "number"}, "7": {"type": "number"}, "8": {"type": "number"}, "9": {"type": "number"}, "10": {"type": "number"}, "11": {"type": "number"}, "12": {"type": "number"}, "13": {"type": "number"}, "14": {"type": "number"}, "15": {"type": "number"}, "16": {"type": "number"}, "17": {"type": "number"}, "18": {"type": "number"}, "19": {"type": "number"}, "20": {"type": "number"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"]}, "FreqW Acc": {"type": "number"}, "Mean Acc": {"type": "number"}, "Mean IoU": {"type": "number"}, "Overall Acc": {"type": "number"}}, "required": ["Class IoU", "FreqW Acc", "Mean Acc", "Mean IoU", "Overall Acc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Class IoU" : {"0" : 0.9723835140393139, "1" : 0.932284405801355, "2" : 0.7468137710962681, "3" : 0.9218783356840369, "4" : 0.8484579004810219, "5" : 0.8696297249201347, "6" : 0.9720973207300103, "7" : 0.935915049578212, "8" : 0.9374628071322245, "9" : 0.6875070250549213, "10" : 0.9582069281376151, "11" : 0.8308168870071049, "12" : 0.9282477592335033, "13" : 0.9304011384698115, "14" : 0.9140842413972792, "15" : 0.9055205679928403, "16" : 0.8116604297212983, "17" : 0.9352167645389193, "18" : 0.8234079050857073, "19" : 0.9300925249646486, "20" : 0.8099681859474088}, "FreqW Acc" : 0.9531461900878117, "Mean Acc" : 0.9279972291530902, "Mean IoU" : 0.8858120565244588, "Overall Acc" : 0.9756045013064952}
json_instruct
{"type": "object", "properties": {"Class IoU": {"type": "object", "properties": {"0": {"type": "number"}, "1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}, "5": {"type": "number"}, "6": {"type": "number"}, "7": {"type": "number"}, "8": {"type": "number"}, "9": {"type": "number"}, "10": {"type": "number"}, "11": {"type": "number"}, "12": {"type": "number"}, "13": {"type": "number"}, "14": {"type": "number"}, "15": {"type": "number"}, "16": {"type": "number"}, "17": {"type": "number"}, "18": {"type": "number"}, "19": {"type": "number"}, "20": {"type": "number"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"]}, "FreqW Acc": {"type": "number"}, "Mean Acc": {"type": "number"}, "Mean IoU": {"type": "number"}, "Overall Acc": {"type": "number"}}, "required": ["Class IoU", "FreqW Acc", "Mean Acc", "Mean IoU", "Overall Acc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "FOR WHO EVER BEGAN TO BUILD HIS KNOWLEDGE ON THIS GENERAL PROPOSITION, WHAT IS, IS;", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/15278.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$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"}, "config": {"type": "object", "properties": {"connector.class": {"type": "string"}, "tasks.max": {"type": "string"}, "topics": {"type": "string"}, "connection.url": {"type": "string"}, "transforms": {"type": "string"}, "transforms.unwrap.type": {"type": "string"}, "transforms.unwrap.drop.tombstones": {"type": "string"}, "auto.create": {"type": "string"}, "insert.mode": {"type": "string"}, "delete.enabled": {"type": "string"}, "pk.fields": {"type": "string"}, "pk.mode": {"type": "string"}, "key.converter": {"type": "string"}, "value.converter": {"type": "string"}, "key.converter.schema.registry.url": {"type": "string"}, "value.converter.schema.registry.url": {"type": "string"}}, "required": ["connector.class", "tasks.max", "topics", "connection.url", "transforms", "transforms.unwrap.type", "transforms.unwrap.drop.tombstones", "auto.create", "insert.mode", "delete.enabled", "pk.fields", "pk.mode", "key.converter", "value.converter", "key.converter.schema.registry.url", "value.converter.schema.registry.url"]}}, "required": ["name", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jdbc-sink", "config" : {"connector.class" : "io.confluent.connect.jdbc.JdbcSinkConnector", "tasks.max" : "1", "topics" : "dbserver1_inventory_Hike", "connection.url" : "jdbc:postgresql://postgres:5432/inventory?user=postgresuser&password=postgrespw", "transforms" : "unwrap", "transforms.unwrap.type" : "io.debezium.transforms.ExtractNewRecordState", "transforms.unwrap.drop.tombstones" : "false", "auto.create" : "true", "insert.mode" : "upsert", "delete.enabled" : "true", "pk.fields" : "id", "pk.mode" : "record_key", "key.converter" : "io.confluent.connect.avro.AvroConverter", "value.converter" : "io.confluent.connect.avro.AvroConverter", "key.converter.schema.registry.url" : "http://schema-registry:8081", "value.converter.schema.registry.url" : "http://schema-registry:8081"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "config": {"type": "object", "properties": {"connector.class": {"type": "string"}, "tasks.max": {"type": "string"}, "topics": {"type": "string"}, "connection.url": {"type": "string"}, "transforms": {"type": "string"}, "transforms.unwrap.type": {"type": "string"}, "transforms.unwrap.drop.tombstones": {"type": "string"}, "auto.create": {"type": "string"}, "insert.mode": {"type": "string"}, "delete.enabled": {"type": "string"}, "pk.fields": {"type": "string"}, "pk.mode": {"type": "string"}, "key.converter": {"type": "string"}, "value.converter": {"type": "string"}, "key.converter.schema.registry.url": {"type": "string"}, "value.converter.schema.registry.url": {"type": "string"}}, "required": ["connector.class", "tasks.max", "topics", "connection.url", "transforms", "transforms.unwrap.type", "transforms.unwrap.drop.tombstones", "auto.create", "insert.mode", "delete.enabled", "pk.fields", "pk.mode", "key.converter", "value.converter", "key.converter.schema.registry.url", "value.converter.schema.registry.url"]}}, "required": ["name", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "cpu": {"type": "string"}, "duration": {"type": "string"}, "gpu": {"type": "string"}, "gpuDriver": {"type": "string"}, "kernel": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": "string"}, "protonVersion": {"type": "string"}, "ram": {"type": "string"}, "rating": {"type": "string"}, "timestamp": {"type": "integer"}, "title": {"type": "string"}}, "required": ["appId", "cpu", "duration", "gpu", "gpuDriver", "kernel", "notes", "os", "protonVersion", "ram", "rating", "timestamp", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"appId" : "15380", "cpu" : "AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx", "duration" : "lessThanFifteenMinutes", "gpu" : "X.Org AMD RAVEN (DRM 3.26.0, 4.18.7-arch1-1-ARCH, LLVM 6.0.1)", "gpuDriver" : "4.4 (Compatibility Profile) Mesa 18.2.0", "kernel" : "4.18.7-arch1-1-ARCH", "notes" : "Game enters fullscreen mode and displays splash screen for a moment, then flickers and disappears, capturing the mouse cursor in a small region and leaving the application visible in KDE's task bar. Alt+Tab releases the mouse capture, and SIGKILL ended the process with no lingering issues.", "os" : "Linux 4.x (64 bit)", "protonVersion" : "Default", "ram" : "14997 Mb", "rating" : "Borked", "timestamp" : 1538841294, "title" : "Heroes of Might & Magic V: Hammers of Fate"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "cpu": {"type": "string"}, "duration": {"type": "string"}, "gpu": {"type": "string"}, "gpuDriver": {"type": "string"}, "kernel": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": "string"}, "protonVersion": {"type": "string"}, "ram": {"type": "string"}, "rating": {"type": "string"}, "timestamp": {"type": "integer"}, "title": {"type": "string"}}, "required": ["appId", "cpu", "duration", "gpu", "gpuDriver", "kernel", "notes", "os", "protonVersion", "ram", "rating", "timestamp", "title"]}, "$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": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "TELFORD", "frequency" : 0, "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"family": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "spm": {"type": "object", "properties": {"alias": {"type": "object", "properties": {"$": {"type": "string"}, "moment": {"type": "string"}, "base": {"type": "string"}, "position": {"type": "string"}, "iframe-shim": {"type": "string"}, "widget": {"type": "string"}}, "required": ["$", "moment", "base", "position", "iframe-shim", "widget"]}, "output": {"type": "array", "items": {"type": "string"}}}, "required": ["alias", "output"]}}, "required": ["family", "name", "version", "description", "author", "maintainers", "homepage", "repository", "bugs", "keywords", "spm"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"family" : "arale", "name" : "calendar", "version" : "0.9.0", "description" : "Calendar widget.", "author" : "Hsiaoming Yang <me@lepture.com>", "maintainers" : ["\u5357\u4f2f <me@lepture.com>", "\u504f\u53f3 <afc163@gmail.com>"], "homepage" : "http://aralejs.org/calendar/", "repository" : {"type" : "git", "url" : "https://github.com/aralejs/calendar.git"}, "bugs" : {"url" : "https://github.com/aralejs/calendar/issues"}, "keywords" : ["widget", "month", "datepicker"], "spm" : {"alias" : {"$" : "$", "moment" : "gallery/moment/2.0.0/moment", "base" : "arale/base/1.1.1/base", "position" : "arale/position/1.0.1/position", "iframe-shim" : "arale/iframe-shim/1.0.2/iframe-shim", "widget" : "arale/widget/1.1.1/widget"}, "output" : ["calendar.js", "calendar.css", "i18n/en.js", "i18n/fr.js", "i18n/ja.js", "i18n/zh-cn.js", "i18n/zh-tw.js"]}}
json_instruct
{"type": "object", "properties": {"family": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "spm": {"type": "object", "properties": {"alias": {"type": "object", "properties": {"$": {"type": "string"}, "moment": {"type": "string"}, "base": {"type": "string"}, "position": {"type": "string"}, "iframe-shim": {"type": "string"}, "widget": {"type": "string"}}, "required": ["$", "moment", "base", "position", "iframe-shim", "widget"]}, "output": {"type": "array", "items": {"type": "string"}}}, "required": ["alias", "output"]}}, "required": ["family", "name", "version", "description", "author", "maintainers", "homepage", "repository", "bugs", "keywords", "spm"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"HOME": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["HOME"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HOME" : {"test" : "test po polsku"}}
json_instruct
{"type": "object", "properties": {"HOME": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["HOME"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "string": {"type": "string"}, "json": {"type": "object", "properties": {"aaa": {"type": "integer"}, "bbb": {"type": "integer"}}, "required": ["aaa", "bbb"]}}, "required": ["name", "string", "json"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Alice", "string" : "{\"xxx\":\"abc\",\"yyy\":\"def\"}", "json" : {"aaa" : 111, "bbb" : 222}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "string": {"type": "string"}, "json": {"type": "object", "properties": {"aaa": {"type": "integer"}, "bbb": {"type": "integer"}}, "required": ["aaa", "bbb"]}}, "required": ["name", "string", "json"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"rulesDirectory": {"type": "array", "items": {"type": "string"}}, "jsRules": {"type": "object", "properties": {"always-fail": {"type": "boolean"}, "no-fail": {"type": "boolean"}, "rule-two": {"type": "boolean"}}, "required": ["always-fail", "no-fail", "rule-two"]}, "rules": {"type": "object", "properties": {"always-fail": {"type": "boolean"}, "no-fail": {"type": "boolean"}, "rule-two": {"type": "boolean"}}, "required": ["always-fail", "no-fail", "rule-two"]}}, "required": ["rulesDirectory", "jsRules", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rulesDirectory" : ["../files/custom-rules-2", "../files/custom-rules/"], "jsRules" : {"always-fail" : true, "no-fail" : true, "rule-two" : true}, "rules" : {"always-fail" : true, "no-fail" : true, "rule-two" : true}}
json_instruct
{"type": "object", "properties": {"rulesDirectory": {"type": "array", "items": {"type": "string"}}, "jsRules": {"type": "object", "properties": {"always-fail": {"type": "boolean"}, "no-fail": {"type": "boolean"}, "rule-two": {"type": "boolean"}}, "required": ["always-fail", "no-fail", "rule-two"]}, "rules": {"type": "object", "properties": {"always-fail": {"type": "boolean"}, "no-fail": {"type": "boolean"}, "rule-two": {"type": "boolean"}}, "required": ["always-fail", "no-fail", "rule-two"]}}, "required": ["rulesDirectory", "jsRules", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationId" : 3100424, "stationGroupId" : 3100424, "name" : "\u6c60\u91ce", "lineId" : 31004, "zipCode" : "503-2424", "pref" : "\u5c90\u961c\u770c", "city" : "\u63d6\u6590\u90e1\u6c60\u7530\u753a", "town" : "\u6c60\u91ce", "longitude" : 136.578712, "latitude" : 35.436512, "status" : 2}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationId" : 3101202, "stationGroupId" : 3101202, "name" : "\u67cf\u539f\u5357\u53e3", "lineId" : 31012, "zipCode" : "582-0007", "pref" : "\u5927\u962a\u5e9c", "city" : "\u67cf\u539f\u5e02", "town" : "\u4e0a\u5e02", "longitude" : 135.624956, "latitude" : 34.58153, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id_6701": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_6701"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id_6701" : {"publicdate" : "2012-07-13 19:57:43", "title" : "Librivox Multilingual Short Works Collection 002"}}
json_instruct
{"type": "object", "properties": {"id_6701": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_6701"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u5de5\u5ee0\u540d\u7a31" : "\u5de8\u5927\u6a5f\u68b0\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8\u65e5\u5357\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99633598", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "06910006121990", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u5927\u7532\u5340\u9f8d\u6cc9\u91cc\u9806\u5e06\u8def19\u300119\u4e4b5\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u81fa\u4e2d\u5e02\u5927\u7532\u5340\u9f8d\u6cc9\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5289\u91d1\u6a19", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "56054251", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0690812", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0691016", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["31\u5176\u4ed6\u904b\u8f38\u5de5\u5177\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d", "33\u5176\u4ed6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["313\u81ea\u884c\u8eca\u53ca\u5176\u96f6\u4ef6", "331\u80b2\u6a02\u7528\u54c1"]}
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": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rustc" : 12441814257248498227, "features" : "[]", "target" : 8090564521612164149, "profile" : 9935990280773120926, "path" : 8904678177526434872, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug/.fingerprint/anymap-b24c1dfc7319aba4/dep-lib-anymap-b24c1dfc7319aba4"}}], "rustflags" : [], "metadata" : 14142005454529687329}
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Near-Ideal Networks-on-Chip for Servers.", "fields" : ["network packet", "latency", "cache", "resource allocation", "server"], "abstract" : "Server workloads benefit from execution on many-core processors due to their massive request-level parallelism. A key characteristic of server workloads is the large instruction footprints. While a shared last-level cache (LLC) captures the footprints, it necessitates a low-latency network-on-chip (NOC) to minimize the core stall time on accesses serviced by the LLC. As strict quality-of-service requirements preclude the use of lean cores in server processors, we observe that even state-of-the-art single-cycle multi-hop NOCs are far from ideal because they impose significant NOC-induced delays on the LLC access latency, and diminish performance. Most of the NOC delay is due to per-hop resource allocation. In this paper, we take advantage of proactive resource allocation (PRA) to eliminate per-hop resource allocation time in single-cycle multi-hop networks to reach a near-ideal network for servers. PRA is undertaken during (1) the time interval in which it is known that LLC has the requested data, but the data is not yet ready, and (2) the time interval in which a packet is stalled in a router because the required resources are dedicated to another packet. Through detailed evaluation targeting a 64-core processor and a set of server workloads, we show that our proposal improves system performance by 12% over the state-of-the-art single-cycle multi-hop mesh NOC.", "citation" : "Citations (3)", "departments" : ["\u00c9cole Polytechnique F\u00e9d\u00e9rale de Lausanne", "University of Tehran", "Sharif University of Technology"], "authors" : ["Pejman Lotfi-Kamran.....http://dblp.org/pers/hd/l/Lotfi=Kamran:Pejman", "Mehdi Modarressi.....http://dblp.org/pers/hd/m/Modarressi:Mehdi", "Hamid Sarbazi-Azad.....http://dblp.org/pers/hd/s/Sarbazi=Azad:Hamid"], "conf" : "hpca", "year" : "2017", "pages" : 12}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"persone": {"type": "object", "properties": {"controllate": {"type": "integer"}, "sanzionate": {"type": "integer"}, "denunciateFalseDichiarazione": {"type": "integer"}, "denunciateQuarantena": {"type": "integer"}}, "required": ["controllate", "sanzionate", "denunciateFalseDichiarazione", "denunciateQuarantena"]}, "attivita": {"type": "object", "properties": {"controllate": {"type": "integer"}, "sanzionate": {"type": "integer"}, "chiusuraProvvisoria": {"type": "integer"}, "chiusuraTotale": {"type": "integer"}}, "required": ["controllate", "sanzionate", "chiusuraProvvisoria", "chiusuraTotale"]}}, "required": ["persone", "attivita"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"persone" : {"controllate" : 98813, "sanzionate" : 1918, "denunciateFalseDichiarazione" : 0, "denunciateQuarantena" : 9}, "attivita" : {"controllate" : 11117, "sanzionate" : 33, "chiusuraProvvisoria" : 8, "chiusuraTotale" : 3}}
json_instruct
{"type": "object", "properties": {"persone": {"type": "object", "properties": {"controllate": {"type": "integer"}, "sanzionate": {"type": "integer"}, "denunciateFalseDichiarazione": {"type": "integer"}, "denunciateQuarantena": {"type": "integer"}}, "required": ["controllate", "sanzionate", "denunciateFalseDichiarazione", "denunciateQuarantena"]}, "attivita": {"type": "object", "properties": {"controllate": {"type": "integer"}, "sanzionate": {"type": "integer"}, "chiusuraProvvisoria": {"type": "integer"}, "chiusuraTotale": {"type": "integer"}}, "required": ["controllate", "sanzionate", "chiusuraProvvisoria", "chiusuraTotale"]}}, "required": ["persone", "attivita"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "generated": {"type": "object", "properties": {"css": {"type": "string"}, "js": {"type": "string"}}, "required": ["css", "js"]}, "hash": {"type": "string"}}, "required": ["dependencies", "generated", "hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : [{"name" : "_css_loader"}], "generated" : {"css" : "/* http://meyerweb.com/eric/tools/css/reset/\n v2.0 | 20110126\n License: none (public domain)\n*/\n\nhtml, body, div, span, applet, object, iframe,\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\na, abbr, acronym, address, big, cite, code,\ndel, dfn, em, img, ins, kbd, q, s, samp,\nsmall, strike, strong, sub, sup, tt, var,\nb, u, i, center,\ndl, dt, dd, ol, ul, li,\nfieldset, form, label, legend,\ntable, caption, tbody, tfoot, thead, tr, th, td,\narticle, aside, canvas, details, embed,\nfigure, figcaption, footer, header, hgroup,\nmain, menu, nav, output, ruby, section, summary,\ntime, mark, audio, video {\n\tmargin: 0;\n\tpadding: 0;\n\tborder: 0;\n\tfont-size: 100%;\n\tfont: inherit;\n\tvertical-align: baseline;\n}\n/* HTML5 display-role reset for older browsers */\narticle, aside, details, figcaption, figure,\nfooter, header, hgroup, main, menu, nav, section {\n\tdisplay: block;\n}\nbody {\n\tline-height: 1;\n}\nol, ul {\n\tlist-style: none;\n}\nblockquote, q {\n\tquotes: none;\n}\nblockquote:before, blockquote:after,\nq:before, q:after {\n\tcontent: '';\n\tcontent: none;\n}\ntable {\n\tborder-collapse: collapse;\n\tborder-spacing: 0;\n}", "js" : "\n var reloadCSS = require('_css_loader');\n module.hot.dispose(reloadCSS);\n module.hot.accept(reloadCSS);\n "}, "hash" : "35ad7f8f64506f7497773fa20b1a4d55"}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "generated": {"type": "object", "properties": {"css": {"type": "string"}, "js": {"type": "string"}}, "required": ["css", "js"]}, "hash": {"type": "string"}}, "required": ["dependencies", "generated", "hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"responses": {"type": "array", "items": {"type": "object", "properties": {"labelAnnotations": {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "required": ["mid", "description", "score", "topicality"]}}}, "required": ["labelAnnotations"]}}}, "required": ["responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"responses" : [{"labelAnnotations" : [{"mid" : "/m/03q69", "description" : "Hair", "score" : 0.96488434, "topicality" : 0.96488434}, {"mid" : "/m/0ds4x", "description" : "Hairstyle", "score" : 0.82939821, "topicality" : 0.82939821}, {"mid" : "/m/0k65p", "description" : "Hand", "score" : 0.69691736, "topicality" : 0.69691736}, {"mid" : "/m/0h8k4j9", "description" : "Hair accessory", "score" : 0.53949559, "topicality" : 0.53949559}, {"mid" : "/m/028mzr", "description" : "Hair coloring", "score" : 0.51479554, "topicality" : 0.51479554}]}]}
json_instruct
{"type": "object", "properties": {"responses": {"type": "array", "items": {"type": "object", "properties": {"labelAnnotations": {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "required": ["mid", "description", "score", "topicality"]}}}, "required": ["labelAnnotations"]}}}, "required": ["responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["G.O.L.E.M.", "Arborstone", "Gates of Kryta", "Gate of Madness", "The Elusive Golemancer", "Riverside Province", "Boreas Seabed", "Ruins of Morah", "Hell's Precipice", "Ruins of Surmia", "Curse of the Nornbear", "Sunjiang District", "Elona Reach", "Gate of Pain", "Blood Washes Blood", "Bloodstone Fen", "Jennur's Horde", "Gyala Hatchery", "Abaddon's Gate", "The Frost Gate", "Augury Rock", "Grand Court of Sebelkeh", "Ice Caves of Sorrow", "Raisu Palace", "Gate of Desolation", "Thirsty River", "Blacktide Den", "Against the Charr", "Abaddon's Mouth", "Nundu Bay", "Divinity Coast", "Zen Daijun", "Pogahn Passage", "Tahnnakai Temple", "The Great Northern Wall", "Dasha Vestibule", "The Wilds", "Unwaking Waters", "Chahbek Village", "Aurora Glade", "A Time for Heroes", "Consulate Docks", "Ring of Fire", "Nahpui Quarter", "The Dragon's Lair", "Dzagonur Bastion", "D'Alessio Seaboard", "Assault on the Stronghold", "The Eternal Grove", "Sanctum Cay", "Rilohn Refuge", "Warband of Brothers", "Borlis Pass", "Imperial Sanctum", "Moddok Crevice", "Nolani Academy", "Destruction's Depths", "Venta Cemetery", "Fort Ranik", "A Gate Too Far", "Minister Cho's Estate", "Thunderhead Keep", "Tihark Orchard", "Finding the Bloodstone", "Dunes of Despair", "Vizunah Square", "Jokanur Diggings", "Iron Mines of Moladune", "Kodonur Crossroads"]
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": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "name", "href", "url", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "CWE-460", "name" : "Improper Cleanup on Thrown Exception", "href" : "AIP/quality-standards/CWE/items/CWE-460", "url" : "https://cwe.mitre.org/data/definitions/460.html", "count" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "name", "href", "url", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jedligrid", "version" : "1.2.1", "description" : "lightweight, easy to use, pure (vanilla) JavaScript library to show and manage data in tables", "main" : "jedlislider.js", "scripts" : {"test" : "test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/jedlikk/jedliGrid.git"}, "keywords" : ["grid", "vanilla js", "data managment", "jedlikk", "jedligrid", "jedli"], "author" : "Bart\u0142omiej Jedlikowski", "license" : "MIT", "bugs" : {"url" : "https://github.com/jedlikk/jedliGrid/issues"}, "homepage" : "https://jedlikk.github.io/jedliGrid/"}
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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"1258": {"type": "string"}, "1256": {"type": "string"}}, "required": ["1258", "1256"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"1258" : "1259", "1256" : "1257"}
json_instruct
{"type": "object", "properties": {"1258": {"type": "string"}, "1256": {"type": "string"}}, "required": ["1258", "1256"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"loadNgModule": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "string"}}, "value": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "message": {"type": "string"}, "line": {"type": "integer"}, "character": {"type": "integer"}}, "required": ["__symbolic", "message", "line", "character"]}}, "required": ["__symbolic", "parameters", "value"]}, "loadModuleFactory": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}, "applyNgModule": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}, "multiProviderParentChildDelta": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}}, "required": ["loadNgModule", "loadModuleFactory", "applyNgModule", "multiProviderParentChildDelta"]}}, "required": ["__symbolic", "version", "metadata"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"__symbolic" : "module", "version" : 3, "metadata" : {"loadNgModule" : {"__symbolic" : "function", "parameters" : ["moduleToLoad"], "value" : {"__symbolic" : "error", "message" : "Function call not supported", "line" : 71, "character" : 9}}, "loadModuleFactory" : {"__symbolic" : "function"}, "applyNgModule" : {"__symbolic" : "function"}, "multiProviderParentChildDelta" : {"__symbolic" : "function"}}}, {"__symbolic" : "module", "version" : 1, "metadata" : {"loadNgModule" : {"__symbolic" : "function", "parameters" : ["moduleToLoad"], "value" : {"__symbolic" : "error", "message" : "Function call not supported", "line" : 71, "character" : 9}}, "loadModuleFactory" : {"__symbolic" : "function"}, "applyNgModule" : {"__symbolic" : "function"}, "multiProviderParentChildDelta" : {"__symbolic" : "function"}}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"loadNgModule": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "string"}}, "value": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "message": {"type": "string"}, "line": {"type": "integer"}, "character": {"type": "integer"}}, "required": ["__symbolic", "message", "line", "character"]}}, "required": ["__symbolic", "parameters", "value"]}, "loadModuleFactory": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}, "applyNgModule": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}, "multiProviderParentChildDelta": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}}, "required": ["loadNgModule", "loadModuleFactory", "applyNgModule", "multiProviderParentChildDelta"]}}, "required": ["__symbolic", "version", "metadata"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mtrl-icon", "version" : "1.0.0", "description" : "Vanilla custom element that displays Material icons", "main" : "src/mtrl-icon.js", "directories" : {"test" : "test"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/aeolingamenfel/mtrl-icon.git"}, "keywords" : ["custom-element", "custom", "element", "vanilla", "material-icons", "material", "icons", "icon"], "author" : "Ivan Mattie", "license" : "ISC", "bugs" : {"url" : "https://github.com/aeolingamenfel/mtrl-icon/issues"}, "homepage" : "https://github.com/aeolingamenfel/mtrl-icon#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Mallemoisson", "circ" : "1\u00e8re circonscription", "dpt" : "Alpes-de-Haute-Provence", "inscrits" : 785, "abs" : 447, "votants" : 338, "blancs" : 24, "nuls" : 11, "exp" : 303, "res" : [{"nuance" : "REM", "nom" : "Mme Delphine BAGARRY", "voix" : 174}, {"nuance" : "FN", "nom" : "Mme Odile BRUN", "voix" : 129}]}
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", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ratings": {"type": "array", "items": {"type": "object", "properties": {"attendance": {"type": "string"}, "clarityColor": {"type": "string"}, "easyColor": {"type": "string"}, "helpColor": {"type": "string"}, "helpCount": {"type": "integer"}, "id": {"type": "integer"}, "notHelpCount": {"type": "integer"}, "onlineClass": {"type": "string"}, "quality": {"type": "string"}, "rClarity": {"type": "integer"}, "rClass": {"type": "string"}, "rComments": {"type": "string"}, "rDate": {"type": "string"}, "rEasy": {"type": "integer"}, "rEasyString": {"type": "string"}, "rErrorMsg": {"type": "null"}, "rHelpful": {"type": "integer"}, "rInterest": {"type": "string"}, "rOverall": {"type": "integer"}, "rOverallString": {"type": "string"}, "rStatus": {"type": "integer"}, "rTextBookUse": {"type": "string"}, "rWouldTakeAgain": {"type": "string"}, "sId": {"type": "integer"}, "takenForCredit": {"type": "string"}, "teacher": {"type": "null"}, "teacherGrade": {"type": "string"}, "teacherRatingTags": {"type": "array", "items": {}}, "unUsefulGrouping": {"type": "string"}, "usefulGrouping": {"type": "string"}}, "required": ["attendance", "clarityColor", "easyColor", "helpColor", "helpCount", "id", "notHelpCount", "onlineClass", "quality", "rClarity", "rClass", "rComments", "rDate", "rEasy", "rEasyString", "rErrorMsg", "rHelpful", "rInterest", "rOverall", "rOverallString", "rStatus", "rTextBookUse", "rWouldTakeAgain", "sId", "takenForCredit", "teacher", "teacherGrade", "teacherRatingTags", "unUsefulGrouping", "usefulGrouping"]}}, "remaining": {"type": "integer"}}, "required": ["ratings", "remaining"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ratings" : [{"attendance" : "N/A", "clarityColor" : "good", "easyColor" : "poor", "helpColor" : "good", "helpCount" : 0, "id" : 14077649, "notHelpCount" : 0, "onlineClass" : "", "quality" : "good", "rClarity" : 5, "rClass" : "PHIL103", "rComments" : "Content was really interesting. I enjoy logic, but others struggled. Justin was a BAMF TA. If you take this class, keep up with the book and go in to office hours constantly. Class overall is really interesting if you like this stuff, but if you don't really get it, it'll probably seem discouraging.", "rDate" : "02/07/2008", "rEasy" : 1, "rEasyString" : "1.0", "rErrorMsg" : null, "rHelpful" : 3, "rInterest" : "Sorta interested", "rOverall" : 4, "rOverallString" : "4.0", "rStatus" : 1, "rTextBookUse" : "Yes", "rWouldTakeAgain" : "N/A", "sId" : 1112, "takenForCredit" : "N/A", "teacher" : null, "teacherGrade" : "N/A", "teacherRatingTags" : [], "unUsefulGrouping" : "people", "usefulGrouping" : "people"}], "remaining" : 0}
json_instruct
{"type": "object", "properties": {"ratings": {"type": "array", "items": {"type": "object", "properties": {"attendance": {"type": "string"}, "clarityColor": {"type": "string"}, "easyColor": {"type": "string"}, "helpColor": {"type": "string"}, "helpCount": {"type": "integer"}, "id": {"type": "integer"}, "notHelpCount": {"type": "integer"}, "onlineClass": {"type": "string"}, "quality": {"type": "string"}, "rClarity": {"type": "integer"}, "rClass": {"type": "string"}, "rComments": {"type": "string"}, "rDate": {"type": "string"}, "rEasy": {"type": "integer"}, "rEasyString": {"type": "string"}, "rErrorMsg": {"type": "null"}, "rHelpful": {"type": "integer"}, "rInterest": {"type": "string"}, "rOverall": {"type": "integer"}, "rOverallString": {"type": "string"}, "rStatus": {"type": "integer"}, "rTextBookUse": {"type": "string"}, "rWouldTakeAgain": {"type": "string"}, "sId": {"type": "integer"}, "takenForCredit": {"type": "string"}, "teacher": {"type": "null"}, "teacherGrade": {"type": "string"}, "teacherRatingTags": {"type": "array", "items": {}}, "unUsefulGrouping": {"type": "string"}, "usefulGrouping": {"type": "string"}}, "required": ["attendance", "clarityColor", "easyColor", "helpColor", "helpCount", "id", "notHelpCount", "onlineClass", "quality", "rClarity", "rClass", "rComments", "rDate", "rEasy", "rEasyString", "rErrorMsg", "rHelpful", "rInterest", "rOverall", "rOverallString", "rStatus", "rTextBookUse", "rWouldTakeAgain", "sId", "takenForCredit", "teacher", "teacherGrade", "teacherRatingTags", "unUsefulGrouping", "usefulGrouping"]}}, "remaining": {"type": "integer"}}, "required": ["ratings", "remaining"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}}}, "required": ["manufacturer", "devices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manufacturer" : "Oale", "devices" : [{"manufacturer" : "", "market_name" : "APEX1", "codename" : "Apex1", "model" : "Apex1"}, {"manufacturer" : "", "market_name" : "Apex2", "codename" : "Apex2", "model" : "Apex2"}, {"manufacturer" : "", "market_name" : "Apex3", "codename" : "Apex3", "model" : "Apex3"}, {"manufacturer" : "", "market_name" : "P1", "codename" : "P1", "model" : "P1"}, {"manufacturer" : "", "market_name" : "P2", "codename" : "P2", "model" : "P2"}, {"manufacturer" : "", "market_name" : "P3", "codename" : "P3", "model" : "P3"}, {"manufacturer" : "", "market_name" : "P4", "codename" : "P4", "model" : "P4"}, {"manufacturer" : "", "market_name" : "P5", "codename" : "P5", "model" : "P5"}, {"manufacturer" : "", "market_name" : "P5S", "codename" : "P5S", "model" : "P5S"}, {"manufacturer" : "", "market_name" : "P6", "codename" : "P6", "model" : "P6"}, {"manufacturer" : "", "market_name" : "P6S", "codename" : "P6S", "model" : "P6S"}, {"manufacturer" : "", "market_name" : "XS2_LTE", "codename" : "XS2_LTE", "model" : "XS2_LTE"}]}
json_instruct
{"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}}}, "required": ["manufacturer", "devices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"rows": {"type": "array", "items": {"type": "object", "properties": {"comp": {"type": "null"}, "match": {"type": "null"}, "red1": {"type": "null"}, "red2": {"type": "null"}, "redscore": {"type": "null"}, "blue1": {"type": "null"}, "blue2": {"type": "null"}, "bluescore": {"type": "null"}, "contrib": {"type": "string"}}, "required": ["comp", "match", "red1", "red2", "redscore", "blue1", "blue2", "bluescore", "contrib"]}}, "confed": {"type": "array", "items": {}}}, "required": ["rows", "confed"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rows" : [{"comp" : null, "match" : null, "red1" : null, "red2" : null, "redscore" : null, "blue1" : null, "blue2" : null, "bluescore" : null, "contrib" : "6226"}], "confed" : []}
json_instruct
{"type": "object", "properties": {"rows": {"type": "array", "items": {"type": "object", "properties": {"comp": {"type": "null"}, "match": {"type": "null"}, "red1": {"type": "null"}, "red2": {"type": "null"}, "redscore": {"type": "null"}, "blue1": {"type": "null"}, "blue2": {"type": "null"}, "bluescore": {"type": "null"}, "contrib": {"type": "string"}}, "required": ["comp", "match", "red1", "red2", "redscore", "blue1", "blue2", "bluescore", "contrib"]}}, "confed": {"type": "array", "items": {}}}, "required": ["rows", "confed"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"builders": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "iso_url": {"type": "string"}, "iso_checksum_url": {"type": "string"}, "iso_checksum_type": {"type": "string"}, "output_directory": {"type": "string"}, "vm_name": {"type": "string"}, "disk_size": {"type": "string"}, "headless": {"type": "string"}, "http_directory": {"type": "string"}, "boot_wait": {"type": "string"}, "boot_command": {"type": "array", "items": {"type": "string"}}, "ssh_timeout": {"type": "string"}, "ssh_username": {"type": "string"}, "ssh_password": {"type": "string"}, "shutdown_command": {"type": "string"}, "qemuargs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["type", "iso_url", "iso_checksum_url", "iso_checksum_type", "output_directory", "vm_name", "disk_size", "headless", "http_directory", "boot_wait", "boot_command", "ssh_timeout", "ssh_username", "ssh_password", "shutdown_command", "qemuargs"]}}, "variables": {"type": "object", "properties": {"headless": {"type": "string"}, "cpus": {"type": "string"}, "disk_size": {"type": "string"}, "memory": {"type": "string"}, "release": {"type": "string"}, "mirror": {"type": "string"}}, "required": ["headless", "cpus", "disk_size", "memory", "release", "mirror"]}}, "required": ["builders", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"builders" : [{"type" : "qemu", "iso_url" : "{{user `mirror`}}/{{user `release`}}/ubuntu-{{user `release`}}-server-amd64.iso", "iso_checksum_url" : "{{user `mirror`}}/{{user `release`}}/SHA256SUMS", "iso_checksum_type" : "sha256", "output_directory" : "output-ubuntu-{{user `release`}}-amd64-{{build_type}}", "vm_name" : "ubuntu-{{user `release`}}-amd64", "disk_size" : "{{user `disk_size`}}", "headless" : "{{user `headless`}}", "http_directory" : "http", "boot_wait" : "5s", "boot_command" : ["<enter><wait>", "<f6><esc>", "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>", "<bs><bs><bs>", "/install/vmlinuz ", "initrd=/install/initrd.gz ", "net.ifnames=0 ", "auto-install/enable=true ", "debconf/priority=critical ", "preseed/url=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu-{{user `release`}}/preseed.cfg ", "<enter>"], "ssh_timeout" : "60m", "ssh_username" : "ubuntu", "ssh_password" : "ubuntu", "shutdown_command" : "sudo systemctl poweroff", "qemuargs" : [["-m", "{{user `memory`}}"], ["-smp", "{{user `cpus`}}"]]}], "variables" : {"headless" : "false", "cpus" : "1", "disk_size" : "20000", "memory" : "1024", "release" : "16.04.4", "mirror" : "http://releases.ubuntu.com"}}
json_instruct
{"type": "object", "properties": {"builders": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "iso_url": {"type": "string"}, "iso_checksum_url": {"type": "string"}, "iso_checksum_type": {"type": "string"}, "output_directory": {"type": "string"}, "vm_name": {"type": "string"}, "disk_size": {"type": "string"}, "headless": {"type": "string"}, "http_directory": {"type": "string"}, "boot_wait": {"type": "string"}, "boot_command": {"type": "array", "items": {"type": "string"}}, "ssh_timeout": {"type": "string"}, "ssh_username": {"type": "string"}, "ssh_password": {"type": "string"}, "shutdown_command": {"type": "string"}, "qemuargs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["type", "iso_url", "iso_checksum_url", "iso_checksum_type", "output_directory", "vm_name", "disk_size", "headless", "http_directory", "boot_wait", "boot_command", "ssh_timeout", "ssh_username", "ssh_password", "shutdown_command", "qemuargs"]}}, "variables": {"type": "object", "properties": {"headless": {"type": "string"}, "cpus": {"type": "string"}, "disk_size": {"type": "string"}, "memory": {"type": "string"}, "release": {"type": "string"}, "mirror": {"type": "string"}}, "required": ["headless", "cpus", "disk_size", "memory", "release", "mirror"]}}, "required": ["builders", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "main": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}}, "required": ["id", "main", "description", "icon"]}}, "base": {"type": "string"}, "main": {"type": "object", "properties": {"temp": {"type": "number"}, "feels_like": {"type": "number"}, "temp_min": {"type": "integer"}, "temp_max": {"type": "number"}, "pressure": {"type": "integer"}, "humidity": {"type": "integer"}}, "required": ["temp", "feels_like", "temp_min", "temp_max", "pressure", "humidity"]}, "visibility": {"type": "integer"}, "wind": {"type": "object", "properties": {"speed": {"type": "number"}, "deg": {"type": "integer"}, "gust": {"type": "number"}}, "required": ["speed", "deg", "gust"]}, "snow": {"type": "object", "properties": {"1h": {"type": "number"}}, "required": ["1h"]}, "clouds": {"type": "object", "properties": {"all": {"type": "integer"}}, "required": ["all"]}, "dt": {"type": "integer"}, "sys": {"type": "object", "properties": {"type": {"type": "integer"}, "id": {"type": "integer"}, "country": {"type": "string"}, "sunrise": {"type": "integer"}, "sunset": {"type": "integer"}}, "required": ["type", "id", "country", "sunrise", "sunset"]}, "timezone": {"type": "integer"}, "id": {"type": "integer"}, "name": {"type": "string"}, "cod": {"type": "integer"}}, "required": ["coord", "weather", "base", "main", "visibility", "wind", "snow", "clouds", "dt", "sys", "timezone", "id", "name", "cod"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"coord" : {"lon" : 10.5, "lat" : 51.5}, "weather" : [{"id" : 600, "main" : "Snow", "description" : "light snow", "icon" : "13d"}], "base" : "stations", "main" : {"temp" : 0.56, "feels_like" : -5.68, "temp_min" : 0, "temp_max" : 1.11, "pressure" : 1004, "humidity" : 86}, "visibility" : 8468, "wind" : {"speed" : 8.23, "deg" : 287, "gust" : 10.91}, "snow" : {"1h" : 0.38}, "clouds" : {"all" : 100}, "dt" : 1617714643, "sys" : {"type" : 3, "id" : 74551, "country" : "DE", "sunrise" : 1617684103, "sunset" : 1617731919}, "timezone" : 7200, "id" : 2921044, "name" : "Germany", "cod" : 200}
json_instruct
{"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "main": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}}, "required": ["id", "main", "description", "icon"]}}, "base": {"type": "string"}, "main": {"type": "object", "properties": {"temp": {"type": "number"}, "feels_like": {"type": "number"}, "temp_min": {"type": "integer"}, "temp_max": {"type": "number"}, "pressure": {"type": "integer"}, "humidity": {"type": "integer"}}, "required": ["temp", "feels_like", "temp_min", "temp_max", "pressure", "humidity"]}, "visibility": {"type": "integer"}, "wind": {"type": "object", "properties": {"speed": {"type": "number"}, "deg": {"type": "integer"}, "gust": {"type": "number"}}, "required": ["speed", "deg", "gust"]}, "snow": {"type": "object", "properties": {"1h": {"type": "number"}}, "required": ["1h"]}, "clouds": {"type": "object", "properties": {"all": {"type": "integer"}}, "required": ["all"]}, "dt": {"type": "integer"}, "sys": {"type": "object", "properties": {"type": {"type": "integer"}, "id": {"type": "integer"}, "country": {"type": "string"}, "sunrise": {"type": "integer"}, "sunset": {"type": "integer"}}, "required": ["type", "id", "country", "sunrise", "sunset"]}, "timezone": {"type": "integer"}, "id": {"type": "integer"}, "name": {"type": "string"}, "cod": {"type": "integer"}}, "required": ["coord", "weather", "base", "main", "visibility", "wind", "snow", "clouds", "dt", "sys", "timezone", "id", "name", "cod"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "sintaxis": {"type": "string"}, "atributos": {"type": "array", "items": {}}, "metodos": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "sintaxis": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["nombre", "description", "code", "ldc", "sintaxis", "parametros"]}}}, "required": ["description", "code", "ldc", "sintaxis", "atributos", "metodos", "constructores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "", "code" : "", "ldc" : [], "sintaxis" : "class Sequence\n", "atributos" : [], "metodos" : [], "constructores" : [{"nombre" : "Sequence", "description" : "", "code" : "", "ldc" : [], "sintaxis" : "class typing.Sequence(Reversible[T_co], Collection[T_co])\n", "parametros" : [{"nombre" : "Reversible[T_co], Collection[T_co]", "description" : ""}]}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "sintaxis": {"type": "string"}, "atributos": {"type": "array", "items": {}}, "metodos": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "sintaxis": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["nombre", "description", "code", "ldc", "sintaxis", "parametros"]}}}, "required": ["description", "code", "ldc", "sintaxis", "atributos", "metodos", "constructores"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101879513, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "f61c1ef1c48fe0bd7631df93f50dbaa1", "wof:id" : 101879513, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.06667, 48.75, -1.06667, 48.75], "geometry" : {"coordinates" : [-1.06667, 48.75], "type" : "Point"}}
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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"libraryStrings": {"type": "object", "properties": {"previousStep": {"type": "string"}, "nextStep": {"type": "string"}, "step": {"type": "string"}}, "required": ["previousStep", "nextStep", "step"]}}, "required": ["libraryStrings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"libraryStrings" : {"previousStep" : "\u041f\u0440\u0435\u0434\u0438\u0448\u043d\u0430 \u0441\u0442\u044a\u043f\u043a\u0430", "nextStep" : "\u0421\u043b\u0435\u0434\u0432\u0430\u0449\u0430 \u0441\u0442\u044a\u043f\u043a\u0430", "step" : "\u0421\u0442\u044a\u043f\u043a\u0430 :index"}}
json_instruct
{"type": "object", "properties": {"libraryStrings": {"type": "object", "properties": {"previousStep": {"type": "string"}, "nextStep": {"type": "string"}, "step": {"type": "string"}}, "required": ["previousStep", "nextStep", "step"]}}, "required": ["libraryStrings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"name" : "Cook County", "fips" : "13075", "state_code" : 13, "county_code" : 75, "population" : 17270, "countrylevel_id" : "fips:13075", "census_data" : {"COUNTYNS" : "00343878", "AFFGEOID" : "0500000US13075", "LSAD" : "06", "ALAND" : 591237665, "AWATER" : 12755190}}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-83.567499, 31.100747], [-83.55733099999999, 31.110501], [-83.555463, 31.144779], [-83.543492, 31.147986], [-83.54069799999999, 31.17898], [-83.50996099999999, 31.205972], [-83.513519, 31.228700999999997], [-83.506371, 31.27977], [-83.51529699999999, 31.302349], [-83.512607, 31.327405], [-83.460644, 31.326262999999997], [-83.43449199999999, 31.350361], [-83.43250499999999, 31.332801999999997], [-83.438823, 31.316391], [-83.428794, 31.293281999999998], [-83.40940499999999, 31.286799], [-83.385684, 31.258460999999997], [-83.36615599999999, 31.249056], [-83.347036, 31.252119999999998], [-83.335949, 31.244578999999998], [-83.33218099999999, 31.215926], [-83.334279, 31.191578], [-83.305611, 31.167233], [-83.304813, 31.147945999999997], [-83.322471, 31.118256], [-83.32140299999999, 31.097], [-83.306417, 31.092672], [-83.296624, 31.07192], [-83.279781, 31.063350999999997], [-83.295052, 31.027278], [-83.385648, 31.029408], [-83.475617, 31.031964], [-83.508196, 31.048289999999998], [-83.551628, 31.054329], [-83.574857, 31.078135], [-83.567499, 31.100747]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d981-70", "text" : "(initial efforts in this direction have already been undertaken.\nWith funds provided lay the current grant from the Ford Foundation,\nthe NAEB is conducting, this summer, a seminar on utilization\nof television and radio in the\nclassroom. Aupmmgxmtnaiay: Approximately half of the participants\nin this seminar will be persons from teacher-training institu\u00ac\ntions concerned with xmgaaongiim curriculum planning, teaching\nmethods r/- ^ /\n* s rt"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bin": {"type": "object", "properties": {"pickpocket": {"type": "string"}}, "required": ["pickpocket"]}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"conf": {"type": "string"}, "meow": {"type": "string"}, "pickpocket": {"type": "string"}}, "required": ["conf", "meow", "pickpocket"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "eslint-config-janiskra": {"type": "string"}, "execa": {"type": "string"}}, "required": ["ava", "eslint-config-janiskra", "execa"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "files", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pickpocket-cli", "version" : "1.0.2", "description" : "CLI for the pickpocket module", "main" : "cli.js", "scripts" : {"test" : "ava test.js"}, "bin" : {"pickpocket" : "cli.js"}, "files" : ["cli.js"], "repository" : {"type" : "git", "url" : "git+https://github.com/janis-kra/pickpocket-cli.git"}, "keywords" : ["pickpocket", "pocket", "cli", "productivity"], "author" : "Janis Krasemann <krasemann.janis@gmail.com> (http://www.github.com/janis-kra)", "license" : "MIT", "bugs" : {"url" : "https://github.com/janis-kra/pickpocket-cli/issues"}, "homepage" : "https://github.com/janis-kra/pickpocket-cli#readme", "dependencies" : {"conf" : "^0.11.2", "meow" : "^3.7.0", "pickpocket" : "^0.2.0"}, "devDependencies" : {"ava" : "^0.16.0", "eslint-config-janiskra" : "^1.4.0", "execa" : "^0.4.0"}}
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"]}, "bin": {"type": "object", "properties": {"pickpocket": {"type": "string"}}, "required": ["pickpocket"]}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"conf": {"type": "string"}, "meow": {"type": "string"}, "pickpocket": {"type": "string"}}, "required": ["conf", "meow", "pickpocket"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "eslint-config-janiskra": {"type": "string"}, "execa": {"type": "string"}}, "required": ["ava", "eslint-config-janiskra", "execa"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "files", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["530103009001", "\u4e4c\u9f99\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["530103009002", "\u9ea6\u51b2\u793e\u533a\u5c45\u59d4\u4f1a", "220", "0"], ["530103009003", "\u9ea6\u5730\u5858\u793e\u533a\u5c45\u59d4\u4f1a", "220", "0"], ["530103009004", "\u5e84\u623f\u793e\u533a\u5c45\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": {"browser": {"type": "string"}}, "required": ["browser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"browser" : "surface/drawer.umd.js"}
json_instruct
{"type": "object", "properties": {"browser": {"type": "string"}}, "required": ["browser"], "$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"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "607926b0a335db9f4de82eb249849a2e062b2fe3"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Plugins": {"type": "array", "items": {"type": "object", "properties": {"Type": {"type": "string"}, "Name": {"type": "string"}, "Root": {"type": "string"}, "LibraryPath": {"type": "string"}, "ResourcePath": {"type": "string"}, "Info": {"type": "object", "properties": {"Types": {"type": "object", "properties": {"TestPlugDerived2": {"type": "object", "properties": {"bases": {"type": "array", "items": {"type": "string"}}}, "required": ["bases"]}}, "required": ["TestPlugDerived2"]}}, "required": ["Types"]}}, "required": ["Type", "Name", "Root", "LibraryPath", "ResourcePath", "Info"]}}}, "required": ["Plugins"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Plugins" : [{"Type" : "library", "Name" : "TestPlugDso2", "Root" : "@TEST_PLUG_INFO_ROOT@", "LibraryPath" : "@TEST_PLUG_INFO_LIBRARY_PATH@", "ResourcePath" : "@TEST_PLUG_INFO_RESOURCE_PATH@", "Info" : {"Types" : {"TestPlugDerived2" : {"bases" : ["_TestPlugBase<2>"]}}}}]}
json_instruct
{"type": "object", "properties": {"Plugins": {"type": "array", "items": {"type": "object", "properties": {"Type": {"type": "string"}, "Name": {"type": "string"}, "Root": {"type": "string"}, "LibraryPath": {"type": "string"}, "ResourcePath": {"type": "string"}, "Info": {"type": "object", "properties": {"Types": {"type": "object", "properties": {"TestPlugDerived2": {"type": "object", "properties": {"bases": {"type": "array", "items": {"type": "string"}}}, "required": ["bases"]}}, "required": ["TestPlugDerived2"]}}, "required": ["Types"]}}, "required": ["Type", "Name", "Root", "LibraryPath", "ResourcePath", "Info"]}}}, "required": ["Plugins"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"result_path": {"type": "string"}, "output_path": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "y_axis": {"type": "string"}, "fliers": {"type": "boolean"}, "plots": {"type": "array", "items": {"type": "string"}}}, "required": ["result_path", "output_path", "name", "title", "labels", "y_axis", "fliers", "plots"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"result_path" : "./results/", "output_path" : "./diagrams/", "name" : "classify 10g sugar+carbo product name distinct", "title" : "", "labels" : ["oh-c", "un-c", "un-p", "un-rd"], "y_axis" : "Accuracy", "fliers" : true, "plots" : ["sugar 10g product names filtered distinct/one-hot-column-centroid name+sugar+carbo delta1 10it/", "sugar 10g product names filtered distinct/unary-column-centroid name+sugar+carbo delta1 10it/", "sugar 10g product names filtered distinct/unary-column-partial name+sugar+carbo delta1 10it/", "sugar 10g product names filtered distinct/unary-random-dim name+sugar+carbo delta1 10it/"]}
json_instruct
{"type": "object", "properties": {"result_path": {"type": "string"}, "output_path": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "y_axis": {"type": "string"}, "fliers": {"type": "boolean"}, "plots": {"type": "array", "items": {"type": "string"}}}, "required": ["result_path", "output_path", "name", "title", "labels", "y_axis", "fliers", "plots"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "integer"}, "alias": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"NODE_ENV": {"type": "string"}, "PORT": {"type": "string"}}, "required": ["NODE_ENV", "PORT"]}, "builds": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "use": {"type": "string"}, "config": {"type": "object", "properties": {"maxLambdaSize": {"type": "string"}}, "required": ["maxLambdaSize"]}}, "required": ["src", "use", "config"]}}, "routes": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "dest": {"type": "string"}}, "required": ["src", "dest"]}}}, "required": ["version", "alias", "env", "builds", "routes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 2, "alias" : ["nest-server"], "env" : {"NODE_ENV" : "production", "PORT" : "80"}, "builds" : [{"src" : "dist/main.js", "use" : "@now/node@canary", "config" : {"maxLambdaSize" : "50mb"}}], "routes" : [{"src" : "/(.*)", "dest" : "dist/main.js"}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "alias": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"NODE_ENV": {"type": "string"}, "PORT": {"type": "string"}}, "required": ["NODE_ENV", "PORT"]}, "builds": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "use": {"type": "string"}, "config": {"type": "object", "properties": {"maxLambdaSize": {"type": "string"}}, "required": ["maxLambdaSize"]}}, "required": ["src", "use", "config"]}}, "routes": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "dest": {"type": "string"}}, "required": ["src", "dest"]}}}, "required": ["version", "alias", "env", "builds", "routes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"username": {"type": "string"}, "repositoryName": {"type": "string"}, "branch": {"type": "string"}, "cname": {"type": "string"}}, "required": ["username", "repositoryName", "branch", "cname"]}, "theme": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["meta", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"meta" : {"username" : "acaciomartins", "repositoryName" : "acaciomartins.github.io", "branch" : "master", "cname" : ""}, "theme" : {"name" : "casper"}}
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"username": {"type": "string"}, "repositoryName": {"type": "string"}, "branch": {"type": "string"}, "cname": {"type": "string"}}, "required": ["username", "repositoryName", "branch", "cname"]}, "theme": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["meta", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Object proposal by multi-branch hierarchical segmentation.", "fields" : ["viola jones object detection framework", "segmentation based object categorization", "merge", "scale space segmentation", "fold"], "abstract" : "Hierarchical segmentation based object proposal methods have become an important step in modern object detection paradigm. However, standard single-way hierarchical methods are fundamentally flawed in that the errors in early steps cannot be corrected and accumulate. In this work, we propose a novel multi-branch hierarchical segmentation approach that alleviates such problems by learning multiple merging strategies in each step in a complementary manner, such that errors in one merging strategy could be corrected by the others. Our approach achieves the state-of-the-art performance for both object proposal and object detection tasks, comparing to previous object proposal methods.", "citation" : "Citations (21)", "year" : "2015", "departments" : ["Shanghai Jiao Tong University", "Tongji University", "Tongji University", "Shanghai Jiao Tong University", "Tongji University"], "conf" : "cvpr", "authors" : ["Chaoyang Wang.....http://dblp.org/pers/hd/w/Wang:Chaoyang", "Long Zhao.....http://dblp.org/pers/hd/z/Zhao:Long", "Shuang Liang.....http://dblp.org/pers/hd/l/Liang:Shuang", "Liqing Zhang.....http://dblp.org/pers/hd/z/Zhang:Liqing", "Jinyuan Jia.....http://dblp.org/pers/hd/j/Jia:Jinyuan", "Yichen Wei.....http://dblp.org/pers/hd/w/Wei:Yichen"], "pages" : 9}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"sites_appfunction_name": {"type": "object", "properties": {"value": {"type": "null"}}, "required": ["value"]}, "IotHubs_iothubresource_name": {"type": "object", "properties": {"value": {"type": "null"}}, "required": ["value"]}, "serverfarms_appservice_serverfarm_name": {"type": "object", "properties": {"value": {"type": "null"}}, "required": ["value"]}, "components_app_insights_name": {"type": "object", "properties": {"value": {"type": "null"}}, "required": ["value"]}, "databaseAccounts_cosmos_db_acc_name": {"type": "object", "properties": {"value": {"type": "null"}}, "required": ["value"]}, "IoTApps_iotcentralapp_name": {"type": "object", "properties": {"value": {"type": "null"}}, "required": ["value"]}, "storageAccounts_storageaccount_name": {"type": "object", "properties": {"value": {"type": "null"}}, "required": ["value"]}}, "required": ["sites_appfunction_name", "IotHubs_iothubresource_name", "serverfarms_appservice_serverfarm_name", "components_app_insights_name", "databaseAccounts_cosmos_db_acc_name", "IoTApps_iotcentralapp_name", "storageAccounts_storageaccount_name"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion" : "1.0.0.0", "parameters" : {"sites_appfunction_name" : {"value" : null}, "IotHubs_iothubresource_name" : {"value" : null}, "serverfarms_appservice_serverfarm_name" : {"value" : null}, "components_app_insights_name" : {"value" : null}, "databaseAccounts_cosmos_db_acc_name" : {"value" : null}, "IoTApps_iotcentralapp_name" : {"value" : null}, "storageAccounts_storageaccount_name" : {"value" : null}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"sites_appfunction_name": {"type": "object", "properties": {"value": {"type": "null"}}, "required": ["value"]}, "IotHubs_iothubresource_name": {"type": "object", "properties": {"value": {"type": "null"}}, "required": ["value"]}, "serverfarms_appservice_serverfarm_name": {"type": "object", "properties": {"value": {"type": "null"}}, "required": ["value"]}, "components_app_insights_name": {"type": "object", "properties": {"value": {"type": "null"}}, "required": ["value"]}, "databaseAccounts_cosmos_db_acc_name": {"type": "object", "properties": {"value": {"type": "null"}}, "required": ["value"]}, "IoTApps_iotcentralapp_name": {"type": "object", "properties": {"value": {"type": "null"}}, "required": ["value"]}, "storageAccounts_storageaccount_name": {"type": "object", "properties": {"value": {"type": "null"}}, "required": ["value"]}}, "required": ["sites_appfunction_name", "IotHubs_iothubresource_name", "serverfarms_appservice_serverfarm_name", "components_app_insights_name", "databaseAccounts_cosmos_db_acc_name", "IoTApps_iotcentralapp_name", "storageAccounts_storageaccount_name"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station" : [{"pref_cd" : 40, "line_cd" : 11902, "line_name" : "JR\u9e7f\u5150\u5cf6\u672c\u7dda(\u4e0b\u95a2\u30fb\u9580\u53f8\u6e2f\uff5e\u535a\u591a)", "station_cd" : 1190209, "station_g_cd" : 1190209, "station_name" : "\u679d\u5149", "lon" : 130.813318, "lat" : 33.879367}]}
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": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "nominations", "wins"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 23153, "title" : "I've Come to Marry the Princess", "year" : 2016, "type" : "short-story", "nominations" : 0, "wins" : -1}, {"id" : 23157, "title" : "Mouth", "year" : 2015, "type" : "short-story", "nominations" : 0, "wins" : -1}, {"id" : 23237, "title" : "When We Were Giants", "year" : 2015, "type" : "short-story", "nominations" : 0, "wins" : -1}, {"id" : 26339, "title" : "Variations on Bluebeard and Dalton's Law Along the Event Horizon", "year" : 2013, "type" : "short-story", "nominations" : 0, "wins" : -1}, {"id" : 26126, "title" : "All the Young Kirks and Their Good Intentions", "year" : 2012, "type" : "short-story", "nominations" : 0, "wins" : -1}, {"id" : 17563, "title" : "Robot", "year" : 2012, "type" : "short-story", "nominations" : 0, "wins" : -1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "nominations", "wins"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"endpoints": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "description": {"type": "string"}}, "required": ["path", "description"]}}}, "required": ["endpoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"endpoints" : [{"path" : "/", "description" : "List of available endpoints (you are here)"}, {"path" : "/health", "description" : "Example of simple middleware usage (without router)"}, {"path" : "/post", "description" : "Receive POST body, parse it and return"}, {"path" : "/status", "description" : "Uptime and freemem"}, {"path" : "/status/uptime", "description" : "Uptime only"}, {"path" : "/status/freemem", "description" : "Freemem only"}, {"path" : "/env", "description" : "List of all env variables (Might be a long list!)"}, {"path" : "/env/:VAR_NAME", "description" : "Show a single env variable (try /env/HOME or /env/PWD or /env/AAA)"}, {"path" : "/error/throw", "description" : "Throw a regular error inside a regular function (middleware)"}, {"path" : "/error/throw-async", "description" : "Throw an async error (reject the promise)"}, {"path" : "/error/throw-ctx-400", "description" : "Throw 400 with ctx.throw (message should be exposed)"}, {"path" : "/error/throw-ctx-501", "description" : "Throw 501 with ctx.throw (errors with code >= 500 are not exposed)"}, {"path" : "/error/throw-ctx-501-expose", "description" : "Throw 501 with ctx.throw exposing the message"}, {"path" : "/error/assert-ctx", "description" : "Throw with ctx.assert (expose is set to true by default)"}]}
json_instruct
{"type": "object", "properties": {"endpoints": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "description": {"type": "string"}}, "required": ["path", "description"]}}}, "required": ["endpoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rechiseled_compat:block/atmospheric_yucca_planks_flooring_connecting"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"71662": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71665": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71658": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71661": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71666": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71660": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71664": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71659": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71663": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["71662", "71665", "71658", "71661", "71666", "71660", "71664", "71659", "71663"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"71662" : {"nama" : "BARAMMAMASE", "dapil" : [73, 7303, 17311, 2731703]}, "71665" : {"nama" : "BATU SITANDUK", "dapil" : [73, 7303, 17311, 2731703]}, "71658" : {"nama" : "BULO", "dapil" : [73, 7303, 17311, 2731703]}, "71661" : {"nama" : "HARAPAN", "dapil" : [73, 7303, 17311, 2731703]}, "71666" : {"nama" : "KALIBAMAMASE", "dapil" : [73, 7303, 17311, 2731703]}, "71660" : {"nama" : "LALONG", "dapil" : [73, 7303, 17311, 2731703]}, "71664" : {"nama" : "SARAGI", "dapil" : [73, 7303, 17311, 2731703]}, "71659" : {"nama" : "TOMBANG", "dapil" : [73, 7303, 17311, 2731703]}, "71663" : {"nama" : "WALENRANG", "dapil" : [73, 7303, 17311, 2731703]}}
json_instruct
{"type": "object", "properties": {"71662": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71665": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71658": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71661": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71666": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71660": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71664": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71659": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "71663": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["71662", "71665", "71658", "71661", "71666", "71660", "71664", "71659", "71663"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : ["Engineering", "Programming"], "desc" : " &>standalone\u00a0product; MasteringEngineering", "details" : {"authors" : "David R. O'Hallaron", "format" : "pdf", "isbn-10" : "013409266X", "isbn-13" : "978-0134092669", "pages" : "1120 pages", "publication date" : "March 12, 2015", "publisher" : "Pearson", "size" : "35.00Mb"}, "img" : "http://23.95.221.108/covers/33/33dc73067d7512a7d970cec5fe8870db.jpg", "link" : "https://rapidhosting.info/files/8k1", "title" : "Computer Systems: A Programmer\u2019s Perspective (3rd Edition)"}
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"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "item/template_pig_spawn_egg"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"main" : "managetwitch.js"}
json_instruct
{"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"elt_id": {"type": "string"}, "previous": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "html": {"type": "string"}, "jstree_data": {"type": "object", "properties": {"text": {"type": "string"}, "state": {"type": "object", "properties": {"opened": {"type": "boolean"}}, "required": ["opened"]}, "a_attr": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "state": {"type": "object", "properties": {"opened": {"type": "boolean"}}, "required": ["opened"]}, "a_attr": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "children": {"type": "array", "items": {}}, "li_attr": {"type": "object", "properties": {"class": {"type": "string"}}, "required": ["class"]}}, "required": ["text", "state", "a_attr", "children", "li_attr"]}}, "li_attr": {"type": "object", "properties": {"class": {"type": "string"}}, "required": ["class"]}}, "required": ["text", "state", "a_attr", "children", "li_attr"]}}, "required": ["elt_id", "previous", "html", "jstree_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"elt_id" : "texts:list__text1_text2:0:text1", "previous" : [["inside", "#tree_texts"]], "html" : "<select class=\"btn-add btn-list\"><option>New text1/text2</option><option class=\"xt-option-text1\" value=\"texts:list__text1_text2:0:text1\">text1</option><option class=\"xt-option-text2\" value=\"texts:list__text1_text2:0:text2\">text2</option></select><div class=\"panel panel-default text1\" id=\"texts:list__text1_text2:0:text1\"><div class=\"panel-heading\"><span data-toggle=\"collapse\" href=\"#collapse-texts\\:list__text1_text2\\:0\\:text1\">text1<a class=\"btn-delete btn-list\" data-target=\"#texts:list__text1_text2:0:text1\" title=\"Delete\"></a><a data-comment-name=\"texts:list__text1_text2:0:text1:_comment\" class=\"btn-comment\" title=\"Add comment\"></a></span></div><div class=\"panel-body panel-collapse collapse in\" id=\"collapse-texts:list__text1_text2:0:text1\"><div id=\"texts:list__text1_text2:0:text1:subtext\" class=\"xt-container-subtext\"><label>subtext</label><span class=\"btn-external-editor\" ng-click=\"externalEditor(this)\"></span><a data-comment-name=\"texts:list__text1_text2:0:text1:subtext:_comment\" class=\"btn-comment\" title=\"Add comment\"></a><textarea class=\"form-control subtext\" name=\"texts:list__text1_text2:0:text1:subtext:_value\" rows=\"1\"></textarea></div></div></div>", "jstree_data" : {"text" : "text1", "state" : {"opened" : true}, "a_attr" : {"id" : "tree_texts:list__text1_text2:0:text1"}, "children" : [{"text" : "subtext", "state" : {"opened" : true}, "a_attr" : {"id" : "tree_texts:list__text1_text2:0:text1:subtext"}, "children" : [], "li_attr" : {"class" : "tree_texts:list__text1_text2:0:text1:subtext subtext"}}], "li_attr" : {"class" : "tree_texts:list__text1_text2 text1"}}}
json_instruct
{"type": "object", "properties": {"elt_id": {"type": "string"}, "previous": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "html": {"type": "string"}, "jstree_data": {"type": "object", "properties": {"text": {"type": "string"}, "state": {"type": "object", "properties": {"opened": {"type": "boolean"}}, "required": ["opened"]}, "a_attr": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "state": {"type": "object", "properties": {"opened": {"type": "boolean"}}, "required": ["opened"]}, "a_attr": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "children": {"type": "array", "items": {}}, "li_attr": {"type": "object", "properties": {"class": {"type": "string"}}, "required": ["class"]}}, "required": ["text", "state", "a_attr", "children", "li_attr"]}}, "li_attr": {"type": "object", "properties": {"class": {"type": "string"}}, "required": ["class"]}}, "required": ["text", "state", "a_attr", "children", "li_attr"]}}, "required": ["elt_id", "previous", "html", "jstree_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Saint-Gervais-d'Auvergne", "circ" : "2\u00e8me circonscription", "dpt" : "Puy-de-D\u00f4me", "inscrits" : 1010, "abs" : 438, "votants" : 572, "blancs" : 20, "nuls" : 8, "exp" : 544, "res" : [{"nuance" : "SOC", "nom" : "Mme Christine PIR\u00c8S BEAUNE", "voix" : 447}, {"nuance" : "REM", "nom" : "M. Mohand HAMOUMOU", "voix" : 97}]}
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", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See rlimf on Metamath](http://us.metamath.org/mpegif/rlimf.html)"}], "names" : ["rlimf"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cF", "#T_crli", "#T_cA", "#T_wi", "#T_cF", "#T_wf--1", "#T_cdm", "#T_cF", "#T_wf--2", "#T_cc"], "metaLanguage" : "METAMATH", "remarks" : " Closure of a function with a limit in the complex numbers. (Contributed by Mario Carneiro, 16-Sep-2014.) ", "statement" : "rlimf $p |- ( F ~~>r A -> F : dom F --> CC ) $."}
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "IKTNZ2", "lang" : "de", "description" : null, "name" : "Nutzung von IKT", "type" : "Merkmal"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "E": {"type": "string"}, "A": {"type": "string"}, "Y": {"type": "string"}, "L": {"type": "string"}, "D": {"type": "string"}, "H": {"type": "string"}, "5": {"type": "string"}, "F": {"type": "string"}, "T": {"type": "string"}, "V": {"type": "string"}}, "required": ["2", "3", "4", "E", "A", "Y", "L", "D", "H", "5", "F", "T", "V"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"2" : "\u0259", "3" : "\u0437", "4" : "\ua72d", "E" : "\u025b", "A" : "\u2200", "Y" : "\u0264", "L" : "\u05ea", "D" : "\u311c", "H" : "\ua715", "5" : "\ua747", "F" : "\u07d4", "T" : "\u0275", "V" : "\u028e"}
json_instruct
{"type": "object", "properties": {"2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "E": {"type": "string"}, "A": {"type": "string"}, "Y": {"type": "string"}, "L": {"type": "string"}, "D": {"type": "string"}, "H": {"type": "string"}, "5": {"type": "string"}, "F": {"type": "string"}, "T": {"type": "string"}, "V": {"type": "string"}}, "required": ["2", "3", "4", "E", "A", "Y", "L", "D", "H", "5", "F", "T", "V"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "7179c501-8380-441a-b2a2-dd7d7ff59211", "children" : ["39d8b82c-ecc9-4073-94b6-cef6bb0a3e33"], "befores" : [{"name" : "app", "status" : "passed", "start" : 1632511071281, "stop" : 1632511072379}], "start" : 1632511071281, "stop" : 1632511075440}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-ruby-sass": {"type": "string"}}, "required": ["browser-sync", "gulp", "gulp-ruby-sass"]}}, "required": ["name", "version", "description", "author", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Readium", "version" : "2.0.0", "description" : "Just a medium-like blogging platform.", "author" : "Sven Read", "homepage" : "http://www.svenread.com/readium", "dependencies" : {"browser-sync" : "^2.6.9", "gulp" : "^3.8.11", "gulp-ruby-sass" : "^1.0.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-ruby-sass": {"type": "string"}}, "required": ["browser-sync", "gulp", "gulp-ruby-sass"]}}, "required": ["name", "version", "description", "author", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"swagger": {"type": "string"}, "info": {"type": "object", "properties": {"contact": {"type": "object", "properties": {}, "required": []}}, "required": ["contact"]}, "paths": {"type": "object", "properties": {"/v1/news/": {"type": "object", "properties": {"get": {"type": "object", "properties": {"description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"description": {"type": "string"}, "schema": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["description", "schema"]}}, "required": ["200"]}}, "required": ["description", "tags", "responses"]}}, "required": ["get"]}, "/v1/users/": {"type": "object", "properties": {"get": {"type": "object", "properties": {"description": {"type": "string"}, "consumes": {"type": "array", "items": {"type": "string"}}, "produces": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "operationId": {"type": "string"}}, "required": ["description", "consumes", "produces", "tags", "operationId"]}}, "required": ["get"]}}, "required": ["/v1/news/", "/v1/users/"]}}, "required": ["swagger", "info", "paths"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"swagger" : "2.0", "info" : {"contact" : {}}, "paths" : {"/v1/news/" : {"get" : {"description" : "List news", "tags" : ["News"], "responses" : {"200" : {"description" : "Test", "schema" : {"type" : "string"}}}}}, "/v1/users/" : {"get" : {"description" : "Get an item by its ID", "consumes" : ["application/json"], "produces" : ["application/json"], "tags" : ["Item"], "operationId" : "get-item-by-int"}}}}
json_instruct
{"type": "object", "properties": {"swagger": {"type": "string"}, "info": {"type": "object", "properties": {"contact": {"type": "object", "properties": {}, "required": []}}, "required": ["contact"]}, "paths": {"type": "object", "properties": {"/v1/news/": {"type": "object", "properties": {"get": {"type": "object", "properties": {"description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"description": {"type": "string"}, "schema": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["description", "schema"]}}, "required": ["200"]}}, "required": ["description", "tags", "responses"]}}, "required": ["get"]}, "/v1/users/": {"type": "object", "properties": {"get": {"type": "object", "properties": {"description": {"type": "string"}, "consumes": {"type": "array", "items": {"type": "string"}}, "produces": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "operationId": {"type": "string"}}, "required": ["description", "consumes", "produces", "tags", "operationId"]}}, "required": ["get"]}}, "required": ["/v1/news/", "/v1/users/"]}}, "required": ["swagger", "info", "paths"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "postinstall": {"type": "string"}, "prod": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "dev", "postinstall", "prod", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babel-preset-react-hmre": {"type": "string"}, "babel-preset-stage-1": {"type": "string"}, "babel-register": {"type": "string"}, "express": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "babel-preset-react-hmre", "babel-preset-stage-1", "babel-register", "express", "html-webpack-plugin", "react", "react-dom", "webpack"]}, "devDependencies": {"type": "object", "properties": {"webpack-dev-server": {"type": "string"}}, "required": ["webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-config-boilerplate", "version" : "1.0.0", "description" : "A configurable boilerplate for redux projects.", "main" : "src/index.js", "scripts" : {"build" : "webpack --verbose --colors --display-error-details --config webpack/prod.config.js", "dev" : "webpack-dev-server --config webpack/dev.config.js", "postinstall" : "npm run build", "prod" : "node server/entry.js", "test" : "npm run test"}, "author" : "jerekshoe", "license" : "MIT", "dependencies" : {"babel-core" : "^6.13.2", "babel-loader" : "^6.2.4", "babel-preset-es2015" : "^6.13.2", "babel-preset-react" : "^6.11.1", "babel-preset-react-hmre" : "^1.1.1", "babel-preset-stage-1" : "^6.13.0", "babel-register" : "^6.11.6", "express" : "^4.14.0", "html-webpack-plugin" : "^2.22.0", "react" : "^15.3.0", "react-dom" : "^15.3.0", "webpack" : "^1.13.1"}, "devDependencies" : {"webpack-dev-server" : "^1.14.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "postinstall": {"type": "string"}, "prod": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "dev", "postinstall", "prod", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babel-preset-react-hmre": {"type": "string"}, "babel-preset-stage-1": {"type": "string"}, "babel-register": {"type": "string"}, "express": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "babel-preset-react-hmre", "babel-preset-stage-1", "babel-register", "express", "html-webpack-plugin", "react", "react-dom", "webpack"]}, "devDependencies": {"type": "object", "properties": {"webpack-dev-server": {"type": "string"}}, "required": ["webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "description": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "operatingsystem_support": {"type": "array", "items": {}}, "project_page": {"type": "string"}, "requirements": {"type": "array", "items": {}}, "source": {"type": "string"}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {}}, "version": {"type": "string"}}, "required": ["author", "dependencies", "description", "license", "name", "operatingsystem_support", "project_page", "requirements", "source", "summary", "tags", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Tom McLaughlin <tmclaughlin@hubspot.com>", "dependencies" : [{"name" : "puppetlabs/stdlib", "version_requirement" : ">=0.0.0"}, {"name" : "maestrodev/wget", "version_requirement" : ">=1.0.0"}], "description" : "Setup and configure Sonatype Nexus.\n\nhttp://www.sonatype.org/nexus/", "license" : "BSD License", "name" : "hubspot-nexus", "operatingsystem_support" : [], "project_page" : "http://github.com/hubspotdevops/puppet-nexus", "requirements" : [], "source" : "http://github.com/hubspotdevops/puppet-nexus", "summary" : "Puppet module for Sonatype Nexus", "tags" : [], "version" : "1.2.0"}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "description": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "operatingsystem_support": {"type": "array", "items": {}}, "project_page": {"type": "string"}, "requirements": {"type": "array", "items": {}}, "source": {"type": "string"}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {}}, "version": {"type": "string"}}, "required": ["author", "dependencies", "description", "license", "name", "operatingsystem_support", "project_page", "requirements", "source", "summary", "tags", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "service_account_id": {"type": "string"}, "created_at": {"type": "string"}, "key_algorithm": {"type": "string"}, "public_key": {"type": "string"}, "private_key": {"type": "string"}}, "required": ["id", "service_account_id", "created_at", "key_algorithm", "public_key", "private_key"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "vstr", "service_account_id" : "vstr", "created_at" : "2022-03-26T17:01:30.096923290Z", "key_algorithm" : "RSA_2048", "public_key" : "-----BEGIN PUBLIC KEY-----\n", "private_key" : "-----BEGIN PRIVATE KEY-----\n"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "service_account_id": {"type": "string"}, "created_at": {"type": "string"}, "key_algorithm": {"type": "string"}, "public_key": {"type": "string"}, "private_key": {"type": "string"}}, "required": ["id", "service_account_id", "created_at", "key_algorithm", "public_key", "private_key"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "version", "homepage", "authors", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "image-preview", "main" : "image-preview.js", "version" : "0.0.3", "homepage" : "https://github.com/mambahao/image-preview", "authors" : ["Justin Hao <justin@haoyufeng.com>"], "keywords" : ["image-preview"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "version", "homepage", "authors", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lighthouse-batch": {"type": "string"}, "xml2js": {"type": "string"}}, "required": ["lighthouse-batch", "xml2js"]}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@isaacpearl/lighthouse-sitemap-auditor", "version" : "1.0.0", "description" : "A tool for running lighthouse audits across all pages of an .xml sitemap in bulk", "main" : "index.js", "scripts" : {"start" : "node index.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/isaacpearl/lighthouse-sitemap-auditor.git"}, "keywords" : ["lighthouse", "sitemap", "gatsby"], "author" : "Isaac Pearl", "license" : "MIT", "bugs" : {"url" : "https://github.com/isaacpearl/lighthouse-sitemap-auditor/issues"}, "homepage" : "https://github.com/isaacpearl/lighthouse-sitemap-auditor#readme", "dependencies" : {"lighthouse-batch" : "^6.0.0", "xml2js" : "^0.4.23"}, "publishConfig" : {"registry" : "https://npm.pkg.github.com/"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lighthouse-batch": {"type": "string"}, "xml2js": {"type": "string"}}, "required": ["lighthouse-batch", "xml2js"]}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["vim-go-with-ultisnips"]
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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "mocha": {"type": "string"}, "superagent": {"type": "string"}}, "required": ["bluebird", "body-parser", "express", "mocha", "superagent"]}}, "required": ["name", "version", "description", "main", "publishConfig", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "intram-node", "version" : "0.2.0", "description" : "INTRAM NODEJS API CLIENT", "main" : "index.js", "publishConfig" : {"registry" : "https://npm.pkg.github.com/"}, "scripts" : {"test" : "mocha"}, "keywords" : [], "author" : "Bahsoumany Oualid", "license" : "MIT", "dependencies" : {"bluebird" : "latest", "body-parser" : "^1.19.0", "express" : "^4.17.1", "mocha" : "^8.1.1", "superagent" : "latest"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "mocha": {"type": "string"}, "superagent": {"type": "string"}}, "required": ["bluebird", "body-parser", "express", "mocha", "superagent"]}}, "required": ["name", "version", "description", "main", "publishConfig", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "370832111200", "text" : "\u8d75\u575d\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111201", "text" : "\u6768\u8425\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111202", "text" : "\u9a6c\u8425\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111203", "text" : "\u82a6\u91cc\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111204", "text" : "\u66f9\u5e99\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111205", "text" : "\u8f9b\u5174\u5c6f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111206", "text" : "\u6c5f\u5c6f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111207", "text" : "\u6768\u5c6f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111208", "text" : "\u90dd\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111209", "text" : "\u675c\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111210", "text" : "\u502a\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111211", "text" : "\u5357\u7a46\u5b98\u5c6f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111212", "text" : "\u738b\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111213", "text" : "\u8bb8\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111214", "text" : "\u5434\u5793\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111215", "text" : "\u80e1\u5c6f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111216", "text" : "\u9c8d\u5793\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111217", "text" : "\u5b8b\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111218", "text" : "\u80e1\u5751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111219", "text" : "\u4e1c\u674e\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111220", "text" : "\u5f20\u98de\u5793\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111221", "text" : "\u859b\u5c6f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111222", "text" : "\u67ef\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "370832111223", "text" : "\u5317\u7a46\u5b98\u5c6f\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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["express", "tslint", "typescript"]}}, "required": ["name", "version", "main", "scripts", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "server", "version" : "1.0.0", "main" : "build/index.js", "scripts" : {"start" : "tsc && node build/index.js"}, "license" : "MIT", "dependencies" : {"express" : "^4.17.1", "tslint" : "^6.1.3", "typescript" : "^4.4.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["express", "tslint", "typescript"]}}, "required": ["name", "version", "main", "scripts", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}