Skip to content

Commit 74990ef

Browse files
committed
prepare v0.2.2
1 parent 7da1aa6 commit 74990ef

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

core/21-045.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:Title: OGC Features and Geometries JSON - Part 1: Core
22
:standard: json-fg-1
33
:m_n: 0.2
4-
:m_n_o: {m_n}.2-SNAPSHOT
4+
:m_n_o: {m_n}.2
55
:titletext: {Title}
66
:doctype: book
77
:encoding: utf-8

core/annex-history.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
|2022-09-19 |0.1.1 |C. Portele |Annex B, Annex C |https://github.com/opengeospatial/ogc-feat-geo-json/issues/65[#65]: correct examples, use pattern for date/time validation, reorganize example files
1111
|2023-10-10 |0.2 |C. Portele, P. Vretanos |all |second draft release; for submission to the OGC Architecture Board for review
1212
|2023-10-25 |0.2.1 |C. Portele |all |address comments from OGC Architecture Board review; add link to draft of OGC API Features Part 5: Schemas
13-
|2024-02-xx |0.2.2 |C. Portele |all |address comments from OGC October 2023 Code Sprint; upgrade to new CRSs registered by the OGC Naming Authority
13+
|2024-02-20 |0.2.2 |C. Portele |all |address comments from OGC October 2023 Code Sprint; upgrade to new CRSs registered by the OGC Naming Authority
1414
|===

core/schemas/feature.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

core/schemas/featurecollection.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

core/schemas/time.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://beta.schemas.opengis.net/json-fg/time.json",
44
"title": "the time member",
5-
"description": "This JSON Schema is part of JSON-FG version 0.2.0",
5+
"description": "This JSON Schema is part of JSON-FG version 0.2.2",
66
"oneOf": [
77
{
88
"type": "null"

0 commit comments

Comments
 (0)