Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 509 Bytes

data.md

File metadata and controls

17 lines (11 loc) · 509 Bytes

Structured Representation of Methods

In order to organize and store the information about Methods on our platform, we employ the Exabyte Data Convention, as explained elsewhere in the documentation.

Below, the user can find an example JSON structured representation of a Method.

=== "Schema"

``` json
--8<-- "data/esse/schema/method.json"
```

=== "Example"

``` json
--8<-- "data/esse/example/method.json"
```