├── LICENSE ├── README.md ├── cookies.md ├── jsonschema.endpoints.json-schema-dev.cloud.goog └── navigation.yaml ├── privacy.md └── sunset.md /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "[]" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright [yyyy] [name of copyright owner] 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Repo Archived 2 | Please use https://github.com/jsonsystems/public 3 | 4 | 5 | 6 | 7 | # Welcome to JSONschema.Net 8 | 9 | [![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)]() 10 | 11 | 1. [Contact](#contact) 12 | 2. [What is JSONSchema.Net?](#what-is-jsonschemanet) 13 | 3. [Who uses JSONSchema.Net?](#who-uses-jsonschemanet) 14 | 4. [What is JSONSchema.Net’s goal?](#what-is-jsonschemanets-goal) 15 | 5. [How can your organization benefit from using JSONSchema.Net?](#how-can-your-organization-benefit-from-using-jsonschemanet) 16 | 6. [Specifications](#specifications) 17 | 7. [About](#about) 18 | 8. [Cookie Policy](#cookie-policy) 19 | 9. [Privacy Policy](#privacy-policy) 20 | 21 | ### Contact 22 | 23 | - Email: info@jsonschema.net 24 | 25 | ### What is JSONSchema.Net? 26 | 27 | [JSONSchema.Net](https://www.jsonschema.net) is a web application that generates JSON schema from JSON. JSON Schema is generated according to 28 | the [JSON Schema Validation: A Vocabulary for Structural Validation of JSON](http://json-schema.org/latest/json-schema-validation.html). 29 | 30 | ### Who uses JSONSchema.Net? 31 | 32 | Anyone wishing to generate JSON schema from JSON. Typical users are web developers and mobile app developers. Some educational institutions also use [JSONSchema.Net](https://www.jsonschema.net) to teach JSON Schema and the core options defined by [JSON Schema Validation](http://json-schema.org/latest/json-schema-validation.html). 33 | 34 | ### What is JSONSchema.Net’s goal? 35 | 36 | JSON Schema is great, but can be verbose. For example, a single empty JSON object, `{}`, can be described by: 37 | 38 | ``` 39 | { 40 | "$schema": "http://json-schema.org/draft-04/schema#", 41 | "additionalProperties": true, 42 | "definitions": {}, 43 | "id": "http://example.com/example.json", 44 | "properties": { 45 | "description": "This accepts anything, as long as it's valid JSON.", 46 | "title": "Empty Object" 47 | }, 48 | "type": [ 49 | "object", 50 | "null" 51 | ] 52 | } 53 | ``` 54 | 55 | Even schemas for small APIs can quickly become hundreds of lines long. Writing schemas by hand is tedious and time consuming, and often impractical. JSONSchema.Net makes schema generation quick and painless. 56 | 57 | ### How can your organization benefit from using JSONSchema.Net? 58 | 59 | [JSONSchema.Net](https://www.jsonschema.net) can save you and anyone on your team a lot of time. If your software uses JSON, it's good practice to validate any (JSON) data it receives, against a schema. 60 | 61 | ### Specifications 62 | 63 | JSON Schema specificaiton is split into three parts 64 | 65 | 1. Core - The basic foundation of JSON Schema. 66 | 2. Validation - The validation keywords of JSON Schema. 67 | 3. Hyper-Schema - The hyper-media keywords of JSON Schema. 68 | 69 | JSONSchema.Net follows the Validation part of the overall specification. [json-schema.org/specification.html](http://json-schema.org/specification.html) is a good place to learning more. 70 | 71 | Versioning of JSON Schema specifications can be confusing. [json-schema.org](http://json-schema.org) maintains a helpful list of [specification-links](http://json-schema.org/specification-links.html). In reverse chronological order: 72 | 73 | - Latest Snapshot (work in progress) 74 | - Draft 7 75 | - Draft 6 76 | - Draft 5 77 | - Draft 4 78 | - Draft 3 79 | - Drafts 0/1/2 80 | 81 | Each version updates (to varying degrees) the three parts of JSON Schema specification: Core, Validation, and Hyper-Schema. 82 | 83 | ### About 84 | 85 | Created by Jack Wootton. Copyright 2017. Apache Licensed. 86 | 87 | ### Cookie Policy 88 | Our cookie policy can be read at [cookies.md](https://github.com/jsonsystems/json-schema/blob/master/cookies.md) 89 | 90 | ### Privacy Policy 91 | Our privacy policy can be read at [privacy.md](https://github.com/jsonsystems/json-schema/blob/master/privacy.md) 92 | -------------------------------------------------------------------------------- /cookies.md: -------------------------------------------------------------------------------- 1 | 2 | # COOKIE POLICY 3 | 4 | ### Last updated July 26, 2020 5 | 6 | 7 | This Cookie Policy explains how JSONschema.net ("**Company**", "**we**", "**us**", and "**our**") uses cookies and similar technologies to recognize you when you visit our websites at [www.jsonschema.net](http://www.jsonschema.net/), ("**Websites**"). It explains what these technologies are and why we use them, as well as your rights to control our use of them. 8 | 9 | In some cases we may use cookies to collect personal information, or that becomes personal information if we combine it with other information. 10 | 11 | ### What are cookies? 12 | 13 | Cookies are small data files that are placed on your computer or mobile device when you visit a website. Cookies are widely used by website owners in order to make their websites work, or to work more efficiently, as well as to provide reporting information. 14 | 15 | 16 | Cookies set by the website owner (in this case, JSONschema.net) are called "first party cookies". Cookies set by parties other than the website owner are called "third party cookies". Third party cookies enable third party features or functionality to be provided on or through the website (e.g. like advertising, interactive content and analytics). The parties that set these third party cookies can recognize your computer both when it visits the website in question and also when it visits certain other websites. 17 | 18 | ### Why do we use cookies? 19 | 20 | We use first and third party cookies for several reasons. Some cookies are required for technical reasons in order for our Websites to operate, and we refer to these as "essential" or "strictly necessary" cookies. Other cookies also enable us to track and target the interests of our users to enhance the experience on our Online Properties. Third parties serve cookies through our Websites for advertising, analytics and other purposes. This is described in more detail below. 21 | 22 | The specific types of first and third party cookies served through our Websites and the purposes they perform are described below (please note that the specific cookies served may vary depending on the specific Online Properties you visit): 23 | 24 | ### How can I control cookies? 25 | 26 | You have the right to decide whether to accept or reject cookies. You can exercise your cookie rights by setting your preferences in the Cookie Consent Manager. The Cookie Consent Manager allows you to select which categories of cookies you accept or reject. Essential cookies cannot be rejected as they are strictly necessary to provide you with services. 27 | 28 | The Cookie Consent Manager can be found in the notification banner and on our website. If you choose to reject cookies, you may still use our website though your access to some functionality and areas of our website may be restricted. You may also set or amend your web browser controls to accept or refuse cookies. As the means by which you can refuse cookies through your web browser controls vary from browser-to-browser, you should visit your browser's help menu for more information. 29 | 30 | In addition, most advertising networks offer you a way to opt out of targeted advertising. If you would like to find out more information, please visit [http://www.aboutads.info/choices/](http://www.aboutads.info/choices/) or [http://www.youronlinechoices.com](http://www.youronlinechoices.com/). 31 | 32 | The specific types of first and third party cookies served through our Websites and the purposes they perform are described in the table below (please note that the specific cookies served may vary depending on the specific Online Properties you visit):** 33 | 34 | ### Essential website cookies: 35 | 36 | These cookies are strictly necessary to provide you with services available through our Websites and to use some of its features, such as access to secure areas. 37 | 38 | ### Analytics and customization cookies: 39 | 40 | These cookies collect information that is used either in aggregate form to help us understand how our Websites are being used or how effective our marketing campaigns are, or to help us customize our Websites for you. 41 | 42 | Name: `_ga` 43 | Purpose: It records a particular ID used to come up with data about website usage by the user. It is a HTTP cookie that expires after 2 years. 44 | Provider: jsonschema.net 45 | Service: Google Analytics [View Service Privacy Policy](https://policies.google.com/privacy) 46 | Country: United States 47 | Type: http_cookie 48 | Expires in: 1 year 11 months 29 days 49 | 50 | Name: `_gid` 51 | Purpose: Keeps an entry of unique ID which is then used to come up with statistical data on website usage by visitors. It is a HTTP cookie type and expires after a browsing session. 52 | Provider: jsonschema.net 53 | Service: Google Analytics [View Service Privacy Policy](https://policies.google.com/privacy) 54 | Country: United States 55 | Type: http_cookie 56 | Expires in: 1 day 57 | 58 | Name: `#collect` 59 | Purpose: Sends data such as visitor’s behavior and device to Google Analytics. It is able to keep track of the visitor across marketing channels and devices. It is a pixel tracker type cookie whose activity lasts within the browsing session. 60 | Provider: jsonschema.net 61 | Service: Google Analytics [View Service Privacy Policy](https://policies.google.com/privacy) 62 | Country: United States 63 | Type: pixel_tracker 64 | Expires in: session 65 | 66 | Name: `_gat#` 67 | Purpose: Enables Google Analytics regulate the rate of requesting. It is a HTTP cookie type that lasts for a session. 68 | Provider: jsonschema.net 69 | Service: Google Analytics [View Service Privacy Policy](https://policies.google.com/privacy) 70 | Country: United States 71 | Type: http_cookie 72 | Expires in: 1 minute 73 | 74 | 75 | **What about other tracking technologies, like web beacons?** 76 | 77 | 78 | Cookies are not the only way to recognize or track visitors to a website. We may use other, similar technologies from time to time, like web beacons (sometimes called "tracking pixels" or "clear gifs"). These are tiny graphics files that contain a unique identifier that enable us to recognize when someone has visited our Websites or opened an e-mail including them. This allows us, for example, to monitor the traffic patterns of users from one page within a website to another, to deliver or communicate with cookies, to understand whether you have come to the website from an online advertisement displayed on a third-party website, to improve site performance, and to measure the success of e-mail marketing campaigns. In many instances, these technologies are reliant on cookies to function properly, and so declining cookies will impair their functioning. 79 | 80 | ### Do you use Flash cookies or Local Shared Objects? 81 | 82 | Websites may also use so-called "Flash Cookies" (also known as Local Shared Objects or "LSOs") to, among other things, collect and store information about your use of our services, fraud prevention and for other site operations. 83 | 84 | If you do not want Flash Cookies stored on your computer, you can adjust the settings of your Flash player to block Flash Cookies storage using the tools contained in the [Website Storage Settings Panel](http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html). You can also control Flash Cookies by going to the [Global Storage Settings Panel](http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html) and following the instructions (which may include instructions that explain, for example, how to delete existing Flash Cookies (referred to "information" on the Macromedia site), how to prevent Flash LSOs from being placed on your computer without your being asked, and (for Flash Player 8 and later) how to block Flash Cookies that are not being delivered by the operator of the page you are on at the time). 85 | 86 | Please note that setting the Flash Player to restrict or limit acceptance of Flash Cookies may reduce or impede the functionality of some Flash applications, including, potentially, Flash applications used in connection with our services or online content. 87 | 88 | ### Do you serve targeted advertising? 89 | 90 | 91 | Third parties may serve cookies on your computer or mobile device to serve advertising through our Websites. These companies may use information about your visits to this and other websites in order to provide relevant advertisements about goods and services that you may be interested in. They may also employ technology that is used to measure the effectiveness of advertisements. This can be accomplished by them using cookies or web beacons to collect information about your visits to this and other sites in order to provide relevant advertisements about goods and services of potential interest to you. The information collected through this process does not enable us or them to identify your name, contact details or other details that directly identify you unless you choose to provide these. 92 | 93 | ### How often will you update this Cookie Policy? 94 | 95 | We may update this Cookie Policy from time to time in order to reflect, for example, changes to the cookies we use or for other operational, legal or regulatory reasons. Please therefore re-visit this Cookie Policy regularly to stay informed about our use of cookies and related technologies. 96 | 97 | The date at the top of this Cookie Policy indicates when it was last updated. 98 | 99 | ### Where can I get further information? 100 | 101 | If you have any questions about our use of cookies or other technologies, please email us at info@jsonschema.net 102 | -------------------------------------------------------------------------------- /jsonschema.endpoints.json-schema-dev.cloud.goog/navigation.yaml: -------------------------------------------------------------------------------- 1 | # specifies the order in which you want the entries to appear 2 | # at that level. For example, the default navigation.yaml 3 | # specifies that the Introduction page should appear first, 4 | # followed by the Guides section, and so on. 5 | ordering: 6 | - Introduction 7 | - Guides 8 | - API Reference 9 | - Resources 10 | 11 | folders: 12 | Guides: 13 | ordering: 14 | - Getting Started 15 | - Example Page -------------------------------------------------------------------------------- /privacy.md: -------------------------------------------------------------------------------- 1 | 2 | # PRIVACY NOTICE 3 | 4 | ### Last updated July 26, 2020 5 | 6 | Thank you for choosing to be part of our community at JSONschema.net (“Company”, “we”, “us”, or “our”). We are committed to protecting your personal information and your right to privacy. If you have any questions or concerns about this privacy notice, or our practices with regards to your personal information, please contact us at info@jsonschema.net. 7 | 8 | When you visit our website www.jsonschema.net (the "Website"), and more generally, use any of our services (the "Services", which include the Website), we appreciate that you are trusting us with your personal information. We take your privacy very seriously. In this privacy notice, we seek to explain to you in the clearest way possible what information we collect, how we use it and what rights you have in relation to it. We hope you take some time to read through it carefully, as it is important. If there are any terms in this privacy notice that you do not agree with, please discontinue use of our Services immediately. 9 | 10 | This privacy notice applies to all information collected through our Services (which, as described above, includes our Website), as well as any related services, sales, marketing or events. 11 | 12 | Please read this privacy notice carefully as it will help you understand what we do with the information that we collect. 13 | 14 | ### TABLE OF CONTENTS 15 | 16 | 1. [WHAT INFORMATION DO WE COLLECT?](#collection) 17 | 2. [HOW DO WE USE YOUR INFORMATION?](#usage) 18 | 3. [WILL YOUR INFORMATION BE SHARED WITH ANYONE?](#sharing) 19 | 4. [DO WE USE COOKIES AND OTHER TRACKING TECHNOLOGIES?](#cookies) 20 | 5. [HOW DO WE HANDLE YOUR SOCIAL LOGINS?](#social-logins) 21 | 6. [IS YOUR INFORMATION TRANSFERRED INTERNATIONALLY?](#international-transfer) 22 | 7. [HOW LONG DO WE KEEP YOUR INFORMATION?](#duration) 23 | 8. [HOW DO WE KEEP YOUR INFORMATION SAFE?](#safety) 24 | 9. [WHAT ARE YOUR PRIVACY RIGHTS?](#privacy-rights) 25 | 10. [CONTROLS FOR DO-NOT-TRACK FEATURES](#do-not-track) 26 | 11. [DO CALIFORNIA RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?](#california-residents) 27 | 12. [DO WE MAKE UPDATES TO THIS NOTICE?](#updates) 28 | 13. [HOW CAN YOU CONTACT US ABOUT THIS NOTICE?](#contact) 29 | 14. [HOW CAN YOU REVIEW, UPDATE, OR DELETE THE DATA WE COLLECT FROM YOU?](#review) 30 | 31 | 32 | ### 1. WHAT INFORMATION DO WE COLLECT? 33 | 34 | Information automatically collected 35 | 36 | **In Short**: Some information — such as your Internet Protocol (IP) address and/or browser and device characteristics — is collected automatically when you visit our Website. 37 | 38 | We automatically collect certain information when you visit, use or navigate the Website. This information does not reveal your specific identity (like your name or contact information) but may include device and usage information, such as your IP address, browser and device characteristics, operating system, language preferences, referring URLs, device name, country, location, information about who and when you use our Website and other technical information. This information is primarily needed to maintain the security and operation of our Website, and for our internal analytics and reporting purposes. 39 | 40 | Like many businesses, we also collect information through cookies and similar technologies. You can find out more about this in our Cookie Notice: https://github.com/jsonsystems/json-schema/blob/master/README.md#cookie. 41 | 42 | The information we collect includes *Device Data*. We collect device data such as information about your computer, phone, tablet or other device you use to access the Website. Depending on the device used, this device data may include information such as your IP address (or proxy server), device application identification numbers, location, browser type, hardware model Internet service provider and/or mobile carrier, operating system configuration information. 43 | 44 | 45 | ### 2. HOW DO WE USE YOUR INFORMATION? 46 | 47 | **In Short**: We process your information for purposes based on legitimate business interests, the fulfillment of our contract with you, compliance with our legal obligations, and/or your consent. 48 | 49 | We use personal information collected via our Website for a variety of business purposes described below. We process your personal information for these purposes in reliance on our legitimate business interests, in order to enter into or perform a contract with you, with your consent, and/or for compliance with our legal obligations. We indicate the specific processing grounds we rely on next to each purpose listed below. 50 | 51 | We use the information we collect or receive: 52 | 53 | To send administrative information to you. We may use your personal information to send you product, service and new feature information and/or information about changes to our terms, conditions, and policies. 54 | 55 | To protect our Services. We may use your information as part of our efforts to keep our Website safe and secure (for example, for fraud monitoring and prevention). 56 | 57 | To enforce our terms, conditions and policies for business purposes, to comply with legal and regulatory requirements or in connection with our contract. 58 | 59 | To respond to legal requests and prevent harm. If we receive a subpoena or other legal request, we may need to inspect the data we hold to determine how to respond. 60 | 61 | 62 | ### 3. WILL YOUR INFORMATION BE SHARED WITH ANYONE? 63 | 64 | **In Short**: We only share information with your consent, to comply with laws, to provide you with services, to protect your rights, or to fulfill business obligations. 65 | 66 | We may process or share your data that we hold based on the following legal basis: 67 | Consent: We may process your data if you have given us specific consent to use your personal information in a specific purpose. 68 | 69 | Legal Obligations: We may disclose your information where we are legally required to do so in order to comply with applicable law, governmental requests, a judicial proceeding, court order, or legal process, such as in response to a court order or a subpoena (including in response to public authorities to meet national security or law enforcement requirements). 70 | 71 | Vital Interests: We may disclose your information where we believe it is necessary to investigate, prevent, or take action regarding potential violations of our policies, suspected fraud, situations involving potential threats to the safety of any person and illegal activities, or as evidence in litigation in which we are involved. 72 | 73 | 74 | ### 4. DO WE USE COOKIES AND OTHER TRACKING TECHNOLOGIES? 75 | **In Short**: We may use cookies and other tracking technologies to collect and store your information. 76 | 77 | We may use cookies and similar tracking technologies (like web beacons and pixels) to access or store information. Specific information about how we use such technologies and how you can refuse certain cookies is set out in our Cookie Notice: https://github.com/jsonsystems/json-schema/blob/master/README.md#cookie. 78 | 79 | 80 | ### 5. HOW DO WE HANDLE YOUR SOCIAL LOGINS? 81 | 82 | **In Short**: If you choose to register or log in to our services using a social media account, we may have access to certain information about you. 83 | 84 | Our Website offers you the ability to register and login using your third-party social media account details (like your Facebook or Twitter logins). Where you choose to do this, we will receive certain profile information about you from your social media provider. The profile Information we receive may vary depending on the social media provider concerned, but will often include your name, email address, friends list, profile picture as well as other information you choose to make public on such social media platform. 85 | 86 | We will use the information we receive only for the purposes that are described in this privacy notice or that are otherwise made clear to you on the relevant Website. Please note that we do not control, and are not responsible for, other uses of your personal information by your third-party social media provider. We recommend that you review their privacy notice to understand how they collect, use and share your personal information, and how you can set your privacy preferences on their sites and apps. 87 | 88 | 89 | ### 6. IS YOUR INFORMATION TRANSFERRED INTERNATIONALLY? 90 | 91 | **In Short**: We may transfer, store, and process your information in countries other than your own. 92 | 93 | Our servers are located in. If you are accessing our Website from outside, please be aware that your information may be transferred to, stored, and processed by us in our facilities and by those third parties with whom we may share your personal information (see "WILL YOUR INFORMATION BE SHARED WITH ANYONE?" above), in and other countries. 94 | 95 | If you are a resident in the European Economic Area, then these countries may not necessarily have data protection laws or other similar laws as comprehensive as those in your country. We will however take all necessary measures to protect your personal information in accordance with this privacy notice and applicable law. 96 | 97 | 98 | ### 7. HOW LONG DO WE KEEP YOUR INFORMATION? 99 | 100 | **In Short**: We keep your information for as long as necessary to fulfill the purposes outlined in this privacy notice unless otherwise required by law. 101 | 102 | We will only keep your personal information for as long as it is necessary for the purposes set out in this privacy notice, unless a longer retention period is required or permitted by law (such as tax, accounting or other legal requirements). No purpose in this notice will require us keeping your personal information for longer than the period of time in which users have an account with us. 103 | 104 | When we have no ongoing legitimate business need to process your personal information, we will either delete or anonymize such information, or, if this is not possible (for example, because your personal information has been stored in backup archives), then we will securely store your personal information and isolate it from any further processing until deletion is possible. 105 | 106 | 107 | ### 8. HOW DO WE KEEP YOUR INFORMATION SAFE? 108 | 109 | **In Short**: We aim to protect your personal information through a system of organizational and technical security measures. 110 | 111 | We have implemented appropriate technical and organizational security measures designed to protect the security of any personal information we process. However, despite our safeguards and efforts to secure your information, no electronic transmission over the Internet or information storage technology can be guaranteed to be 100% secure, so we cannot promise or guarantee that hackers, cybercriminals, or other unauthorized third parties will not be able to defeat our security, and improperly collect, access, steal, or modify your information. Although we will do our best to protect your personal information, transmission of personal information to and from our Website is at your own risk. You should only access the Website within a secure environment. 112 | 113 | 114 | 115 | ### 9. WHAT ARE YOUR PRIVACY RIGHTS? 116 | 117 | **In Short**: You may review, change, or terminate your account at any time. 118 | 119 | If you are resident in the European Economic Area and you believe we are unlawfully processing your personal information, you also have the right to complain to your local data protection supervisory authority. You can find their contact details here: http://ec.europa.eu/justice/data-protection/bodies/authorities/index_en.htm. 120 | 121 | If you are resident in Switzerland, the contact details for the data protection authorities are available here: https://www.edoeb.admin.ch/edoeb/en/home.html. 122 | 123 | If you have questions or comments about your privacy rights, you may email us at info@jsonschema.net. 124 | 125 | Account Information 126 | If you would at any time like to review or change the information in your account or terminate your account, you can: 127 | 128 | ■ Contact us using the contact information provided. 129 | 130 | Upon your request to terminate your account, we will deactivate or delete your account and information from our active databases. However, we may retain some information in our files to prevent fraud, troubleshoot problems, assist with any investigations, enforce our Terms of Use and/or comply with applicable legal requirements. 131 | 132 | Cookies and similar technologies: Most Web browsers are set to accept cookies by default. If you prefer, you can usually choose to set your browser to remove cookies and to reject cookies. If you choose to remove cookies or reject cookies, this could affect certain features or services of our Website. To opt-out of interest-based advertising by advertisers on our Website visit http://www.aboutads.info/choices/. For further information, please see our Cookie Notice: https://github.com/jsonsystems/json-schema/blob/master/README.md#cookie. 133 | 134 | Opting out of email marketing: You can unsubscribe from our marketing email list at any time by clicking on the unsubscribe link in the emails that we send or by contacting us using the details provided below. You will then be removed from the marketing email list – however, we may still communicate with you, for example to send you service-related emails that are necessary for the administration and use of your account, to respond to service requests, or for other non-marketing purposes. To otherwise opt-out, you may: 135 | 136 | 137 | ### 10. CONTROLS FOR DO-NOT-TRACK FEATURES 138 | 139 | Most web browsers and some mobile operating systems and mobile applications include a Do-Not-Track (“DNT”) feature or setting you can activate to signal your privacy preference not to have data about your online browsing activities monitored and collected. At this stage, no uniform technology standard for recognizing and implementing DNT signals has been finalized. As such, we do not currently respond to DNT browser signals or any other mechanism that automatically communicates your choice not to be tracked online. If a standard for online tracking is adopted that we must follow in the future, we will inform you about that practice in a revised version of this privacy notice. 140 | 141 | 142 | 143 | ### 11. DO CALIFORNIA RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS? 144 | 145 | **In Shor**t: Yes, if you are a resident of California, you are granted specific rights regarding access to your personal information. 146 | 147 | California Civil Code Section 1798.83, also known as the “Shine The Light” law, permits our users who are California residents to request and obtain from us, once a year and free of charge, information about categories of personal information (if any) we disclosed to third parties for direct marketing purposes and the names and addresses of all third parties with which we shared personal information in the immediately preceding calendar year. If you are a California resident and would like to make such a request, please submit your request in writing to us using the contact information provided below. 148 | 149 | If you are under 18 years of age, reside in California, and have a registered account with the Website, you have the right to request removal of unwanted data that you publicly post on the Website. To request removal of such data, please contact us using the contact information provided below, and include the email address associated with your account and a statement that you reside in California. We will make sure the data is not publicly displayed on the Website, but please be aware that the data may not be completely or comprehensively removed from all our systems (e.g. backups, etc.). 150 | 151 | 152 | 153 | ### 12. DO WE MAKE UPDATES TO THIS NOTICE? 154 | 155 | **In Short**: Yes, we will update this notice as necessary to stay compliant with relevant laws. 156 | 157 | We may update this privacy notice from time to time. The updated version will be indicated by an updated “Revised” date and the updated version will be effective as soon as it is accessible. If we make material changes to this privacy notice, we may notify you either by prominently posting a notice of such changes or by directly sending you a notification. We encourage you to review this privacy notice frequently to be informed of how we are protecting your information. 158 | 159 | 160 | ### 13. HOW CAN YOU CONTACT US ABOUT THIS NOTICE? 161 | 162 | If you have questions or comments about this notice, you may email us at info@jsonschema.net. 163 | 164 | ### 14. HOW CAN YOU REVIEW, UPDATE, OR DELETE THE DATA WE COLLECT FROM YOU? 165 | 166 | Based on the applicable laws of your country, you may have the right to request access to the personal information we collect from you, change that information, or delete it in some circumstances. To request to review, update, or delete your personal information, please submit a request form by clicking here. We will respond to your request within 30 days. 167 | This privacy policy was created using Termly’s Privacy Policy Generator. 168 | -------------------------------------------------------------------------------- /sunset.md: -------------------------------------------------------------------------------- 1 | The current [JSONschema.net](https://jsonschema.net) is being replaced with a newer, better, version. Existing schemas will NOT be ported to the application. 2 | 3 | If you wisth to keep any schemas you've generated, please copy them out of [JSONschema.net](https://jsonschema.net). 4 | 5 | If you have any questions, either contact info@jsonschema.net or open a new issue on this GitHub repo. 6 | --------------------------------------------------------------------------------