File tree Expand file tree Collapse file tree 9 files changed +17
-14
lines changed Expand file tree Collapse file tree 9 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 10
10
uses : rlespinasse/github-slug-action@v4
11
11
- uses : actions/checkout@v4
12
12
- name : deploy JSON Schema for version ${{ env.GITHUB_REF_SLUG }}
13
- uses : peaceiris/actions-gh-pages@v3
13
+ uses : peaceiris/actions-gh-pages@v4
14
14
with :
15
15
github_token : ${{ secrets.GITHUB_TOKEN }}
16
16
publish_dir : json-schema
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.0.0]
11
+
10
12
### Added
11
13
12
14
- Validation by the JSON schema of ` classification:classes ` definition within a
@@ -25,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
27
26
28
### Fixed
27
29
28
- - Fixed tests which were validating against v1.0.0 instead of v1.1.0
30
+ - Fixed tests which were validating against v1.0.0
29
31
30
32
## [ 1.1.0]
31
33
@@ -39,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
41
40
42
Initial release
41
43
42
- [ Unreleased ] : < https://github.com/stac-extensions/classification/compare/v1.0.0...HEAD >
44
+ [ Unreleased ] : < https://github.com/stac-extensions/classification/compare/v2.0.0...HEAD >
45
+ [ 2.0.0 ] : < https://github.com/stac-extensions/classification/releases/tag/v1.1.0...2.0.0 >
46
+ [ 1.1.0 ] : < https://github.com/stac-extensions/classification/releases/tag/v1.0.0...1.1.0 >
43
47
[ 1.0.0 ] : < https://github.com/stac-extensions/classification/releases/tag/v1.0.0 >
44
- [ 1.1.0 ] : < https://github.com/stac-extensions/classification/releases/tag/v1.1.0 >
Original file line number Diff line number Diff line change 1
1
# Classification Extension Specification
2
2
3
3
- ** Title:** Classification
4
- - ** Identifier:** < https://stac-extensions.github.io/classification/v1.1 .0/schema.json >
4
+ - ** Identifier:** < https://stac-extensions.github.io/classification/v2.0 .0/schema.json >
5
5
- ** Field Name Prefix:** classification
6
6
- ** Scope:** Item, Collection
7
7
- ** Extension [ Maturity Classification] ( https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity ) :** Pilot
Original file line number Diff line number Diff line change 116
116
" https://stac-extensions.github.io/projection/v1.0.0/schema.json" ,
117
117
" https://stac-extensions.github.io/eo/v1.0.0/schema.json" ,
118
118
" https://stac-extensions.github.io/raster/v1.0.0/schema.json" ,
119
- " https://stac-extensions.github.io/classification/v1.1 .0/schema.json"
119
+ " https://stac-extensions.github.io/classification/v2.0 .0/schema.json"
120
120
]
121
121
}
Original file line number Diff line number Diff line change 1216
1216
" https://stac-extensions.github.io/projection/v1.0.0/schema.json" ,
1217
1217
" https://landsat.usgs.gov/stac/landsat-extension/v1.1.1/schema.json" ,
1218
1218
" https://stac-extensions.github.io/scientific/v1.0.0/schema.json" ,
1219
- " https://stac-extensions.github.io/classification/v1.1 .0/schema.json"
1219
+ " https://stac-extensions.github.io/classification/v2.0 .0/schema.json"
1220
1220
]
1221
1221
}
Original file line number Diff line number Diff line change 6
6
" https://stac-extensions.github.io/projection/v1.0.0/schema.json" ,
7
7
" https://stac-extensions.github.io/eo/v1.0.0/schema.json" ,
8
8
" https://stac-extensions.github.io/raster/v1.1.0/schema.json" ,
9
- " https://stac-extensions.github.io/classification/v1.1 .0/schema.json"
9
+ " https://stac-extensions.github.io/classification/v2.0 .0/schema.json"
10
10
],
11
11
"id" : " 10/120020223032/103001005D31F500" ,
12
12
"properties" : {
Original file line number Diff line number Diff line change 5
5
" https://stac-extensions.github.io/raster/v1.1.0/schema.json" ,
6
6
" https://stac-extensions.github.io/file/v1.0.0/schema.json" ,
7
7
" https://stac-extensions.github.io/ml-aoi/v0.2.0/schema.json" ,
8
- " https://stac-extensions.github.io/classification/v1.1 .0/schema.json"
8
+ " https://stac-extensions.github.io/classification/v2.0 .0/schema.json"
9
9
],
10
10
"type" : " Feature" ,
11
11
"id" : " resnet-18_sentinel-2_all_moco_classification" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " http://json-schema.org/draft-07/schema#" ,
3
- "$id" : " https://stac-extensions.github.io/classification/v1.1 .0/schema.json#" ,
3
+ "$id" : " https://stac-extensions.github.io/classification/v2.0 .0/schema.json#" ,
4
4
"title" : " Classification Extension" ,
5
5
"description" : " STAC Classification Extension for STAC Items and STAC Collections." ,
6
6
"type" : " object" ,
9
9
"stac_extensions" : {
10
10
"type" : " array" ,
11
11
"contains" : {
12
- "const" : " https://stac-extensions.github.io/classification/v1.1 .0/schema.json"
12
+ "const" : " https://stac-extensions.github.io/classification/v2.0 .0/schema.json"
13
13
}
14
14
}
15
15
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stac-extensions" ,
3
- "version" : " 1 .0.0" ,
3
+ "version" : " 2 .0.0" ,
4
4
"scripts" : {
5
5
"test" : " npm run check-markdown && npm run check-examples" ,
6
6
"check-markdown" : " remark . -f -r .github/remark.yaml" ,
7
- "check-examples" : " stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/classification/v1.1 .0/schema.json=./json-schema/schema.json" ,
8
- "format-examples" : " stac-node-validator . --format --schemaMap https://stac-extensions.github.io/classification/v1.1 .0/schema.json=./json-schema/schema.json"
7
+ "check-examples" : " stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/classification/v2.0 .0/schema.json=./json-schema/schema.json" ,
8
+ "format-examples" : " stac-node-validator . --format --schemaMap https://stac-extensions.github.io/classification/v2.0 .0/schema.json=./json-schema/schema.json"
9
9
},
10
10
"dependencies" : {
11
11
"remark-cli" : " ^8.0.0" ,
You can’t perform that action at this time.
0 commit comments