This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$id": "https://example.com/anatomical.echosms.schema.json", | |
"$schema": "http://json-schema.org/draft/2020-12/schema", | |
"title": "EchoSMs anatomical data store schema", | |
"description": "This document is the JSON schema for the echoSMs anatomical data store. It provides a standardised structure for storing fish and plankton acoustic scattering model data.", | |
"type": "object", | |
"required": [ | |
"description", | |
"anatomical_category", | |
"anatomical_features", |