input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"blockId": {"type": "string"}, "baseId": {"type": "string"}}, "required": ["blockId", "baseId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"blockId" : "blksTWZxiJH00HK1r", "baseId" : "app8w3Q5SjCOElf7q"}
json_instruct
{"type": "object", "properties": {"blockId": {"type": "string"}, "baseId": {"type": "string"}}, "required": ["blockId", "baseId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Quantum algorithm for tree size estimation, with applications to backtracking and 2-player games.", "fields" : ["ternary search tree", "search tree", "depth first search", "backtracking", "speedup"], "abstract" : "We study quantum algorithms on search trees of unknown structure, in a model where the tree can be discovered by local exploration. That is, we are given the root of the tree and access to a black box which, given a vertex v , outputs the children of v . We construct a quantum algorithm which, given such access to a search tree of depth at most n , estimates the size of the tree T within a factor of 1\u00b1 I\ufffd in \ufffd (\u00e2 nT ) steps. More generally, the same algorithm can be used to estimate size of directed acyclic graphs (DAGs) in a similar model. We then show two applications of this result: a) We show how to transform a classical backtracking search algorithm which examines T nodes of a search tree into an \ufffd (\u00e2 T n 3/2 ) time quantum algorithm, improving over an earlier quantum backtracking algorithm of Montanaro (arXiv:1509.02374). b)We give a quantum algorithm for evaluating AND-OR formulas in a model where the formula can be discovered by local exploration (modeling position trees in 2-player games) which evaluates formulas of size T and depth T o (1) in time O ( T 1/2+ o (1) ). Thus, the quantum speedup is essentially the same as in the case when the formula is known in advance.", "citation" : "Citations (1)", "year" : "2017", "departments" : ["University of Latvia", "University of Latvia"], "conf" : "stoc", "authors" : ["Andris Ambainis.....http://dblp.org/pers/hd/a/Ambainis:Andris", "Martins Kokainis.....http://dblp.org/pers/hd/k/Kokainis:Martins"], "pages" : 14}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Realschule Velen/Ramsdorf der Stadt Velen - Sekundarstufe I -", "id" : "NRW-191814", "address" : "An der Krummen Mauer 5-9, 46342 Velen", "school_type" : "Realschule", "fax" : "02863 92277", "phone" : "02863 1626", "website" : " http://www.realschule-velen.de", "email" : " 191814@schule.nrw.de ", "state" : "NRW", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 6.9820185, "lat" : 51.8929621}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station_g" : [{"pref_cd" : 13, "line_cd" : 28002, "line_name" : "\u6771\u4eac\u30e1\u30c8\u30ed\u4e38\u30ce\u5185\u7dda", "station_cd" : 2800204, "station_name" : "\u5f8c\u697d\u5712"}, {"pref_cd" : 13, "line_cd" : 28009, "line_name" : "\u6771\u4eac\u30e1\u30c8\u30ed\u5357\u5317\u7dda", "station_cd" : 2800909, "station_name" : "\u5f8c\u697d\u5712"}]}
json_instruct
{"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"name" : "Dorchester County", "fips" : "45035", "state_code" : 45, "county_code" : 35, "population" : 162809, "countrylevel_id" : "fips:45035", "census_data" : {"COUNTYNS" : "01247998", "AFFGEOID" : "0500000US45035", "LSAD" : "06", "ALAND" : 1472651450, "AWATER" : 6707389}}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-80.790296, 33.180839999999996], [-80.50278999999999, 33.334496], [-80.484578, 33.280034], [-80.361851, 33.257442999999995], [-80.296352, 33.179454], [-80.290077, 33.115226], [-80.25135399999999, 33.089698], [-80.14924599999999, 33.021601], [-80.17628599999999, 33.010042], [-80.100675, 32.946033], [-80.09712499999999, 32.886825], [-80.18569699999999, 32.860807], [-80.148484, 32.819034], [-80.170103, 32.820932], [-80.292076, 32.84886], [-80.40133999999999, 32.858466], [-80.418813, 32.967264], [-80.39053299999999, 33.043909], [-80.53201299999999, 33.069652999999995], [-80.6221, 33.06608], [-80.70973599999999, 33.15647], [-80.790296, 33.180839999999996]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"country" : "San Francisco, CA, USA", "github" : "sferik", "name" : "Erik Michaels-Ober", "twitter" : "sferik"}
json_instruct
{"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"slack": {"type": "object", "properties": {"url": {"type": "string"}, "username": {"type": "string"}, "icon_emoji": {"type": "string"}, "channel": {"type": "string"}}, "required": ["url", "username", "icon_emoji", "channel"]}, "checks": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "method": {"type": "string"}, "interval": {"type": "integer"}, "timeout": {"type": "integer"}}, "required": ["id", "url", "name", "description", "method", "interval", "timeout"]}}}, "required": ["slack", "checks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slack" : {"url" : "", "username" : "statusboard", "icon_emoji" : ":exclamation:", "channel" : ""}, "checks" : [{"id" : "0", "url" : "https://www.wikipedia.org/", "name" : "Wikipedia", "description" : "description", "method" : "GET", "interval" : 60, "timeout" : 1000}, {"id" : "1", "url" : "https://www.google.com/", "name" : "Google", "description" : "description", "method" : "GET", "interval" : 60, "timeout" : 1000}, {"id" : "2", "url" : "https://twitter.com/", "name" : "Twitter", "description" : "description", "method" : "GET", "interval" : 60, "timeout" : 1000}, {"id" : "3", "url" : "http://www.apple.com/", "name" : "Apple", "description" : "description", "method" : "GET", "interval" : 60, "timeout" : 1000}, {"id" : "4", "url" : "https://www.netflix.com/", "name" : "Netflix", "description" : "description", "method" : "GET", "interval" : 60, "timeout" : 1000}, {"id" : "5", "url" : "https://news.ycombinator.com/", "name" : "Hacker News", "description" : "description", "method" : "GET", "interval" : 60, "timeout" : 1000}, {"id" : "6", "url" : "https://github.com/", "name" : "GitHub", "description" : "description", "method" : "GET", "interval" : 60, "timeout" : 1000}, {"id" : "7", "url" : "https://www.amazon.com/", "name" : "Amazon", "description" : "description", "method" : "GET", "interval" : 60, "timeout" : 1000}, {"id" : "8", "url" : "https://www.microsoft.com", "name" : "Microsoft", "description" : "description", "method" : "GET", "interval" : 60, "timeout" : 1000}]}
json_instruct
{"type": "object", "properties": {"slack": {"type": "object", "properties": {"url": {"type": "string"}, "username": {"type": "string"}, "icon_emoji": {"type": "string"}, "channel": {"type": "string"}}, "required": ["url", "username", "icon_emoji", "channel"]}, "checks": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "method": {"type": "string"}, "interval": {"type": "integer"}, "timeout": {"type": "integer"}}, "required": ["id", "url", "name", "description", "method", "interval", "timeout"]}}}, "required": ["slack", "checks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "Running the dd4hep setup script, all of these are currently set. I'll open an issue with the developers to de-duplicate this a bit.", "user" : "vvolkl", "url" : "https://api.github.com/repos/spack/spack/issues/18082", "updated_at" : "2020-08-16 22:11:29", "created_at" : "2020-08-15 11:43:00", "closed_at" : "2020-08-16 22:11:29", "state" : "closed", "title" : "[dd4hep] align runtime env with lcg release", "number" : 18082, "milestone" : null, "labels" : ["update-package"], "id" : 679550731, "html_url" : "https://github.com/spack/spack/pull/18082", "assignees" : [], "comments" : 0}
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": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "dotenv": {"type": "string"}, "ethereum-input-data-decoder": {"type": "string"}, "mongodb": {"type": "string"}, "web3": {"type": "string"}}, "required": ["axios", "dotenv", "ethereum-input-data-decoder", "mongodb", "web3"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"axios" : "^0.24.0", "dotenv" : "^10.0.0", "ethereum-input-data-decoder" : "^0.3.5", "mongodb" : "^4.2.2", "web3" : "^1.6.1"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "dotenv": {"type": "string"}, "ethereum-input-data-decoder": {"type": "string"}, "mongodb": {"type": "string"}, "web3": {"type": "string"}}, "required": ["axios", "dotenv", "ethereum-input-data-decoder", "mongodb", "web3"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"sparkphp/spark": {"type": "string"}, "lichtner/fluentpdo": {"type": "string"}, "josegonzalez/dotenv": {"type": "string"}}, "required": ["sparkphp/spark", "lichtner/fluentpdo", "josegonzalez/dotenv"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Spark\\Project\\": {"type": "string"}}, "required": ["Spark\\Project\\"]}}, "required": ["psr-4"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["name", "description", "type", "license", "require", "autoload", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sparkphp/project", "description" : "A sample project for building an application using Spark.", "type" : "project", "license" : "MIT", "require" : {"sparkphp/spark" : "~0.4", "lichtner/fluentpdo" : "dev-master", "josegonzalez/dotenv" : "^1.0"}, "autoload" : {"psr-4" : {"Spark\\Project\\" : "src/"}}, "authors" : [{"name" : "Daniel Olfelt", "email" : "dolfelt@gmail.com"}, {"name" : "Sean Prunka", "email" : "sprunka@gmail.com"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"sparkphp/spark": {"type": "string"}, "lichtner/fluentpdo": {"type": "string"}, "josegonzalez/dotenv": {"type": "string"}}, "required": ["sparkphp/spark", "lichtner/fluentpdo", "josegonzalez/dotenv"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Spark\\Project\\": {"type": "string"}}, "required": ["Spark\\Project\\"]}}, "required": ["psr-4"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["name", "description", "type", "license", "require", "autoload", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "integer"}, "doi": {"type": "string"}, "identifiers": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "title": {"type": "string"}, "funding": {"type": "array", "items": {"type": "object", "properties": {"award-group": {"type": "array", "items": {}}, "funding-statement": {"type": "string"}}, "required": ["award-group", "funding-statement"]}}}, "required": ["abstract", "author", "date", "doi", "identifiers", "title", "funding"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"abstract" : "Seasonal influenza (flu) is an underappreciated source of disease morbidity and mortality worldwide. While vaccination remains the cornerstone of influenza prevention, common measures practiced during the COVID-19 pandemic such as social distancing, the use of protective face masks, and frequent hand washing are rarely utilized during flu season. In this investigation, we examined the effect of these preventative measures in decreasing influenza burden this year. We examined three countries with major COVID-19 outbreaks i.e. China, Italy and the United States, and compared the flu activity this year to the average of the last 4 years (2015-2019). We found that this year in China and Italy, there was a significantly steeper decline of flu cases than average, which correlated with an increase in positive COVID-19 case reports in those countries. These \"averted\" cases can be translated into a substantial decrease in morbidity and mortality. As such, we conclude that the current COVID-19 pandemic is a reminder that behavioral measures can decrease the burden of communicable respiratory infections, and these measures should be adopted to an extent during normal influenza season.", "author" : "Xiaohua Peng; De Chang; Andre Rebaza; Charles Dela Cruz; Lokesh Sharma; Grant M Young; Santos Bermejo", "date" : 2020, "doi" : "10.1101/2020.04.17.20070102", "identifiers" : {"url" : "http://medrxiv.org/cgi/content/short/2020.04.17.20070102"}, "title" : "Social Distancing and Personal Protective Measures Decrease Influenza Morbidity and Mortality", "funding" : [{"award-group" : [], "funding-statement" : "N/A"}]}
json_instruct
{"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "integer"}, "doi": {"type": "string"}, "identifiers": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "title": {"type": "string"}, "funding": {"type": "array", "items": {"type": "object", "properties": {"award-group": {"type": "array", "items": {}}, "funding-statement": {"type": "string"}}, "required": ["award-group", "funding-statement"]}}}, "required": ["abstract", "author", "date", "doi", "identifiers", "title", "funding"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "array", "items": {"type": "string"}}, "docs": {"type": "array", "items": {"type": "string"}}, "favorite": {"type": "array", "items": {"type": "string"}}, "github": {"type": "array", "items": {"type": "string"}}, "go": {"type": "array", "items": {"type": "string"}}, "google": {"type": "array", "items": {"type": "string"}}}, "required": ["code", "docs", "favorite", "github", "go", "google"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : ["https://golang.org", "https://github.com"], "docs" : ["https://golang.org"], "favorite" : ["https://github.com"], "github" : ["https://github.com"], "go" : ["https://golang.org"], "google" : ["https://golang.org"]}
json_instruct
{"type": "object", "properties": {"code": {"type": "array", "items": {"type": "string"}}, "docs": {"type": "array", "items": {"type": "string"}}, "favorite": {"type": "array", "items": {"type": "string"}}, "github": {"type": "array", "items": {"type": "string"}}, "go": {"type": "array", "items": {"type": "string"}}, "google": {"type": "array", "items": {"type": "string"}}}, "required": ["code", "docs", "favorite", "github", "go", "google"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "toptenpages-desc": {"type": "string"}}, "required": ["@metadata", "toptenpages-desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Bencemac"]}, "toptenpages-desc" : "Legl\u00e1togatottabb oldalak mutat\u00e1sa"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "toptenpages-desc": {"type": "string"}}, "required": ["@metadata", "toptenpages-desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "1108090007", "district_id" : "1108090", "name" : "PALEUH BLANG"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "232722100001", "text" : "\u7e41\u8363\u793e\u533a"}, {"id" : "232722100002", "text" : "\u5854\u6797\u793e\u533a"}, {"id" : "232722100004", "text" : "\u65b0\u5efa\u793e\u533a"}, {"id" : "232722100005", "text" : "\u6797\u7f18\u793e\u533a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"exec": {"type": "string"}}, "required": ["exec"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"exec" : "push"}
json_instruct
{"type": "object", "properties": {"exec": {"type": "string"}}, "required": ["exec"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}}, "required": ["name", "description", "attributes"]}}, "globalAttributes": {"type": "array", "items": {}}, "valueSets": {"type": "array", "items": {}}}, "required": ["version", "tags", "globalAttributes", "valueSets"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1, "tags" : [{"name" : "figure-carousel", "description" : "`figure-carousel`\n\nEvents:\n\n * `selection-changed` {`CustomEvent<this>`} - Fires when selection update, so that parent radio group can listen for it.\n\nAttributes:\n\n * `figures` {`any[]`} - \n\n * `itemData` {`any[]`} - \n\n * `selection` {`string`} - \n\nProperties:\n\n * `figures` {`any[]`} - \n\n * `itemData` {`any[]`} - \n\n * `selection` {`string`} - \n\n * `selectedIndex` {`number`} - index of selected item\n\n * `__observer` - mutation observer for tabs\n\n * `__allowNull` {`boolean`} - allows no item to be selected\n\n * `__query` {`string`} - query selector for slotted children, can be overridden\n\n * `__selected` {`string`} - attribute to apply to selected item, can be overridden\n\n * `__selectEvent` {`string`} - name of event that selects item, can be overridden", "attributes" : [{"name" : "figures", "description" : "`figures` {`any[]`} - \n\nProperty: figures"}, {"name" : "itemData", "description" : "`itemData` {`any[]`} - \n\nProperty: itemData"}, {"name" : "selection", "description" : "`selection` {`string`} - \n\nProperty: selection"}, {"name" : "onselection-changed", "description" : "`selection-changed` {`CustomEvent<this>`} - Fires when selection update, so that parent radio group can listen for it."}]}], "globalAttributes" : [], "valueSets" : []}
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}}, "required": ["name", "description", "attributes"]}}, "globalAttributes": {"type": "array", "items": {}}, "valueSets": {"type": "array", "items": {}}}, "required": ["version", "tags", "globalAttributes", "valueSets"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "On 2011-08-09 01:56:55 -0700, Lars O. Grobe said:\n\n\n>> \n>> So, I need an overture calculation. I think the easiest way to ensure a\n>> fairly complete ambient file is to generate small images. I could do six\n>> orthographics at maybe 200 pixels long-ways, or a trace a more\n>> comprehensive grid, or ... Any suggestions?\n> \n> In general, it is the best to use the same view settings for the\n> ouverture calculation as you will use later for the renderings. You want\n> a refined ambient cache for areas which are actually of importance for\n> your final renderings, so it does not make sense to first create\n> detailes ambient data for the whole scene, if you want to render only\n> one image later. If you are targeting at creating an animation, just\n> skip frames and render a low-res of every 10th or so.\n\n\nThanks, Lars. That helps.\n\n\nRandolph\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2011-August/008085.html).</sup>", "attachments" : [], "created_by_name" : "Randolph M. Fritz", "created_at" : "August 09, 2011 at 09:00AM", "created_by" : "Randolph_M._Fritz", "parent_id" : "radiance-general_008081", "id" : "radiance-general_008085"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "docs": {"type": "string"}, "issues": {"type": "string"}}, "required": ["email", "docs", "issues"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-curl": {"type": "string"}, "ext-simplexml": {"type": "string"}, "ext-json": {"type": "string"}}, "required": ["php", "ext-curl", "ext-simplexml", "ext-json"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Mobizon\\": {"type": "string"}}, "required": ["Mobizon\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "support", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mobizon/mobizon-php", "type" : "library", "description" : "A PHP library for communicating with the Mobizon API. Mobizon is a powerful SMS gateway and online marketing tools.", "keywords" : ["mobizon", "sms", "api", "gateway", "messaging", "A2P"], "homepage" : "https://mobizon.com/", "license" : "MIT", "authors" : [{"name" : "Ivan Shcherbak", "email" : "Ivan.Shcherbak@mobizon.com", "homepage" : "https://mobizon.com/", "role" : "Developer"}], "support" : {"email" : "support@mobizon.com", "docs" : "https://github.com/mobizon/mobizon-php/blob/master/README.md", "issues" : "https://mobizon.com/contacts"}, "require" : {"php" : ">=5.3.3", "ext-curl" : "*", "ext-simplexml" : "*", "ext-json" : "*"}, "autoload" : {"psr-4" : {"Mobizon\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "docs": {"type": "string"}, "issues": {"type": "string"}}, "required": ["email", "docs", "issues"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-curl": {"type": "string"}, "ext-simplexml": {"type": "string"}, "ext-json": {"type": "string"}}, "required": ["php", "ext-curl", "ext-simplexml", "ext-json"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Mobizon\\": {"type": "string"}}, "required": ["Mobizon\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "support", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["montreal-forced-aligner"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "null"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "null"}, "card_number": {"type": "string"}, "expansion": {"type": "integer"}, "is_maverick": {"type": "boolean"}, "is_anomaly": {"type": "boolean"}, "houses": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "house": {"type": "string"}, "normal": {"type": "string"}, "zoom": {"type": "string"}}, "required": ["id", "house", "normal", "zoom"]}}, "rules": {"type": "array", "items": {}}}, "required": ["card_title", "card_type", "card_text", "traits", "amber", "power", "armor", "rarity", "flavor_text", "card_number", "expansion", "is_maverick", "is_anomaly", "houses", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"card_title" : "Investidores Furtivos", "card_type" : "Action", "card_text" : "Jogar: Se o seu oponente tiver mais A do que voc\u00ea, ganhe 1A para cada chave que o seu oponente tiver forjado.", "traits" : null, "amber" : 1, "power" : null, "armor" : null, "rarity" : "Common", "flavor_text" : null, "card_number" : "269", "expansion" : 435, "is_maverick" : false, "is_anomaly" : false, "houses" : [{"id" : "2dee82ae-b991-4785-beda-08b3e9dcc647", "house" : "Shadows", "normal" : "https://cdn.keyforgegame.com/media/card_front/pt/435_269_HH7X6JXXHHG9_pt.png", "zoom" : "https://cards-keyforge.s3.eu-north-1.amazonaws.com/media/pt/aoa/Shadows-269.png"}], "rules" : []}
json_instruct
{"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "null"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "null"}, "card_number": {"type": "string"}, "expansion": {"type": "integer"}, "is_maverick": {"type": "boolean"}, "is_anomaly": {"type": "boolean"}, "houses": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "house": {"type": "string"}, "normal": {"type": "string"}, "zoom": {"type": "string"}}, "required": ["id", "house", "normal", "zoom"]}}, "rules": {"type": "array", "items": {}}}, "required": ["card_title", "card_type", "card_text", "traits", "amber", "power", "armor", "rarity", "flavor_text", "card_number", "expansion", "is_maverick", "is_anomaly", "houses", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "uniqueness": {"type": "string"}, "destiny": {"type": "string"}, "icons": {"type": "array", "items": {"type": "string"}}, "lightSideIcons": {"type": "integer"}, "darkSideIcons": {"type": "integer"}, "gametext": {"type": "string"}, "parsec": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "icons", "lightSideIcons", "darkSideIcons", "gametext", "parsec"]}, "pulledBy": {"type": "array", "items": {"type": "string"}}, "counterpart": {"type": "string"}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "pulledBy", "counterpart", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 2014, "gempId" : "4_90", "side" : "Light", "rarity" : "R", "set" : "4", "printings" : [{"set" : "4"}], "front" : {"title" : "\u2022Raithal", "imageUrl" : "https://res.starwarsccg.org/cards/Dagobah-Light/large/raithal.gif", "type" : "Location", "subType" : "System", "uniqueness" : "*", "destiny" : "0", "icons" : ["Planet"], "lightSideIcons" : 2, "darkSideIcons" : 1, "gametext" : "Light: If you control, all opponent's troopers are forfeit and destiny -1. Dark: If you control, you may raise your converted Raithal system to the top.", "parsec" : "3"}, "pulledBy" : ["A New Secret Base", "A New Secret Base (V)", "Hidden Base", "Mindful Of The Future", "Yavin 4 Base Operations"], "counterpart" : "Raithal", "legacy" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "uniqueness": {"type": "string"}, "destiny": {"type": "string"}, "icons": {"type": "array", "items": {"type": "string"}}, "lightSideIcons": {"type": "integer"}, "darkSideIcons": {"type": "integer"}, "gametext": {"type": "string"}, "parsec": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "icons", "lightSideIcons", "darkSideIcons", "gametext", "parsec"]}, "pulledBy": {"type": "array", "items": {"type": "string"}}, "counterpart": {"type": "string"}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "pulledBy", "counterpart", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following 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": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404393755, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "6313167174d08085fd43337808845db2", "wof:id" : 404393755, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.0713279872906, 44.80382699658169, 0.11402719764741, 44.83288867942289], "geometry" : {"coordinates" : [[[0.10720774787941, 44.80414187179443], [0.09275962940493, 44.80382699658169], [0.0713279872906, 44.81173174706071], [0.07569681484306, 44.81946902213659], [0.08266697015635, 44.83101348114742], [0.09575326209472, 44.8328254366206], [0.105410523743, 44.83288867942289], [0.10928485029844, 44.82009739980985], [0.11402719764741, 44.81944612064832], [0.10798395673125, 44.80528827856414], [0.10720774787941, 44.80414187179443]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "replantation", "definition" : "The act of planting again; a replanting. [R.] Hallywell."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "note"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Netsec-docs", "tagline" : "", "body" : "### Welcome to Netsec-docs\r\nThis is just initial iteration.\r\n\r\n### Authors and Contributors\r\n@rbnmaia\r\n\r\n", "note" : "Don't delete this file! It's used internally to help with page regeneration."}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "note"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"courseCode" : "GL4882D", "courseCredit" : "5", "description" : "Global corporations now shape public life in countries across the world. Besides influencing governments and international organizations, they also directly operate services which were once the domain of government. This module investigates corporations as actors involved, often informally, in emerging configurations of power. Topics to be addressed include the roles of corporations in international financial institutions, in advising governments, in delivering overseas assistance, in writing treaties, and in otherwise participating in public life.", "faculty" : "Arts and Social Science", "title" : "Global Corporations and Power"}
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"/js/site.js": {"type": "string"}, "/css/site.css": {"type": "string"}}, "required": ["/js/site.js", "/css/site.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"/js/site.js" : "/js/site.js?id=e4b4581e30690c92346a", "/css/site.css" : "/css/site.css?id=e0173134afcc3fce7d9c"}
json_instruct
{"type": "object", "properties": {"/js/site.js": {"type": "string"}, "/css/site.css": {"type": "string"}}, "required": ["/js/site.js", "/css/site.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "watch": {"type": "string"}, "test": {"type": "string"}, "example": {"type": "string"}}, "required": ["prepare", "watch", "test", "example"]}, "devDependencies": {"type": "object", "properties": {"ts-node": {"type": "string"}, "typescript": {"type": "string"}, "wattle": {"type": "string"}}, "required": ["ts-node", "typescript", "wattle"]}}, "required": ["name", "description", "version", "license", "private", "author", "homepage", "repository", "workspaces", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "event-reduce-root", "description" : "State management based on reducing observable events into state", "version" : "1.0.0", "license" : "MIT", "private" : true, "author" : "Simon Oxtoby", "homepage" : "https://github.com/soxtoby/event-reduce", "repository" : {"type" : "git", "url" : "https://github.com/soxtoby/event-reduce.git"}, "workspaces" : ["packages/*", "tests", "example"], "scripts" : {"prepare" : "tsc -b", "watch" : "tsc -b -w", "test" : "wattle", "example" : "cd example && parcel index.html --open"}, "devDependencies" : {"ts-node" : "*", "typescript" : "~4", "wattle" : "~0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "watch": {"type": "string"}, "test": {"type": "string"}, "example": {"type": "string"}}, "required": ["prepare", "watch", "test", "example"]}, "devDependencies": {"type": "object", "properties": {"ts-node": {"type": "string"}, "typescript": {"type": "string"}, "wattle": {"type": "string"}}, "required": ["ts-node", "typescript", "wattle"]}}, "required": ["name", "description", "version", "license", "private", "author", "homepage", "repository", "workspaces", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Claudia Emerson", "classification" : "Elegy", "keywords" : ["Social Commentaries"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/171093", "region" : "U.S., Southern", "text" : ["One rusty horseshoe hangs on a nail", "above the door, still losing its luck,", "and a work-collar swings, an empty", "old noose. The silence waits, wild to be", "broken by hoofbeat and heavy", "harness slap, will founder but remain;", "while, outside, above the stable,", "eight, nine, now ten buzzards swing low", "in lazy loops, a loose black warp", "of patience, bearing the blank sky", "like a pall of wind on mourning", "wings. But the bones of this place are", "long picked clean. Only the hayrake's", "ribs still rise from the rampant grasses."], "title" : "Stable", "year" : ""}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"9738": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9735": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9734": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9733": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9737": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9729": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9736": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9732": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9731": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9730": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["9738", "9735", "9734", "9733", "9737", "9729", "9736", "9732", "9731", "9730"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"9738" : {"nama" : "AEK PAING", "dapil" : [12, 1202, 11206, 2121002]}, "9735" : {"nama" : "BINARAGA", "dapil" : [12, 1202, 11206, 2121002]}, "9734" : {"nama" : "CENDANA", "dapil" : [12, 1202, 11206, 2121002]}, "9733" : {"nama" : "KARTINI", "dapil" : [12, 1202, 11206, 2121002]}, "9737" : {"nama" : "PADANG BULAN", "dapil" : [12, 1202, 11206, 2121002]}, "9729" : {"nama" : "PADANG MATINGGI", "dapil" : [12, 1202, 11206, 2121002]}, "9736" : {"nama" : "PULO PADANG", "dapil" : [12, 1202, 11206, 2121002]}, "9732" : {"nama" : "RANTAUPRAPAT", "dapil" : [12, 1202, 11206, 2121002]}, "9731" : {"nama" : "SIRANDORUNG", "dapil" : [12, 1202, 11206, 2121002]}, "9730" : {"nama" : "SIRINGO-RINGO", "dapil" : [12, 1202, 11206, 2121002]}}
json_instruct
{"type": "object", "properties": {"9738": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9735": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9734": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9733": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9737": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9729": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9736": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9732": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9731": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "9730": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["9738", "9735", "9734", "9733", "9737", "9729", "9736", "9732", "9731", "9730"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["items"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"items" : [{"name" : "Flour One", "url" : "https://www.amazon.co.uk/Bacheldre-Watermill-Organic-Stoneground-Unbleached/dp/B005FPY9U2/ref=pd_rhf_se_p_img_2?_encoding=UTF8&psc=1&refRID=KSDEFEA1PAPQFM6RE22A"}, {"name" : "Flour Two", "url" : "https://www.amazon.co.uk/Doves-ORGANIC-Wholemeal-Plain-Flour/dp/B00L62XHN8/ref=pd_ybh_a_18?_encoding=UTF8&psc=1&refRID=JBCG7E66MGF41X3TG7D8"}, {"name" : "Flour Three", "url" : "https://www.amazon.co.uk/Marriages-Organic-Strong-White-Bread/dp/B016AEI4Z2/ref=pd_ybh_a_11?_encoding=UTF8&psc=1&refRID=61K7RKAE96D8X7Z526YE", "found" : "2020-04-04T13:10:15.503Z"}, {"name" : "Flour four", "url" : "https://www.amazon.co.uk/Marriages-Organic-Country-Strong-Malted/dp/B0168UV4M8/ref=pd_ybh_a_7?_encoding=UTF8&psc=1&refRID=2YP5CX6G2K62VS9W7MSQ"}, {"name" : "flour five", "url" : "https://www.amazon.co.uk/Marriages-Strong-Canadian-White-Flour/dp/B0043RQ01O/ref=pd_rhf_se_p_img_3?_encoding=UTF8&psc=1&refRID=KSDEFEA1PAPQFM6RE22A"}]}
json_instruct
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["items"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "accountId": {"type": "string"}, "network": {"type": "string"}, "amountReceived": {"type": "integer"}, "amountSent": {"type": "integer"}, "totalAmount": {"type": "integer"}, "totalFees": {"type": "integer"}, "isSend": {"type": "boolean"}, "isReceive": {"type": "boolean"}, "blockHeight": {"type": "integer"}, "blockhash": {"type": "string"}, "createdAt": {"type": "integer"}, "scriptPubKey": {"type": "null"}, "isRBF": {"type": "boolean"}, "sentScriptPubKey": {"type": "string"}, "hex": {"type": "string"}, "memo": {"type": "string"}, "confirmations": {"type": "integer"}, "hasAproxCreatedAt": {"type": "boolean"}}, "required": ["id", "accountId", "network", "amountReceived", "amountSent", "totalAmount", "totalFees", "isSend", "isReceive", "blockHeight", "blockhash", "createdAt", "scriptPubKey", "isRBF", "sentScriptPubKey", "hex", "memo", "confirmations", "hasAproxCreatedAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "977b4ba28fbf1a2e5876d1daa040400bff57a5e37cecacbe87c593c35186781f", "accountId" : "c5a8db54-9050-455d-8ce5-63f9acd54f2d", "network" : "TestNet", "amountReceived" : 0, "amountSent" : 58640, "totalAmount" : 99592, "totalFees" : 408, "isSend" : true, "isReceive" : false, "blockHeight" : 2163553, "blockhash" : "00000000000000c76291faafadf59111c07c4896482e2b0c59bd9544ce5f4ce9", "createdAt" : 1645690788, "scriptPubKey" : null, "isRBF" : true, "sentScriptPubKey" : "5120fbdaee7bfdf2dc0cb29f758eee67d150d7660d9ea4242903f7efe06143b5681b", "hex" : "010000000001012d472e3fa29cf297a940371409588c8f194d68e26f0351581de3c28547fb04120100000000fdffffff02f89f000000000000160014bf8d283f3712bab6470c79adf51b694e63c02dfd10e5000000000000225120fbdaee7bfdf2dc0cb29f758eee67d150d7660d9ea4242903f7efe06143b5681b024830450221008b520ec938fa05b2c9ccf1bbf04c383dd6a7f7e43184c70949a8c9c6597b1efd022019a72842a6dbbaded3ae28474226be75ad5a2dd83e53c1b59533d942bfd369f6012102e7ab2537b5d49e970309aae06e9e49f36ce1c9febbd44ec8e0d1cca0b4f9c31900000000", "memo" : "", "confirmations" : 30227, "hasAproxCreatedAt" : false}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "accountId": {"type": "string"}, "network": {"type": "string"}, "amountReceived": {"type": "integer"}, "amountSent": {"type": "integer"}, "totalAmount": {"type": "integer"}, "totalFees": {"type": "integer"}, "isSend": {"type": "boolean"}, "isReceive": {"type": "boolean"}, "blockHeight": {"type": "integer"}, "blockhash": {"type": "string"}, "createdAt": {"type": "integer"}, "scriptPubKey": {"type": "null"}, "isRBF": {"type": "boolean"}, "sentScriptPubKey": {"type": "string"}, "hex": {"type": "string"}, "memo": {"type": "string"}, "confirmations": {"type": "integer"}, "hasAproxCreatedAt": {"type": "boolean"}}, "required": ["id", "accountId", "network", "amountReceived", "amountSent", "totalAmount", "totalFees", "isSend", "isReceive", "blockHeight", "blockhash", "createdAt", "scriptPubKey", "isRBF", "sentScriptPubKey", "hex", "memo", "confirmations", "hasAproxCreatedAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"core.filters.finder.enabled": {"type": "object", "properties": {"default": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "bold": {"type": "string"}}, "required": ["default", "type", "title", "description", "bold"]}}, "required": ["core.filters.finder.enabled"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"core.filters.finder.enabled" : {"default" : "1", "type" : "bool", "title" : "COM_AKEEBA_CONFIG_OPTIONALFILTERS_FINDER_ENABLED_TITLE", "description" : "COM_AKEEBA_CONFIG_OPTIONALFILTERS_FINDER_ENABLED_DESCRIPTION", "bold" : "1"}}
json_instruct
{"type": "object", "properties": {"core.filters.finder.enabled": {"type": "object", "properties": {"default": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "bold": {"type": "string"}}, "required": ["default", "type", "title", "description", "bold"]}}, "required": ["core.filters.finder.enabled"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"datestamp" : "2021-04-19", "nameWithOwner" : "twitter/chill", "name" : "chill", "commits" : 783, "forkCount" : 114, "issues" : 131, "openIssues" : 43, "closedIssues" : 88, "pullRequests" : 409, "openPullRequests" : 10, "mergedPullRequests" : 345, "closedPullRequests" : 54, "stargazers" : 564, "watchers" : 136}
json_instruct
{"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["ts-loader", "typescript", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "private", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "structures", "version" : "1.0.0", "description" : "typescript library for classic sequential data structures", "private" : true, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "webpack"}, "keywords" : [], "author" : "Guilherme Oliveira <coliveira.guilherme@gmail.com>", "license" : "MIT", "devDependencies" : {"ts-loader" : "^8.0.18", "typescript" : "^4.2.3", "webpack" : "^5.28.0", "webpack-cli" : "^4.6.0"}, "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["ts-loader", "typescript", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "private", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "bloodmagic:block/dungeon_metal"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "files": {"type": "string"}, "bin": {"type": "object", "properties": {"add-shallow": {"type": "string"}}, "required": ["add-shallow"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "commander": {"type": "string"}, "titlecase": {"type": "string"}}, "required": ["chalk", "commander", "titlecase"]}, "tags": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "repository", "homepage", "bugs", "authors", "license", "files", "bin", "dependencies", "tags", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "add-shallow", "version" : "0.2.2", "description" : "Create circleci node deploy for now and heroku", "repository" : {"type" : "git", "url" : "https://github.com/hanford/add-shallow.git"}, "homepage" : "https://github.com/hanford/add-shallow", "bugs" : "https://github.com/hanford/add-shallow/issues", "authors" : ["Jack Hanford"], "license" : "MIT", "files" : "index.js", "bin" : {"add-shallow" : "./index.js"}, "dependencies" : {"chalk" : "~2.3.1", "commander" : "~2.9.0", "titlecase" : "~1.1.2"}, "tags" : ["react", "now.sh", "heroku", "circleci", "cli"], "keywords" : ["react", "now.sh", "heroku", "circleci", "cli"]}
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"]}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "files": {"type": "string"}, "bin": {"type": "object", "properties": {"add-shallow": {"type": "string"}}, "required": ["add-shallow"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "commander": {"type": "string"}, "titlecase": {"type": "string"}}, "required": ["chalk", "commander", "titlecase"]}, "tags": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "repository", "homepage", "bugs", "authors", "license", "files", "bin", "dependencies", "tags", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Frame": {"type": "array", "items": {"type": "object", "properties": {"NAME": {"type": "string"}, "x": {"type": "number"}, "y": {"type": "number"}, "score": {"type": "number"}}, "required": ["NAME", "x", "y", "score"]}}}, "required": ["Frame"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Frame" : [{"NAME" : "NOSE", "x" : 432.4815979003906, "y" : 230.5254364013672, "score" : 0.9131791591644287}, {"NAME" : "LEFT_EYE", "x" : 443.0794372558594, "y" : 220.6071319580078, "score" : 0.9328297972679138}, {"NAME" : "RIGHT_EYE", "x" : 422.05657958984375, "y" : 220.33279418945312, "score" : 0.8742062449455261}, {"NAME" : "LEFT_EAR", "x" : 455.204345703125, "y" : 228.2881622314453, "score" : 0.7633877396583557}, {"NAME" : "RIGHT_EAR", "x" : 406.4360046386719, "y" : 228.03213500976562, "score" : 0.8659765124320984}, {"NAME" : "LEFT_SHOULDER", "x" : 473.5584411621094, "y" : 288.11212158203125, "score" : 0.8850763440132141}, {"NAME" : "RIGHT_SHOULDER", "x" : 380.652587890625, "y" : 286.7947692871094, "score" : 0.9067229628562927}, {"NAME" : "LEFT_ELBOW", "x" : 481.7474060058594, "y" : 349.5448913574219, "score" : 0.8683527112007141}, {"NAME" : "RIGHT_ELBOW", "x" : 378.7185363769531, "y" : 349.43487548828125, "score" : 1.0}, {"NAME" : "LEFT_WRIST", "x" : 438.2241516113281, "y" : 297.13519287109375, "score" : 0.8884420394897461}, {"NAME" : "RIGHT_WRIST", "x" : 416.1268615722656, "y" : 295.3188171386719, "score" : 0.8956420421600342}, {"NAME" : "LEFT_HIP", "x" : 456.2770690917969, "y" : 431.5618896484375, "score" : 0.7868602871894836}, {"NAME" : "RIGHT_HIP", "x" : 393.7410888671875, "y" : 424.1314697265625, "score" : 0.8780034780502319}, {"NAME" : "LEFT_KNEE", "x" : 510.30072021484375, "y" : 550.3136596679688, "score" : 0.7955436110496521}, {"NAME" : "RIGHT_KNEE", "x" : 336.6200256347656, "y" : 542.3600463867188, "score" : 0.8764542937278748}, {"NAME" : "LEFT_ANKLE", "x" : 572.8599243164062, "y" : 662.0658569335938, "score" : 0.6560662984848022}, {"NAME" : "RIGHT_ANKLE", "x" : 274.3382873535156, "y" : 659.2637329101562, "score" : 0.5435711145401001}]}
json_instruct
{"type": "object", "properties": {"Frame": {"type": "array", "items": {"type": "object", "properties": {"NAME": {"type": "string"}, "x": {"type": "number"}, "y": {"type": "number"}, "score": {"type": "number"}}, "required": ["NAME", "x", "y", "score"]}}}, "required": ["Frame"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/materials/fumetalgreytile.matitem": {"type": "array", "items": {"type": "string"}}}, "required": ["items/materials/fumetalgreytile.matitem"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"items/materials/fumetalgreytile.matitem" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u5408\u91d1\u5730\u677f\u7816", "Eng" : "Alloy Floor Tile"}}, {"DeniedAlternatives" : [], "Files" : {"items/materials/fumetalgreytile.matitem" : ["/description"]}, "Texts" : {"Chs" : "\u575a\u5b9e\u4e0d\u5c48\u7684\u5730\u7816\u3002", "Eng" : "Solid and unyielding tile."}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/materials/fumetalgreytile.matitem": {"type": "array", "items": {"type": "string"}}}, "required": ["items/materials/fumetalgreytile.matitem"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$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"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Quan Nguyen": {"type": "string"}}, "required": ["Quan Nguyen"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_versions": {"type": "array", "items": {"type": "string"}}, "source_files": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "license", "summary", "homepage", "authors", "source", "platforms", "swift_versions", "source_files", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Swinet", "version" : "1.0.0", "license" : "MIT", "summary" : "Lightweight and Powerfull HTTP Networking in Swift", "homepage" : "https://github.com/dinhquan/Swinet", "authors" : {"Quan Nguyen" : "dinhquan191@gmail.com"}, "source" : {"git" : "https://github.com/dinhquan/Swinet.git", "tag" : "1.0.0"}, "platforms" : {"ios" : "11.0"}, "swift_versions" : ["5.1", "5.2", "5.3", "5.4", "5.5"], "source_files" : "Source/*.swift", "swift_version" : "5.5"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Quan Nguyen": {"type": "string"}}, "required": ["Quan Nguyen"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_versions": {"type": "array", "items": {"type": "string"}}, "source_files": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "license", "summary", "homepage", "authors", "source", "platforms", "swift_versions", "source_files", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "node_id": {"type": "string"}, "url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "hooks_url": {"type": "string"}, "issues_url": {"type": "string"}, "members_url": {"type": "string"}, "public_members_url": {"type": "string"}, "avatar_url": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "string"}, "location": {"type": "null"}, "email": {"type": "string"}, "is_verified": {"type": "boolean"}, "has_organization_projects": {"type": "boolean"}, "has_repository_projects": {"type": "boolean"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "html_url": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "type": {"type": "string"}}, "required": ["login", "id", "node_id", "url", "repos_url", "events_url", "hooks_url", "issues_url", "members_url", "public_members_url", "avatar_url", "description", "name", "company", "blog", "location", "email", "is_verified", "has_organization_projects", "has_repository_projects", "public_repos", "public_gists", "followers", "following", "html_url", "created_at", "updated_at", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"login" : "jekyll", "id" : 3083652, "node_id" : "MDEyOk9yZ2FuaXphdGlvbjMwODM2NTI=", "url" : "https://api.github.com/orgs/jekyll", "repos_url" : "https://api.github.com/orgs/jekyll/repos", "events_url" : "https://api.github.com/orgs/jekyll/events", "hooks_url" : "https://api.github.com/orgs/jekyll/hooks", "issues_url" : "https://api.github.com/orgs/jekyll/issues", "members_url" : "https://api.github.com/orgs/jekyll/members{/member}", "public_members_url" : "https://api.github.com/orgs/jekyll/public_members{/member}", "avatar_url" : "https://avatars0.githubusercontent.com/u/3083652?v=4", "description" : "Jekyll is a blog-aware, static site generator in Ruby.", "name" : "Jekyll", "company" : null, "blog" : "https://jekyllrb.com", "location" : null, "email" : "", "is_verified" : true, "has_organization_projects" : true, "has_repository_projects" : true, "public_repos" : 50, "public_gists" : 0, "followers" : 0, "following" : 0, "html_url" : "https://github.com/jekyll", "created_at" : "2012-12-19T19:37:35Z", "updated_at" : "2019-01-27T15:27:32Z", "type" : "Organization"}
json_instruct
{"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "node_id": {"type": "string"}, "url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "hooks_url": {"type": "string"}, "issues_url": {"type": "string"}, "members_url": {"type": "string"}, "public_members_url": {"type": "string"}, "avatar_url": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "string"}, "location": {"type": "null"}, "email": {"type": "string"}, "is_verified": {"type": "boolean"}, "has_organization_projects": {"type": "boolean"}, "has_repository_projects": {"type": "boolean"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "html_url": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "type": {"type": "string"}}, "required": ["login", "id", "node_id", "url", "repos_url", "events_url", "hooks_url", "issues_url", "members_url", "public_members_url", "avatar_url", "description", "name", "company", "blog", "location", "email", "is_verified", "has_organization_projects", "has_repository_projects", "public_repos", "public_gists", "followers", "following", "html_url", "created_at", "updated_at", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/old_green_6_way_flange"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"pg-patcher": {"type": "string"}}, "required": ["pg-patcher"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "required": ["url", "email"]}, "dependencies": {"type": "object", "properties": {"xtend": {"type": "string"}, "async": {"type": "string"}, "argh": {"type": "string"}}, "required": ["xtend", "async", "argh"]}, "devDependencies": {"type": "object", "properties": {"pg": {"type": "string"}}, "required": ["pg"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "licenses": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "main", "bin", "homepage", "repository", "bugs", "dependencies", "devDependencies", "author", "licenses", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pg-patcher", "description" : "A Postgres patch helper for Postgres (using http://npmjs.com/pg).", "version" : "0.4.0", "main" : "pg-patcher.js", "bin" : {"pg-patcher" : "./bin/pg-patcher"}, "homepage" : "https://github.com/chilts/pg-patcher/", "repository" : {"type" : "git", "url" : "https://github.com/chilts/pg-patcher.git"}, "bugs" : {"url" : "https://github.com/chilts/pg-patcher/issues", "email" : "andychilton@gmail.com"}, "dependencies" : {"xtend" : "~2.1.1", "async" : "~0.2.9", "argh" : "~0.1.1"}, "devDependencies" : {"pg" : "^7.0.2"}, "author" : {"name" : "Andrew Chilton", "email" : "andychilton@gmail.com", "url" : "https://chilts.org/"}, "licenses" : "MIT", "keywords" : ["pg", "postgres", "postgresql", "patch", "patcher", "node-postgres"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"pg-patcher": {"type": "string"}}, "required": ["pg-patcher"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "required": ["url", "email"]}, "dependencies": {"type": "object", "properties": {"xtend": {"type": "string"}, "async": {"type": "string"}, "argh": {"type": "string"}}, "required": ["xtend", "async", "argh"]}, "devDependencies": {"type": "object", "properties": {"pg": {"type": "string"}}, "required": ["pg"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "licenses": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "main", "bin", "homepage", "repository", "bugs", "dependencies", "devDependencies", "author", "licenses", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"slug": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "scmId": {"type": "string"}, "state": {"type": "string"}, "statusMessage": {"type": "string"}, "forkable": {"type": "boolean"}, "project": {"type": "object", "properties": {"key": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "public": {"type": "boolean"}, "type": {"type": "string"}, "links": {"type": "object", "properties": {"self": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}}, "required": ["self"]}}, "required": ["key", "id", "name", "description", "public", "type", "links"]}, "public": {"type": "boolean"}, "links": {"type": "object", "properties": {"clone": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "name": {"type": "string"}}, "required": ["href", "name"]}}, "self": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}}, "required": ["clone", "self"]}}, "required": ["slug", "id", "name", "scmId", "state", "statusMessage", "forkable", "project", "public", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slug" : "qa-resources", "id" : 2, "name" : "qa-resources", "scmId" : "git", "state" : "AVAILABLE", "statusMessage" : "Available", "forkable" : true, "project" : {"key" : "QA", "id" : 2, "name" : "QA", "description" : "QA", "public" : false, "type" : "NORMAL", "links" : {"self" : [{"href" : "http://localhost:7990/bitbucket/projects/QA"}]}}, "public" : false, "links" : {"clone" : [{"href" : "http://localhost:7990/bitbucket/scm/qa/qa-resources.git", "name" : "http"}, {"href" : "ssh://git@localhost:7999/qa/qa-resources.git", "name" : "ssh"}], "self" : [{"href" : "http://localhost:7990/bitbucket/projects/QA/repos/qa-resources/browse"}]}}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "scmId": {"type": "string"}, "state": {"type": "string"}, "statusMessage": {"type": "string"}, "forkable": {"type": "boolean"}, "project": {"type": "object", "properties": {"key": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "public": {"type": "boolean"}, "type": {"type": "string"}, "links": {"type": "object", "properties": {"self": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}}, "required": ["self"]}}, "required": ["key", "id", "name", "description", "public", "type", "links"]}, "public": {"type": "boolean"}, "links": {"type": "object", "properties": {"clone": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "name": {"type": "string"}}, "required": ["href", "name"]}}, "self": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}}, "required": ["clone", "self"]}}, "required": ["slug", "id", "name", "scmId", "state", "statusMessage", "forkable", "project", "public", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Version": {"type": "integer"}, "SourceFileDate": {"type": "integer"}, "Flags": {"type": "array", "items": {"type": "string"}}}, "required": ["Version", "SourceFileDate", "Flags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Version" : 2, "SourceFileDate" : 132440518277989040, "Flags" : ["FL_BITMAP_COMPRESSION", "FL_BITMAP_MIPMAP"]}
json_instruct
{"type": "object", "properties": {"Version": {"type": "integer"}, "SourceFileDate": {"type": "integer"}, "Flags": {"type": "array", "items": {"type": "string"}}}, "required": ["Version", "SourceFileDate", "Flags"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "buildersaddition:block/pillow/pillow_gray"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"pci_databases_pattern_tab_title": {"type": "string"}, "pci_databases_indexes_tab_title": {"type": "string"}, "pci_databases_indexes_pattern_model": {"type": "string"}, "pci_databases_indexes_pattern_max_index": {"type": "string"}, "pci_databases_indexes_pattern_add": {"type": "string"}, "pci_databases_indexes_index_name": {"type": "string"}, "pci_databases_indexes_index_shard_number": {"type": "string"}, "pci_databases_indexes_index_replicas_number": {"type": "string"}, "pci_databases_indexes_index_size": {"type": "string"}, "pci_databases_indexes_index_document": {"type": "string"}, "pci_databases_indexes_index_date": {"type": "string"}, "pci_databases_indexes_delete_index_error_message": {"type": "string"}, "pci_databases_indexes_delete_pattern_error_message": {"type": "string"}}, "required": ["pci_databases_pattern_tab_title", "pci_databases_indexes_tab_title", "pci_databases_indexes_pattern_model", "pci_databases_indexes_pattern_max_index", "pci_databases_indexes_pattern_add", "pci_databases_indexes_index_name", "pci_databases_indexes_index_shard_number", "pci_databases_indexes_index_replicas_number", "pci_databases_indexes_index_size", "pci_databases_indexes_index_document", "pci_databases_indexes_index_date", "pci_databases_indexes_delete_index_error_message", "pci_databases_indexes_delete_pattern_error_message"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pci_databases_pattern_tab_title" : "Modele", "pci_databases_indexes_tab_title" : "Indeksy", "pci_databases_indexes_pattern_model" : "Model", "pci_databases_indexes_pattern_max_index" : "Maksymalna liczba indeks\u00f3w", "pci_databases_indexes_pattern_add" : "Dodaj model", "pci_databases_indexes_index_name" : "Indeks", "pci_databases_indexes_index_shard_number" : "Shards", "pci_databases_indexes_index_replicas_number" : "Repliki", "pci_databases_indexes_index_size" : "Rozmiar", "pci_databases_indexes_index_document" : "Dokumentacja", "pci_databases_indexes_index_date" : "Data utworzenia", "pci_databases_indexes_delete_index_error_message" : "Wyst\u0105pi\u0142 b\u0142\u0105d podczas usuwania indeksu. Prosimy rozpocz\u0105\u0107 jeszcze raz.", "pci_databases_indexes_delete_pattern_error_message" : "Wyst\u0105pi\u0142 b\u0142\u0105d podczas usuwania modelu. Prosimy rozpocz\u0105\u0107 jeszcze raz."}
json_instruct
{"type": "object", "properties": {"pci_databases_pattern_tab_title": {"type": "string"}, "pci_databases_indexes_tab_title": {"type": "string"}, "pci_databases_indexes_pattern_model": {"type": "string"}, "pci_databases_indexes_pattern_max_index": {"type": "string"}, "pci_databases_indexes_pattern_add": {"type": "string"}, "pci_databases_indexes_index_name": {"type": "string"}, "pci_databases_indexes_index_shard_number": {"type": "string"}, "pci_databases_indexes_index_replicas_number": {"type": "string"}, "pci_databases_indexes_index_size": {"type": "string"}, "pci_databases_indexes_index_document": {"type": "string"}, "pci_databases_indexes_index_date": {"type": "string"}, "pci_databases_indexes_delete_index_error_message": {"type": "string"}, "pci_databases_indexes_delete_pattern_error_message": {"type": "string"}}, "required": ["pci_databases_pattern_tab_title", "pci_databases_indexes_tab_title", "pci_databases_indexes_pattern_model", "pci_databases_indexes_pattern_max_index", "pci_databases_indexes_pattern_add", "pci_databases_indexes_index_name", "pci_databases_indexes_index_shard_number", "pci_databases_indexes_index_replicas_number", "pci_databases_indexes_index_size", "pci_databases_indexes_index_document", "pci_databases_indexes_index_date", "pci_databases_indexes_delete_index_error_message", "pci_databases_indexes_delete_pattern_error_message"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "minimum_chrome_version": {"type": "string"}, "devtools_page": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_popup": {"type": "string"}, "default_icon": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}}, "required": ["16", "32"]}}, "required": ["default_popup", "default_icon"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}}, "required": ["16", "32"]}, "background": {"type": "object", "properties": {"persistent": {"type": "boolean"}, "scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["persistent", "scripts"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "description", "version", "minimum_chrome_version", "devtools_page", "browser_action", "icons", "background", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifest_version" : 2, "name" : "Veggie Chrome Extension Dev Tool", "description" : "Veggie devtools extension for affecting dev server responses", "version" : "1.0", "minimum_chrome_version" : "10.0", "devtools_page" : "page.html", "browser_action" : {"default_popup" : "popup.html", "default_icon" : {"16" : "icons/disabled-16.png", "32" : "icons/disabled-32.png"}}, "icons" : {"16" : "icons/enabled-16.png", "32" : "icons/enabled-32.png"}, "background" : {"persistent" : false, "scripts" : ["background.js"]}, "permissions" : ["activeTab", "storage", "tabs"]}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "minimum_chrome_version": {"type": "string"}, "devtools_page": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_popup": {"type": "string"}, "default_icon": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}}, "required": ["16", "32"]}}, "required": ["default_popup", "default_icon"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}}, "required": ["16", "32"]}, "background": {"type": "object", "properties": {"persistent": {"type": "boolean"}, "scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["persistent", "scripts"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "description", "version", "minimum_chrome_version", "devtools_page", "browser_action", "icons", "background", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 162, "surahNumber" : "002", "ayatNumber" : "155", "arabic" : "\u0648\u064e\u0644\u064e\u0646\u064e\u0628\u0652\u0644\u064f\u0648\u064e\u0646\u0651\u064e\u0643\u064f\u0645\u0652 \u0628\u0650\u0634\u064e\u064a\u0652\u0621\u064d \u0645\u0650\u0646\u064e \u0627\u0644\u0652\u062e\u064e\u0648\u0652\u0641\u0650 \u0648\u064e\u0627\u0644\u0652\u062c\u064f\u0648\u0639\u0650 \u0648\u064e\u0646\u064e\u0642\u0652\u0635\u064d \u0645\u0650\u0646\u064e \u0627\u0644\u0652\u0623\u064e\u0645\u0652\u0648\u064e\u0627\u0644\u0650 \u0648\u064e\u0627\u0644\u0652\u0623\u064e\u0646\u0652\u0641\u064f\u0633\u0650 \u0648\u064e\u0627\u0644\u062b\u0651\u064e\u0645\u064e\u0631\u064e\u0627\u062a\u0650 \u06d7 \u0648\u064e\u0628\u064e\u0634\u0651\u0650\u0631\u0650 \u0627\u0644\u0635\u0651\u064e\u0627\u0628\u0650\u0631\u0650\u064a\u0646\u064e", "english" : "And certainly, We shall test you with something of fear, hunger, loss of wealth, lives and fruits, but give glad tidings to As-Sabirin (the patient ones, etc.).", "bengali" : "\u098f\u09ac\u0982 \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u0986\u09ae\u09bf \u09a4\u09c7\u09be\u09ae\u09be\u09a6\u09bf\u0997\u0995\u09c7 \u09aa\u09b0\u09c0\u0995\u09cd\u09b7\u09be \u0995\u09b0\u09ac \u0995\u09bf\u099b\u09c1\u099f\u09be \u09ad\u09df, \u0995\u09cd\u09b7\u09c1\u09a7\u09be, \u09ae\u09be\u09b2 \u0993 \u099c\u09be\u09a8\u09c7\u09b0 \u0995\u09cd\u09b7\u09a4\u09bf \u0993 \u09ab\u09b2-\u09ab\u09b8\u09b2 \u09ac\u09bf\u09a8\u09b7\u09cd\u099f\u09c7\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7\u0964 \u09a4\u09ac\u09c7 \u09b8\u09c1\u09b8\u0982\u09ac\u09be\u09a6 \u09a6\u09be\u0993 \u09b8\u09ac\u09b0\u0995\u09be\u09b0\u09c0\u09a6\u09c7\u09b0\u0964"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"options": {"type": "object", "properties": {"basic": {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "use_venv": {"type": "boolean"}, "include_system_packages": {"type": "boolean"}}, "required": ["packages", "use_venv", "include_system_packages"]}, "dcos-agent": {"type": "object", "properties": {}, "required": []}}, "required": ["basic", "dcos-agent"]}, "includes": {"type": "array", "items": {"type": "string"}}, "is": {"type": "string"}}, "required": ["options", "includes", "is"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"options" : {"basic" : {"packages" : ["docker.io", "unzip"], "use_venv" : false, "include_system_packages" : false}, "dcos-agent" : {}}, "includes" : ["layer:basic", "interface:dcos"], "is" : "dcos-agent"}
json_instruct
{"type": "object", "properties": {"options": {"type": "object", "properties": {"basic": {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "use_venv": {"type": "boolean"}, "include_system_packages": {"type": "boolean"}}, "required": ["packages", "use_venv", "include_system_packages"]}, "dcos-agent": {"type": "object", "properties": {}, "required": []}}, "required": ["basic", "dcos-agent"]}, "includes": {"type": "array", "items": {"type": "string"}}, "is": {"type": "string"}}, "required": ["options", "includes", "is"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"files.exclude": {"type": "object", "properties": {"**/*.js": {"type": "boolean"}, "**/*.js.*": {"type": "boolean"}, "**/dist/": {"type": "boolean"}, "**/bundle.js": {"type": "boolean"}, "**/*[.?]bundle.js": {"type": "boolean"}, "**/*[.?]worker.js": {"type": "boolean"}, "**/node_modules/**": {"type": "boolean"}}, "required": ["**/*.js", "**/*.js.*", "**/dist/", "**/bundle.js", "**/*[.?]bundle.js", "**/*[.?]worker.js", "**/node_modules/**"]}}, "required": ["files.exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files.exclude" : {"**/*.js" : true, "**/*.js.*" : true, "**/dist/" : true, "**/bundle.js" : true, "**/*[.?]bundle.js" : true, "**/*[.?]worker.js" : true, "**/node_modules/**" : true}}
json_instruct
{"type": "object", "properties": {"files.exclude": {"type": "object", "properties": {"**/*.js": {"type": "boolean"}, "**/*.js.*": {"type": "boolean"}, "**/dist/": {"type": "boolean"}, "**/bundle.js": {"type": "boolean"}, "**/*[.?]bundle.js": {"type": "boolean"}, "**/*[.?]worker.js": {"type": "boolean"}, "**/node_modules/**": {"type": "boolean"}}, "required": ["**/*.js", "**/*.js.*", "**/dist/", "**/bundle.js", "**/*[.?]bundle.js", "**/*[.?]worker.js", "**/node_modules/**"]}}, "required": ["files.exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lastUpdated" : 1655019279666, "username" : "Nayt", "scores" : [{"xp" : 5653, "rank" : 302, "cardId" : 276}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["360681101200", "\u4e30\u7530\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["360681101201", "\u6cb3\u6f6d\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["360681101202", "\u9f99\u77f3\u6751\u6c11\u59d4\u5458\u4f1a", "112", "0"], ["360681101203", "\u4e5d\u590f\u6751\u6c11\u59d4\u5458\u4f1a", "112", "0"], ["360681101204", "\u6a2a\u5c71\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["360681101205", "\u5357\u5858\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["360681101206", "\u82b1\u5c4b\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["360681101207", "\u6cd7\u5858\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["360681101208", "\u6bdb\u7089\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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"}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "object", "properties": {"url": {"type": "string"}, "regex": {"type": "string"}}, "required": ["url", "regex"]}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "object", "properties": {"url": {"type": "string"}, "regex": {"type": "string"}}, "required": ["url", "regex"]}}, "required": ["url", "hash"]}}, "required": ["version", "description", "homepage", "license", "url", "hash", "extract_dir", "bin", "shortcuts", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "6.6", "description" : "Real-time log monitoring made easy.", "homepage" : "https://www.logfusion.ca/", "license" : "Proprietary", "url" : "https://www.binaryfortress.com/Data/Download/?Package=logfusion&noinstall=1#/dl.7z", "hash" : "c41636c35a5f8766cfaf0fe65d1f7b432746566fd359d4b44a741b1c259eb474", "extract_dir" : "LogFusion", "bin" : "LogFusion.exe", "shortcuts" : [["LogFusion.exe", "LogFusion"]], "checkver" : {"url" : "https://www.logfusion.ca/Download/", "regex" : "<b>Latest Version:<\\/b> v([\\d.]+)"}, "autoupdate" : {"url" : "https://www.binaryfortress.com/Data/Download/?Package=logfusion&noinstall=1#/dl.7z", "hash" : {"url" : "https://www.logfusion.ca/Download/", "regex" : "<li><b>Without Installer .*:</b> $sha1 .SHA1."}}}
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"}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "object", "properties": {"url": {"type": "string"}, "regex": {"type": "string"}}, "required": ["url", "regex"]}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "object", "properties": {"url": {"type": "string"}, "regex": {"type": "string"}}, "required": ["url", "regex"]}}, "required": ["url", "hash"]}}, "required": ["version", "description", "homepage", "license", "url", "hash", "extract_dir", "bin", "shortcuts", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"@groupedBorderRadius": {"type": "string"}, "@bottomBorderRadius": {"type": "string"}, "@invertedBackground": {"type": "string"}, "@closeHoverOpacity": {"type": "string"}, "@nagHoverBackground": {"type": "string"}, "@topBorderRadius": {"type": "string"}, "@closeTransition": {"type": "string"}, "@nagHoverOpacity": {"type": "string"}, "@closeOpacity": {"type": "string"}, "@borderRadius": {"type": "string"}, "@closeMargin": {"type": "string"}, "@titleMargin": {"type": "string"}, "@lineHeight": {"type": "string"}, "@titleColor": {"type": "string"}, "@closeColor": {"type": "string"}, "@closeRight": {"type": "string"}, "@background": {"type": "string"}, "@transition": {"type": "string"}, "@closeSize": {"type": "string"}, "@minHeight": {"type": "string"}, "@boxShadow": {"type": "string"}, "@textAlign": {"type": "string"}, "@closeTop": {"type": "string"}, "@fontSize": {"type": "string"}, "@position": {"type": "string"}, "@padding": {"type": "string"}, "@opacity": {"type": "string"}, "@zIndex": {"type": "string"}, "@margin": {"type": "string"}, "@bottom": {"type": "string"}, "@color": {"type": "string"}, "@width": {"type": "string"}, "@top": {"type": "string"}}, "required": ["@groupedBorderRadius", "@bottomBorderRadius", "@invertedBackground", "@closeHoverOpacity", "@nagHoverBackground", "@topBorderRadius", "@closeTransition", "@nagHoverOpacity", "@closeOpacity", "@borderRadius", "@closeMargin", "@titleMargin", "@lineHeight", "@titleColor", "@closeColor", "@closeRight", "@background", "@transition", "@closeSize", "@minHeight", "@boxShadow", "@textAlign", "@closeTop", "@fontSize", "@position", "@padding", "@opacity", "@zIndex", "@margin", "@bottom", "@color", "@width", "@top"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@groupedBorderRadius" : "$nag-grouped-border-radius", "@bottomBorderRadius" : "$nag-bottom-border-radius", "@invertedBackground" : "$nag-inverted-background", "@closeHoverOpacity" : "$nag-close-hover-opacity", "@nagHoverBackground" : "$nag-hover-background", "@topBorderRadius" : "$nag-top-border-radius", "@closeTransition" : "$nag-close-transition", "@nagHoverOpacity" : "$nag-hover-opacity", "@closeOpacity" : "$nag-close-opacity", "@borderRadius" : "$nag-border-radius", "@closeMargin" : "$nag-close-margin", "@titleMargin" : "$nag-title-margin", "@lineHeight" : "$nag-line-height", "@titleColor" : "$nag-title-color", "@closeColor" : "$nag-close-color", "@closeRight" : "$nag-close-right", "@background" : "$nag-background", "@transition" : "$nag-transition", "@closeSize" : "$nag-close-size", "@minHeight" : "$nag-min-height", "@boxShadow" : "$nag-box-shadow", "@textAlign" : "$nag-text-align", "@closeTop" : "$nag-close-top", "@fontSize" : "$nag-font-size", "@position" : "$nag-position", "@padding" : "$nag-padding", "@opacity" : "$nag-opacity", "@zIndex" : "$nag-z-index", "@margin" : "$nag-margin", "@bottom" : "$nag-bottom", "@color" : "$nag-color", "@width" : "$nag-width", "@top" : "$nag-top"}
json_instruct
{"type": "object", "properties": {"@groupedBorderRadius": {"type": "string"}, "@bottomBorderRadius": {"type": "string"}, "@invertedBackground": {"type": "string"}, "@closeHoverOpacity": {"type": "string"}, "@nagHoverBackground": {"type": "string"}, "@topBorderRadius": {"type": "string"}, "@closeTransition": {"type": "string"}, "@nagHoverOpacity": {"type": "string"}, "@closeOpacity": {"type": "string"}, "@borderRadius": {"type": "string"}, "@closeMargin": {"type": "string"}, "@titleMargin": {"type": "string"}, "@lineHeight": {"type": "string"}, "@titleColor": {"type": "string"}, "@closeColor": {"type": "string"}, "@closeRight": {"type": "string"}, "@background": {"type": "string"}, "@transition": {"type": "string"}, "@closeSize": {"type": "string"}, "@minHeight": {"type": "string"}, "@boxShadow": {"type": "string"}, "@textAlign": {"type": "string"}, "@closeTop": {"type": "string"}, "@fontSize": {"type": "string"}, "@position": {"type": "string"}, "@padding": {"type": "string"}, "@opacity": {"type": "string"}, "@zIndex": {"type": "string"}, "@margin": {"type": "string"}, "@bottom": {"type": "string"}, "@color": {"type": "string"}, "@width": {"type": "string"}, "@top": {"type": "string"}}, "required": ["@groupedBorderRadius", "@bottomBorderRadius", "@invertedBackground", "@closeHoverOpacity", "@nagHoverBackground", "@topBorderRadius", "@closeTransition", "@nagHoverOpacity", "@closeOpacity", "@borderRadius", "@closeMargin", "@titleMargin", "@lineHeight", "@titleColor", "@closeColor", "@closeRight", "@background", "@transition", "@closeSize", "@minHeight", "@boxShadow", "@textAlign", "@closeTop", "@fontSize", "@position", "@padding", "@opacity", "@zIndex", "@margin", "@bottom", "@color", "@width", "@top"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this 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"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[143.875, 45.916666666666664], [143.875, 46.0], [144.0, 46.0], [144.0, 45.916666666666664], [143.875, 45.916666666666664]]]}, "properties" : {"code" : 684377, "url" : "http://madefor.github.io/0410/api/v1/684377.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/684377.geojson"}}
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": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"an5.190:0.1": {"type": "string"}, "an5.190:0.2": {"type": "string"}, "an5.190:0.3": {"type": "string"}, "an5.190:1.1": {"type": "string"}, "an5.190:1.2": {"type": "string"}, "an5.190:1.3": {"type": "string"}, "an5.190:1.4": {"type": "string"}, "an5.190:1.5": {"type": "string"}, "an5.190:2.1": {"type": "string"}, "an5.190:2.2": {"type": "string"}, "an5.190:2.3": {"type": "string"}, "an5.190:2.4": {"type": "string"}, "an5.190:3.0": {"type": "string"}, "an5.190:3.1": {"type": "string"}, "an5.190:3.2": {"type": "string"}, "an5.190:3.3": {"type": "string"}, "an5.190:3.4": {"type": "string"}}, "required": ["an5.190:0.1", "an5.190:0.2", "an5.190:0.3", "an5.190:1.1", "an5.190:1.2", "an5.190:1.3", "an5.190:1.4", "an5.190:1.5", "an5.190:2.1", "an5.190:2.2", "an5.190:2.3", "an5.190:2.4", "an5.190:3.0", "an5.190:3.1", "an5.190:3.2", "an5.190:3.3", "an5.190:3.4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an5.190:0.1" : "A\u1e45guttara Nik\u0101ya 5 ", "an5.190:0.2" : "19. Ara\u00f1\u00f1avagga ", "an5.190:0.3" : "190. Pattapi\u1e47\u1e0dikasutta ", "an5.190:1.1" : "\u201cPa\u00f1cime, bhikkhave, pattapi\u1e47\u1e0dik\u0101. ", "an5.190:1.2" : "Katame pa\u00f1ca? ", "an5.190:1.3" : "Mandatt\u0101 mom\u016bhatt\u0101 pattapi\u1e47\u1e0diko hoti, p\u0101piccho icch\u0101pakato pattapi\u1e47\u1e0diko hoti, umm\u0101d\u0101 cittakkhep\u0101 pattapi\u1e47\u1e0diko hoti, \u2018va\u1e47\u1e47ita\u1e41 buddhehi buddhas\u0101vakeh\u012b\u2019ti pattapi\u1e47\u1e0diko hoti, appicchata\u1e41yeva niss\u0101ya santu\u1e6d\u1e6dhi\u1e41yeva niss\u0101ya sallekha\u1e41yeva niss\u0101ya paviveka\u1e41yeva niss\u0101ya idamatthita\u1e41yeva niss\u0101ya pattapi\u1e47\u1e0diko hoti. ", "an5.190:1.4" : "Ime kho, bhikkhave, pa\u00f1ca pattapi\u1e47\u1e0dik\u0101. ", "an5.190:1.5" : "Imesa\u1e41 kho, bhikkhave, pa\u00f1canna\u1e41 pattapi\u1e47\u1e0dik\u0101na\u1e41 yv\u0101ya\u1e41 pattapi\u1e47\u1e0diko appicchata\u1e41yeva niss\u0101ya santu\u1e6d\u1e6dhi\u1e41yeva niss\u0101ya sallekha\u1e41yeva niss\u0101ya paviveka\u1e41yeva niss\u0101ya idamatthita\u1e41yeva niss\u0101ya pattapi\u1e47\u1e0diko hoti, aya\u1e41 imesa\u1e41 pa\u00f1canna\u1e41 pattapi\u1e47\u1e0dik\u0101na\u1e41 aggo ca se\u1e6d\u1e6dho ca mokkho ca uttamo ca pavaro ca. ", "an5.190:2.1" : "Seyyath\u0101pi, bhikkhave, gav\u0101 kh\u012bra\u1e41, kh\u012bramh\u0101 dadhi, dadhimh\u0101 navan\u012bta\u1e41, navan\u012btamh\u0101 sappi, sappimh\u0101 sappima\u1e47\u1e0do, sappima\u1e47\u1e0do tattha aggamakkh\u0101yati; ", "an5.190:2.2" : "evameva\u1e41 kho, bhikkhave, imesa\u1e41 pa\u00f1canna\u1e41 pattapi\u1e47\u1e0dik\u0101na\u1e41 yv\u0101ya\u1e41 pattapi\u1e47\u1e0diko appicchata\u1e41yeva niss\u0101ya santu\u1e6d\u1e6dhi\u1e41yeva niss\u0101ya sallekha\u1e41yeva niss\u0101ya paviveka\u1e41yeva niss\u0101ya idamatthita\u1e41yeva niss\u0101ya pattapi\u1e47\u1e0diko hoti, aya\u1e41 imesa\u1e41 pa\u00f1canna\u1e41 pattapi\u1e47\u1e0dik\u0101na\u1e41 aggo ca se\u1e6d\u1e6dho ca mokkho ca uttamo ca pavaro c\u0101\u201dti. ", "an5.190:2.3" : "Dasama\u1e41. ", "an5.190:2.4" : "Ara\u00f1\u00f1avaggo catuttho. ", "an5.190:3.0" : "Tassudd\u0101na\u1e41", "an5.190:3.1" : "Ara\u00f1\u00f1a\u1e41 c\u012bvara\u1e41 rukkha, ", "an5.190:3.2" : "Sus\u0101na\u1e41 abbhok\u0101sika\u1e41; ", "an5.190:3.3" : "Nesajja\u1e41 santhata\u1e41 ek\u0101sanika\u1e41, ", "an5.190:3.4" : "Khalupacch\u0101pi\u1e47\u1e0dikena c\u0101ti. "}
json_instruct
{"type": "object", "properties": {"an5.190:0.1": {"type": "string"}, "an5.190:0.2": {"type": "string"}, "an5.190:0.3": {"type": "string"}, "an5.190:1.1": {"type": "string"}, "an5.190:1.2": {"type": "string"}, "an5.190:1.3": {"type": "string"}, "an5.190:1.4": {"type": "string"}, "an5.190:1.5": {"type": "string"}, "an5.190:2.1": {"type": "string"}, "an5.190:2.2": {"type": "string"}, "an5.190:2.3": {"type": "string"}, "an5.190:2.4": {"type": "string"}, "an5.190:3.0": {"type": "string"}, "an5.190:3.1": {"type": "string"}, "an5.190:3.2": {"type": "string"}, "an5.190:3.3": {"type": "string"}, "an5.190:3.4": {"type": "string"}}, "required": ["an5.190:0.1", "an5.190:0.2", "an5.190:0.3", "an5.190:1.1", "an5.190:1.2", "an5.190:1.3", "an5.190:1.4", "an5.190:1.5", "an5.190:2.1", "an5.190:2.2", "an5.190:2.3", "an5.190:2.4", "an5.190:3.0", "an5.190:3.1", "an5.190:3.2", "an5.190:3.3", "an5.190:3.4"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 8107011007, "parent" : 8107011, "name" : "LAHEMA", "latitude" : null, "longitude" : null, "postal" : [97595], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"created_at" : 1487614928, "tags" : ["Spring2017", "UNC"], "title" : "20 February // Lecture 11", "updated_at" : 1487619691, "uuid" : "CCF78CA5-36F0-4122-A552-27C4E23A1A0E"}
json_instruct
{"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2007", "provinceId" : "33", "regencyId" : "03", "districtId" : "12", "name" : "Tamansari"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["usefulresources:iron_nether_ore"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}}, "required": ["short_name", "name", "icons", "start_url", "display", "theme_color", "background_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"short_name" : "CMS Operator", "name" : "Car Management System for the DUTMIT Driverless car", "icons" : [{"src" : "logo.png", "sizes" : "512x512", "type" : "image/png"}], "start_url" : ".", "display" : "standalone", "theme_color" : "#757e88", "background_color" : "#051b38"}
json_instruct
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}}, "required": ["short_name", "name", "icons", "start_url", "display", "theme_color", "background_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"project_slug": {"type": "string"}, "role_name": {"type": "string"}, "author_name": {"type": "string"}, "author_email": {"type": "string"}, "project_version": {"type": "string"}}, "required": ["project_slug", "role_name", "author_name", "author_email", "project_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"project_slug" : "rolename", "role_name" : "{{ cookiecutter.project_slug }}", "author_name" : "Author Name", "author_email" : "author.name@example.com", "project_version" : "0.1.0.dev0"}
json_instruct
{"type": "object", "properties": {"project_slug": {"type": "string"}, "role_name": {"type": "string"}, "author_name": {"type": "string"}, "author_email": {"type": "string"}, "project_version": {"type": "string"}}, "required": ["project_slug", "role_name", "author_name", "author_email", "project_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ganuonglachanh-sonic": {"type": "object", "properties": {"admin": {"type": "object", "properties": {"settings": {"type": "object", "properties": {"GNOptionsHeading": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "string"}, "password": {"type": "string"}, "timeout": {"type": "string"}, "locale": {"type": "string"}}, "required": ["GNOptionsHeading", "host", "port", "password", "timeout", "locale"]}}, "required": ["settings"]}}, "required": ["admin"]}}, "required": ["ganuonglachanh-sonic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ganuonglachanh-sonic" : {"admin" : {"settings" : {"GNOptionsHeading" : "Setting", "host" : "Host", "port" : "Port", "password" : "Password", "timeout" : "TimeOut", "locale" : "Locale"}}}}
json_instruct
{"type": "object", "properties": {"ganuonglachanh-sonic": {"type": "object", "properties": {"admin": {"type": "object", "properties": {"settings": {"type": "object", "properties": {"GNOptionsHeading": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "string"}, "password": {"type": "string"}, "timeout": {"type": "string"}, "locale": {"type": "string"}}, "required": ["GNOptionsHeading", "host", "port", "password", "timeout", "locale"]}}, "required": ["settings"]}}, "required": ["admin"]}}, "required": ["ganuonglachanh-sonic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-74.065679, 40.928515], [-74.057229, 40.949467], [-74.058706, 40.956458], [-74.05713, 40.956603], [-74.042814, 40.952739], [-74.045806, 40.945426], [-74.038844, 40.943689], [-74.040323, 40.940901], [-74.044991, 40.936596], [-74.046172, 40.933795], [-74.049161, 40.931901], [-74.050453, 40.927788], [-74.0488, 40.92631], [-74.050085, 40.923789], [-74.049534, 40.922469], [-74.058959, 40.924949], [-74.058477, 40.926234], [-74.065679, 40.928515]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 39837}}]}
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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"derivation" : "or \u05de\u05b6\u05d1\u05bc\u05b8\u05d8; from H5027 (\u05e0\u05b8\u05d1\u05b7\u05d8);", "pron" : "mab-bawt'", "outline" : "<ol><li> expectation, object of hope or confidence</li></ol>", "kjv_def" : "expectation.", "lemma" : "\u05de\u05b7\u05d1\u05bc\u05b8\u05d8", "frequency" : 3, "strongs_def" : "something expected, i.e. (abstractly) expectation", "xlit" : "mabb\u00e2\u1e6d"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"@types/codemirror": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "codemirror": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "codemirror-addon-infotip": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "codemirror-addon-lint-fix": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "mirrorsharp": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"@types/codemirror": {"type": "string"}, "codemirror": {"type": "string"}, "codemirror-addon-infotip": {"type": "string"}, "codemirror-addon-lint-fix": {"type": "string"}}, "required": ["@types/codemirror", "codemirror", "codemirror-addon-infotip", "codemirror-addon-lint-fix"]}}, "required": ["version", "resolved", "integrity", "requires"]}}, "required": ["@types/codemirror", "codemirror", "codemirror-addon-infotip", "codemirror-addon-lint-fix", "mirrorsharp"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"requires" : true, "lockfileVersion" : 1, "dependencies" : {"@types/codemirror" : {"version" : "0.0.61", "resolved" : "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.61.tgz", "integrity" : "sha512-LGqLfMyT2RKvo3JHQn7MTZ2uoMKuTFhRZ0MYR0YD3H/sZ81jOjBw8fzJ/6FXHSALXgGuoiZN7FH1Bx6PARdkBQ=="}, "codemirror" : {"version" : "5.49.2", "resolved" : "https://registry.npmjs.org/codemirror/-/codemirror-5.49.2.tgz", "integrity" : "sha512-dwJ2HRPHm8w51WB5YTF9J7m6Z5dtkqbU9ntMZ1dqXyFB9IpjoUFDj80ahRVEoVanfIp6pfASJbOlbWdEf8FOzQ=="}, "codemirror-addon-infotip" : {"version" : "1.0.0", "resolved" : "https://registry.npmjs.org/codemirror-addon-infotip/-/codemirror-addon-infotip-1.0.0.tgz", "integrity" : "sha512-2zPuky4LspyBVgHB7hCOL9HTyCEJE+vxAoy+LZyFuBOpMudkZ4SioecX/L1SuNb7vOYIGhN7WcNrbbJhEaREow=="}, "codemirror-addon-lint-fix" : {"version" : "1.0.1", "resolved" : "https://registry.npmjs.org/codemirror-addon-lint-fix/-/codemirror-addon-lint-fix-1.0.1.tgz", "integrity" : "sha512-M1CuXhYXjGUn/zqSs2tF2ZaU1fT++skLKjtAFrxCXFFobnWO30kGQnt9lkCAtNT6fQGUM/1E2olC5NJJWvtHRA=="}, "mirrorsharp" : {"version" : "1.0.3", "resolved" : "https://registry.npmjs.org/mirrorsharp/-/mirrorsharp-1.0.3.tgz", "integrity" : "sha512-wUwv86NdcMlJX700zAEYi5ejpf9bA7SDeRhGSrxCJSkrRKV2axeNlcSkkVQ6UYt7QI4aSUB4mQZ55dbsx3AV+g==", "requires" : {"@types/codemirror" : "0.0.61", "codemirror" : "^5.18.2", "codemirror-addon-infotip" : "^1.0.0", "codemirror-addon-lint-fix" : "^1.0.1"}}}}
json_instruct
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"@types/codemirror": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "codemirror": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "codemirror-addon-infotip": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "codemirror-addon-lint-fix": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "mirrorsharp": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"@types/codemirror": {"type": "string"}, "codemirror": {"type": "string"}, "codemirror-addon-infotip": {"type": "string"}, "codemirror-addon-lint-fix": {"type": "string"}}, "required": ["@types/codemirror", "codemirror", "codemirror-addon-infotip", "codemirror-addon-lint-fix"]}}, "required": ["version", "resolved", "integrity", "requires"]}}, "required": ["@types/codemirror", "codemirror", "codemirror-addon-infotip", "codemirror-addon-lint-fix", "mirrorsharp"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404381083, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "3827bd1e92aabf2b6a9f80259e5f56dd", "wof:id" : 404381083, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [9.33427656875524, 42.27124209307467, 9.37970918511341, 42.32943236687372], "geometry" : {"coordinates" : [[[9.35827710809508, 42.27233215161244], [9.35389755321596, 42.27124209307467], [9.33503468025507, 42.27989864604751], [9.33427656875524, 42.2835503952683], [9.34447004091542, 42.32828560009555], [9.34715852878389, 42.32943236687372], [9.35328388184793, 42.32765041421756], [9.36811285520871, 42.31586066731833], [9.37970918511341, 42.30633686939387], [9.37912739199539, 42.29955510579072], [9.3720697623513, 42.27780714787226], [9.37800529057769, 42.27311353737677], [9.35827710809508, 42.27233215161244]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["topic", "category", "attachments", "created_by_name", "created_at", "body", "id", "created_by"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"topic" : "another water question", "category" : "radiance-general", "attachments" : [], "created_by_name" : "Nicholas Lander", "created_at" : "May 25, 2006 at 09:13AM", "body" : "Hi All,\n\n\n\n\n\n\nI\u0092ve looked through the archives regarding modelling\nwater, but the posts seem to be concerned with making\nsomething that looks like water, without being\nphysically accurate.\n\n\nWhat I want to do is test for reflections off a\ntraining pool \u0096 the coach needs to see a swimmer\u0092s\naction in the pool and early morning sunlight may\ncause problems. If I use glass with a bumpy function,\nit looks really cool but I\u0092m not sure if the amount of\nreflection is right. I tried a dielectric, but the\n\u0093water\u0094 becomes a mirror.\n\n\nIs there a material to use that gives properties\ncloser to water than glass? If so, I\u0092d love to hear\nabout it.\n\n\nCheers\n\n\nNick L\n\n\n\n\nSend instant messages to your online friends http://uk.messenger.yahoo.com\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2006-May/003720.html).</sup>", "id" : "radiance-general_003720", "created_by" : "Nicholas_Lander"}
json_instruct
{"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["topic", "category", "attachments", "created_by_name", "created_at", "body", "id", "created_by"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "var _jsxFileName = \"C:\\\\Users\\\\feder\\\\dashboard-Grupo7SEM\\\\src\\\\components\\\\Logo.js\";\nimport PropTypes from 'prop-types'; // material\n\nimport { Box } from '@mui/material'; // ----------------------------------------------------------------------\n\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nLogo.propTypes = {\n sx: PropTypes.object\n};\nexport default function Logo({\n sx\n}) {\n return /*#__PURE__*/_jsxDEV(Box, {\n component: \"img\",\n src: \"/static/logo.png\",\n sx: {\n width: 200,\n height: 46,\n ...sx\n }\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 12,\n columnNumber: 10\n }, this);\n}\n_c = Logo;\n\nvar _c;\n\n$RefreshReg$(_c, \"Logo\");", "map" : {"version" : 3, "sources" : ["C:/Users/feder/dashboard-Grupo7SEM/src/components/Logo.js"], "names" : ["PropTypes", "Box", "Logo", "propTypes", "sx", "object", "width", "height"], "mappings" : ";AAAA,OAAOA,SAAP,MAAsB,YAAtB,C,CACA;;AACA,SAASC,GAAT,QAAoB,eAApB,C,CAEA;;;AAEAC,IAAI,CAACC,SAAL,GAAiB;AACfC,EAAAA,EAAE,EAAEJ,SAAS,CAACK;AADC,CAAjB;AAIA,eAAe,SAASH,IAAT,CAAc;AAAEE,EAAAA;AAAF,CAAd,EAAsB;AACnC,sBAAO,QAAC,GAAD;AAAK,IAAA,SAAS,EAAC,KAAf;AAAqB,IAAA,GAAG,EAAC,kBAAzB;AAA4C,IAAA,EAAE,EAAE;AAAEE,MAAAA,KAAK,EAAE,GAAT;AAAcC,MAAAA,MAAM,EAAE,EAAtB;AAA0B,SAAGH;AAA7B;AAAhD;AAAA;AAAA;AAAA;AAAA,UAAP;AACD;KAFuBF,I", "sourcesContent" : ["import PropTypes from 'prop-types';\r\n// material\r\nimport { Box } from '@mui/material';\r\n\r\n// ----------------------------------------------------------------------\r\n\r\nLogo.propTypes = {\r\n sx: PropTypes.object\r\n};\r\n\r\nexport default function Logo({ sx }) {\r\n return <Box component=\"img\" src=\"/static/logo.png\" sx={{ width: 200, height: 46, ...sx }} />;\r\n}\r\n"]}, "metadata" : {}, "sourceType" : "module"}
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"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"localities" : ["Smelterville, ID"], "state" : "ID", "postal_code" : "83868", "locality" : "Smelterville, ID", "lat" : 47.555855, "region" : {"fips" : "16", "abbr" : "ID", "name" : "Idaho"}, "city" : "Smelterville", "type" : "STANDARD", "lng" : -116.174929, "counties" : [{"fips" : "079", "name" : "Shoshone 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"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "embellishcraft:block/orange_tiles"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"taskbarEntries": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "image": {"type": "string"}}, "required": ["title", "image"]}}}, "required": ["taskbarEntries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"taskbarEntries" : [{"title" : "Microsoft Edge", "image" : "edge.png"}, {"title" : "Groove Music", "image" : "groove.png"}]}
json_instruct
{"type": "object", "properties": {"taskbarEntries": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "image": {"type": "string"}}, "required": ["title", "image"]}}}, "required": ["taskbarEntries"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"url": {"type": "string"}, "date_of_publication": {"type": "string"}, "headline": {"type": "string"}, "main_text": {"type": "string"}, "key_terms": {"type": "array", "items": {"type": "string"}}}, "required": ["url", "date_of_publication", "headline", "main_text", "key_terms"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://www.who.int/csr/don/2009_06_08/en/", "date_of_publication" : "2009-06-08", "headline" : "Influenza A(H1N1) - update 45", "main_text" : "As of 06:00 GMT, 8 June 2009, 73 countries have officially reported 25,288 cases of influenza A(H1N1) infection, including 139 deaths. The breakdown of the number of laboratory-confirmed cases by country is given in the following table and map. Map of the spread of Influenza A(H1N1): number of laboratory confirmed cases and deaths png, 251kbAs of 06:00 GMT, 8 June 2009 Country Cumulative total Newly confirmed since the last reporting period Cases Deaths Cases Deaths Argentina 202 0 55 0 Australia 1051 0 175 0 Austria 5 0 3 0 Bahamas 1 0 0 0 Bahrain 1 0 0 0 Barbados 2 0 1 0 Belgium 14 0 1 0 Bolivia 3 0 0 0 Brazil 35 0 7 0 Bulgaria 2 0 1 0 Canada 2115 3 320 0 Cayman Islands, UKOT 1 0 1 0 Chile 411 1 42 0 China 108 0 19 0 Colombia 25 0 1 0 Costa Rica 68 1 0 0 Cuba 5 0 1 0 Cyprus 1 0 0 0 Czech Republic 2 0 0 0 Denmark 7 0 3 0 Dominica 1 0 1 0 Dominican Republic 44 1 11 1 Ecuador 60 0 17 0 Egypt 1 0 0 0 El Salvador 69 0 20 0 Estonia 3 0 0 0 Finland 4 0 0 0 France 58 0 11 0 Germany 63 0 20 0 Greece 5 0 0 0 Guatemala 30 0 7 0 Honduras 34 0 0 0 Hungary 3 0 0 0 Iceland 1 0 0 0 India 4 0 0 0 Ireland 11 0 3 0 Israel 54 0 15 0 Italy 50 0 12 0 Jamaica 4 0 2 0 Japan 410 0 0 0 Korea, Republic of 47 0 6 0 Kuwait 18 0 0 0 Lebanon 3 0 0 0 Luxembourg 1 0 0 0 Malaysia 5 0 3 0 Mexico 5717 106 154 3 Netherlands 10 0 6 0 New Zealand 14 0 3 0 Nicaragua 18 0 13 0 Norway 9 0 0 0 Panama 179 0 6 0 Paraguay 5 0 0 0 Peru 61 0 14 0 Philippines 33 0 4 0 Poland 5 0 1 0 Portugal 2 0 0 0 Romania 9 0 1 0 Russia 3 0 0 0 Saudi Arabia 1 0 0 0 Singapore 15 0 3 0 Slovakia 3 0 0 0 Spain 291 0 73 0 Sweden 14 0 1 0 Switzerland 16 0 6 0 Thailand 8 0 0 0 Trinidad and Tobago 2 0 2 0 Turkey 10 0 2 0 United Arab Emirates 1 0 1 0 United Kingdom 557 0 129 0 United States of America 13217 27 2163 10 Uruguay 17 0 2 0 Venezuela 4 0 0 0 Viet Nam 9 0 6 0 Grand Total 25288 139 3348 14", "key_terms" : ["infection"]}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "date_of_publication": {"type": "string"}, "headline": {"type": "string"}, "main_text": {"type": "string"}, "key_terms": {"type": "array", "items": {"type": "string"}}}, "required": ["url", "date_of_publication", "headline", "main_text", "key_terms"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 4635, "redacted" : false, "hash" : 1305036524, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"formly.js": {"type": "string"}, "formly.min.js": {"type": "string"}}, "required": ["formly.js", "formly.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"formly.js" : "sha256-hLXoGXjaZWIvv7K57bJ4vL2qStf3C1H8P7ft9VE62tA=", "formly.min.js" : "sha256-5tJe17ilhLnwFaq2GEZOBjniPaFwfxtO62Qk2DlHq+E="}
json_instruct
{"type": "object", "properties": {"formly.js": {"type": "string"}, "formly.min.js": {"type": "string"}}, "required": ["formly.js", "formly.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"geometry" : {"type" : "Point", "coordinates" : [-98.35, 35.49]}, "type" : "Feature", "id" : "73047", "properties" : {"other_cities" : "Bridgeport", "city" : "Hinton", "state" : "OK", "county" : ""}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following 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"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_1xf4pssa", "name" : "NorthwesternGuy"}, "date" : {"day" : 1564099200, "full" : 1564102610, "month" : 1561939200, "week" : 1563667200}, "id" : "t3_chw5a9", "picture" : {"filesize" : 64873, "fullUrl" : "https://preview.redd.it/wmcgljhjqjc31.jpg?auto=webp&s=d953b29ce3c82777ce7c6521facc43dbed56ae97", "hash" : "c75352d4a6", "height" : 480, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABADASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQMG/8QAJBAAAQQBAwMFAAAAAAAAAAAAAQIDBBEFACEiEhMxBlFxgZH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABoRAAICAwAAAAAAAAAAAAAAAAECAAMRIVH/2gAMAwEAAhEDEQA/AM/msZjcuEOGVKk49oJJW+Qk9zptRBSBfsAfG+jpHpOEcW4/jYkmbNlSEsNvN711JHEoHg8T8XpN/IPyGJLZIQ05JWotoJCRv4AuqvVYc2VHhuR48hxpknuFKDXIEEG/ofmgptLPyUPWFTB3P//Z", "url" : "https://preview.redd.it/wmcgljhjqjc31.jpg?width=640&crop=smart&auto=webp&s=3ff816e741ba90c3d35ac46a37ec2ca42ad8b1f6", "width" : 640}, "score" : {"comments" : 2, "downs" : 0, "ratio" : 1, "ups" : 20, "value" : 20}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Starting a new batch or Ork terrain! Got the initial \"frames\" started.", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/chw5a9/starting_a_new_batch_or_ork_terrain_got_the/"}
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"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"required": {"type": "boolean"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "package", "compatibilityLevel", "mixins", "client", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"required" : true, "package" : "net.fabricmc.fabric.mixin.network", "compatibilityLevel" : "JAVA_8", "mixins" : ["MixinCustomPayloadC2SPacket", "MixinCustomPayloadS2CPacket", "MixinPlayerManager", "MixinServerPlayNetworkHandler"], "client" : ["MixinClientPlayNetworkHandler", "MixinMinecraftClient"], "injectors" : {"defaultRequire" : 1}}
json_instruct
{"type": "object", "properties": {"required": {"type": "boolean"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "package", "compatibilityLevel", "mixins", "client", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type": "string"}, "company": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "about": {"type": "string"}, "registered": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "friends": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "greeting": {"type": "string"}, "favoriteFruit": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "docFormat": {"type": "string"}, "triples": {"type": "array", "items": {"type": "object", "properties": {"triple": {"type": "object", "properties": {"subject": {"type": "string"}, "predicate": {"type": "string"}, "object": {"type": "string"}}, "required": ["subject", "predicate", "object"]}}, "required": ["triple"]}}}, "required": ["_id", "index", "guid", "isActive", "balance", "picture", "age", "eyeColor", "name", "gender", "company", "email", "phone", "address", "about", "registered", "tags", "friends", "greeting", "favoriteFruit", "location", "docFormat", "triples"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "55ee5e44d9b509600d5ec2fd", "index" : 1028, "guid" : "c7f2d39d-da27-482f-b9a8-48071321c089", "isActive" : false, "balance" : "$56,493.31", "picture" : "http://placehold.it/32x32", "age" : 43, "eyeColor" : "blue", "name" : "Dionne Pearson", "gender" : "female", "company" : "QUILK", "email" : "dionnepearson@quilk.com", "phone" : "+1 (968) 492-3134", "address" : "582 Bradford Street, Lindisfarne, Massachusetts, 3359", "about" : "Ut occaecat deserunt laboris consectetur deserunt aute minim dolore. Non dolore incididunt nisi quis. Ad nulla excepteur laboris nostrud.\r\n", "registered" : "2014-04-03T08:22:39 -07:00", "tags" : ["pariatur", "reprehenderit", "culpa", "eu", "deserunt", "deserunt", "culpa"], "friends" : [{"id" : 0, "name" : "Odonnell Hunt"}, {"id" : 1, "name" : "Douglas Wiggins"}, {"id" : 2, "name" : "Alexis Garcia"}], "greeting" : "Hello, Dionne Pearson! You have 6 unread messages.", "favoriteFruit" : "strawberry", "location" : {"latitude" : -15.473478, "longitude" : -166.346182}, "docFormat" : "json", "triples" : [{"triple" : {"subject" : "/sample-data/data-1028.json", "predicate" : "http://www.w3.org/2000/01/rdf-schema#label", "object" : "Dionne Pearson"}}, {"triple" : {"subject" : "/sample-data/data-1028.json", "predicate" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "object" : "http://xmlns.com/foaf/0.1/Person"}}, {"triple" : {"subject" : "/sample-data/data-1028.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-754.json"}}, {"triple" : {"subject" : "/sample-data/data-1028.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-1028.json"}}, {"triple" : {"subject" : "/sample-data/data-1028.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-2719.json"}}]}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type": "string"}, "company": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "about": {"type": "string"}, "registered": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "friends": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "greeting": {"type": "string"}, "favoriteFruit": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "docFormat": {"type": "string"}, "triples": {"type": "array", "items": {"type": "object", "properties": {"triple": {"type": "object", "properties": {"subject": {"type": "string"}, "predicate": {"type": "string"}, "object": {"type": "string"}}, "required": ["subject", "predicate", "object"]}}, "required": ["triple"]}}}, "required": ["_id", "index", "guid", "isActive", "balance", "picture", "age", "eyeColor", "name", "gender", "company", "email", "phone", "address", "about", "registered", "tags", "friends", "greeting", "favoriteFruit", "location", "docFormat", "triples"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"rules": {"type": "object", "properties": {"web": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "boolean"}}, "required": [".read", ".write"]}, "multivocal": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "boolean"}}, "required": [".read", ".write"]}, "user": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "boolean"}}, "required": [".read", ".write"]}}, "required": ["web", "multivocal", "user"]}}, "required": ["rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rules" : {"web" : {".read" : true, ".write" : false}, "multivocal" : {".read" : false, ".write" : false}, "user" : {".read" : false, ".write" : false}}}
json_instruct
{"type": "object", "properties": {"rules": {"type": "object", "properties": {"web": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "boolean"}}, "required": [".read", ".write"]}, "multivocal": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "boolean"}}, "required": [".read", ".write"]}, "user": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "boolean"}}, "required": [".read", ".write"]}}, "required": ["web", "multivocal", "user"]}}, "required": ["rules"], "$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"}, "type": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "exports": {"type": "object", "properties": {"types": {"type": "string"}, "import": {"type": "string"}, "require": {"type": "string"}}, "required": ["types", "import", "require"]}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "sideEffects": {"type": "boolean"}}, "required": ["name", "version", "type", "description", "repository", "homepage", "author", "license", "main", "module", "exports", "types", "files", "keywords", "publishConfig", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@pkgr/es-modules", "version" : "0.6.0", "type" : "module", "description" : "Union collections of es modules mappings for pkgs without or with incorrect `module` field", "repository" : "git+https://github.com/rx-ts/pkgr.git", "homepage" : "https://github.com/rx-ts/pkgr/blob/master/packages/es-modules", "author" : "JounQin <admin@1stg.me>", "license" : "MIT", "main" : "./lib/index.cjs", "module" : "./lib/index.js", "exports" : {"types" : "./lib/index.d.ts", "import" : "./lib/index.js", "require" : "./lib/index.cjs"}, "types" : "./lib/index.d.ts", "files" : ["lib", "!**/*.tsbuildinfo"], "keywords" : ["alias", "es", "modules", "rollup", "rollup-config", "webpack", "webpack-config"], "publishConfig" : {"access" : "public"}, "sideEffects" : false}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "exports": {"type": "object", "properties": {"types": {"type": "string"}, "import": {"type": "string"}, "require": {"type": "string"}}, "required": ["types", "import", "require"]}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "sideEffects": {"type": "boolean"}}, "required": ["name", "version", "type", "description", "repository", "homepage", "author", "license", "main", "module", "exports", "types", "files", "keywords", "publishConfig", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "/Users/kdh/.local/share/virtualenvs/rookie-R0BAlKRd/bin/python"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1980, "sex" : "F", "n" : 6, "prop" : 3.37e-06}, {"year" : 1981, "sex" : "F", "n" : 6, "prop" : 3.36e-06}, {"year" : 1988, "sex" : "F", "n" : 5, "prop" : 2.6e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"IamFleetRole": {"type": "string"}, "AllocationStrategy": {"type": "string"}, "TargetCapacity": {"type": "integer"}, "SpotPrice": {"type": "string"}, "ValidFrom": {"type": "string"}, "ValidUntil": {"type": "string"}, "TerminateInstancesWithExpiration": {"type": "boolean"}, "LaunchSpecifications": {"type": "array", "items": {"type": "object", "properties": {"ImageId": {"type": "string"}, "InstanceType": {"type": "string"}, "SubnetId": {"type": "string"}, "KeyName": {"type": "string"}, "SpotPrice": {"type": "string"}, "IamInstanceProfile": {"type": "object", "properties": {"Arn": {"type": "string"}}, "required": ["Arn"]}, "BlockDeviceMappings": {"type": "array", "items": {"type": "object", "properties": {"DeviceName": {"type": "string"}, "Ebs": {"type": "object", "properties": {"DeleteOnTermination": {"type": "boolean"}, "VolumeType": {"type": "string"}, "VolumeSize": {"type": "integer"}, "SnapshotId": {"type": "string"}}, "required": ["DeleteOnTermination", "VolumeType", "VolumeSize", "SnapshotId"]}}, "required": ["DeviceName", "Ebs"]}}, "SecurityGroups": {"type": "array", "items": {"type": "object", "properties": {"GroupId": {"type": "string"}}, "required": ["GroupId"]}}, "TagSpecifications": {"type": "array", "items": {"type": "object", "properties": {"ResourceType": {"type": "string"}, "Tags": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "string"}, "Value": {"type": "string"}}, "required": ["Key", "Value"]}}}, "required": ["ResourceType", "Tags"]}}}, "required": ["ImageId", "InstanceType", "SubnetId", "KeyName", "SpotPrice", "IamInstanceProfile", "BlockDeviceMappings", "SecurityGroups", "TagSpecifications"]}}, "Type": {"type": "string"}}, "required": ["IamFleetRole", "AllocationStrategy", "TargetCapacity", "SpotPrice", "ValidFrom", "ValidUntil", "TerminateInstancesWithExpiration", "LaunchSpecifications", "Type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IamFleetRole" : "arn:aws:iam::385009899373:role/aws-ec2-spot-fleet-tagging-role", "AllocationStrategy" : "lowestPrice", "TargetCapacity" : 3, "SpotPrice" : "0.08", "ValidFrom" : "2018-01-15T18:27:00Z", "ValidUntil" : "2019-01-15T18:27:00Z", "TerminateInstancesWithExpiration" : true, "LaunchSpecifications" : [{"ImageId" : "ami-3480df4e", "InstanceType" : "m4.xlarge", "SubnetId" : "subnet-d2d5c7a4", "KeyName" : "CellProfiler", "SpotPrice" : "0.08", "IamInstanceProfile" : {"Arn" : "arn:aws:iam::385009899373:instance-profile/s3-imaging-platform-role"}, "BlockDeviceMappings" : [{"DeviceName" : "/dev/sda1", "Ebs" : {"DeleteOnTermination" : true, "VolumeType" : "gp2", "VolumeSize" : 500, "SnapshotId" : "snap-0d61c49c2c8ecee7a"}}], "SecurityGroups" : [{"GroupId" : "sg-2a88ab51"}, {"GroupId" : "sg-74b99a0f"}], "TagSpecifications" : [{"ResourceType" : "instance", "Tags" : [{"Key" : "Name", "Value" : "imaging-backup"}]}]}], "Type" : "request"}
json_instruct
{"type": "object", "properties": {"IamFleetRole": {"type": "string"}, "AllocationStrategy": {"type": "string"}, "TargetCapacity": {"type": "integer"}, "SpotPrice": {"type": "string"}, "ValidFrom": {"type": "string"}, "ValidUntil": {"type": "string"}, "TerminateInstancesWithExpiration": {"type": "boolean"}, "LaunchSpecifications": {"type": "array", "items": {"type": "object", "properties": {"ImageId": {"type": "string"}, "InstanceType": {"type": "string"}, "SubnetId": {"type": "string"}, "KeyName": {"type": "string"}, "SpotPrice": {"type": "string"}, "IamInstanceProfile": {"type": "object", "properties": {"Arn": {"type": "string"}}, "required": ["Arn"]}, "BlockDeviceMappings": {"type": "array", "items": {"type": "object", "properties": {"DeviceName": {"type": "string"}, "Ebs": {"type": "object", "properties": {"DeleteOnTermination": {"type": "boolean"}, "VolumeType": {"type": "string"}, "VolumeSize": {"type": "integer"}, "SnapshotId": {"type": "string"}}, "required": ["DeleteOnTermination", "VolumeType", "VolumeSize", "SnapshotId"]}}, "required": ["DeviceName", "Ebs"]}}, "SecurityGroups": {"type": "array", "items": {"type": "object", "properties": {"GroupId": {"type": "string"}}, "required": ["GroupId"]}}, "TagSpecifications": {"type": "array", "items": {"type": "object", "properties": {"ResourceType": {"type": "string"}, "Tags": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "string"}, "Value": {"type": "string"}}, "required": ["Key", "Value"]}}}, "required": ["ResourceType", "Tags"]}}}, "required": ["ImageId", "InstanceType", "SubnetId", "KeyName", "SpotPrice", "IamInstanceProfile", "BlockDeviceMappings", "SecurityGroups", "TagSpecifications"]}}, "Type": {"type": "string"}}, "required": ["IamFleetRole", "AllocationStrategy", "TargetCapacity", "SpotPrice", "ValidFrom", "ValidUntil", "TerminateInstancesWithExpiration", "LaunchSpecifications", "Type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"strokes": {"type": "array", "items": {"type": "string"}}, "medians": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["strokes", "medians"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"strokes" : ["M 441 644 Q 484 599 529 546 Q 542 530 558 529 Q 570 528 577 541 Q 584 556 579 588 Q 572 639 443 695 Q 427 701 420 699 Q 414 696 414 682 Q 417 670 441 644 Z", "M 403 190 Q 390 187 391 169 Q 404 88 436 70 Q 442 63 453 64 Q 462 65 464 91 Q 471 133 591 395 Q 600 411 599 418 Q 598 428 589 422 Q 579 416 447 231 Q 432 210 403 190 Z"], "medians" : [[[425, 691], [528, 604], [559, 548]], [[449, 75], [437, 117], [439, 160], [592, 416]]]}
json_instruct
{"type": "object", "properties": {"strokes": {"type": "array", "items": {"type": "string"}}, "medians": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["strokes", "medians"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Day of the year": {"type": "string"}, "Person": {"type": "string"}, "Notable for": {"type": "string"}, "Year": {"type": "string"}, "Accomplishment": {"type": "string"}, "Web Reference": {"type": "string"}}, "required": ["Day of the year", "Person", "Notable for", "Year", "Accomplishment", "Web Reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Day of the year" : "February 18", "Person" : "Alessandro Volta", "Notable for" : "Physicist, Chemist, Electricity pioneer", "Year" : "1745", "Accomplishment" : "Electrical Voltage", "Web Reference" : "wikipedia.org/wiki/Alessandro_Volta"}
json_instruct
{"type": "object", "properties": {"Day of the year": {"type": "string"}, "Person": {"type": "string"}, "Notable for": {"type": "string"}, "Year": {"type": "string"}, "Accomplishment": {"type": "string"}, "Web Reference": {"type": "string"}}, "required": ["Day of the year", "Person", "Notable for", "Year", "Accomplishment", "Web Reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"cda_ip_ip_definition": {"type": "string"}, "cda_ip_permission_definition": {"type": "string"}, "cda_ip_add_button_text": {"type": "string"}, "cda_ip_delete_button_text": {"type": "string"}, "cda_ip_table_col_network": {"type": "string"}, "cda_ip_table_col_actions": {"type": "string"}, "cda_ip_add_title": {"type": "string"}, "cda_ip_add_ip_label": {"type": "string"}, "cda_ip_add_format": {"type": "string"}, "cda_ip_add_success": {"type": "string"}, "cda_ip_add_ip_required": {"type": "string"}, "cda_ip_delete_title": {"type": "string"}, "cda_ip_delete_ip_label": {"type": "string"}, "cda_ip_delete_confirm": {"type": "string"}, "cda_ip_delete_success": {"type": "string"}, "cda_ip_table_empty": {"type": "string"}}, "required": ["cda_ip_ip_definition", "cda_ip_permission_definition", "cda_ip_add_button_text", "cda_ip_delete_button_text", "cda_ip_table_col_network", "cda_ip_table_col_actions", "cda_ip_add_title", "cda_ip_add_ip_label", "cda_ip_add_format", "cda_ip_add_success", "cda_ip_add_ip_required", "cda_ip_delete_title", "cda_ip_delete_ip_label", "cda_ip_delete_confirm", "cda_ip_delete_success", "cda_ip_table_empty"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cda_ip_ip_definition" : "U kunt uw IP Access Control lijst hier cre\u00ebren. ", "cda_ip_permission_definition" : "Uw Cloud Disk Array cluster staat dergelijk netwerkverkeer alleen toe als het overeenkomt met aangemaakte Access Controls. ", "cda_ip_add_button_text" : "IP Access Control toevoegen", "cda_ip_delete_button_text" : "Verwijderen", "cda_ip_table_col_network" : "IP", "cda_ip_table_col_actions" : "Handelingen", "cda_ip_add_title" : "IP Access Control toevoegen", "cda_ip_add_ip_label" : "IP met netmask", "cda_ip_add_format" : "Format : 192.168.1.0/24", "cda_ip_add_success" : "De nieuwe ACL is aangemaakt. ", "cda_ip_add_ip_required" : "IP met netmask is vereist. ", "cda_ip_delete_title" : "ACL verwijderen", "cda_ip_delete_ip_label" : "IP met netmask", "cda_ip_delete_confirm" : "Weet u zeker dat u deze ACL wilt verwijderen? ", "cda_ip_delete_success" : "De ACL is verwijderd. ", "cda_ip_table_empty" : "Geen ACL beschikbaar. "}
json_instruct
{"type": "object", "properties": {"cda_ip_ip_definition": {"type": "string"}, "cda_ip_permission_definition": {"type": "string"}, "cda_ip_add_button_text": {"type": "string"}, "cda_ip_delete_button_text": {"type": "string"}, "cda_ip_table_col_network": {"type": "string"}, "cda_ip_table_col_actions": {"type": "string"}, "cda_ip_add_title": {"type": "string"}, "cda_ip_add_ip_label": {"type": "string"}, "cda_ip_add_format": {"type": "string"}, "cda_ip_add_success": {"type": "string"}, "cda_ip_add_ip_required": {"type": "string"}, "cda_ip_delete_title": {"type": "string"}, "cda_ip_delete_ip_label": {"type": "string"}, "cda_ip_delete_confirm": {"type": "string"}, "cda_ip_delete_success": {"type": "string"}, "cda_ip_table_empty": {"type": "string"}}, "required": ["cda_ip_ip_definition", "cda_ip_permission_definition", "cda_ip_add_button_text", "cda_ip_delete_button_text", "cda_ip_table_col_network", "cda_ip_table_col_actions", "cda_ip_add_title", "cda_ip_add_ip_label", "cda_ip_add_format", "cda_ip_add_success", "cda_ip_add_ip_required", "cda_ip_delete_title", "cda_ip_delete_ip_label", "cda_ip_delete_confirm", "cda_ip_delete_success", "cda_ip_table_empty"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "country": {"type": "string"}, "domains": {"type": "array", "items": {"type": "string"}}, "homeassistant": {"type": "string"}}, "required": ["name", "country", "domains", "homeassistant"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Hue remotes advanced", "country" : "UK", "domains" : ["remote"], "homeassistant" : "0.106.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "country": {"type": "string"}, "domains": {"type": "array", "items": {"type": "string"}}, "homeassistant": {"type": "string"}}, "required": ["name", "country", "domains", "homeassistant"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "fields", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "emw$a", "fields" : [{"name" : "n", "descriptor" : "Ldzm;"}], "methods" : [{"name" : "<init>", "descriptor" : "(Ldzm;Ladp;)V"}, {"name" : "r", "descriptor" : "()V"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "fields", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"versions": {"type": "object", "properties": {"libasync": {"type": "string"}, "mysql-native": {"type": "string"}, "memutils": {"type": "string"}, "cheetah": {"type": "string"}, "openssl": {"type": "string"}, "vibe-d": {"type": "string"}, "libevent": {"type": "string"}}, "required": ["libasync", "mysql-native", "memutils", "cheetah", "openssl", "vibe-d", "libevent"]}, "fileVersion": {"type": "integer"}}, "required": ["versions", "fileVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"versions" : {"libasync" : "0.7.9", "mysql-native" : "0.1.6", "memutils" : "0.4.7", "cheetah" : "0.2.4", "openssl" : "1.1.4+1.0.1g", "vibe-d" : "0.7.29", "libevent" : "2.0.1+2.0.16"}, "fileVersion" : 1}
json_instruct
{"type": "object", "properties": {"versions": {"type": "object", "properties": {"libasync": {"type": "string"}, "mysql-native": {"type": "string"}, "memutils": {"type": "string"}, "cheetah": {"type": "string"}, "openssl": {"type": "string"}, "vibe-d": {"type": "string"}, "libevent": {"type": "string"}}, "required": ["libasync", "mysql-native", "memutils", "cheetah", "openssl", "vibe-d", "libevent"]}, "fileVersion": {"type": "integer"}}, "required": ["versions", "fileVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"cdnJs": {"type": "string"}, "cdnCss": {"type": "string"}, "cdnImg": {"type": "string"}, "ApiData": {"type": "object", "properties": {"SiteProto": {"type": "string"}, "ApiOrigin": {"type": "string"}, "WsPrefix": {"type": "string"}, "CtrlUrl": {"type": "string"}, "SignalingUrl": {"type": "string"}, "ProxyAuthServer": {"type": "string"}}, "required": ["SiteProto", "ApiOrigin", "WsPrefix", "CtrlUrl", "SignalingUrl", "ProxyAuthServer"]}}, "required": ["cdnJs", "cdnCss", "cdnImg", "ApiData"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cdnJs" : "/js", "cdnCss" : "/css", "cdnImg" : "img", "ApiData" : {"SiteProto" : "http://", "ApiOrigin" : "http://127.0.0.1:9998", "WsPrefix" : "ws://127.0.0.1:9998", "CtrlUrl" : "ws://127.0.0.1:9998/mws/ctrl", "SignalingUrl" : "ws://127.0.0.1:9998/mws/signaling", "ProxyAuthServer" : "http://127.0.0.1:9997"}}
json_instruct
{"type": "object", "properties": {"cdnJs": {"type": "string"}, "cdnCss": {"type": "string"}, "cdnImg": {"type": "string"}, "ApiData": {"type": "object", "properties": {"SiteProto": {"type": "string"}, "ApiOrigin": {"type": "string"}, "WsPrefix": {"type": "string"}, "CtrlUrl": {"type": "string"}, "SignalingUrl": {"type": "string"}, "ProxyAuthServer": {"type": "string"}}, "required": ["SiteProto", "ApiOrigin", "WsPrefix", "CtrlUrl", "SignalingUrl", "ProxyAuthServer"]}}, "required": ["cdnJs", "cdnCss", "cdnImg", "ApiData"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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": "number"}, "longitude": {"type": "number"}, "metro_code": {"type": "integer"}}, "required": ["ip", "country_code", "country_name", "region_code", "region_name", "city", "zip_code", "time_zone", "latitude", "longitude", "metro_code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ip" : "195.154.120.103", "country_code" : "FR", "country_name" : "France", "region_code" : "IDF", "region_name" : "\u00cele-de-France", "city" : "Lognes", "zip_code" : "77185", "time_zone" : "Europe/Paris", "latitude" : 48.8387, "longitude" : 2.634, "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": "number"}, "longitude": {"type": "number"}, "metro_code": {"type": "integer"}}, "required": ["ip", "country_code", "country_name", "region_code", "region_name", "city", "zip_code", "time_zone", "latitude", "longitude", "metro_code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01025985": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01025985"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01025985" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00131866", "LAD11CD" : "E07000135"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00131867", "LAD11CD" : "E07000135"}, "arcs" : [[3, 4, 5, -2, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00131869", "LAD11CD" : "E07000135"}, "arcs" : [[-3, -6, 7, 8]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00131870", "LAD11CD" : "E07000135"}, "arcs" : [[9, -8, -5, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00131875", "LAD11CD" : "E07000135"}, "arcs" : [[-11, -4, 11]]}]}}, "arcs" : [[[4949, 7234], [1031, 1453], [1279, -504], [233, 352], [878, -269], [169, 1702], [13, 31], [298, -80], [4, -2303], [-51, -651]], [[8803, 6965], [-948, 276], [-524, -300], [120, -1367], [-419, 74], [0, 340], [-1216, 173], [-92, 465], [-545, -45]], [[5179, 6581], [-230, 653]], [[5092, 1562], [733, 1143], [-246, 974]], [[5579, 3679], [-410, 988], [370, 124], [-341, 367], [-1708, -29], [-546, 439]], [[2944, 5568], [501, 132], [12, 587], [1722, 294]], [[8803, 6965], [-388, -3449], [463, -1414], [1121, -1430], [-437, -340], [-1530, 279], [-1965, -256], [85, 300], [-783, -33], [-2101, -622], [-662, 956], [1393, 114], [1093, 492]], [[2944, 5568], [-670, 80], [-1626, -410]], [[648, 5238], [-190, 648], [-458, 59], [80, 721], [777, 38], [4092, 530]], [[3255, 3590], [-1295, 405], [-1017, -39], [-478, 508], [432, 123], [-249, 651]], [[5579, 3679], [-2324, -89]], [[5092, 1562], [-276, 183], [-374, -179], [-779, 1355], [-451, 149], [43, 520]]], "transform" : {"scale" : [1.2550466120616036e-06, 1.0620098667795184e-06], "translate" : [-1.137182903286452, 52.58228635390991]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01025985": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01025985"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "childed", "definition" : "Furnished with a child. [Obs.]"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"2014/2015": {"type": "object", "properties": {"1": {"type": "object", "properties": {"start": {"type": "array", "items": {"type": "integer"}}}, "required": ["start"]}, "2": {"type": "object", "properties": {"start": {"type": "array", "items": {"type": "integer"}}}, "required": ["start"]}}, "required": ["1", "2"]}, "2015/2016": {"type": "object", "properties": {"1": {"type": "object", "properties": {"start": {"type": "array", "items": {"type": "integer"}}}, "required": ["start"]}, "2": {"type": "object", "properties": {"start": {"type": "array", "items": {"type": "integer"}}}, "required": ["start"]}}, "required": ["1", "2"]}}, "required": ["2014/2015", "2015/2016"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"2014/2015" : {"1" : {"start" : [2014, 7, 11]}, "2" : {"start" : [2015, 0, 12]}}, "2015/2016" : {"1" : {"start" : [2015, 7, 10]}, "2" : {"start" : [2016, 0, 11]}}}
json_instruct
{"type": "object", "properties": {"2014/2015": {"type": "object", "properties": {"1": {"type": "object", "properties": {"start": {"type": "array", "items": {"type": "integer"}}}, "required": ["start"]}, "2": {"type": "object", "properties": {"start": {"type": "array", "items": {"type": "integer"}}}, "required": ["start"]}}, "required": ["1", "2"]}, "2015/2016": {"type": "object", "properties": {"1": {"type": "object", "properties": {"start": {"type": "array", "items": {"type": "integer"}}}, "required": ["start"]}, "2": {"type": "object", "properties": {"start": {"type": "array", "items": {"type": "integer"}}}, "required": ["start"]}}, "required": ["1", "2"]}}, "required": ["2014/2015", "2015/2016"], "$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"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"silvershop/core": {"type": "string"}}, "required": ["silvershop/core"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}}, "required": ["phpunit/phpunit", "squizlabs/php_codesniffer"]}, "prefer-stable": {"type": "boolean"}, "minimum-stability": {"type": "string"}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}, "expose": {"type": "array", "items": {"type": "string"}}}, "required": ["branch-alias", "expose"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SilverShop\\Comparison\\": {"type": "string"}, "SilverShop\\Comparison\\Tests\\": {"type": "string"}}, "required": ["SilverShop\\Comparison\\", "SilverShop\\Comparison\\Tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "keywords", "require", "authors", "require-dev", "prefer-stable", "minimum-stability", "extra", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "silvershop/comparison", "description" : "Submodule for SilverShop which allows you to compare products in a table.", "type" : "silverstripe-vendormodule", "keywords" : ["silverstripe", "ecommerce", "shop", "silvershop", "comparison", "compare", "products"], "require" : {"silvershop/core" : "^3"}, "authors" : [{"name" : "SilverShop Contributors", "homepage" : "https://github.com/silvershop/silvershop-Comparison/graphs/contributors"}], "require-dev" : {"phpunit/phpunit" : "^5.7", "squizlabs/php_codesniffer" : "^3.0"}, "prefer-stable" : false, "minimum-stability" : "dev", "extra" : {"branch-alias" : {"dev-master" : "2.x-dev"}, "expose" : ["javascript", "images"]}, "autoload" : {"psr-4" : {"SilverShop\\Comparison\\" : "src/", "SilverShop\\Comparison\\Tests\\" : "tests/unit/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"silvershop/core": {"type": "string"}}, "required": ["silvershop/core"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}}, "required": ["phpunit/phpunit", "squizlabs/php_codesniffer"]}, "prefer-stable": {"type": "boolean"}, "minimum-stability": {"type": "string"}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}, "expose": {"type": "array", "items": {"type": "string"}}}, "required": ["branch-alias", "expose"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SilverShop\\Comparison\\": {"type": "string"}, "SilverShop\\Comparison\\Tests\\": {"type": "string"}}, "required": ["SilverShop\\Comparison\\", "SilverShop\\Comparison\\Tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "keywords", "require", "authors", "require-dev", "prefer-stable", "minimum-stability", "extra", "autoload"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "dependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "aws-sdk": {"type": "string"}, "babel-loader": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "grunt": {"type": "string"}, "react": {"type": "string"}, "styled-components": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@babel/preset-react", "aws-sdk", "babel-loader", "cors", "express", "grunt", "react", "styled-components", "webpack", "webpack-cli"]}, "devDependencies": {"type": "object", "properties": {"eslint-config-hackreactor": {"type": "string"}, "grunt-aws-s3": {"type": "string"}, "http-proxy-middleware": {"type": "string"}}, "required": ["eslint-config-hackreactor", "grunt-aws-s3", "http-proxy-middleware"]}}, "required": ["name", "version", "description", "author", "license", "engines", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "", "version" : "", "description" : "", "author" : "", "license" : "", "engines" : {"node" : ">=6.13.0"}, "scripts" : {"build" : "webpack -d"}, "dependencies" : {"@babel/core" : "^7.5.5", "@babel/preset-env" : "^7.5.5", "@babel/preset-react" : "^7.0.0", "aws-sdk" : "^2.524.0", "babel-loader" : "^8.0.6", "cors" : "^2.8.5", "express" : "^4.17.1", "grunt" : "^1.0.4", "react" : "^16.9.0", "styled-components" : "^4.3.2", "webpack" : "^4.39.3", "webpack-cli" : "^3.3.8"}, "devDependencies" : {"eslint-config-hackreactor" : "git://github.com/reactorcore/eslint-config-hackreactor", "grunt-aws-s3" : "^2.0.1", "http-proxy-middleware" : "^0.20.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "dependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "aws-sdk": {"type": "string"}, "babel-loader": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "grunt": {"type": "string"}, "react": {"type": "string"}, "styled-components": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@babel/preset-react", "aws-sdk", "babel-loader", "cors", "express", "grunt", "react", "styled-components", "webpack", "webpack-cli"]}, "devDependencies": {"type": "object", "properties": {"eslint-config-hackreactor": {"type": "string"}, "grunt-aws-s3": {"type": "string"}, "http-proxy-middleware": {"type": "string"}}, "required": ["eslint-config-hackreactor", "grunt-aws-s3", "http-proxy-middleware"]}}, "required": ["name", "version", "description", "author", "license", "engines", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "briefDescription"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=6115", "name" : "THE STEPHEN SCHOOL FOR THE DEAF & APHASIC", "primaryEmail" : "stephenhsdf@gmail.com", "website" : "http://www.stephenhighschoolfordeaf.org", "organisationType" : ["Direct Service", "Network", "Support"], "telephone" : ["919702777614", "912224321572", "912224320733"], "mainAddrress" : {"state" : "Maharashtra", "address" : ["PLOT NO. 898,", "NEXT TO SIDDHIVINAYAK MANDIR, S.K.BOLE ROAD, PRABHADEVI", "DADAR WEST", "Mumbai", "Maharashtra", "400028"]}, "briefDescription" : "The Stephen High School For the Deaf and Aphasic was established in 1957. It is an aided Christian Minority School administered by the Society of the Montfort Brothers of St.Gabriel. It is recognised by the Maharashtra state Board. It is a Special School educating the differently abled children. The School prepares the hearing impaired children for the Secondary School certificate examination. The medium of instruction is English.The Institution has the tradition and noble cause to educate the Deaf and Mute - the poorest of the poor and emphasize on the education of the girl child. The School owes it present prestigious position to the pioneer Mrs. Nancy DeSa, The Montfort Brothers of St. Gabriel, Teachers and Parents who have nourished it"}
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "briefDescription"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "level": {"type": "string"}, "message": {"type": "string"}}, "required": ["line", "column", "level", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}, "integer_underflow": {"type": "boolean"}, "integer_overflow": {"type": "boolean"}, "parity_multisig_bug_2": {"type": "boolean"}, "callstack_depth_attack_vulnerability": {"type": "boolean"}, "transaction-ordering_dependence_tod": {"type": "boolean"}, "timestamp_dependency": {"type": "boolean"}, "re-entrancy_vulnerability": {"type": "boolean"}}, "required": ["errors", "file", "name", "evm_code_coverage", "integer_underflow", "integer_overflow", "parity_multisig_bug_2", "callstack_depth_attack_vulnerability", "transaction-ordering_dependence_tod", "timestamp_dependency", "re-entrancy_vulnerability"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x41c0542f41251d6d81526ed2dbc8f0008b13fe48", "tool" : "oyente", "start" : 1563226958.04545, "end" : 1563226980.1557183, "duration" : 22.110268354415894, "analysis" : [{"errors" : [{"line" : 225, "column" : 16, "level" : "Warning", "message" : "Integer Underflow."}, {"line" : 198, "column" : 21, "level" : "Warning", "message" : "Callstack Depth Attack Vulnerability."}], "file" : "/unique_contracts/0x41c0542f41251d6d81526ed2dbc8f0008b13fe48.sol", "name" : "MultiEther", "evm_code_coverage" : "53.4%", "integer_underflow" : true, "integer_overflow" : false, "parity_multisig_bug_2" : false, "callstack_depth_attack_vulnerability" : true, "transaction-ordering_dependence_tod" : false, "timestamp_dependency" : false, "re-entrancy_vulnerability" : false}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "level": {"type": "string"}, "message": {"type": "string"}}, "required": ["line", "column", "level", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}, "integer_underflow": {"type": "boolean"}, "integer_overflow": {"type": "boolean"}, "parity_multisig_bug_2": {"type": "boolean"}, "callstack_depth_attack_vulnerability": {"type": "boolean"}, "transaction-ordering_dependence_tod": {"type": "boolean"}, "timestamp_dependency": {"type": "boolean"}, "re-entrancy_vulnerability": {"type": "boolean"}}, "required": ["errors", "file", "name", "evm_code_coverage", "integer_underflow", "integer_overflow", "parity_multisig_bug_2", "callstack_depth_attack_vulnerability", "transaction-ordering_dependence_tod", "timestamp_dependency", "re-entrancy_vulnerability"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}