Skip to content

Commit

Permalink
Updated gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 31, 2023
1 parent df3a351 commit 24dee19
Show file tree
Hide file tree
Showing 8 changed files with 93 additions and 93 deletions.

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions schemas/earthquakes.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
},
"url" : {
"type" : "string",
"pattern" : "^https://earthquake\\.usgs\\.gov/earthquakes/eventpage/",
"maxLength" : 62,
"format" : "uri",
"examples" : [ "https://earthquake.usgs.gov/earthquakes/eventpage/ak0216pr6sdm", "https://earthquake.usgs.gov/earthquakes/eventpage/ci39905608", "https://earthquake.usgs.gov/earthquakes/eventpage/hv72489082", "https://earthquake.usgs.gov/earthquakes/eventpage/hv72489087", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565631", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565636", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565646", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565656", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565661", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565666", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565671", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565681", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565686", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565696", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565701", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565706", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565711", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565726", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565731", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565736", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565741", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565746", "https://earthquake.usgs.gov/earthquakes/eventpage/nc73565751", "https://earthquake.usgs.gov/earthquakes/eventpage/pr2021146006" ],
"minLength" : 60
"minLength" : 60,
"pattern" : "^https://earthquake\\.usgs\\.gov/earthquakes/eventpage/"
},
"felt" : {
"type" : "null"
Expand All @@ -59,10 +59,10 @@
},
"magType" : {
"type" : "string",
"pattern" : "^m",
"maxLength" : 2,
"examples" : [ "md", "ml" ],
"minLength" : 2
"minLength" : 2,
"pattern" : "^m"
},
"net" : {
"type" : "string",
Expand Down Expand Up @@ -149,11 +149,11 @@
},
"detail" : {
"type" : "string",
"pattern" : "^https://earthquake\\.usgs\\.gov/earthquakes/feed/v1\\.0/detail/.*\\.geojson$",
"maxLength" : 77,
"format" : "uri",
"examples" : [ "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak0216pr6sdm.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci39905608.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv72489082.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv72489087.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565631.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565636.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565646.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565656.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565661.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565666.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565671.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565681.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565686.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565696.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565701.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565706.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565711.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565726.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565731.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565736.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565741.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565746.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc73565751.geojson", "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2021146006.geojson" ],
"minLength" : 75
"minLength" : 75,
"pattern" : "^https://earthquake\\.usgs\\.gov/earthquakes/feed/v1\\.0/detail/.*\\.geojson$"
},
"time" : {
"type" : "integer",
Expand All @@ -164,17 +164,17 @@
},
"ids" : {
"type" : "string",
"pattern" : "^,.*,$",
"maxLength" : 14,
"examples" : [ ",ak0216pr6sdm,", ",ci39905608,", ",hv72489082,", ",hv72489087,", ",nc73565631,", ",nc73565636,", ",nc73565646,", ",nc73565656,", ",nc73565661,", ",nc73565666,", ",nc73565671,", ",nc73565681,", ",nc73565686,", ",nc73565696,", ",nc73565701,", ",nc73565706,", ",nc73565711,", ",nc73565726,", ",nc73565731,", ",nc73565736,", ",nc73565741,", ",nc73565746,", ",nc73565751,", ",pr2021146006," ],
"minLength" : 12
"minLength" : 12,
"pattern" : "^,.*,$"
},
"title" : {
"type" : "string",
"pattern" : "^M ",
"maxLength" : 39,
"examples" : [ "M 0.2 - 4km NW of Cobb, CA", "M 0.5 - 5km NW of Cobb, CA", "M 0.7 - 4km WNW of Cobb, CA", "M 0.7 - 5km WNW of Cobb, CA", "M 0.9 - 3km WNW of Cobb, CA", "M 0.9 - 4km NW of Cobb, CA", "M 0.9 - 5km WNW of Cobb, CA", "M 1.0 - 4km NW of Cobb, CA", "M 1.1 - 3km WSW of Cobb, CA", "M 1.1 - 4km NW of Cobb, CA", "M 1.1 - 4km WNW of Cobb, CA", "M 1.2 - 3km NW of Cobb, CA", "M 1.2 - 4km NW of Cobb, CA", "M 1.2 - 5km WNW of Cobb, CA", "M 1.3 - 11km ENE of Ridgecrest, CA", "M 1.3 - 4km NW of Cobb, CA", "M 1.3 - 4km WNW of Cobb, CA", "M 1.4 - 4km WNW of Cobb, CA", "M 1.8 - Hawaii region, Hawaii", "M 2.0 - 6 km E of Pāhala, Hawaii", "M 2.2 - 3 km WSW of Indios, Puerto Rico", "M 2.3 - 36 km SW of Skwentna, Alaska" ],
"minLength" : 26
"minLength" : 26,
"pattern" : "^M "
},
"type" : {
"type" : "string",
Expand All @@ -184,17 +184,17 @@
},
"types" : {
"type" : "string",
"pattern" : "^,.*,$",
"maxLength" : 46,
"examples" : [ ",nearby-cities,origin,phase-data,", ",nearby-cities,origin,phase-data,scitech-link,", ",origin,", ",origin,phase-data," ],
"minLength" : 8
"minLength" : 8,
"pattern" : "^,.*,$"
},
"sources" : {
"type" : "string",
"pattern" : "^,.*,$",
"maxLength" : 4,
"examples" : [ ",ak,", ",ci,", ",hv,", ",nc,", ",pr," ],
"minLength" : 4
"minLength" : 4,
"pattern" : "^,.*,$"
}
},
"required" : [ "mag", "url", "felt", "alert", "mmi", "tz", "magType", "net", "code", "rms", "gap", "status", "nst", "dmin", "sig", "cdi", "updated", "tsunami", "place", "detail", "time", "ids", "title", "type", "types", "sources" ]
Expand Down Expand Up @@ -291,5 +291,5 @@
},
"required" : [ "type", "metadata", "features", "bbox" ],
"$schema" : "https://json-schema.org/draft/2019-09/schema",
"description" : "Generated by JSONoid 777bc2994df75724da5ef5b0a8fa5fae2111c45a. Not to be used for validation purposes."
"description" : "Generated by JSONoid 87fb9cdcff74fbb03e3cf2ed1bd99867b3f145b1. Not to be used for validation purposes."
}
6 changes: 3 additions & 3 deletions schemas/gdp.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"date" : {
"type" : "string",
"examples" : [ "1960", "1961", "1962", "1963", "1964", "1965", "1966", "1967", "1968", "1969", "1970", "1971", "1972", "1973", "1974", "1975", "1976", "1977", "1978", "1979", "1980", "1981", "1982", "1983", "1984", "1985", "1986", "1987", "1988", "1989", "1990", "1991", "1992", "1993", "1994", "1995", "1996", "1997", "1998", "1999", "2000", "2001", "2002", "2003", "2004", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2019", "2020" ],
"maxLength" : 4,
"minLength" : 4
"minLength" : 4,
"maxLength" : 4
},
"unit" : {
"const" : ""
Expand Down Expand Up @@ -60,5 +60,5 @@
},
"required" : [ "country", "countryiso3code", "decimal", "date", "unit", "obs_status", "value", "indicator" ],
"$schema" : "https://json-schema.org/draft/2019-09/schema",
"description" : "Generated by JSONoid 777bc2994df75724da5ef5b0a8fa5fae2111c45a. Not to be used for validation purposes."
"description" : "Generated by JSONoid 87fb9cdcff74fbb03e3cf2ed1bd99867b3f145b1. Not to be used for validation purposes."
}
10 changes: 5 additions & 5 deletions schemas/jsonlines-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"properties" : {
"name" : {
"type" : "string",
"minLength" : 3,
"examples" : [ "Alexa", "Deloise", "Gilbert", "May" ],
"maxLength" : 7
"maxLength" : 7,
"minLength" : 3
},
"wins" : {
"type" : "array",
"items" : {
"type" : "array",
"items" : {
"type" : "string",
"minLength" : 2,
"examples" : [ "10♥", "4♠", "5♣", "7♣", "9♠", "one pair", "straight", "three of a kind", "two pair" ],
"maxLength" : 15
"maxLength" : 15,
"minLength" : 2
},
"minItems" : 2,
"maxItems" : 2,
Expand All @@ -28,5 +28,5 @@
},
"required" : [ "name", "wins" ],
"$schema" : "https://json-schema.org/draft/2019-09/schema",
"description" : "Generated by JSONoid 777bc2994df75724da5ef5b0a8fa5fae2111c45a. Not to be used for validation purposes."
"description" : "Generated by JSONoid 87fb9cdcff74fbb03e3cf2ed1bd99867b3f145b1. Not to be used for validation purposes."
}
Loading

0 comments on commit 24dee19

Please sign in to comment.