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": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type"...
{"pages" : ["pages/index/index", "pages/cart/index", "pages/my/index", "pages/pay/index"], "window" : {"backgroundTextStyle" : "light", "navigationBarBackgroundColor" : "#ff2d4a", "navigationBarTitleText" : "\u5728\u7ebf\u8ba2\u9910", "navigationBarTextStyle" : "white"}, "tabBar" : {"color" : "#000", "selectedColor" : ...
json_instruct
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"paths": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "path": {"type": "array", "items": {"type": "integer"}}}, "required": ["index", "path"]}}, "calls": {"type": "array",...
{"paths" : [{"index" : 0, "path" : [0, 61, 71, 133, 158, 205]}], "calls" : [{"index" : 0, "call" : {"value" : 0, "payload" : "b5c5f6720000000000000000000000003cc7c038f7eea1b70014b788b821d675b13b876000000000000000000000000000000000000000000000000000000000c1534f8a0000000000000000000000000000000000000000000000000000000000...
json_instruct
{"type": "object", "properties": {"paths": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "path": {"type": "array", "items": {"type": "integer"}}}, "required": ["index", "path"]}}, "calls": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "intege...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "str...
{"authors" : [{"author" : "Omar A Khan"}, {"author" : "Allan Ramsay"}], "doi" : "10.1186/1471-2296-7-22", "publication_date" : "2006-03-28", "id" : "EN119613", "url" : "https://pubmed.ncbi.nlm.nih.gov/16563167", "source" : "BMC family practice", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubme...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"style": {"type": "string"}, "layerState": {"type": "object", "properties": {"NIWA_SCENZ_CLIMATOLOGIES_V02_5742": {"type": "object", "properties": {"selected": {"type": "boolean"}}, "required": ["selected"]}},...
{"style" : "vertical", "layerState" : {"NIWA_SCENZ_CLIMATOLOGIES_V02_5742" : {"selected" : true}}, "layer" : "NIWA_SCENZ_CLIMATOLOGIES_V02_5742", "isZoom" : false, "handleColor" : "#dadada", "layerMode" : "single", "defaultLayers" : [], "invertPlacement" : false, "isHidePanel" : false}
json_instruct
{"type": "object", "properties": {"style": {"type": "string"}, "layerState": {"type": "object", "properties": {"NIWA_SCENZ_CLIMATOLOGIES_V02_5742": {"type": "object", "properties": {"selected": {"type": "boolean"}}, "required": ["selected"]}}, "required": ["NIWA_SCENZ_CLIMATOLOGIES_V02_5742"]}, "layer": {"type": "strin...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "stri...
{"id" : 44012, "info" : {"name" : "VBForums header & footer cleanup", "description" : "All focus to actual content. Also removes some advertisements. Can be used together with Firefox YesScript add-on to improve the loading time of the site.", "additionalInfo" : null, "format" : "uso", "category" : "vbforums", "created...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "pr...
{"versionEnd" : {"versionNum" : 2865, "commit" : "15c58719e9c44e8590173eedd20dd4b0f43e8d5f", "date" : "2021-07-07T16:53:07.093Z"}, "versionStart" : {"versionNum" : 2864, "commit" : "56e46a36c17112dbdd2a48d5956c45b724a51e5f", "date" : "2021-07-07T14:52:52.684Z"}, "changes" : ["blockchains/smartchain/assets/0x7153431234b...
json_instruct
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"typ...
{"name" : "UniPower", "symbol" : "POWER", "id" : "0xF2f9A7e93f845b3ce154EfbeB64fB9346FCCE509", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/unipower", "market_cap_usd" : 414506, "market_cap_rank" : 2734, "24_hr_volume_usd" : 9.25, "logoURI" : "https://raw.githubusercontent.com/poolsharks-proto...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"type": "integer"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3506080", "regency_id" : "3506", "name" : "NGANCAR"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"},...
{"id" : 9954, "source" : "bullinger", "verse_id" : 18035, "verse_count" : 1, "reference" : "20:5", "title" : "", "html" : " <p> <em>expectation. </em> Put by Figure of speech <i>Metonymy </i> (of Adjunct), for the help expected from Egypt. </p> \n\n <p> <em>Egypt their glory. </em> Put by Figure of speech <i>Metonymy <...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"copyright": {"type": "string"}}, "required": ["copyright"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"copyright" : "Dave Emmanuel Magno"}
json_instruct
{"type": "object", "properties": {"copyright": {"type": "string"}}, "required": ["copyright"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3304030009", "district_id" : "3304030", "name" : "MANDIRAJA KULON"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": ...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "id" : "MOZ", "properties" : {"name" : "Mozambique"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[34.559989, -11.52002], [35.312398, -11.439146], [36.514082, -11.720938], [36.775151, -11.594537], [37.471284, -11.568751], [37.827645, -11.268769],...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "geometry": {"type": "object", ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build-dev": {"type": "string"}, "build-dev-watch": {"typ...
{"name" : "plantuml-editor", "version" : "0.1.0", "license" : "MIT", "description" : "", "scripts" : {"build-dev" : "webpack --config webpack.config.dev.js --display-error-details", "build-dev-watch" : "webpack --config webpack.config.dev.js --display-error-details --watch --progress", "build-prod" : "webpack --config ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build-dev": {"type": "string"}, "build-dev-watch": {"type": "string"}, "build-prod": {"type": "string"}}, "required...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 1125915749, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "7a2a42a6ec2a48ff4bab53f77a25d2af", "wof:id" : 1125915749, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.72595, 43.30536, 1.72595, 43.30536], "geometry" : {"coordinates" : [1.72595, 43.3053...
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": ["...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["Hit", "me", ",", "baby", "(", "that", "'s", "right", ")"], ["Hurt", "me", ",", "baby", "(", "that", "'s", "right", ")"], ["Like", "you", "put", "your", "armpits", "in", "a", "drum", "machine"], ["Easy", "mo", ",", "just", "let", "the", "beat", "rock", "from", "your", "sweet", "stock"], ["To", "bounce", "the", "compl...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"protocol_ver": {"type": "string"}, "options": {"type": "object", "properties": {"service_time": {"type": "integer"}, "req_route_geom": {"type": "boolean"}, "req_debuginfo": {"type": "boolean"}, "keep_entry_angle": ...
{"protocol_ver" : "0.1.7", "options" : {"service_time" : 60, "req_route_geom" : true, "req_debuginfo" : true, "keep_entry_angle" : false}, "vehicle" : {"driver_id" : "hong", "vehicle_id" : "car-0101", "start_task_id" : "0", "end_task_id" : "0", "start_time" : 32400, "end_time" : 64800}, "services" : [{"task_id" : "0", ...
json_instruct
{"type": "object", "properties": {"protocol_ver": {"type": "string"}, "options": {"type": "object", "properties": {"service_time": {"type": "integer"}, "req_route_geom": {"type": "boolean"}, "req_debuginfo": {"type": "boolean"}, "keep_entry_angle": {"type": "boolean"}}, "required": ["service_time", "req_route_geom", "r...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "cost": {"type": "number"}, "dueDate": {"type": "string"}, "paid": {"type": "boolean"}, "invoiceDate": {"type": "string"}, "servicePeriodStart": {"type": "string"}...
{"title" : "COPEL - April 2020", "description" : "Electricity billl reference to the month of April", "cost" : 15000.66, "dueDate" : "2020-04-30", "paid" : false, "invoiceDate" : "2020-04-25", "servicePeriodStart" : "2020-03-25", "servicePeriodEnd" : "2020-04-25", "periodicity" : "monthly", "paymentMethod" : "bank tran...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "cost": {"type": "number"}, "dueDate": {"type": "string"}, "paid": {"type": "boolean"}, "invoiceDate": {"type": "string"}, "servicePeriodStart": {"type": "string"}, "servicePeriodEnd": {"type": "string"}, "periodicity": {"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1969, 7], [1970, 6], [1971, 5], [1973, 6], [1974, 8], [1975, 6], [1976, 12], [1977, 11], [1978, 8], [1979, 6], [1980, 18], [1981, 16], [1982, 17], [1983, 15], [1984, 9], [1985, 10], [1986, 13], [1987, 14], [1988, 14], [1989, 13], [1990, 18], [1991, 28], [1992, 21], [1993, 25], [1994, 24], [1995, 33], [1996, 43], [199...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "BigChungus", "hour" : "01", "avg" : 35.61538461538461}, {"subreddit" : "BigChungus", "hour" : "02", "avg" : 43.654545454545456}, {"subreddit" : "BigChungus", "hour" : "03", "avg" : 33.014925373134325}, {"subreddit" : "BigChungus", "hour" : "04", "avg" : 42.11764705882353}, {"subreddit" : "BigChungus", ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}},...
[{"label" : "Person", "normalizedVertices" : [{"x" : 0.32891333, "y" : 0.05257895}, {"x" : 0.4793839, "y" : 0.05257895}, {"x" : 0.4793839, "y" : 0.21810837}, {"x" : 0.32891333, "y" : 0.21810837}], "score" : 0.8473755}, {"label" : "Person", "normalizedVertices" : [{"x" : 0.4359082, "y" : 0.025277631}, {"x" : 0.5457389, ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertice...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "...
{"source" : "http://lema.rae.es/drae/srv/search?val=revalidar", "word" : "revalidar", "infinitivo" : "revalidar", "participio" : ["revalidado"], "gerundio" : ["revalidando"], "tenses" : {"3" : [["revalido"], ["revalidas", "revalid\u00e1s"], ["revalida"], ["revalidamos"], ["revalid\u00e1is", "revalidan"], ["revalidan"]]...
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "item...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "string"}, "build_id": {"type": "integer"}, "total_build": {"type": "integer"}}, "required": ["version", "build_id", "total_build"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.4.2", "build_id" : 2, "total_build" : 22}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "build_id": {"type": "integer"}, "total_build": {"type": "integer"}}, "required": ["version", "build_id", "total_build"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"packageName": {"type": "string"}, "type": {"type": "string"}, "fields": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "name": {"type": ...
{"packageName" : "io.fusionauth.domain.api.identityProvider", "type" : "IdentityProviderDetails", "fields" : {"id" : {"type" : "UUID"}, "name" : {"type" : "String"}, "oauth2" : {"type" : "IdentityProviderOauth2Configuration"}, "type" : {"type" : "IdentityProviderType"}}}
json_instruct
{"type": "object", "properties": {"packageName": {"type": "string"}, "type": {"type": "string"}, "fields": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "name": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["ty...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["gfycat", "Giphy"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "AND TO CONCLUDE FROM WHAT PASSES IN THEIR UNDERSTANDINGS BEFORE THEY EXPRESS IT;", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/667.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "...
{"name" : "fakeblock", "version" : "0.0.91", "description" : "Field-level ACL library for Node.js and NoSql document stores", "main" : "lib/fakeblock.js", "repository" : {"type" : "git", "url" : "git://github.com/gethuman/fakeblock.js.git"}, "keywords" : ["javascript", "ACL", "access control", "security"], "author" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "lis...
{"user" : "Edouard DUPIN", "value" : "*", "type" : "hand", "time" : 1470151121860648960, "data" : [{"type" : "type::finger", "list" : [[360.333038, 538.959961], [360.336823, 527.84375], [359.787262, 516.55957], [360.35553, 502.037354], [360.505798, 481.836975], [360.545898, 459.478699], [360.922333, 434.656616], [361.3...
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "num...
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"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["n...
{"name" : "heroku-stopngo-server", "version" : "0.0.1", "description" : "Back-end server to handle Stop 'N Go addon requests", "main" : "server.js", "engines" : {"node" : "6.11.1"}, "scripts" : {"start" : "nodemon server.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Riku Etel\u00e4niemi", "l...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "str...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date"...
{"id" : 344197, "node" : [{"id" : 344197, "name" : "\u827e\u85a9\u514b\u50b3", "nameCN" : "\u827e\u8428\u514b\u4f20", "image" : "//lain.bgm.tv/pic/cover/m/01/2f/344197_5bZl4.jpg", "date" : null}, {"id" : 344208, "name" : "\u8679\u7684\u50b3\u8aaa", "nameCN" : "\u8679\u7684\u4f20\u8bf4", "image" : "//lain.bgm.tv/pic/cov...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "null"}}, "required": ["id", "name", "nameCN", "image", "da...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "...
{"contract" : "0xf49c17470ecc377a59de71eab8dcb5e78b5cb670", "tool" : "oyente", "start" : 1563554362.4629252, "end" : 1563554366.2312713, "duration" : 3.768346071243286, "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": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "...
[{"label" : "Flower", "normalizedVertices" : [{"x" : 0.1263127, "y" : 0.7071425}, {"x" : 0.31443036, "y" : 0.7071425}, {"x" : 0.31443036, "y" : 0.8886719}, {"x" : 0.1263127, "y" : 0.8886719}], "score" : 0.5509319}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertice...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap":...
{"name" : "Labyrinth Pitfall", "number" : "21000168", "is_illegal" : false, "text" : "If your opponent activates an effect while you control \"Labyrinth Wall\"; negate that effect, then set this card face-down.", "type" : "Trap", "is_monster" : false, "is_spell" : false, "is_trap" : true, "property" : "Counter"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "req...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "img": {"type": "string"}, "email": {"type": "string"}, "links": {"type": "object", "properties": {"website": {"type": "string"}, "linkedin": {"type": "string"}, "github": {"type": ...
{"name" : "Juraia Pinas", "img" : "https://avatars.githubusercontent.com/u/72694655?v=4", "email" : "byenna21@gmail.com", "links" : {"website" : "juraia.nl", "linkedin" : "https://www.linkedin.com/in/juraia-pinas-b103a78b/", "github" : "https://github.com/Byenna"}, "jobTitle" : "junior webdeveloper", "location" : {"cit...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "img": {"type": "string"}, "email": {"type": "string"}, "links": {"type": "object", "properties": {"website": {"type": "string"}, "linkedin": {"type": "string"}, "github": {"type": "string"}}, "required": ["website", "linkedin", "github"]}, "jobTitle": {"typ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"message": {"type": "string"}, "message2": {"type": "string"}, "message3": {"type": "string"}, "message4": {"type": "string"}, "message5": {"type": "string"}, "message6": {"type": "string"}, "message7": {"type...
{"message" : "\ud83d\udca1 Let's drink a coffee?", "message2" : "\ud83d\udca1 Take a time to relax", "message3" : "\ud83d\udca1 Ask to others developers to help you with your code", "message4" : "\ud83d\udca1 Switch case doesn't solve if's and elses problem", "message5" : "\ud83d\udca1 Try to reduce the number of if's ...
json_instruct
{"type": "object", "properties": {"message": {"type": "string"}, "message2": {"type": "string"}, "message3": {"type": "string"}, "message4": {"type": "string"}, "message5": {"type": "string"}, "message6": {"type": "string"}, "message7": {"type": "string"}}, "required": ["message", "message2", "message3", "message4", "m...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"2048": {"type": "string"}, "2050": {"type": "string"}}, "required": ["2048", "2050"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"2048" : "2049", "2050" : "2051"}
json_instruct
{"type": "object", "properties": {"2048": {"type": "string"}, "2050": {"type": "string"}}, "required": ["2048", "2050"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"license": {"type": "string"}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jsdoc": {"type": "string"}, "yuidocjs": {"type": "string"}}, "required": ["jsdoc", "yuidocjs"]}, "optionalDependen...
{"license" : "CC0-1.0", "author" : "FAL", "devDependencies" : {"jsdoc" : "^3.6.6", "yuidocjs" : "^0.10.2"}, "optionalDependencies" : {"mime-types" : "^2.1.28"}, "private" : true, "scripts" : {"jsdoc" : "jsdoc -c config/jsdoc.json", "yuidoc" : "yuidoc -c config/yuidoc.json", "yuidoc:lint" : "yuidoc -c config/yuidoc.json...
json_instruct
{"type": "object", "properties": {"license": {"type": "string"}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jsdoc": {"type": "string"}, "yuidocjs": {"type": "string"}}, "required": ["jsdoc", "yuidocjs"]}, "optionalDependencies": {"type": "object", "properties": {"mime-types": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"zoom.js": {"type": "string"}, "zoom.min.js": {"type": "string"}}, "required": ["zoom.js", "zoom.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"zoom.js" : "sha256-sk3u/q2eujKf28qreoB6bdWQ8vNtskXtdG6/F8fpOMc=", "zoom.min.js" : "sha256-5O3Ymz+OtdK0+j9SfskQ86Xrz4q26yrEwVZtk2PAP7s="}
json_instruct
{"type": "object", "properties": {"zoom.js": {"type": "string"}, "zoom.min.js": {"type": "string"}}, "required": ["zoom.js", "zoom.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"liveServer.settings.ignoreFiles": {"type": "array", "items": {"type": "string"}}, "liveServer.settings.multiRootWorkspaceName": {"type": "string"}}, "required": ["liveServer.settings.ignoreFiles", "liveServer...
{"liveServer.settings.ignoreFiles" : ["!target/wasm.js", ".vscode/**", "**/*.scss", "**/*.sass", "**/*.ts", "**"], "liveServer.settings.multiRootWorkspaceName" : "game-jam-indie-tales-1"}
json_instruct
{"type": "object", "properties": {"liveServer.settings.ignoreFiles": {"type": "array", "items": {"type": "string"}}, "liveServer.settings.multiRootWorkspaceName": {"type": "string"}}, "required": ["liveServer.settings.ignoreFiles", "liveServer.settings.multiRootWorkspaceName"], "$schema": "http://json-schema.org/draft-...
Create a JSON structure that matches this 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": {"type": "string"}},...
{"text" : "For the purposes of this subchapter, the term:", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 15-351.\n\nLegislative History of Laws\n\nLaw 8-173, the \"Uniform Enforcement of Foreign Judgments Act of 1990,\" was introduced in Council and assigned Bill No. 8-56, which was referred to the Committee...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "de...
{"name" : "YEARN FINANCE NEO", "symbol" : "YFNEO", "address" : "0x2f17d3C6E65a349eF90884BbbC9a89e11f7c8532", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"ty...
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["176731"], "\uc81c\uc548\uc77c\uc790" : ["2007-05-31"], "\uc81c\uc548\uc790" : ["\uae40\ud615\uc624\uc758\uc6d0\ub4f16\uc778\uc678276\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c17\ub300(2004~2008)\...
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"json-stable-stringify": {"type": "string"}}, "required": ["json-stable-stringify"]}, "description": {"type": "string"}, "devDependenci...
{"author" : "Ersun Warncke <ersun.warncke@gmail.com>", "dependencies" : {"json-stable-stringify" : "1.0.1"}, "description" : "Generate 128bit hex id for stable JSON strigified object or string", "devDependencies" : {"chai" : "4.2.0", "mocha" : "5.2.0"}, "directories" : {"test" : "test"}, "license" : "MIT", "main" : "li...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"json-stable-stringify": {"type": "string"}}, "required": ["json-stable-stringify"]}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "moc...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2d9eadc5dc88aeb6389a0f1f52c0c13dbd8631f7"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "requ...
{"name" : "@react-website-themes/classy-docs", "version" : "0.0.23", "description" : "", "main" : "index.js", "publishConfig" : {"access" : "public"}, "scripts" : {"build" : "rimraf index.js components styles && babel src -d . --ignore /__tests__"}, "keywords" : [], "author" : "greg lobinski <greglobinski@gmail.com> (h...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "scripts": {"type": "object", "properties": {"build": {"t...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/sc...
{"symbol" : "ALPHA", "name" : "Alpha Finance Lab", "decimals" : 18, "address" : "0x7e521494d346e8d8c0b0e7c49f29c6e2e30ae8b1"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "stri...
[{"subject" : "SURY", "catalog_nbr" : 428, "section" : 1, "class_nbr" : 15842, "title" : "AI GASTRO SURY, BARI, HERNIA", "component" : "Clinical", "units" : 6, "bldg" : "TBA", "room" : "TBA", "days" : "TBA", "time" : "TBA", "instructor" : "Staff", "load" : "100", "rank" : "PROX", "attributes" : null, "enrl_cap" : 999, ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room"...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title":...
[{"e_id" : "14466", "title" : "\u7f57\u9a6c\u6559\u7687\u4e4c\u5c14\u73ed\u4e8c\u4e16\u5ba3\u5e03\u53d1\u8d77\u5341\u5b57\u519b\u4e1c\u5f81", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u5728926\u5e74\u524d\u7684\u4eca\u5929\uff0c1095\u5e7411\u670827\u65e5(\u519c\u53861095\u5e7410\u670828\u65e5)\uff0c\u7f57\u9a6c\u6559\u76...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "in...
[{"results" : [{"tech" : 1, "pts" : 18, "connections" : 35069, "capacity" : 297544, "investments" : 4286264}, {"tech" : 7, "pts" : 1, "connections" : 1693, "capacity" : 19029, "investments" : 239236}, {"tech" : 3, "pts" : 229, "connections" : 31797, "capacity" : 774171, "investments" : 4257847}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e"...
{"h" : [{"d" : [{"e" : ["\ufff9`O~ `tingwa~ `ko~ `sapitakos~ `niyam~.\ufffa\ufffb\u6211\u5011\u7528\u96fb\u8a71\u50b3\u8a0a\u3002", "\ufff9`Sapitakos~ `a~ `imail~.\ufffa\ufffb\u50b3\u905e\u8cc7\u8a0a\u7684 E-mail\u3002"], "f" : "\u50b3\u4ee4\u3001\u50b3\u905e\u8cc7\u8a0a\u4f7f\u7528\u7684\u5668\u5177\u3002"}]}], "stem"...
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/dr...
{"word" : "Elegy", "definitions" : ["(in modern literature) a poem of serious reflection, typically a lament for the dead.", "(in Greek and Latin verse) a poem written in elegiac couplets, as notably by Catullus and Propertius."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01016635": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "st...
{"type" : "Topology", "objects" : {"E01016635" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00083956", "LAD11CD" : "E06000041"}, "arcs" : [[0, 1, 2, 3, 4, 5]]}, {"type" : "Polygon...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01016635": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "c...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Duay, Duero, Bohol, Central Visayas (Region VII), PH", "locale" : "ph.central-visayas-region-vii.bohol.duero.duay", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "7", "region_reference" : "...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"...
{"nft" : {"id" : 8214, "image" : "ipfs://Qma1UNv8M9zwkdhRk8AQ4Jxx9Qk3dKGvCeMfhxaAsH46oe", "attributes" : [{"trait_type" : "Clothes", "value" : "Bone Necklace"}, {"trait_type" : "Hat", "value" : "Fez"}, {"trait_type" : "Eyes", "value" : "Bored"}, {"trait_type" : "Background", "value" : "Orange"}, {"trait_type" : "Mouth"...
json_instruct
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "arra...
{"commentStamp" : "CaroHernandez 7/3/2019 11:58", "super" : "EPClassMirror", "category" : "Espell-LowLevel-Mirrors", "classinstvars" : [], "pools" : [], "classvars" : [], "instvars" : [], "name" : "EPClassEMirror", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {}}, "name": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DESCRIPTION" : "Skickar en f\u00f6rhandsvisning av en hex f\u00e4rg.", "USAGE" : "hex <hex-color:0-9a-fA-F>"}
json_instruct
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["siteMetadata"]...
{"data" : {"site" : {"siteMetadata" : {"title" : "Solidaric.org - Menschen f\u00fcr Menschen"}}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u75...
{"\u6cd5\u898f\u6027\u8cea" : "\u547d\u4ee4", "\u6cd5\u898f\u540d\u7a31" : "\u570b\u8ecd\u9000\u9664\u5f79\u5b98\u5175\u8f14\u5c0e\u59d4\u54e1\u6703\u69ae\u8b7d\u570b\u6c11\u4e4b\u5bb6\u81ea\u8cbb\u990a\u8b77\u898f\u8cbb\u6536\u8cbb\u6a19\u6e96", "\u6cd5\u898f\u7db2\u5740" : "https://law.moj.gov.tw/LawClass/LawAll.aspx...
json_instruct
{"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ingredient": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}}},...
[{"name" : "GENERIC_WAX", "ingredient" : [{"type" : "forge:ore_dict", "ore" : "materialWax"}, {"type" : "forge:ore_dict", "ore" : "materialBeeswax"}, {"type" : "forge:ore_dict", "ore" : "materialPressedWax"}, {"type" : "forge:ore_dict", "ore" : "itemBeeswax"}, {"type" : "forge:ore_dict", "ore" : "wax"}, {"type" : "forg...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ingredient": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}}}, "required": ["name", "ingredient"]}, "$schema": "http://json-schema....
Create a JSON structure that matches this schema definition: {"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/sch...
{"id" : "02", "provinceId" : "33", "regencyId" : "18", "name" : "Kayen"}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "131070": {"type": "object", "properties": {"count": {"type": "integer"}}, "requ...
{"372012" : {"count" : 1}, "count" : 25, "131070" : {"count" : 1}, "499071" : {"count" : 1}, "499010" : {"count" : 1}, "37201X" : {"count" : 1}, "111021" : {"count" : 1}, "419020" : {"count" : 1}, "553010" : {"count" : 2}, "373010" : {"count" : 1}, "395011" : {"count" : 1}, "433031" : {"count" : 1}, "N.A.//" : {"count"...
json_instruct
{"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "131070": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "499071": {"type": "object", "properties": {"count": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "...
{"name" : "90-years-in-weeks", "version" : "0.0.1", "description" : "A calendar of a 90 year life in weeks", "repository" : {"type" : "git", "url" : "git+https://github.com/mgarbacz/90-years-in-weeks.git"}, "author" : {"name" : "Michal Garbacz", "email" : "michal@garbacz.io", "url" : "http://michal.garbacz.io"}, "licen...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-117.623281, 33.417528], [-117.619808, 33.419603], [-117.61807, 33.41899], [-117.61645, 33.42069], [-117.61661, 33.4221], [-117.61538, 33.42399], [-117.61046, 33.42707], [-117.60477, 33.41848], [-117.593599, 33.396819], [...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema...
[{"date" : "2022-04-02", "total" : 2901, "delta" : 2, "version" : "0.04c"}, {"date" : "2022-04-08", "total" : 2916, "delta" : 15, "version" : "0.04c"}, {"date" : "2022-04-10", "total" : 2922, "delta" : 6, "version" : "0.04c"}, {"date" : "2022-04-12", "total" : 2927, "delta" : 5, "version" : "0.04c"}, {"date" : "2022-04...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": "integ...
{"nom" : "Port-la-Nouvelle", "dpt" : "Aude", "inscrits" : 4784, "abs" : 1134, "votants" : 3650, "blancs" : 292, "nuls" : 117, "exp" : 3241, "res" : [{"panneau" : "2", "voix" : 1990}, {"panneau" : "1", "voix" : 1251}]}
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"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "st...
{"t" : "malikaway", "h" : [{"d" : [{"f" : "\u7e8f\u7e5e\u6210\u5708\u72c0\u4e86\u3002"}, {"f" : "\u88ab\u7e8f\u7e5e\u6210\u5708\u7684\uff08\u7dda\u72c0\u7269\uff09\u3002"}]}], "stem" : "likaw"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"],...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "strin...
{"version" : "1.6.9", "description" : "PSWinUtil is a PowerShell module for Windows users.", "homepage" : "https://github.com/yuusakuri/PSWinUtil", "license" : "", "url" : "https://github.com/yuusakuri/PSWinUtil/archive/v1.6.9.zip", "hash" : "ce1764282bb0fb513421c10978f6f596b296d681f6ed4ad37b201b83bac9c140", "extract_d...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}, "psmodule": {"type": "object", "properties": {"name": {"type": "str...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}...
{"body" : "There are currently issues with using spack with spack monitor that this PR will address. I'm opening it in case people are interested to use spack monitor, it's important these things are fixed. Bugs are detailed in the next paragraph.\r\n\r\nUpdates to installer.py did not account for spack monitor, so as ...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["pageContext...
{"componentChunkName" : "component---src-pages-electricity-bill-js", "path" : "/electricity-bill/", "result" : {"pageContext" : {}}, "staticQueryHashes" : ["3649515864", "63159454"]}
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["pageContext"]}, "staticQueryHashes": {"type": "array", "items": {"type": "string"}}}, "r...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"sn36.27:0.1": {"type": "string"}, "sn36.27:0.2": {"type": "string"}, "sn36.27:0.3": {"type": "string"}, "sn36.27:1.1": {"type": "string"}, "sn36.27:1.2": {"type": "string"}, "sn36.27:1.3": {"type": "string"}, "sn36.27:1.4": {"...
{"sn36.27:0.1" : "<article id='sn36.27'><header><ul><li class='division'>{}</li>", "sn36.27:0.2" : "<li>{}</li></ul>", "sn36.27:0.3" : "<h1 class='sutta-title'>{}</h1></header>", "sn36.27:1.1" : "<p>{}", "sn36.27:1.2" : "{}", "sn36.27:1.3" : "{}</p>", "sn36.27:1.4" : "<p>{}", "sn36.27:1.5" : "{}</p>", "sn36.27:1.6" : "...
json_instruct
{"type": "object", "properties": {"sn36.27:0.1": {"type": "string"}, "sn36.27:0.2": {"type": "string"}, "sn36.27:0.3": {"type": "string"}, "sn36.27:1.1": {"type": "string"}, "sn36.27:1.2": {"type": "string"}, "sn36.27:1.3": {"type": "string"}, "sn36.27:1.4": {"type": "string"}, "sn36.27:1.5": {"type": "string"}, "sn36....
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["c...
{"geometry" : {"coordinates" : [[[-90.40819983493111, 46.56861066182765], [-90.38552505145863, 46.539657746816125], [-90.31370817911822, 46.551563247550824], [-90.30239355525731, 46.54429638411514], [-90.30018105653711, 46.525051597897644], [-90.26978498459503, 46.52248051161648], [-90.25840172038187, 46.50878979187884...
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"er...
{"contract" : "0x35ea0d750ac28030be79c07dbf88244f3ae007e7", "tool" : "honeybadger", "start" : 1565813968.6089506, "end" : 1565814032.3344922, "duration" : 63.72554159164429, "analysis" : [{"errors" : [], "file" : "/unique_chucks/31/0x35ea0d750ac28030be79c07dbf88244f3ae007e7.sol", "name" : "FUTUREX"}, {"errors" : [], "f...
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": "strin...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"...
{"description" : "", "code" : "", "ldc" : [], "constructores" : [{"nombre" : "ListDataEvent", "description" : "", "parametros" : [{"nombre" : "int index1", "description" : ""}, {"nombre" : "Object source", "description" : ""}, {"nombre" : "int type", "description" : ""}, {"nombre" : "int index0", "description" : ""}]}]...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}, "parametros": {"type": "array", "items": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directed": {"type": "boolean"}, "graph": {"type": "array", "items": {}}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"party": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "...
{"directed" : false, "graph" : [], "nodes" : [{"party" : "Republican", "name" : "Pete Olson", "id" : "102008"}, {"party" : "Republican", "name" : "John Cornyn", "id" : "15375"}, {"party" : "Republican", "name" : "Joseph J. Heck", "id" : "44082"}, {"party" : "Republican", "name" : "David B. McKinley", "id" : "117396"}, ...
json_instruct
{"type": "object", "properties": {"directed": {"type": "boolean"}, "graph": {"type": "array", "items": {}}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"party": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["party", "name", "id"]}}, "links": {"type": "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}...
{"schema_version" : "1.2.0", "id" : "GHSA-37q9-87mr-hp46", "modified" : "2022-05-01T02:26:19Z", "published" : "2022-05-01T02:26:19Z", "aliases" : ["CVE-2005-4330"], "details" : "SQL injection vulnerability in browse.ihtml in iHTML Merchant Mall allows remote attackers to execute arbitrary SQL commands via the (1) id, (...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}...
{"schema_version" : "1.2.0", "id" : "GHSA-q44m-7h33-96g3", "modified" : "2022-05-01T02:15:08Z", "published" : "2022-05-01T02:15:08Z", "aliases" : ["CVE-2005-3161"], "details" : "Multiple SQL injection vulnerabilities in PHP-Fusion before 6.00.110 allow remote attackers to execute arbitrary SQL commands via (1) the acti...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
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"}}, "required": ["start"]}, "au...
{"name" : "server", "version" : "1.0.0", "description" : "This Project is to use to when we need to access Containers in NodeJs environment", "main" : "server.js", "scripts" : {"start" : "nodemon server.js"}, "author" : "Jay Goyal", "license" : "ISC", "dependencies" : {"directory-tree" : "^3.2.2", "dockerode" : "^3.3.1...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dep...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "from_id": {"type": "integer"}, "owner_id": {"type": "integer"}, "date": {"type": "integer"}, "post_type": {"type": "string"}, ...
{"response" : [{"id" : 617, "from_id" : 1, "owner_id" : 1, "date" : 1171758699, "post_type" : "post", "text" : "", "post_source" : {"type" : "vk"}, "comments" : {"count" : 0, "can_post" : 1}, "likes" : {"count" : 2, "user_likes" : 0, "can_like" : 1, "can_publish" : 0}, "reposts" : {"count" : 0, "user_reposted" : 0}}]}
json_instruct
{"type": "object", "properties": {"response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "from_id": {"type": "integer"}, "owner_id": {"type": "integer"}, "date": {"type": "integer"}, "post_type": {"type": "string"}, "text": {"type": "string"}, "post_source": {"type": "object...
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" : "f72ae65b42ea6e8664bef24f8c2491d2fd68a64f"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "declaration": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "removeComm...
{"version" : "1.5.0-beta", "compilerOptions" : {"target" : "es5", "module" : "commonjs", "declaration" : false, "noImplicitAny" : true, "removeComments" : false, "noLib" : false, "outDir" : "./build/js/"}, "filesGlob" : ["./src/**/*.ts", "./build/src/**/*.ts", "!./node_modules/**/*.ts"], "files" : ["./build/src/actions...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "declaration": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "noLib": {"type": "boolean"},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"active": {"type": "boolean"}, "name": {"type": "string"}, "slug": {"type": "string"}, "docsSlug": {"type": "string"}, "versions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"...
{"active" : true, "name" : "Skeleton Mapper", "slug" : "skeleton-mapper", "docsSlug" : "doctrine-skeleton-mapper", "versions" : [{"name" : "1.1", "branchName" : "1.1.x", "slug" : "latest", "current" : true}, {"name" : "1.0", "branchName" : "1.0.x", "slug" : "1.0", "current" : true, "aliases" : ["current", "stable"]}]}
json_instruct
{"type": "object", "properties": {"active": {"type": "boolean"}, "name": {"type": "string"}, "slug": {"type": "string"}, "docsSlug": {"type": "string"}, "versions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "branchName": {"type": "string"}, "slug": {"type": "string"}, "cur...
Generate a valid JSON object that conforms to the following schema: {"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...
{"id" : "21", "provinceId" : "33", "regencyId" : "01", "name" : "Cilacap Selatan"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"case_name": {"type": "string"}, "case_type": {"type": "string"}, "date_last_visit": {"type": "string"}, "date_next_reg": {"type": "string"}, "date_opened": {"type": "string"}, "external_id": {"type": "null"}, "fam...
{"case_name" : "Pankaja", "case_type" : "cc_bihar_pregnancy", "date_last_visit" : "2011-03-03", "date_next_reg" : "2011-03-03", "date_opened" : "2011-03-03T07:44:22", "external_id" : null, "family_number" : "", "hh_number" : "", "husband_name" : "Pankaj", "last_visit_type" : "new", "mother_alive" : "yes", "mother_dob" ...
json_instruct
{"type": "object", "properties": {"case_name": {"type": "string"}, "case_type": {"type": "string"}, "date_last_visit": {"type": "string"}, "date_next_reg": {"type": "string"}, "date_opened": {"type": "string"}, "external_id": {"type": "null"}, "family_number": {"type": "string"}, "hh_number": {"type": "string"}, "husba...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"animation": {"type": "object", "properties": {"title": {"type": "string"}, "typename": {"type": "string"}, "animations": {"type": "array", "items": {"type": "object", "properties": {"animation": {"type": "obj...
{"animation" : {"title" : "Cube Demo", "typename" : "remote", "animations" : [{"animation" : {"typename" : "BiblioPixelAnimations.cube.Rain.RainBow", "name" : "RainBow"}, "run" : {"fps" : 30}}, {"animation" : {"typename" : "BiblioPixelAnimations.cube.bloom.CubeBloom", "name" : "CubeBloom"}, "run" : {"fps" : 30}}, {"ani...
json_instruct
{"type": "object", "properties": {"animation": {"type": "object", "properties": {"title": {"type": "string"}, "typename": {"type": "string"}, "animations": {"type": "array", "items": {"type": "object", "properties": {"animation": {"type": "object", "properties": {"typename": {"type": "string"}, "name": {"type": "string...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"username": {"type": "string"}, "action": {"type": "string"}}, "required": ["username", "action"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"username" : "Alex Doe", "action" : "simple.push"}
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "action": {"type": "string"}}, "required": ["username", "action"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"appsearch": {"type": "object", "properties": {"base_endpoint": {"type": "string"}, "api_key": {"type": "string"}, "engine_name": {"type": "string"}}, "required": ["base_endpoint", "api_key", "engine_name"]}}, "required": ["app...
{"appsearch" : {"base_endpoint" : "", "api_key" : "", "engine_name" : ""}}
json_instruct
{"type": "object", "properties": {"appsearch": {"type": "object", "properties": {"base_endpoint": {"type": "string"}, "api_key": {"type": "string"}, "engine_name": {"type": "string"}}, "required": ["base_endpoint", "api_key", "engine_name"]}}, "required": ["appsearch"], "$schema": "http://json-schema.org/draft-07/schem...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "members"], "$s...
{"name" : "ENoiseType", "members" : [{"name" : "NT_Random", "value" : 0}, {"name" : "NT_Simplex2D", "value" : 1}, {"name" : "NT_Simplex3D", "value" : 2}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "members"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"pci_projects_project_streams_stream_throttling_title": {"type": "string"}, "pci_projects_project_streams_stream_throttling_submit_label": {"type": "string"}, "pci_projects_project_streams_stream_throttling_cancel_label": {"typ...
{"pci_projects_project_streams_stream_throttling_title" : "Modifier le throttling", "pci_projects_project_streams_stream_throttling_submit_label" : "Confirmer", "pci_projects_project_streams_stream_throttling_cancel_label" : "Annuler", "pci_projects_project_streams_stream_throttling_content" : "Augmentez ou r\u00e9duis...
json_instruct
{"type": "object", "properties": {"pci_projects_project_streams_stream_throttling_title": {"type": "string"}, "pci_projects_project_streams_stream_throttling_submit_label": {"type": "string"}, "pci_projects_project_streams_stream_throttling_cancel_label": {"type": "string"}, "pci_projects_project_streams_stream_throttl...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7cd1a9e8c5d360ed68c0e69bd20eff5c4bf5c4c0"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"page": {"type": "integer"}, "perPage": {"type": "integer"}, "itemsCount": {"type": "integer"}, "pagesCount": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type...
{"page" : 1, "perPage" : 3, "itemsCount" : 9, "pagesCount" : 3, "items" : [{"name" : "Element 1"}, {"name" : "Element 2"}, {"name" : "Element 3"}]}
json_instruct
{"type": "object", "properties": {"page": {"type": "integer"}, "perPage": {"type": "integer"}, "itemsCount": {"type": "integer"}, "pagesCount": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["page", "perPage",...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "req...
{"generated_at" : "2017-01-27T09:37:34.697113", "required_by" : ["peewee_encrypted_field"], "requires" : ["pyaes"], "package" : "fernet"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-sch...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"@type": {"type": "string"}, "~thread": {"type": "object", "properties": {"thid": {"type": "string"}}, "required": ["thid"]}, "protocols": {"type": "array", "items": {"type": "object", "properties": {"pid": {"ty...
{"@type" : "https://didcomm.org/discover-features/1.0/disclose", "~thread" : {"thid" : "yWd8wfYzhmuXX3hmLNaV5bVbAjbWaU"}, "protocols" : [{"pid" : "https://didcomm.org/tictactoe/1.0", "roles" : ["player"]}]}
json_instruct
{"type": "object", "properties": {"@type": {"type": "string"}, "~thread": {"type": "object", "properties": {"thid": {"type": "string"}}, "required": ["thid"]}, "protocols": {"type": "array", "items": {"type": "object", "properties": {"pid": {"type": "string"}, "roles": {"type": "array", "items": {"type": "string"}}}, "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, ...
{"author" : {"id" : "t2_d9yhfo3j", "name" : "FungeonMeister"}, "date" : {"day" : 1633478400, "full" : 1633519145, "month" : 1633046400, "week" : 1633219200}, "id" : "t3_q2ibxs", "picture" : {"filesize" : 116741, "fullUrl" : "https://preview.redd.it/dwj0u9addtr71.jpg?auto=webp&s=beb4972ff0d06d4e7d47abe86855405af09d8f82"...
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"}},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type...
{"ip" : "95.253.115.122", "country_code" : "IT", "country_name" : "Italy", "region_code" : "72", "region_name" : "Campania", "city" : "San Valentino Torio", "zip_code" : "84010", "time_zone" : "Europe/Rome", "latitude" : 40.7911, "longitude" : 14.6033, "metro_code" : 0}
json_instruct
{"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "latitude": {"type": "num...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {...
{"localities" : ["Amorita, OK"], "state" : "OK", "postal_code" : "73719", "locality" : "Amorita, OK", "lat" : 36.956781, "region" : {"fips" : "40", "abbr" : "OK", "name" : "Oklahoma"}, "city" : "Amorita", "type" : "STANDARD", "lng" : -98.288439, "counties" : [{"fips" : "003", "name" : "Alfalfa County"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"font/js/dat.color.js": {"type": "string"}, "font/js/dat.gui.js": {"type": "string"}, "font/icomatic.js": {"type": "string"}, "font/icomatic.css": {"type": "string"}}, "required": ["font/js/dat.color.js", "font/js/dat...
{"font/js/dat.color.js" : "sha256-hgV85KMTmOeT/BC4WBtqj9iwaqSjIDnz8BW1n/skOX4=", "font/js/dat.gui.js" : "sha256-MXivXzZTVhtEZbN4VGDiuRIKxvuC89LVN5hbvB5g2M8=", "font/icomatic.js" : "sha256-TfItRoiu5KKx+a4+GYTvL0nlQkts82KTzRikX4M/Nzo=", "font/icomatic.css" : "sha256-u772C9LYYya3asZQb0z8ZrQ6uPdr15YYhQmzzoPAWtE="}
json_instruct
{"type": "object", "properties": {"font/js/dat.color.js": {"type": "string"}, "font/js/dat.gui.js": {"type": "string"}, "font/icomatic.js": {"type": "string"}, "font/icomatic.css": {"type": "string"}}, "required": ["font/js/dat.color.js", "font/js/dat.gui.js", "font/icomatic.js", "font/icomatic.css"], "$schema": "http:...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Shturman Schl\u00fcssel", "ShortName" : "Shturman", "Description" : "Schl\u00fcssel zum Gangversteck der Svetloozersk, normalerweise im Besitz von Shturman. Sieht ziemlich zerbrechlich aus, so als ob er bei der ersten Benutzung brechen k\u00f6nnte."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[-88.805688, 39.086336], [-88.805622, 39.130084], [-88.805753, 39.168045], [-88.805498, 39.172636], [-88.805367, 39.203251], [-88.805491, 39.205355], [-88.805325, 39.216263], [-88.804108, 39.216119], [-88.787078, 39.216063], [-88.768482, 39.215917...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"...
{"fdb-all.js" : "sha256-7+OeM7PkQNU5opol+7pLRFaFbrKZLlJA30ndgolZwPQ=", "fdb-all.min.js" : "sha256-GvbfKMwm3sgyCmvOzV5ZtuN6KjLCk6m4OGiOa/Pn5HU=", "fdb-angular.js" : "sha256-yqv3CZa5MzuIulDN+bMOuBCrSvnlFWQ372pfFk8kvgM=", "fdb-angular.min.js" : "sha256-JNU51kmyGf3Sd5jRS6I1Dkj7ToZV74eBl7pgMQk3+wE=", "fdb-autobind.js" : "sh...
json_instruct
{"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core.js": {"type": "string"}, "fdb-core.min.js"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"STORE_DB_CONNECTION_STRING": {"type": "string"}, "SECRET_KEY": {"type": "string"}}, "required": ["STORE_DB_CONNECTION_STRING", "SECRET_KEY"]}, "Logging": {"type": "obje...
{"ConnectionStrings" : {"STORE_DB_CONNECTION_STRING" : "host=localhost;port=5432;database=store;username=apiuser;password=apipass", "SECRET_KEY" : "very_secret_and_secure_key"}, "Logging" : {"LogLevel" : {"Default" : "Warning"}}, "AllowedHosts" : "*"}
json_instruct
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"STORE_DB_CONNECTION_STRING": {"type": "string"}, "SECRET_KEY": {"type": "string"}}, "required": ["STORE_DB_CONNECTION_STRING", "SECRET_KEY"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[144.0, 30.0], [144.0, 30.666666666666668], [145.0, 30.666666666666668], [145.0, 30.0], [144.0, 30.0]]]}, "properties" : {"code" : 4544, "url" : "http://madefor.github.io/0410/api/v1/4544.geojson", "view" : "https://github.com/madefor/0410/blob/gh...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...