input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "r...
{"lastUpdated" : 1654069169483, "username" : "RunningSaurian", "scores" : [{"xp" : 1791, "rank" : 500, "cardId" : 555}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Kebbi": {"type": "string"}}, "required": ["Kebbi"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Kebbi" : "KEB"}
json_instruct
{"type": "object", "properties": {"Kebbi": {"type": "string"}}, "required": ["Kebbi"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "str...
{"id" : 26864, "name" : "last.fm simple play counter", "description" : "plain text", "user" : {"id" : 45882, "name" : "dpmccabe", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2010-03-30T02:23:33.000Z", "weekly_install_count" : 0, "total_install_count" :...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issue...
{"contract" : "0x8e99ee85f468878ac25533a3e6b558a2572f33ab", "tool" : "mythril", "start" : 1563741030.2269576, "end" : 1563741039.7161293, "duration" : 9.489171743392944, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema...
{"id" : 2352, "cites" : 2, "cited_by" : 4, "reference" : ["(Washington: GPO). U.S. Department of Energy, l986a, Petroleum Supply Outlook 1985,", "(Chicago: University of Chicago Press), 23-82. Source Notes for Tables and Figures"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "8107022004", "district_id" : "8107022", "name" : "NEKAN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "\u83ab\u70e6Python\u4e3b\u9875", "url" : "https://mofanpy.com/"}, {"title" : "\u6709\u8da3\u7684\u673a\u5668\u5b66\u4e60 | \u83ab\u70e6Python", "url" : "https://mofanpy.com/tutorials/machine-learning/ML-intro/"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "$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"}, "delay": {"type": "string"}}, "required": ["u...
{"meta" : {"username" : "fwalloe", "repositoryName" : "infosecbriefly", "branch" : "gh-pages", "cname" : "www.infosecbriefly.com", "delay" : "200"}, "site" : {"title" : "InfoSec briefly", "description" : "Information Security news and how-tos in 200 words or less", "logo" : "images/logo.png", "cover" : "images/cover-im...
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"username": {"type": "string"}, "repositoryName": {"type": "string"}, "branch": {"type": "string"}, "cname": {"type": "string"}, "delay": {"type": "string"}}, "required": ["username", "repositoryName", "branch", "cname", "delay"]}, "site": {"ty...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "repository", "keywords"], "$schema...
{"name" : "Joint-Bert and Dual-Annotated Datasets for In-Game Toxicity Detection", "description" : "In-game toxicity detection using PyTorch", "repository" : "https://github.com/usydnlp-conda/usydnlp-conda", "keywords" : ["python", "flask", "pytorch", "toxic", "joint-bert", "in-game"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "repository", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "septentrial", "definition" : "Septentrional. Drayton."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"IConfig": {"type": "object", "properties": {"__symbolic": {"type": "s...
[{"__symbolic" : "module", "version" : 3, "metadata" : {"IConfig" : {"__symbolic" : "interface"}, "IDatePickerConfig" : {"__symbolic" : "interface"}, "IDatePickerConfigInternal" : {"__symbolic" : "interface"}}}, {"__symbolic" : "module", "version" : 1, "metadata" : {"IConfig" : {"__symbolic" : "interface"}, "IDatePicke...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"IConfig": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}, "IDatePickerConfig": {"type": "object"...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07...
[{"Similarity" : "0.989", "Title" : "Somatic Markers and Frequency Effects Does Emotion Really Play a Role on Decision Making in the Iowa Gambling Task", "Year" : 2008}, {"Similarity" : "0.985", "Title" : "Neurophysiological Effects of Negotiation Framing", "Year" : 2016}, {"Similarity" : "0.977", "Title" : "The Influe...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["teasim-boilerplate", "teasim-plugins", "teasim-samples"]
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": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "arfo:block/byg_fresh_water_lake_dark_oak_leaves_carpet"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["godaddy-style"]
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": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "su...
{"id" : 602, "surahNumber" : "004", "ayatNumber" : "109", "arabic" : "\u0647\u064e\u0627 \u0623\u064e\u0646\u0652\u062a\u064f\u0645\u0652 \u0647\u064e\u0670\u0624\u064f\u0644\u064e\u0627\u0621\u0650 \u062c\u064e\u0627\u062f\u064e\u0644\u0652\u062a\u064f\u0645\u0652 \u0639\u064e\u0646\u0652\u0647\u064f\u0645\u0652 \u064...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"county": {"type": "string"}, "executionId": {"type": "string"}, "race": {"type": "string"}, "link": {"type": "string"}, "prisonerId": {"type": "string"}, "firstName": {"type": "string"}, "date": {"type": "strin...
{"county" : "Nueces", "executionId" : "291", "race" : "Hispanic", "link" : "http://www.tdcj.state.tx.us/stat/dr_info/no_last_statement.html", "prisonerId" : "999257", "firstName" : "John", "date" : "01/15/2003", "lastName" : "Baltazar", "age" : "30", "statement" : "No"}
json_instruct
{"type": "object", "properties": {"county": {"type": "string"}, "executionId": {"type": "string"}, "race": {"type": "string"}, "link": {"type": "string"}, "prisonerId": {"type": "string"}, "firstName": {"type": "string"}, "date": {"type": "string"}, "lastName": {"type": "string"}, "age": {"type": "string"}, "statement"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "hexo": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "dependencies": {"type": "object"...
{"name" : "hexo-site", "version" : "0.0.0", "private" : true, "hexo" : {"version" : "3.4.4"}, "dependencies" : {"hexo" : "^3.3.9", "hexo-fs" : "^0.2.2", "hexo-renderer-ejs" : "^0.3.0", "hexo-renderer-marked" : "^0.3.2", "hexo-renderer-scss" : "^1.0.3", "hexo-renderer-stylus" : "^0.3.1", "hexo-server" : "^0.2.0"}, "devD...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "hexo": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "dependencies": {"type": "object", "properties": {"hexo": {"type": "string"}, "hexo-fs": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"data": {"type": "object", "properties": {"query": {"type": "string"}, "access_purpose": {"type": "string"}, "access_utilizer": {"type": "string"}}, "required": ["query", "access_purpose", "access_utilizer"]}}, ...
{"data" : {"query" : "SELECT breed, dob, email, gender, name, comment FROM \"user\".\"user\" WHERE email = 'panda@allthedogs.com'", "access_purpose" : "General-Purpose.Marketing.Direct.Email.Special-Offer", "access_utilizer" : "General-Utilizer.Non-Profit.University.TU-Berlin"}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"query": {"type": "string"}, "access_purpose": {"type": "string"}, "access_utilizer": {"type": "string"}}, "required": ["query", "access_purpose", "access_utilizer"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Values": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Values"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Name" : "tag:project", "Values" : ["elkk-stack"]}, {"Name" : "instance-state-name", "Values" : ["running"]}, {"Name" : "tag:aws:cloudformation:stack-name", "Values" : ["elkk-elastic"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Values": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Values"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Corr...
{"Cotacao" : 10.21, "Cresc. Rec.5a" : 0.221, "Div.Brut/ Patrim." : 0.39, "Div.Yield" : 0.0, "EV/EBIT" : 8.46, "EV/EBITDA" : 2.85, "Liq. Corr." : 0.99, "Liq.2meses" : 0.0, "Mrg Ebit" : 0.0853, "Mrg. Liq." : -0.0103, "P/Ativ Circ.Liq" : -0.73, "P/Ativo" : 0.353, "P/Cap.Giro" : -502.47, "P/EBIT" : 6.42, "P/L" : -43.56, "P...
json_instruct
{"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Corr.": {"type": "number"}, "Liq.2meses": {"type": "number"}, "Mrg Ebit": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 1131129, "stations" : ["1131129"]}
json_instruct
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["fi...
{"file_num" : 1321, "data" : [{"id" : 1322, "content" : "\u597d\u8eab\u6750\u7684\u56e0\u7d20\u5f88\u591a\u3002\u4e0d\u662f\u8282\u98df\u548c\u953b\u70bc\u5c31\u80fd\u62e5\u6709\u597d\u8eab\u6750\u7684\u3002"}]}
json_instruct
{"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {...
{"ConnectionStrings" : {"DefaultConnection" : "Server=(localdb)\\mssqllocaldb;Database=BlogDatabase;Trusted_Connection=True;MultipleActiveResultSets=true"}, "Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft.AspNetCore" : "Warning"}}, "IdentityServer" : {"Clients" : {"Blog.Client" : {"Profile" : "Identity...
json_instruct
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft.AspNetCore": {"type"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "null"}, "email": {"type": "str...
{"name" : "Tom-Mutters-Schule - Schule mit F\u00f6rderschwerpunkt geistige Entwicklung, Neustrelitz", "id" : "MV-75235546", "address" : "H\u00f6henstra\u00dfe 51, 17235 Neustrelitz", "school_type" : "F\u00f6rderschule", "fax" : "03981/443494", "phone" : "03981/443492", "website" : null, "email" : "tom-mutters-schule@t-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "null"}, "email": {"type": "string"}, "headmaster": {"type": "string"}, "state": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "updated"], "$schema": "http://json-schema.org/draft-07/sch...
{"_id" : "beer_Verich_Gold", "brewery" : "Ohio Brewing", "name" : "Verich Gold", "updated" : "2010-07-22 20:00:20"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "updated"], "$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": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}...
{"h" : [{"d" : [{"f" : "\ufff9\ufffato drop in single drops\ufffb\u758f\u758f\u843d\u843d\u7684\u6c34\u6ef4\u6216\u96e8\u6ef4"}]}], "t" : "merak"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "...
{"address" : "1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT", "cert_auth_type" : "web", "cert_sign" : "G+aW1Moh1qoJLpxHYSRDR7lJhhCXnVHGbfL0A2sfyfx0QHkOwDrw5bM+MlRNxF299pnLiEsKRS0nFaH/G5Kd/c8=", "cert_user_id" : "megumin@zeroid.bit", "files" : {"data.json" : {"sha512" : "d4ab6b22a1ae4c84fcb30cb39d7c867b35915dd83640853b5789d25941d1b...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "st...
{"contract" : "0xdbe615c10ce4336fcbaed628e76fbe84e4b7dc44", "tool" : "solhint", "start" : 1563584768.9563367, "end" : 1563584773.105453, "duration" : 4.149116277694702, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "st...
{"text" : "", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 26-808.\n\nLegislative History of Laws\n\nFor legislative history of D.C. Law 6-107, see Historical and Statutory Notes following \u00a7 26-702.01.\n\nDC CODE \u00a7 26-708\n\nCurrent through December 11, 2012", "credits" : "(Apr. 11, 1986, D.C. Law ...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "ti...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "r...
{"name" : "randmly", "version" : "0.0.4", "description" : "randmly WebRtc - Angular - Meteor", "private" : true, "scripts" : {"start" : "meteor --settings settings.json"}, "repository" : {"type" : "git", "url" : "git+https://github.com/flaviocarvalho/randmly.git"}, "license" : "SEE LICENSE IN \"license\"", "bugs" : {"u...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"astro.intersect": {"type": "number"}, "turf.intersect": {"type": "number"}}, "required": ["astro.intersect", "turf.intersect"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"astro.intersect" : 4740.329575021683, "turf.intersect" : 1251.1848341232214}
json_instruct
{"type": "object", "properties": {"astro.intersect": {"type": "number"}, "turf.intersect": {"type": "number"}}, "required": ["astro.intersect", "turf.intersect"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type...
{"IsRecentlyVerified" : false, "ID" : 175950, "UUID" : "4F612CA0-C072-4858-B767-658E55C5C27D", "DataProviderID" : 1, "OperatorID" : 45, "UsageTypeID" : 1, "UsageCost" : "Free", "AddressInfo" : {"ID" : 176309, "Title" : "Penny Market Pitesti", "AddressLine1" : "Bulevardul B\u0103lcescu Nicolae", "Town" : "Pite\u0219ti",...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"border": {"type": "boolean"}, "padding": {"type": "boolean"}, "borderWidth": {"type": "number"}, "borderColor": {"type": "object", "properties": {"R": {"type": "integer"}, "G": {"type": "integer"}, "B": {"type": "integer"}}, "re...
{"border" : true, "padding" : true, "borderWidth" : 1.2, "borderColor" : {"R" : 27, "G" : 95, "B" : 133}, "strokeWidth" : 1.2, "strokeColor" : {"R" : 27, "G" : 95, "B" : 133}, "backgroundColor" : {"R" : 253, "G" : 246, "B" : 227}, "canvasWidth" : 480}
json_instruct
{"type": "object", "properties": {"border": {"type": "boolean"}, "padding": {"type": "boolean"}, "borderWidth": {"type": "number"}, "borderColor": {"type": "object", "properties": {"R": {"type": "integer"}, "G": {"type": "integer"}, "B": {"type": "integer"}}, "required": ["R", "G", "B"]}, "strokeWidth": {"type": "numbe...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema":...
{"Time" : "2021-01-25T07:00:00Z", "Temp" : 9.4, "RelHum" : 34, "WindSpeed" : 5.9, "WindDir" : 84}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$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#"}
[["152528200200", "\u8fbe\u5e03\u68ee\u9ad8\u52d2\u560e\u67e5", "210", "0"], ["152528200201", "\u4e4c\u5170\u6dd6\u5c14\u560e\u67e5", "220", "0"], ["152528200202", "\u5d29\u6d2a\u9ad8\u52d2\u560e\u67e5", "220", "0"], ["152528200203", "\u4e43\u4ec1\u9676\u52d2\u76d6\u560e\u67e5", "220", "0"], ["152528200204", "\u5fb7\u6...
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": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01010160": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"...
{"type" : "Topology", "objects" : {"E01010160" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00051354", "LAD11CD" : "E08000029"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properti...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01010160": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---node-modules-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-category-template-js": {"type": "a...
{"app" : ["/app-674ff20624b8839544ec.js"], "component---node-modules-gatsby-plugin-offline-app-shell-js" : ["/component---node-modules-gatsby-plugin-offline-app-shell-js-ec1da19b77b8d79a622f.js"], "component---src-templates-category-template-js" : ["/component---src-templates-category-template-js-b1181455d2e0bb349c16.j...
json_instruct
{"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---node-modules-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-category-template-js": {"type": "array", "items": {"type": "string"}}, "component---src-templ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license...
{"name" : "apollo-query-complexity", "version" : "0.2.1", "description" : "An Apollo-Server plugin to perform query complexity control", "keywords" : ["Apollo-Server"], "author" : "linbudu599", "homepage" : "https://github.com/linbudu599/apollo-server-midway#readme", "license" : "MIT", "main" : "./dist/index.js", "file...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "files": {"...
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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [...
{"name" : "@zerasul/image-read-helper", "version" : "0.0.1", "description" : "Image Reader For get information from BMP, PNG and JPEG Images", "main" : "build/index.js", "scripts" : {"test" : "mocha -r ts-node/register src/**/*.spec.ts"}, "repository" : {"type" : "git", "url" : "https://github.com/zerasul/image-reader-...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "prope...
{"name" : "oldschoolshuffle", "version" : "0.1.0", "private" : true, "engines" : {"node" : "7.10.0"}, "dependencies" : {"@material-ui/core" : "^3.0.1", "cosmicjs" : "^3.2.12", "eslint-module-utils" : "^2.2.0", "express" : "^4.16.3", "lodash.chunk" : "^4.2.0", "lodash.flatten" : "^4.4.0", "lodash.startcase" : "^4.4.0", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"@material-ui/core": {"type": "string"}, "cosmic...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tag" : "hello"}
json_instruct
{"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "force": {"type": "string"}, "level": {"type": "string"}, "mechanic": {"type": "string"}, "equipment": {"type": "string"}, "primaryMuscles": {"type": "array", "items": {"type": "string"}}, "secondary...
{"name" : "Clean from Blocks", "force" : "pull", "level" : "intermediate", "mechanic" : "compound", "equipment" : "barbell", "primaryMuscles" : ["quadriceps"], "secondaryMuscles" : ["calves", "glutes", "hamstrings", "shoulders", "traps"], "instructions" : ["With a barbell on boxes or stands of the desired height, take ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "force": {"type": "string"}, "level": {"type": "string"}, "mechanic": {"type": "string"}, "equipment": {"type": "string"}, "primaryMuscles": {"type": "array", "items": {"type": "string"}}, "secondaryMuscles": {"type": "array", "items": {"type": "string"}}, "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/dr...
{"id" : "18", "provinceId" : "73", "regencyId" : "17", "name" : "Lamasi Timur"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"...
{"nom" : "Hontanx", "dpt" : "Landes", "inscrits" : 497, "abs" : 67, "votants" : 430, "blancs" : 4, "nuls" : 4, "exp" : 422, "res" : [{"panneau" : "3", "voix" : 91}, {"panneau" : "2", "voix" : 85}, {"panneau" : "9", "voix" : 67}, {"panneau" : "11", "voix" : 66}, {"panneau" : "4", "voix" : 49}, {"panneau" : "8", "voix" :...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationGroupId" : 1120431, "stations" : ["1120431"]}
json_instruct
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "debug": {"type": "string"},...
{"name" : "trending-crawler", "version" : "0.1.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node src/index.js", "debug" : "PORT=4001 node --nolazy --inspect-brk=9229 src/index.js", "dev" : "PORT=4001 nodemon src/index.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : [],...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "debug": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}}, "requ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"sender": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "to": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "stri...
{"sender" : {"name" : "from email!", "email" : "from@email.com"}, "to" : [{"email" : "to@example.net", "name" : "to whom!"}], "bcc" : [{"email" : "bcc@example.net", "name" : "bcc whom!"}], "cc" : [{"email" : "cc@example.net", "name" : "cc whom!"}], "htmlContent" : "This is the <h1>HTML</h1>", "textContent" : "This is t...
json_instruct
{"type": "object", "properties": {"sender": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "to": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId",...
{"userId" : 28865, "cartId" : "36838489-ceb3-4e46-a912-9de89bb58c88", "preferredProducts" : [1726], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {}}, "dependencies": {...
{"name" : "TempSensor", "version" : "1.0.0", "keywords" : ["util", "functional", "server", "client", "browser"], "author" : "Mario Contreras <marioc@nazul.net>", "contributors" : [], "dependencies" : {"aws-iot-device-sdk" : "*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {}}, "dependencies": {"type": "object", "properties": {"aws-iot-device-sdk": {"type": "string"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "key": {"type": "null"}, "value": {"type": "object", "properties": {"TITLE": {"type": "string"}, "movie_id": {"type": "string"}, ...
{"inputs" : [{"topic" : "json-movies", "key" : null, "value" : {"TITLE" : "Lethal Weapon", "movie_id" : "1", "release_year" : 1992}}, {"topic" : "json-movies", "key" : null, "value" : {"TITLE" : "Die Hard", "movie_id" : "2", "release_year" : 1988}}, {"topic" : "json-movies", "key" : null, "value" : {"TITLE" : "Predator...
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "key": {"type": "null"}, "value": {"type": "object", "properties": {"TITLE": {"type": "string"}, "movie_id": {"type": "string"}, "release_year": {"type": "integer"}}, "required": ["TITLE...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6209060009", "district_id" : "6209060", "name" : "TEWANG RANGKANG"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"blind-structure": {"type": "string"}, "timeouts": {"type": "object", "properties": {"update-pots": {"type": "integer"}, "update-equities": {"type": "integer"}, "next-phase": {"type": "integer"}, "next-phase-a...
{"blind-structure" : "tourney-turbo", "timeouts" : {"update-pots" : 400, "update-equities" : 500, "next-phase" : 1000, "next-phase-allin" : 1500, "next-phase-allin-pre" : 2000, "show-winner" : 1500, "show-winner-sidepot-interval" : 500}}
json_instruct
{"type": "object", "properties": {"blind-structure": {"type": "string"}, "timeouts": {"type": "object", "properties": {"update-pots": {"type": "integer"}, "update-equities": {"type": "integer"}, "next-phase": {"type": "integer"}, "next-phase-allin": {"type": "integer"}, "next-phase-allin-pre": {"type": "integer"}, "sho...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "title-overview": {"type": "string"}, "title-error": {"type": "string"}, "titl...
{"@metadata" : {"authors" : ["Borich\u00e8t", "Dragon\u00f2t", "\u0db4\u0dc3\u0dd2\u0db3\u0dd4 \u0d9a\u0dcf\u0dc0\u0dd2\u0db1\u0dca\u0daf"]}, "title-overview" : "F\u00f2to", "title-error" : "Eror", "title-updatelog" : "Agiorn\u00e9 \u00ebl registr", "updatelog-intro" : "\u00cbl copion d'agiornament a l'\u00e9 program\u...
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "title-overview": {"type": "string"}, "title-error": {"type": "string"}, "title-updatelog": {"type": "string"}, "updatelog-intro": {"type": "string"}, "u...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-sc...
{"id" : "010801010502", "variable1" : 0.4136, "variable2" : 0.2207, "variable3" : "A"}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"na...
{"id" : "GEHM0", "name" : {"en" : "Melilla (hel Militar)"}, "country" : "ES", "region" : "ML", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : "GEHM", "iata" : null}, "location" : {"latitude" : 35.2803, "longitude" : -2.9581, "elevation" : 37}, "t...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"fn_name": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required...
{"fn_name" : "count_consonants", "inputs" : [["sillystring"], ["aeiou"], ["abcdefghijklmnopqrstuvwxyz"], ["Count my unique consonants!!"]], "outputs" : [[7], [0], [21], [7]]}
json_instruct
{"type": "object", "properties": {"fn_name": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["fn_name", "inputs", "outputs"], "$schema": "http://json-schema.org...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"through2": {"type": "string"}}, "required": ["through2...
{"name" : "promise-spawner", "version" : "1.1.2", "description" : "Lazy nodejs spawner with stdout/stderr streams and error handling through promises", "main" : "index.js", "dependencies" : {"through2" : "~2.0.3"}, "devDependencies" : {"chai" : "~3.5.0", "mocha" : "~3.4.2"}, "scripts" : {"test" : "mocha --reporter spec...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"through2": {"type": "string"}}, "required": ["through2"]}, "devDependencies": {"type": "object", "properties": {"...
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"}, "test": {"type": "string"}}, "required": ["start", "...
{"name" : "clusterbomb", "version" : "0.0.1", "private" : true, "scripts" : {"start" : "NODE_PATH=. node node_modules/react-native/local-cli/cli.js start", "test" : "NODE_PATH=. jest"}, "dependencies" : {"react" : "^16.0.0-beta.5", "react-native" : "^0.61.5", "react-native-calendars" : "^1.7.1", "react-native-datepicke...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"react": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"activities-heart": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "object", "properties": {"customHeartRateZones": {"type": "array", "items": {}}, "he...
{"activities-heart" : [{"dateTime" : "2016-04-03", "value" : {"customHeartRateZones" : [], "heartRateZones" : [{"caloriesOut" : 92.0788, "max" : 100, "min" : 30, "minutes" : 25, "name" : "Out of Range"}, {"caloriesOut" : 21.9118, "max" : 140, "min" : 100, "minutes" : 3, "name" : "Fat Burn"}, {"caloriesOut" : 0, "max" :...
json_instruct
{"type": "object", "properties": {"activities-heart": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "object", "properties": {"customHeartRateZones": {"type": "array", "items": {}}, "heartRateZones": {"type": "array", "items": {"type": "object", "propertie...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01025973": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"...
{"type" : "Topology", "objects" : {"E01025973" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00131807", "LAD11CD" : "E07000135"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01025973": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "spriteful", "definition" : "See Sprightful, Sprightfully, Sprightliness, Sprightly, etc."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "mintable": {"type": "boolean"}, "ethereum_address": {"type": "string"}}, "required": ["symbol", "name", "d...
{"symbol" : "sETH", "name" : "Synth sETH (PoS)", "decimals" : 18, "address" : "0x53c1ab7a25f1a44921de8bf479f5528845fc1254", "mintable" : false, "ethereum_address" : "0x5e74c9036fb86bd7ecdcb084a0673efc32ea31cb"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "mintable": {"type": "boolean"}, "ethereum_address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address", "mintable", "ethereum_address"], "$s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"typ...
{"id" : 135416, "info" : {"name" : "Akiba-souken Article Width Changer", "description" : "\u30a2\u30ad\u30d0\u7dcf\u7814\u306e\u8a18\u4e8b\u306e\u5e45\u56fa\u5b9a\u3092\u89e3\u9664\u3057\u307e\u3059\u3002\r\nThis script enables the fixed width of articles to be adjusted accordingly to the browser size.", "additionalInf...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties...
{"contract" : "0x540e67af900d2cc981ffc5d4cf4732f0dd0ca502", "tool" : "osiris", "start" : 1564599814.2525816, "end" : 1564599867.1281505, "duration" : 52.875568866729736, "analysis" : [{"errors" : [{"line" : 50, "column" : 33, "message" : "overflow_bugs"}, {"line" : 56, "column" : 16, "message" : "overflow_bugs"}, {"lin...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properti...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"typ...
{"text" : "", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 1-2233.\n\nLegislative History of Laws\n\nFor legislative history of D.C. Law 6-71, see Historical and Statutory Notes following \u00a7 2-1209.01.\n\nDC CODE \u00a7 2-1209.03\n\nCurrent through December 11, 2012", "credits" : "(Dec. 12, 1985, D.C. La...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "objec...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "CBT": {"type": "integer"}, "AGI": {"type": "integer"}, "HP": {"type": "integer"}, "dmg": {"type": "object", "properties": {"san": {"type": "integer"}, "sta": {"type": "integ...
[{"name" : "Ghoul", "CBT" : 3, "AGI" : 2, "HP" : 3, "dmg" : {"san" : 1, "sta" : 1}, "feature" : ""}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "CBT": {"type": "integer"}, "AGI": {"type": "integer"}, "HP": {"type": "integer"}, "dmg": {"type": "object", "properties": {"san": {"type": "integer"}, "sta": {"type": "integer"}}, "required": ["san", "sta"]}, "feature": {"type": "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"technos": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["id", "name", "description...
{"technos" : [{"id" : 1, "name" : "Angular", "description" : "le framework front-end", "url" : "https://angular.io/"}, {"id" : 2, "name" : "Node", "description" : "JavaScript c\u00f4t\u00e9 back-end", "url" : "https://nodejs.org/en/"}, {"id" : 3, "name" : "MongoDB", "description" : "la c\u00e9l\u00e8bre base noSQL", "u...
json_instruct
{"type": "object", "properties": {"technos": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["id", "name", "description", "url"]}}}, "required": ["technos"], "$schema": "http:/...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"I": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "C": {"t...
{"type" : "minecraft:crafting_shaped", "pattern" : ["C C", "CIC", "CCC"], "key" : {"I" : {"item" : "valoegheses_be:ingot_vanadium"}, "C" : {"item" : "valoegheses_be:chain_vanadium"}}, "result" : {"item" : "valoegheses_be:armour_chestplate_vanadium", "count" : 1}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"I": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "C": {"type": "object", "properties": {"item": {"type": "string"}},...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"average_occupancy" : [2.6894694378056943, 2.8347826094885322, 2.7511656771694866, 2.6957453793876143, 2.816503757457636, 2.777800534162359, 2.6777581224512663, 2.716700335241069, 2.7945788492940915, 2.7161402279778093, 2.9560228009666814, 2.8872463716733128, 2.7075721867249025, 2.883518269453416, 2.831644122408275, 2...
json_instruct
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1110090007", "district_id" : "1110090", "name" : "MEUREUBO"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "formation": {"type": "object", "properties": {"web": {"type": "object...
{"name" : "Research Server", "description" : "A server for collecting, aggregating, and summarizing research data", "keywords" : ["research", "server"], "repository" : "https://github.com/mmgfrcs/research-server", "formation" : {"web" : {"quantity" : 1, "size" : "free"}}, "addons" : ["mongolab:sandbox"], "buildpacks" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "formation": {"type": "object", "properties": {"web": {"type": "object", "properties": {"quantity": {"type": "integer"}, "size": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"main" : "JobParts"}
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": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "t...
{"directions" : ["Mix the rice and vegetable broth in a pot, and bring to a boil. Reduce heat to low, cover, and simmer 45 minutes, or until rice is tender.", "Preheat oven to 350 degrees F (175 degrees C). Lightly grease a large casserole dish.", "Heat the olive oil in a skillet over medium heat, and cook the onion un...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"...
{"type" : "Feature", "properties" : {"name" : "London Borough of Wandsworth", "iso2" : "GB-WND", "admin_level" : 8, "osm_id" : 51906, "wikidata_id" : "Q210563", "wikipedia_id" : null, "population" : 326474, "countrylevel_id" : "iso2:GB-WND", "osm_data" : {"localname" : "London Borough of Wandsworth", "official_name" : ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "null"}, "population": {"ty...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, ...
[{"FIELD1" : 2117, "key" : "Kepler-452_b", "star_name" : "Kepler-452", "planet_letter" : "b", "discovery_method" : "Transit", "pl_pnum" : 1, "orbital_period" : 384.843, "semi_major" : 1.046, "orbital_eccentricity" : "NA", "star_temp" : 5757, "star_radius" : 1.11, "planet_temp" : 265, "radius" : 1.63, "discovery_year" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"resource_name": {"type": "string"}, "lineages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "step_name": {"type": "string"}, "start_time": {"type": "string"}, "executio...
{"resource_name" : "results", "lineages" : [{"type" : "step", "step_name" : "anomaly-analysis-buoy-46026", "start_time" : "2019-05-05T09:38:52.229022", "execution_time_seconds" : 0.025617, "parameters" : {"buoy" : 46026}, "input_resources" : [{"resource_name" : "intermediate-data", "subpath" : "processed_46026.csv.gz",...
json_instruct
{"type": "object", "properties": {"resource_name": {"type": "string"}, "lineages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "step_name": {"type": "string"}, "start_time": {"type": "string"}, "execution_time_seconds": {"type": "number"}, "parameters": {"type": "object", "p...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"colors": {"type": "object", "properties": {"color0": {"type": "string"}, "color1": {"type": "string"}, "color2": {"type": "string"}, "color3": {"type": "string"}, "color4": {"type": "string"}, "color5": {"type": "st...
{"colors" : {"color0" : "#353535", "color1" : "#744B40", "color2" : "#6D6137", "color3" : "#765636", "color4" : "#61564B", "color5" : "#6B4A49", "color6" : "#435861", "color7" : "#B3B3B3", "color8" : "#5F5F5F", "color9" : "#744B40", "color10" : "#6D6137", "color11" : "#765636", "color12" : "#61564B", "color13" : "#6B4A...
json_instruct
{"type": "object", "properties": {"colors": {"type": "object", "properties": {"color0": {"type": "string"}, "color1": {"type": "string"}, "color2": {"type": "string"}, "color3": {"type": "string"}, "color4": {"type": "string"}, "color5": {"type": "string"}, "color6": {"type": "string"}, "color7": {"type": "string"}, "c...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "start"]}, "de...
{"name" : "server", "version" : "0.0.0", "private" : true, "scripts" : {"dev" : "nodemon ./src/www", "start" : "node ./src/www"}, "dependencies" : {"axios" : "^0.21.0", "cookie-parser" : "~1.4.4", "debug" : "~2.6.9", "dotenv" : "^8.2.0", "express" : "~4.16.1", "jsonwebtoken" : "^8.5.1", "morgan" : "~1.9.1", "mysql2" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "start"]}, "dependencies": {"type": "object", "properties": {"axios": {"t...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type...
{"ast" : null, "code" : "var _jsxFileName = \"/Users/jasper.huang/Desktop/Personal_Projects/mern-todolist/client/src/todolist/Todolist.js\";\nimport React, { Component } from \"react\";\nimport Details from \"./Details.js\";\nimport ListItem from \"./ListItem.js\";\nimport \"./Todolist.css\"; // assume we are already g...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "bootstrap": {"type": "string"}, "test": {"type": "string"}, "test:install"...
{"name" : "root", "private" : true, "scripts" : {"postinstall" : "npm run bootstrap", "bootstrap" : "lerna exec npm install && npm run test:install && lerna link", "test" : "lerna run test --parallel", "test:install" : "lerna exec npm run test:install --scope @inkline/nuxt --scope @inkline/vue-cli-plugin-inkline --para...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "bootstrap": {"type": "string"}, "test": {"type": "string"}, "test:install": {"type": "string"}, "lint": {"type": "string"}, "dev": {"type": "stri...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@types/react-router-dom": {"type": "string"}, "firebase": {"type": "string"}}, "required": ["@types/react-router-dom", "firebase"]}}, "required": ["dependencies"], "...
{"dependencies" : {"@types/react-router-dom" : "^5.1.6", "firebase" : "^8.0.0"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@types/react-router-dom": {"type": "string"}, "firebase": {"type": "string"}}, "required": ["@types/react-router-dom", "firebase"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "70374228e50158b6eb57", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "fixable", "definition" : "Capable of being fixed."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["commander-to-markdown", "yankee"]
json_instruct
{"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": {"dom-to-image.js": {"type": "string"}, "dom-to-image.min.js": {"type": "string"}}, "required": ["dom-to-image.js", "dom-to-image.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dom-to-image.js" : "sha256-/DX46OoaIuiTZCg4qq117Hq4iAFNA7TWDyZtphoT6TI=", "dom-to-image.min.js" : "sha256-XsEDZUcrGVcBuzY4UAjPY/ryj4SrTk6bfhezwpWWbcA="}
json_instruct
{"type": "object", "properties": {"dom-to-image.js": {"type": "string"}, "dom-to-image.min.js": {"type": "string"}}, "required": ["dom-to-image.js", "dom-to-image.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"qualityModel": {"type": "boolean"}, "transactionsConfiguration": {"type": "boolean"}, "name": {"type": "string"}, "href": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "versio...
{"qualityModel" : false, "transactionsConfiguration" : false, "name" : "com.castsoftware.webfilesdiscoverer", "href" : "AIP/extensions/com.castsoftware.webfilesdiscoverer", "title" : "Web Files Discoverer", "description" : "This discoverer detects projects based on the presence of web technology files (for example .HTM...
json_instruct
{"type": "object", "properties": {"qualityModel": {"type": "boolean"}, "transactionsConfiguration": {"type": "boolean"}, "name": {"type": "string"}, "href": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "versions": {"type": "object", "properties": {"name": {"type": "string"}, "href...
Construct a JSON document that adheres to this schema specification: {"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_c...
{"station" : [{"pref_cd" : 43, "line_cd" : 99922, "line_name" : "\u718a\u672c\u5e02\u96fb\uff21\u7cfb\u7d71", "station_cd" : 9992221, "station_g_cd" : 9992221, "station_name" : "\u516b\u4e01\u99ac\u5834", "lon" : 130.741746, "lat" : 32.783739}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long...
{"place_name" : "Pickens", "state_name" : "Mississippi", "state_abbrv" : "MS", "lat" : "32.8905", "long" : "-89.9737"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d1058-4", "text" : "2\nC vae 'CAg.c -VvN<x - 2-\nSLOKV DISSOLVE TO SET C v t.\nAND SLOW PAN ACROSS\nTO INN\n\u2022 pi*\n(S) o j C va e~\nQS fWVU. j\nCl- Cf/ Vc'w\nNARRATOR: Once upon a time, not so very long\nago, there came to this little village - a witch!\nShe moved into the village inn and there she\nstaye...
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": {"type": {"type": "string"}, "title": {"type": "string"}, "summary": {"type": "string"}, "parent": {"type": "string"}, "url": {"type": "string"}, "updated": {"type": "string"}, "children": {"type": "array", "items": {}}}, "requi...
{"type" : "wiki", "title" : "sw_vers \uba85\ub839\uc5b4", "summary" : "Mac OS X \uc758 \uc6b4\uc601\uccb4\uc81c \ubc84\uc804 \uc815\ubcf4\ub97c \ucd9c\ub825\ud55c\ub2e4", "parent" : "cmd", "url" : "/wiki/sw_vers-cmd", "updated" : "2020-01-03 22:24:28 +0900", "children" : []}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "summary": {"type": "string"}, "parent": {"type": "string"}, "url": {"type": "string"}, "updated": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["type", "title", "summary", "parent", "url", "update...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"hosting": {"type": "object", "properties": {"rules": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}, "headers": {"type": "array", "items": {"type": "object", "properties": ...
{"hosting" : {"rules" : [{"include" : "/", "headers" : [{"name" : "Link", "value" : "</build/app/app.eeqcbigw.js>;rel=preload;as=script"}, {"name" : "Link", "value" : "</build/app/hwnkro3u.js>;rel=preload;as=script"}]}, {"include" : "/build/app/**", "headers" : [{"name" : "Cache-Control", "value" : "public, max-age=315...
json_instruct
{"type": "object", "properties": {"hosting": {"type": "object", "properties": {"rules": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}, "headers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"webserver.local": {"type": "string"}}, "required": [...
{"name" : "webserver.local", "version" : "1.0.5", "description" : "A simple express local server with client-side routing", "main" : "run.js", "bin" : {"webserver.local" : "run.js"}, "scripts" : {"test" : "echo 'tests'"}, "repository" : {"type" : "git", "url" : "git+https://github.com/raulanatol/webserver.local.git"}, ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"webserver.local": {"type": "string"}}, "required": ["webserver.local"]}, "scripts": {"type": "object", "properties": {"tes...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/e/ec/Mutator_starved.png/revision/latest?cb=20200801161140", "sha1" : "6c3981c0fd3b1c5e4c0b5aa3c637b11f43fdc400"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"87": {"type": "string"}, "89": {"type": "string"}}, "required": ["87", "89"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/sche...
{"id" : "64531463", "lines" : {"87" : "HSSFPalette palette = workbook.getCustomPalette();\n", "89" : " palette.addColor( (byte)111, (byte)123, (byte)146);\n"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"87": {"type": "string"}, "89": {"type": "string"}}, "required": ["87", "89"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"selfAssessmentUniqueTaxPayerRef": {"type": "string"}, "taxPayerType": {"type": "string"}, "taxPayerName": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "postcode": {"type"...
{"selfAssessmentUniqueTaxPayerRef" : "1234567890", "taxPayerType" : "Partnership", "taxPayerName" : "Partnership Name", "address" : {"addressLine1" : "123 Long Road", "postcode" : "AB12 3CD"}, "_links" : {"self" : {"href" : "organisations/matching/self-assessment?matchId=57072660-1df9-4aeb-b4ea-cd2d7f96e430"}, "getSelf...
json_instruct
{"type": "object", "properties": {"selfAssessmentUniqueTaxPayerRef": {"type": "string"}, "taxPayerType": {"type": "string"}, "taxPayerName": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "postcode"]}, "_...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "price": {"type": "object", "properties": {"totalPaymentPrice": {"type": "object", "properties": {"paymentCurrencyAmount": {"type": "integer"}, "paymentCurrencyCode": {"type": "string"}, "paymentCurren...
{"id" : "0542c7901aaf4841b75f0446af309feb", "price" : {"totalPaymentPrice" : {"paymentCurrencyAmount" : 54050000, "paymentCurrencyCode" : "IDR", "paymentCurrencyExchangeRate" : 1, "paymentCurrencySymbol" : "Rp"}, "totalPrice" : {"basePayoutCurrencyCode" : "USD", "basePayoutPrice" : 3471, "convenienceFee" : 0, "currency...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "price": {"type": "object", "properties": {"totalPaymentPrice": {"type": "object", "properties": {"paymentCurrencyAmount": {"type": "integer"}, "paymentCurrencyCode": {"type": "string"}, "paymentCurrencyExchangeRate": {"type": "integer"}, "paymentCurrencySymbo...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"typ...
{"author" : {"id" : "t2_b5txw", "name" : "wikingwarrior"}, "date" : {"day" : 1426291200, "full" : 1426371049, "month" : 1425168000, "week" : 1425772800}, "id" : "t3_2z29ix", "picture" : {"filesize" : 78485, "fullUrl" : "https://external-preview.redd.it/Npfih-lY-8g00GrVmw54Tk0_tYwfeKf2v-4RELk8xCA.jpg?auto=webp&s=65c4674...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$...
{"id" : "2004", "provinceId" : "32", "regencyId" : "07", "districtId" : "30", "name" : "Wangunjaya"}
json_instruct
{"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"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type":...
{"name" : "aclon", "version" : "1.0.0", "description" : "Nuxt.js project", "author" : "Cheremnov Vladislav", "private" : true, "scripts" : {"dev" : "nuxt", "build" : "nuxt build", "start" : "nuxt start", "generate" : "nuxt generate", "lint" : "eslint --ext .js,.vue --ignore-path .gitignore .", "precommit" : "npm run li...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, ...