input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "e...
{"nom" : "Conqueyrac", "dpt" : "Gard", "inscrits" : 110, "abs" : 11, "votants" : 99, "blancs" : 3, "nuls" : 1, "exp" : 95, "res" : [{"panneau" : "11", "voix" : 30}, {"panneau" : "2", "voix" : 20}, {"panneau" : "9", "voix" : 18}, {"panneau" : "3", "voix" : 13}, {"panneau" : "4", "voix" : 7}, {"panneau" : "1", "voix" : 5...
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"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://www.youtube.com/watch?v=aUdKzb4LGJI"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"exercises": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "date": {"type": "string"}, "calories": {"type": "string"}}, "required": ["name", "desc...
{"exercises" : [{"name" : "Push Up", "description" : "Valid Exercise", "date" : "10-10-20", "calories" : "100"}, {"name" : "Invalid Description", "description" : "Inv@lid DEScr1pTI0N", "date" : "10-10-20", "calories" : "100"}]}
json_instruct
{"type": "object", "properties": {"exercises": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "date": {"type": "string"}, "calories": {"type": "string"}}, "required": ["name", "description", "date", "calories"]}}}, "required": ["exercises"], "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"description": {"type": "string"}, "manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"48": {"type": "string"}}, "required": ["48"]}, "...
{"description" : "Intercepts Twitter's API calls for scrapping.", "manifest_version" : 2, "name" : "Twitter Crawler", "version" : "1.0", "icons" : {"48" : "icons/icon.png"}, "permissions" : ["webRequest", "webRequestBlocking", "<all_urls>"], "background" : {"scripts" : ["scrapper.js"]}, "applications" : {"gecko" : {"id...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"48": {"type": "string"}}, "required": ["48"]}, "permissions": {"type": "array", "items": {"type": "string"}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform":...
{"id" : "b4cc2c52-34a6-4b43-b57c-4bdeb4514a5a", "queryName" : "Virtual Network with DDoS Protection Plan disabled", "severity" : "MEDIUM", "category" : "Availability", "descriptionText" : "Virtual Network should have DDoS Protection Plan enabled", "descriptionUrl" : "https://registry.terraform.io/providers/hashicorp/az...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"type": "string"}, "descriptionID": {"type": "string"}, "cloudProvider": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fs": {"type": "string"}, "string": {"type": "string...
{"name" : "twitscript", "version" : "1.0.4", "description" : "Bot for twitter", "main" : "app.js", "dependencies" : {"fs" : "^0.0.2", "string" : "^3.3.1", "twitter" : "^1.2.5"}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "\u0016h...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fs": {"type": "string"}, "string": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["fs", "string...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "full_tim...
{"name" : "Technische Universit\u00e4t Dresden", "id" : "SN-4390290-0", "address" : " Mommsenstra\u00dfe\u00a013 01069\u00a0Dresden\u00a0OT\u00a0S\u00fcdvorstadt-West ", "school_type" : "Weiterbildungsst\u00e4tte Hochschule", "legal_status" : 1, "phone" : "0351/4630 ", "provider" : "Freistaat Sachsen - Staatsministeri...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "full_time_school": {"type": "boolean"}, "profile": {"type": "object...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, ...
{"title" : "Matching Schemas in Online Communities: A Web 2.0 Approach.", "fields" : ["synthetic data", "schema", "data integration", "online community", "web 2 0"], "abstract" : "When integrating data from multiple sources, a key task that online communities often face is to match the schemas of the data sources. Toda...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Following the schema specification below, generate a valid JSON instance: {"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",...
{"ast" : null, "code" : "import { combineReducers } from \"redux\";\nimport { user } from \"./user\";\nvar Reducers = combineReducers({\n userState: user\n});\nexport default Reducers;", "map" : {"version" : 3, "sources" : ["C:/Users/dev_v/Desktop/INSTAGRAM/clone/components/redux/reducers/index.js"], "names" : ["combi...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required"...
{"id" : "02a20c01-1f28-66c7-b4ae-ee9788753b82", "name" : "elasticSearch", "values" : [{"key" : "url", "value" : "localhost", "enabled" : true}, {"key" : "port", "value" : "9200", "enabled" : true}, {"key" : "template_name", "value" : "test-template", "enabled" : true}, {"key" : "index", "value" : "november15", "enabled...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "enabled"]}}, "_postman_variable_scope": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "...
{"nom" : "Grisy-sur-Seine", "circ" : "4\u00e8me circonscription", "dpt" : "Seine-et-Marne", "inscrits" : 95, "abs" : 49, "votants" : 46, "blancs" : 3, "nuls" : 0, "exp" : 43, "res" : [{"nuance" : "LR", "nom" : "M. Christian JACOB", "voix" : 34}, {"nuance" : "REM", "nom" : "M. Emmanuel MARCADET", "voix" : 9}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "keywords": {"type...
{"name" : "@natlibfi/marc-record-converters", "description" : "Convert MARC records between different formats", "contributors" : [{"name" : "The National Library of Finland"}, {"name" : "Pasi Tuominen", "email" : "pasi.tuominen@gmail.com"}], "keywords" : ["marc", "record", "iso2709", "bibliography", "bibliographic", "b...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d82-16", "text" : "20036\nJuly 22, 1963\nMr. Clair R. Tettemer\nNorth Central Educational Television\nAssociation\nBox 6\nFargo,North Dakota\nDear Clair:\nlam enclosing a copy of a completely revised budget for our amendment\nto the Utilization Kit Project. You'll note that this is substantially\nmore than we ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"out" : ["/bin/wasm3"]}
json_instruct
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}...
{"id" : 29889, "name" : "remove google leftnav", "description" : "werwerwerw", "user" : {"id" : 6086, "name" : "91koff", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2010-05-10T06:41:55.000Z", "weekly_install_count" : 0, "total_install_count" : 269, "ra...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "attributes": {"type": "object", "properties": {"car": {"type": "string"}, "width": {"type": "...
{"data" : [{"type" : "cars", "id" : "a8180a0c-a3c9-4734-afda-841929cf2035", "attributes" : {"car" : "GAZelle 3302 (RUS) N3", "width" : "9.8", "height" : "7.5", "length" : "6.2", "capacity" : "3307.0", "volume" : "413.2"}, "links" : {"self" : "http://deliverymanagerapi.local/api/cars/a8180a0c-a3c9-4734-afda-841929cf2035...
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "attributes": {"type": "object", "properties": {"car": {"type": "string"}, "width": {"type": "string"}, "height": {"type": "string"}, "length": {"type": "string"},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"mc_avg_user_score": {"type": "number"}, "mc_metascore": {"type": "integer"}, "mc_mixed_rating_frequency": {"type": "integer"}, "mc_movie_name": {"type": "string"}, "mc_negative_rating_frequency": {"type": "inte...
{"mc_avg_user_score" : 6.6, "mc_metascore" : 35, "mc_mixed_rating_frequency" : 6, "mc_movie_name" : "Post Grad", "mc_negative_rating_frequency" : 1, "mc_positive_rating_frequency" : 6, "mc_pro_critic_reviews" : [], "mc_user_reviews" : [{"neg_reactions" : 0, "pos_reactions" : 0, "review_date" : {"__type__" : "datetime.d...
json_instruct
{"type": "object", "properties": {"mc_avg_user_score": {"type": "number"}, "mc_metascore": {"type": "integer"}, "mc_mixed_rating_frequency": {"type": "integer"}, "mc_movie_name": {"type": "string"}, "mc_negative_rating_frequency": {"type": "integer"}, "mc_positive_rating_frequency": {"type": "integer"}, "mc_pro_critic_...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "survival", "definition" : "1. A living or continuing longer than, or beyond the existence of, another person, thing, or event; an outliving. 2. (Arh\u00e6ol. & Ethnol.) Any habit, usage, or belief, remaining from ancient times, the origin of which is often unknown, or imperfectly known. The close bearing of...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "county": {"type": "string"}, "elevation": {"type": "integer"}, "location": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type":...
{"id" : "1524726", "name" : "Pyramid Peak Trail", "county" : "Kittitas", "elevation" : 1120, "location" : {"type" : "Point", "coordinates" : [-121.3381461, 47.0976131]}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "county": {"type": "string"}, "elevation": {"type": "integer"}, "location": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordina...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"...
{"track" : "go", "exercise" : "all-your-base", "id" : "b2138da22e5d46adb806821b01c30819", "url" : "https://exercism.io/my/solutions/b2138da22e5d46adb806821b01c30819", "handle" : "acml", "is_requester" : true, "auto_approve" : false}
json_instruct
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques...
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": {"type": "object", "properties": {"error...
{"contract" : "0x530199ee1880697d40f794d789501500c81d2859", "tool" : "honeybadger", "start" : 1565795761.6586757, "end" : 1565795769.3786488, "duration" : 7.719973087310791, "analysis" : [{"errors" : [], "file" : "/unique_chucks/45/0x530199ee1880697d40f794d789501500c81d2859.sol", "name" : "Ownable"}, {"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": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "topics": {"type": "a...
{"changepoint" : "2020-03-15", "country" : {"code" : "CYP", "group" : "el", "name" : "Cyprus"}, "topics" : [{"diff" : 11558.0, "topic" : "Sovereignty"}, {"diff" : 9666.0, "topic" : "Territorial entities"}, {"diff" : 8852.0, "topic" : "Politics"}, {"diff" : 8228.0, "topic" : "Regions"}, {"diff" : 7834.0, "topic" : "Geog...
json_instruct
{"type": "object", "properties": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "topics": {"type": "array", "items": {"type": "object", "properties": {"diff": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@hapi/hapi...
{"name" : "server", "version" : "1.0.0", "main" : "server.js", "license" : "MIT", "private" : true, "dependencies" : {"@hapi/hapi" : "^19.1.1", "@hapi/hoek" : "^9.0.4", "@hapi/inert" : "^6.0.1", "@hapi/joi" : "^17.1.1", "date-fns" : "^2.14.0", "decimal.js" : "^10.2.0", "limiter" : "^1.1.5", "mongoose" : "^5.9.18", "nod...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@hapi/hapi": {"type": "string"}, "@hapi/hoek": {"type": "string"}, "@hapi/inert": {"t...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "i...
{"name" : "sync-sdk-example", "version" : "1.0.0", "authors" : ["Camden Fullmer <camdenfullmer@gmail.com>"], "license" : "MIT", "private" : false, "ignore" : ["**/.*", "node_modules", "bower_components"], "dependencies" : {"paper-elements" : "Polymer/paper-elements#~0.5.2", "core-animated-pages" : "Polymer/core-animate...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties"...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "logIndex": {"type": "integer"}, "removed": {"type": "boolean"}, "transactionHash": ...
[{"address" : "0x897Abf83f0C44b86cb67ec56c006c00d56659517", "blockHash" : "0xacc2b5577c9ccbd5608ea831c8d7c8c11cc77813c5a3bbb796b0b57438dea862", "blockNumber" : 12923150, "logIndex" : 270, "removed" : false, "transactionHash" : "0x7b87acc3bd716db51b69bc51f8e9fa6b9c0d2af601a49ec1ebf77c758e43eb4d", "transactionIndex" : 10...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "logIndex": {"type": "integer"}, "removed": {"type": "boolean"}, "transactionHash": {"type": "string"}, "transactionIndex": {"type": "integer"}, "id": {"type":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type"...
{"_id" : "beer_Anchor_Summer_Beer", "brewery" : "Anchor Brewing", "name" : "Anchor Summer Beer", "abv" : "4.6", "description" : "Anchor Summer is the first American wheat beer in modern times. Our first brew of this light and refreshing beer was in the summer of 1984.\r\n\r\nAnchor Summer is an all-malt beer, and over ...
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv",...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}}, "required": ["abort"]}}, "required": ["config"...
{"config" : {"abort" : {"already_configured" : "Layanan sudah dikonfigurasi"}}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}}, "required": ["abort"]}}, "required": ["config"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "...
{"name" : "teambition-share-json", "version" : "0.0.3", "description" : "A json server to share teambition upload file, designed for cloud function.", "main" : "index.js", "author" : "cyang39", "license" : "MIT", "dependencies" : {"node-fetch" : "^2.6.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"node-fetch": {"type": "string"}}, "required": ["node...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2f2e785d975362836f8eaaf97d8a7d08887f2d56"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"homepage": {"type": "string"}, "checkver": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "...
{"homepage" : "https://www.nirsoft.net/utils/computer_turned_on_times.html", "checkver" : "TurnedOnTimesView v([\\d.]+)", "version" : "1.42", "license" : "freeware", "description" : "TurnedOnTimesView is a simple tool that analyses the event log of Windows operating system, and detects the time ranges that your compute...
json_instruct
{"type": "object", "properties": {"homepage": {"type": "string"}, "checkver": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"url": {"type": "strin...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}}, "required": ["navigationBarTitleText"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"navigationBarTitleText" : "\u5c0f\u5386-datepicker \u793a\u4f8b"}
json_instruct
{"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}}, "required": ["navigationBarTitleText"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "req...
{"name" : "netstatsNodeSNMPProcessor", "version" : "1.0.0", "keywords" : ["util", "functional", "server", "client", "browser"], "repository" : {"type" : "git", "url" : "https://github.com/ThatOneNeji/netstatsNodeSNMPProcessor.git"}, "description" : "SNMP Processor", "license" : "MIT", "author" : "ThatOneNeji", "contrib...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "description": {"type": "string"}...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "sortorder", "source"], "$schema": ...
{"name" : "Errungenschaft \u2013 Bekannte Geschichten", "description" : "Ein Motiv f\u00fcr Namensk\u00e4rtchen.\nWenn der Geschichtenerz\u00e4hler beginnt zu sprechen, h\u00f6ren alle aufmerksam zu. Nur du kennst schon den Ausgang.", "sortorder" : 210032, "source" : ["Beim Abschluss aller Errungenschaften unter \u201e...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "sortorder", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract"...
{"contract" : "0x382f28ea85232d6d6b22c51580e7669601949ec4", "tool" : "slither", "start" : 1563755960.1505258, "end" : 1563755964.4996047, "duration" : 4.349078893661499, "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://...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "playableArea": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}},...
{"width" : 8, "height" : 5, "playableArea" : {"width" : 4, "height" : 5, "x" : 0, "y" : 0}, "cells" : {"mover" : [{"orientation" : "right", "x" : 1, "y" : 1}], "enemy" : [{"x" : 6, "y" : 3}]}}
json_instruct
{"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "playableArea": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["width", "height", "x", "y"]}, "cells": {"type":...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "410325202001", "text" : "\u7fe0\u5c4f\u793e\u533a"}, {"id" : "410325202200", "text" : "\u6865\u5317\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410325202201", "text" : "\u5e2d\u5cad\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "410325202202", "text" : "\u7fdf\u5cad\u6751\u6751\u6c11\u59d4\u5458\u4f1a"},...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "esModuleInterop": {"type": "boolean"}, "jsx": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "moduleRe...
{"compilerOptions" : {"baseUrl" : "./", "esModuleInterop" : true, "jsx" : "react", "lib" : ["es2015", "dom"], "moduleResolution" : "node", "noEmit" : true, "skipLibCheck" : true, "strict" : true, "strictFunctionTypes" : false, "strictNullChecks" : false, "target" : "esnext", "paths" : {"@medly-components/*" : ["package...
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "esModuleInterop": {"type": "boolean"}, "jsx": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "moduleResolution": {"type": "string"}, "noEmit": {"type": "boolean"}, "skipLibC...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"exclude" : ["node_modules", "src/app/vendor", "tmp", "temp", "typings"]}
json_instruct
{"type": "object", "properties": {"exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["exclude"], "$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"}, "test": {"type": "string"}},...
{"name" : "@updownleftdie/twitch-oauth-helper", "version" : "1.0.2", "description" : "Helps get and refresh client auth tokens", "main" : "index.js", "scripts" : {"start" : "node index.js", "test" : "node test.js"}, "author" : "UpDownLeftDie (Jared Kotoff)", "license" : "Apache-2.0", "homepage" : "https://github.com/Up...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "bio": {"type": "string"}, "followers": {"type": "array", "items": {"type": "string"}}, "followings": {"type": "array", "items": {"type": "string"}}, ...
{"username" : "a", "password" : "a", "bio" : "", "followers" : ["b"], "followings" : ["b"], "personalTweets" : [1]}
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "bio": {"type": "string"}, "followers": {"type": "array", "items": {"type": "string"}}, "followings": {"type": "array", "items": {"type": "string"}}, "personalTweets": {"type": "array", "items": {"type": "integer"}}}, "req...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[244, 27, 475, 1607, 425], [106, 318, 215, 1247, 355], [228, 330, 472, 1050, 318], [376, 435, 795, 229, 384], [296, 138, 400, 1018, 402]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"C_Cpp.dimInactiveRegions": {"type": "boolean"}}, "required": ["C_Cpp.dimInactiveRegions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"C_Cpp.dimInactiveRegions" : true}
json_instruct
{"type": "object", "properties": {"C_Cpp.dimInactiveRegions": {"type": "boolean"}}, "required": ["C_Cpp.dimInactiveRegions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "...
{"index" : 7838, "hash" : 1413644613, "artDyeHash" : 1413644613, "redacted" : false, "dyeManifestHash" : 1352954693, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "workspaceName": {"type": "string"}, "operationalInsightsResource...
{"parameters" : {"api-version" : "2019-01-01-preview", "subscriptionId" : "d0cfe6b2-9ac0-4464-9919-dccaee2e48c0", "resourceGroupName" : "myRg", "workspaceName" : "myWorkspace", "operationalInsightsResourceProvider" : "Microsoft.OperationalInsights", "aggregationsName" : "cases"}, "responses" : {"200" : {"body" : {"id" ...
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "workspaceName": {"type": "string"}, "operationalInsightsResourceProvider": {"type": "string"}, "aggregationsName": {"type":...
Create a JSON structure that matches this schema definition: {"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": "str...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "id" : "MF", "properties" : {"name" : "Saint Martin"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-63.01756858528839, 18.033391472351283], [-63.0858861909999, 18.0585112510001], [-63.10700436099995, 18.062119859000063], [-63.10700436099995, 18....
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", ...
Please provide a valid JSON object following 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" : "Point", "coordinates" : [-75.667222, 45.3225]}, "type" : "Feature", "id" : "YOW", "province" : "ON"}, {"geometry" : {"type" : "Point", "coordinates" : [-79.630556, 43.676667]}, "type" : "Feature", "id" : "YYZ", "province" : "ON"}, {"geometry" : {"typ...
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": "number"}}}, "required": ["type", "coordinates"]}, "type": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [973.797, 224.978, 1, 983.255, 242.338, 1, 963.177, 249.927, 1, 958.924, 273.536, 1, 953.167, 279.411, 1, 1002.39, 239.244, 1, 1030.38, 265.963, 1, 1016.63, 292.78, 1, 976.472, 304.87, 1, 950.258, 350.978, 1, 965.486, 391.942, 1, 1000.21, 304.499, 1, 1000.19, 350.92,...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"_fv": {"type": "integer"}, "_type": {"type": "string"}, "definition": {"type": "object", "properties": {"achievementName": {"type": "string"}, "achievementDescription": {"type": "string"}, "achievementIcon": {"type": "objec...
{"_fv" : 18, "_type" : "achievement", "definition" : {"achievementName" : "Acquire Software", "achievementDescription" : "Smelt Iron-N Ore to get Iron-N Ingot", "achievementIcon" : {"value" : "CUSTOM:Iron_NIngot"}, "background" : "Default", "disableDisplay" : false, "showPopup" : true, "announceToChat" : true, "hideIfN...
json_instruct
{"type": "object", "properties": {"_fv": {"type": "integer"}, "_type": {"type": "string"}, "definition": {"type": "object", "properties": {"achievementName": {"type": "string"}, "achievementDescription": {"type": "string"}, "achievementIcon": {"type": "object", "properties": {"value": {"type": "string"}}, "required": [...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"folders": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {}, "required": []}, "java": {"type": "object", "properties": {"driven-adapter/redis/redis-template/helper/template-adapter-op...
{"folders" : ["infrastructure/driven-adapters/redis/src/test/{{language}}/{{packagePath}}/redis/template"], "files" : {}, "java" : {"driven-adapter/redis/redis-template/helper/template-adapter-operations.java.mustache" : "infrastructure/driven-adapters/redis/src/main/{{language}}/{{packagePath}}/redis/template/helper/T...
json_instruct
{"type": "object", "properties": {"folders": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {}, "required": []}, "java": {"type": "object", "properties": {"driven-adapter/redis/redis-template/helper/template-adapter-operations.java.mustache": {"type": "string"}, "driven-adapte...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_date": {"type": "...
{"id" : "006-2011", "title" : "Recall Notification Report", "url" : "https://www.fsis.usda.gov/recalls-alerts/recall-notification-report-14", "reasons" : ["Product Contamination"], "status" : "Closed", "risk_level" : "Low", "start_date" : "2011-01-18", "end_date" : "2012-06-01", "summary" : "WASHINGTON, January 18, 201...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "summary": {"ty...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "re...
{"name" : "@newcreator-org/ng-lp", "version" : "1.0.0", "license" : "MIT", "peerDependencies" : {"@angular/common" : "^7.2.0", "@angular/core" : "^7.2.0"}, "repository" : {"type" : "git", "url" : "https://github.com/newcreator-org/ng-lp"}, "dependencies" : {"@fortawesome/angular-fontawesome" : "^0.3.0", "@fortawesome/f...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}, "repository": ...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "requ...
[{"id" : 24639, "title" : "Mix Tapes From Dead Boys", "year" : 2017, "type" : "short-story", "nominations" : 0, "wins" : -1}, {"id" : 20260, "title" : "The Kraken Sea", "year" : 2016, "type" : "novel", "imageName" : "ect_krakense.jpg", "nominations" : 0, "wins" : -1}, {"id" : 22997, "title" : "A Box, a Pocket, a Spacem...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "nominations", "wins"]}, "$schema": ...
Using the following JSON schema, generate a compatible JSON instance: {"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" : "Coulanges-l\u00e8s-Nevers", "dpt" : "Ni\u00e8vre", "inscrits" : 3080, "abs" : 711, "votants" : 2369, "blancs" : 216, "nuls" : 85, "exp" : 2068, "res" : [{"panneau" : "1", "voix" : 1402}, {"panneau" : "2", "voix" : 666}]}
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"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"js-data.es2015.js": {"type": "string"}, "js-data.js": {"type": "string"}, "js-data.min.js": {"type": "string"}}, "required": ["js-data.es2015.js", "js-data.js", "js-data.min.js"], "$schema": "http://json-schema.org...
{"js-data.es2015.js" : "sha512-TJxCo0MbJ/zdOdnCp4RHaxVxa1v6lRSP4WA9XztSXZONkainW7nnBtGyZt3if+9y8V587MWHIFvm1KVHjT+o5Q==", "js-data.js" : "sha512-7iq/wl42zorS3Lg8HAPHMexCsyh4C2fm4lLAgWdJK20OmDtmbs0QiKDhbGMYEEP+m+FyNoHOihvq6eNsqSt4Ew==", "js-data.min.js" : "sha512-+CR7W9qTNY8ls/pcMeluhVxZjMVv5bm/+lXMpM4+7EfsZWWHuZzf0iN1E...
json_instruct
{"type": "object", "properties": {"js-data.es2015.js": {"type": "string"}, "js-data.js": {"type": "string"}, "js-data.min.js": {"type": "string"}}, "required": ["js-data.es2015.js", "js-data.js", "js-data.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Vue IT-Rev", "description" : "Task"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "s...
{"name" : "template_node_ts", "version" : "1.0.0", "description" : "", "main" : "main.js", "scripts" : {"test" : "./node_modules/.bin/mocha --require ts-node/register ./spec/*.spec.ts", "start" : "node ./out/main.js", "build" : "tsc --build tsconfig.json", "serve" : "nodemon", "lint" : "eslint", "devstart" : "ts-node s...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}, "lin...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "codepoint": {"type": "string"}, "background": {"type": "string"}, "colorStyle": {"type": "string"}, "title": {"type": "string"}, "slug": {"type": "string"}, "svg": {"type": "string"}, "...
{"name" : "gnu-privacy-guard", "codepoint" : "", "background" : "#0093DD", "colorStyle" : "brands-item--light", "title" : "GNU Privacy Guard", "slug" : "gnuprivacyguard", "svg" : "<svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GNU Privacy Guard icon</title><path d=\"M2.968 11.583h1....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "codepoint": {"type": "string"}, "background": {"type": "string"}, "colorStyle": {"type": "string"}, "title": {"type": "string"}, "slug": {"type": "string"}, "svg": {"type": "string"}, "aliases": {"type": "array", "items": {}}, "tags": {"type": "array", "ite...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"dev_push": {"type": "boolean"}, "app_id": {"type": "string"}, "api_key": {"type": "string"}}, "required": ["dev_push", "app_id", "api_key"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dev_push" : true, "app_id" : "cd5ff50c", "api_key" : "a81963935478b9a2f94e9a8661dc332979755cf5c9e62c7a"}
json_instruct
{"type": "object", "properties": {"dev_push": {"type": "boolean"}, "app_id": {"type": "string"}, "api_key": {"type": "string"}}, "required": ["dev_push", "app_id", "api_key"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer...
{"appid" : 281920, "name" : "Splatter - Blood Red Edition", "windows" : true, "mac" : true, "linux" : true, "early_access" : false, "lookup_time" : 1490975563}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"count": {"type": "integer"}, "232011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "requir...
{"count" : 13, "232011" : {"count" : 1}, "N.A.//" : {"count" : 7}, "352021" : {"count" : 1}, "353031" : {"count" : 1}, "311010" : {"count" : 1}, "436010" : {"count" : 1}, "999920" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "232011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "352021": {"type": "object", "properties": {"count": {"typ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "trait": {"type": "array", "items": {}}, "icon": {"type": "string"}, "stats": {"type": "array", "items": {"type": "object", "propert...
{"id" : "guinecean", "name" : "Guinecean", "type" : "race", "trait" : [], "icon" : "guinecean.png", "stats" : [{"name" : "Strength Cap", "value" : "200"}, {"name" : "Dexterity Cap", "value" : "350"}, {"name" : "Intellect Cap", "value" : "250"}, {"name" : "Spirit Cap", "value" : "250"}, {"name" : "Constitution Cap", "va...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "trait": {"type": "array", "items": {}}, "icon": {"type": "string"}, "stats": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "requir...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", ...
{"name" : "samovar", "description" : "A pure-JSON template language and renderer. Also supports YAML.", "version" : "0.2.1", "author" : {"name" : "Tim De Pauw", "url" : "https://tmdpw.eu/"}, "keywords" : ["json", "yaml", "template", "declarative"], "license" : "MIT", "engines" : {"node" : ">=8", "yarn" : ">=1.5.1"}, "m...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "l...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/layered_chalk"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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" : ["Heat olive oil in a large saucepan over medium heat. Cook and stir onion and garlic in hot oil until softened, 5 to 7 minutes.", "Pour chicken broth into saucepan; add chicken. Place a lid on the saucepan and cook until the chicken pieces are no longer pink in the center, about 10 minutes.", "Put chop...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "activationCommands": {"type": "object", "...
{"name" : "atom-bean-builder", "main" : "./lib/atom-bean-builder", "version" : "0.2.3", "description" : "Build Arduino sketches targeted for the LightBlue Bean", "keywords" : ["arduino", "lightblue", "bean", "punchthrough"], "activationCommands" : {"atom-workspace" : "atom-bean-builder:build"}, "repository" : "https://...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "activationCommands": {"type": "object", "properties": {"atom-workspace": {"type": "string"}}, "required...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}...
{"h" : [{"d" : [{"e" : ["\ufff9`Mipakemoan~ `ira~ `ko~ `faloco'~ `ako~.\ufffa\ufffb\u6211\u7684\u5167\u5fc3\u6df1\u53d7\u4ed6\u7684\u6253\u64ca\u3002"], "f" : "\u628a\u2026\u62cd\u6253\u4e86\u3001\u62cd\u64ca\u4e86\u3001\u6253\u64ca\u4e86\u3002"}, {"e" : ["\ufff9`Isakacowaay~ `ko~ `mipakemoan~ `ira~?\ufffa\ufffb\u4ed6\...
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"},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}...
{"IsRecentlyVerified" : false, "ID" : 151150, "UUID" : "D7CB8634-CB20-453D-8DF6-9DA831A0BCFF", "DataProviderID" : 28, "DataProvidersReference" : "FR*S13*P13017*001", "UsageTypeID" : 5, "AddressInfo" : {"ID" : 151503, "Title" : "BOULBON - Chemin De La Lone", "AddressLine1" : "Chemin De La Lone 13150 BOULBON", "CountryID...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "in...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["co...
{"contract" : "0x4e856366d2a8d401036530d23ec74deac8188502", "tool" : "osiris", "start" : 1564590787.9896977, "end" : 1564590790.6225288, "duration" : 2.63283109664917, "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://...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id_1195": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type"...
{"id_1195" : {"title" : "Pamela, or Virtue Rewarded", "language" : "English", "totaltime" : "22:10:34", "url_librivox" : "http://librivox.org/pamela-by-samuel-richardson/", "url_iarchive" : "http://www.archive.org/details/pamela_0910_librivox", "readers" : ["1502", "2544", "3033", "3157", "3318", "3587", "3733", "3781"...
json_instruct
{"type": "object", "properties": {"id_1195": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"code": {"type": "null"}, "message": {"type": "null"}, "status": {"type": "string"}, "transaction": {"type": "object", "properties": {"transactionId": {"type": "integer"}, "status": {"type": "string"}, "operatorTran...
{"code" : null, "message" : null, "status" : "SUCCESSFUL", "transaction" : {"transactionId" : 2, "status" : "SUCCESSFUL", "operatorTransactionId" : null, "customIdentifier" : null, "recipientPhone" : null, "recipientEmail" : "test@nauta.com.cu", "senderPhone" : null, "countryCode" : "CU", "operatorId" : 683, "operatorN...
json_instruct
{"type": "object", "properties": {"code": {"type": "null"}, "message": {"type": "null"}, "status": {"type": "string"}, "transaction": {"type": "object", "properties": {"transactionId": {"type": "integer"}, "status": {"type": "string"}, "operatorTransactionId": {"type": "null"}, "customIdentifier": {"type": "null"}, "re...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1918, 6], [1929, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "C:\\Users\\shimy\\AndroidStudioProjects\\UI\\MultiWindowPlayground\\Application\\build\\intermediates\\res\\merged\\debug\\drawable-v23\\abc_control_background_material.xml", "source" : "C:\\Users\\shimy\\AndroidStudioProjects\\UI\\MultiWindowPlayground\\Application\\build\\intermediates\\exploded-aar\\co...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : "Saint-Georges-sur-Fontaine", "dpt" : "Seine-Maritime", "inscrits" : 737, "abs" : 132, "votants" : 605, "blancs" : 58, "nuls" : 11, "exp" : 536, "res" : [{"panneau" : "1", "voix" : 383}, {"panneau" : "2", "voix" : 153}]}
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"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"noMessages": {"type": "string"}, "aboveCacheAmount": {"type": "string"}}, "required": ["noMessages", "aboveCacheAmount"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"noMessages" : "Keine nachrichten zum anzeigen!", "aboveCacheAmount" : "Snipe-Cache geht nicht so weit!"}
json_instruct
{"type": "object", "properties": {"noMessages": {"type": "string"}, "aboveCacheAmount": {"type": "string"}}, "required": ["noMessages", "aboveCacheAmount"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["certnames", "heartbleed.js", "selfsigned.js", "snowflakedb", "tls.js"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Taking the fifth root of an expression, fifth root\n\n[imath]\\sqrt[5]{32 y^{10}}[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=rzqsQApY7Fc"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "twig/twig": {"t...
{"name" : "finddb/find-db", "description" : "Sistema de busca de tabelas e campos no banco de dados", "license" : "Free", "homepage" : "https://github.com/Jandelson/", "require" : {"php" : ">=7.0", "twig/twig" : "^1.0", "doctrine/dbal" : "2.3.*", "symfony/dotenv" : "^4.3", "jandelson/active-router" : "dev-master"}, "re...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "twig/twig": {"type": "string"}, "doctrine/dbal": {"type": "string"}, "symfony/dotenv": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"body": {"type": "null"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, ...
{"body" : null, "user" : "haampie", "url" : "https://api.github.com/repos/spack/spack/issues/29181", "updated_at" : "2022-02-25 16:04:58", "created_at" : "2022-02-24 13:04:41", "closed_at" : "2022-02-24 21:39:39", "state" : "closed", "title" : "openmpi: ~gpfs should use --with-gpfs=no", "number" : 29181, "milestone" : ...
json_instruct
{"type": "object", "properties": {"body": {"type": "null"}, "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": {"...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1998, 5], [2005, 6], [2013, 5], [2014, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"blake2b-universal": {"type": "string"}, "hy...
{"name" : "hyperdomains", "version" : "0.0.0", "description" : "WIP - nothing to see here", "main" : "index.js", "dependencies" : {"blake2b-universal" : "^1.0.0", "hypercore-crypto" : "^2.1.0", "hypertrie" : "^5.0.1"}, "devDependencies" : {}, "repository" : {"type" : "git", "url" : "https://github.com/mafintosh/hyperdo...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"blake2b-universal": {"type": "string"}, "hypercore-crypto": {"type": "string"}, "hypertrie": {"type": "string"}},...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ractive-require.js": {"type": "string"}, "ractive-require.min.js": {"type": "string"}}, "required": ["ractive-require.js", "ractive-require.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ractive-require.js" : "sha256-XMyLw7MAc3UCqkcfU9bx3YHP2c5VLML9LIVatxsbBjs=", "ractive-require.min.js" : "sha256-Wqv8Ok3XdhtHAZn2taqjKl+jt5lnxe3r6gSWCzHXmAY="}
json_instruct
{"type": "object", "properties": {"ractive-require.js": {"type": "string"}, "ractive-require.min.js": {"type": "string"}}, "required": ["ractive-require.js", "ractive-require.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"type": "integ...
{"index" : 743, "hash" : 3352671272, "blacklisted" : false, "mappingIndex" : 0, "redacted" : false, "scope" : 0, "aggregationType" : 0}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "mapp...
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#"}
[[2002, 8], [2003, 5], [2005, 7], [2006, 20], [2007, 13], [2008, 15], [2009, 15], [2010, 18], [2011, 17], [2012, 23], [2013, 12], [2014, 17]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "p...
{"hash" : "0x2ba44a80594a3fec6a978d6938bb7ca9801755fbc70a502421afa053f9969c94", "parentHash" : "0x1ee9aa83372a8d24a4fec107871566be71a9af1c616b720a13a0ae5d7900cbfd", "number" : 93907, "timestamp" : 1439699649, "nonce" : "0xd1d1fafdb6aa9928", "difficulty" : 3471591096002, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "scorpioidal", "definition" : "1. Having the inflorescence curved or circinate at the end, like a scorpion's tail."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_ne...
{"MRRm_new" : 0.20041511283160207, "MRm_new" : 4703.019815719217, "HITS@1m_new" : 0.14154223127514706, "HITS@3m_new" : 0.21925267213594635, "HITS@10m_new" : 0.31135621591703966}
json_instruct
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "it...
{"name" : "Trippin' Ape Tribe WL", "symbol" : "TRIPWL", "logoURI" : "https://pbs.twimg.com/profile_images/1516190526592139266/tTBE_jP5_400x400.jpg", "decimals" : 0, "address" : "3hnUjiTnCnSS1FmdFDxCPgMAb7r724Boa3vWb3p3WJuV", "chainId" : 101, "tags" : ["whitelist-token"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "d...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"commit": {"type": "array", "items": {"type": "string"}}}, "required": ["commit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"commit" : ["No missing files", "Check Commit Message", "Make sure Description and Source are mached", "Check Missspeling or Grammer error in sources or comments", "Check Local Unit Test success", "Check Build correctly", "Check Current Branch", "Check Coding Style is valid", "Approved from reviewers"]}
json_instruct
{"type": "object", "properties": {"commit": {"type": "array", "items": {"type": "string"}}}, "required": ["commit"], "$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#"}
[["450621204201", "\u516c\u5b89\u6751\u59d4\u4f1a", "220", "0"], ["450621204202", "\u90a3\u660e\u6751\u59d4\u4f1a", "220", "0"], ["450621204203", "\u677f\u542b\u6751\u59d4\u4f1a", "220", "0"], ["450621204204", "\u660e\u65fa\u6751\u59d4\u4f1a", "220", "0"], ["450621204205", "\u516d\u6539\u6751\u59d4\u4f1a", "220", "0"],...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type"...
{"name" : "@bbc/stt-align-node", "version" : "1.4.2", "description" : "", "main" : "index.js", "scripts" : {"start" : "node lib/index.js", "test" : "jest", "test:watch" : "jest --watchAll", "example" : "node example-usage/example-usage-align-stt.js", "build" : "babel src -d build", "build:demo" : "webpack --mode produc...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "test:watch": {"type": "string"}, "example": {"type": "string"...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometri...
[{"comment" : "general reaction (see R01036, R01093 and R01758) NADP+ (see R02820)", "definition" : "Alditol + NAD+ <=> Aldose + NADH + H+", "orthologs" : {}, "name" : "Alditol:NAD+ 1-oxidoreductase", "product_stoichiometries" : ["1", "1", "1"], "enzymes" : ["1.1.1.21"], "equation" : "C00717 + C00003 <=> C01370 + C0000...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "arr...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"realm": {"type": "string"}, "realm-public-key": {"type": "string"}, "auth-server-url": {"type": "string"}, "ssl-required": {"type": "string"}, "resource": {"type": "string"}, "public-client": {"type": "boolean"}}, ...
{"realm" : "Optimist-Website", "realm-public-key" : "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCn5h0itJJ90BQWIt4uR+PHNlOJiKVBexhcIPQQc85kPmMJSUHMMo5yJefX+J+mRjXwu1DtW1aszo8dBbS7PMnZDFApO70CUKAtq/bQqHcmBEDMI31E2UOxceXis4Vx7DxsC4yHw6u+0NUETN8Rv6wD741kL30jmlDwIWdGNJSDEwIDAQAB", "auth-server-url" : "http://168.235.154.116:8090...
json_instruct
{"type": "object", "properties": {"realm": {"type": "string"}, "realm-public-key": {"type": "string"}, "auth-server-url": {"type": "string"}, "ssl-required": {"type": "string"}, "resource": {"type": "string"}, "public-client": {"type": "boolean"}}, "required": ["realm", "realm-public-key", "auth-server-url", "ssl-requi...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"stack": {"type": "string"}}, "required": ["stack"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stack" : "heroku-18"}
json_instruct
{"type": "object", "properties": {"stack": {"type": "string"}}, "required": ["stack"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "tsc": {"type": "string"}, "tsc:w": {"type": "string"}, "lite": {"type": "string"}, "typings": {...
{"name" : "angular2-quickstart", "version" : "1.0.0", "scripts" : {"start" : "concurrent \"npm run tsc:w\" ", "tsc" : "tsc", "tsc:w" : "tsc -w", "lite" : "lite-server", "typings" : "typings", "postinstall" : "typings install"}, "license" : "ISC", "dependencies" : {"angular2" : "2.0.0-beta.21", "canvas" : "^1.6.5", "d3"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "tsc": {"type": "string"}, "tsc:w": {"type": "string"}, "lite": {"type": "string"}, "typings": {"type": "string"}, "postinstall": {"type": "string"}}, "r...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"@timestamp": {"type": "string"}, "agent": {"type": "object", "properties": {"hostname": {"type": "string"}, "name": {"type": "string"}}, "required": ["hostname", "name"]}, "elasticsearch": {"type": "object", "proper...
{"@timestamp" : "2017-10-12T08:05:34.853Z", "agent" : {"hostname" : "host.example.com", "name" : "host.example.com"}, "elasticsearch" : {"cluster" : {"id" : "3LbUkLkURz--FR-YO0wLNA", "name" : "es1"}, "ml" : {"job" : {"data_counts" : {"invalid_date_count" : 0, "processed_record_count" : 0}, "id" : "total-requests", "sta...
json_instruct
{"type": "object", "properties": {"@timestamp": {"type": "string"}, "agent": {"type": "object", "properties": {"hostname": {"type": "string"}, "name": {"type": "string"}}, "required": ["hostname", "name"]}, "elasticsearch": {"type": "object", "properties": {"cluster": {"type": "object", "properties": {"id": {"type": "s...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/sche...
[{"name" : "KENDRA", "frequency" : 1455, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"HTTPS_ENABLED": {"type": "boolean"}, "SESSION_SECRET": {"type": "string"}}, "required": ["HTTPS_ENABLED", "SESSION_SECRET"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HTTPS_ENABLED" : false, "SESSION_SECRET" : "SuperSecretSessionSecret"}
json_instruct
{"type": "object", "properties": {"HTTPS_ENABLED": {"type": "boolean"}, "SESSION_SECRET": {"type": "string"}}, "required": ["HTTPS_ENABLED", "SESSION_SECRET"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[6.946984883179424, 7.09486163052005, 6.8777689490472, 7.03187400620834, 7.022780299099372, 7.220347437885657, 6.977583344908243, 6.932059795702816, 7.272738765420014, 7.002148848978426]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@symfony/webpack-encore": {"type": "string"}, "bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "string...
{"devDependencies" : {"@symfony/webpack-encore" : "^0.20.1", "bootstrap" : "^4.1.1", "jquery" : "^3.3.1", "node-sass" : "^4.9.0", "sass-loader" : "^7.0.3", "font-awesome" : "^4.7.0", "chart.js" : "2.7.1", "datatables.net-bs4" : "1.10.16"}, "license" : "UNLICENSED", "private" : true, "scripts" : {"dev-server" : "./node_...
json_instruct
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@symfony/webpack-encore": {"type": "string"}, "bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "string"}, "font-awesome": {"type": "string"}, "chart.js": {"type"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot":...
{"id" : "0xb0a41d9bebf1e094124508e98d2cb14c1c37370b66113bea824cc679f904461e", "title" : "Mirror the current governance", "body" : "Should I mirror the governance of the current Co, and then evolve it towards a fully decentralized setting. ", "choices" : ["YES", "NO"], "start" : 1637258639, "end" : 1637345039, "snapshot...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin...