Weight

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-weight-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Weight",
  "title": "Weight",
  "type": "number",
  "format": "double",
  "minimum": 0,
  "maximum": 1
}