Skip to content

Commit

Permalink
[API Part2] Added proper anchors to encoding sections
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrobin committed Jun 11, 2024
1 parent 6e42cbc commit 048c5ea
Showing 1 changed file with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This encoding must be supported by all implementations.
The media type to use to advertise support for this encoding is `application/json`.


[[clause-json-datastream]]
==== Datastream Encoding Rules

The `Datastream` resource is encoded as a JSON object. JSON members have the same names as the class properties and associations. Associations are implemented as links.
Expand Down Expand Up @@ -51,7 +52,7 @@ When using the plain `application/json` media type for retrieving observations,




[[clause-json-observation]]
==== Observation Encoding Rules

[[req_json-schema-observation]]
Expand Down Expand Up @@ -85,6 +86,7 @@ include::../openapi/examples/observations/obs-location.json[]



[[clause-json-controlstream]]
==== Control Stream Encoding Rules

The `ControlStream` resource is encoded as a JSON object. JSON members have the same names as the class properties and associations. Associations are implemented as links.
Expand All @@ -107,12 +109,13 @@ This is a simple control stream with a single controllable property and a single
[source%autofit,json]
----
include::../openapi/examples/controlStreams/controlStream-ptz.json[]
include::../openapi/examples/controlstreams/controlStream-ptz.json[]
----
=================



[[clause-json-command]]
==== Command Encoding Rules

[[req_json-schema-command]]
Expand All @@ -138,6 +141,8 @@ include::../openapi/examples/commands/command-ptz.json[]
=================



[[clause-json-commandstatus]]
==== Command Status Encoding Rules

[[req_json-schema-command-status]]
Expand Down Expand Up @@ -168,7 +173,9 @@ include::../openapi/examples/commandStatus/command-status-completed.json[]
=================


==== Resource Event Encoding Rules

[[clause-json-commandresult]]
==== Command Result Encoding Rules



Expand Down

0 comments on commit 048c5ea

Please sign in to comment.