Isometric Sensors API

The Sensors API from Isometric — 2 operation(s) for sensors.

OpenAPI Specification

isometric-sensors-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  description: "# Standards\n\n## Versioning\n\nThis API will be safely versioned using root path versioning, in the format `/v{major}`. For example, `/registry/v0/supplier`.\n\n### Compatibility\n\nWe won't make breaking changes to existing API services or endpoints for API versions higher than `v0`. If breaking changes are necessary, we'll release a new major version.\nWe may deprecate APIs that have been replaced by a newer version. When doing so, we will expect\nintegrated partners to manage a transition to new resources within the deprecation timeline of old ones.\n\nWe will make the following sort of changes we do not consider to be breaking:\n\n- Adding new endpoints\n- Adding optional query parameters to API endpoints\n- Adding new properties to existing API responses\n- Reordering properties in existing API responses\n\nIt is important that clients are built to be robust to these changes.\n\n## Pagination\n\nOur API is based on the [Relay](https://relay.dev/docs/tutorial/connections-pagination/) pagination spec. Paginated endpoints\nwill return a `PaginatedListResource` which contains:\n\n- `page_info` - Containing information regarding pagination cursors and the total number of entities.\n- `nodes` - Each node is a paginated entity.\n- `total_count` - The total size of the list across all pages.\n\n### Pagination Parameters\n\nPaginated endpoints also accepted a standard set of query parameters:\n\n- `last` - An integer number of items to retrieve **before** the item represented by the cursor passed in the `before` parameter. Defaults to 10 with a maximum value of 50.\n- `before` - An opaque cursor representing the first item in the previously requested page to select items ordered before it. Submit the previously requested page's `start_cursor` here when paginated backwards.\n- `first` - An integer number of items to retrieve **after** the item represented by the cursor passed in the `after` parameter. Defaults to 10 with a maximum value of 50.\n- `after` - An opaque cursor representing the last item in the previously requested page to select items ordered after it. Submit the previously requested page's `end_cursor` here when paginated forwards.\n\nFor example, querying `/registry/v0/beneficiaries` will return a `PaginatedListResource` of the first page of 10 items:\n\n```json\n{\n    \"page_info\": {\n        \"has_previous_page\": false,\n        \"start_cursor\": ...,\n        \"has_next_page\": true,\n        \"end_cursor\": \"mpG5kcuoFBYtlH\",\n    },\n    \"nodes\": [{\n        \"id\": \"org_12345iso678\",\n        \"name\": \"My Org\",\n        ...\n    }],\n    \"total_count\": 100\n}\n```\n\nThen querying `/registry/v0/beneficiaries?first=15&after=mpG5kcuoFBYtlH` will return a `PaginatedListResource` of the next 15 items.\n\n## Dates\n\nDatetime fields in the APIs conform to the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time format in UTC. For example: `2024-01-22T11:56:48.520641Z`.\n\n## Country Codes\n\nCountries are identified in the APIs via [ISO 3166-1 Alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) codes. For example: `GBR` and `USA`.\n# Authentication\n\nMost API requests will need to authenticate against the Isometric API in two ways simultaneously:\n\n- By passing a **client secret** in the `X-Client-Secret` header to identify the system integrating with the API.\n- By passing an **access token** in the `Authorization` header to authenticate as a specific organization, in order to gain access to its private data.\n\n### Client Authentication\n\nEvery API call to Isometric must include a **client secret** identifying the client application.\n\nThis client secret is tied to a particular environment - sandbox or production.\n\nThe client secret should be submitted on every API request via the `X-Client-Secret` header. For example `X-Client-Secret: uPrO...wxAh`.\n\n### Organization Authentication\n\nIn addition, a large number of API requests will require an **access token** in order for the caller to identify themselves and act as a specific Organization.\n\nTo authenticate as an Organization you will need to submit a JWT bearer access token via the `Authorization` header. For example: `Authorization: Bearer eyJh...sw5c`.\nIf you are going to be acting on behalf of other Organizations, they will need to generate the access token and pass it securely to you.\nAccess tokens should be treated as highly sensitive, kept secret and stored accordingly.\n\nAccess tokens are scoped to a single Organization - so if you are acting on behalf of multiple particular organizations, you will need to submit the appropriate access token on each request.\n\n### Managing Credentials\n\nCredentials can be managed through Certify UI in the [Team settings](https://registry.isometric.com/account/team-settings) section. Access tokens will expire after 1 year from generation. When you are approaching expiry, a new token will need to be generated.\n\nBoth client secrets and access tokens can be created and invalidated through UI.\nClient secrets do not expire and do not need to be rotated.\nIf either secret becomes compromised, it should be invalidated through the UI.\n# Key Certify Concepts\n\nThis page defines concepts used in Certify, and the [Certify API](/api-reference/certify/certify-introduction), which are helpful to understand when submitting information for verification via Certify. For a broader understanding of Isometric's verification processes on the Isometric Registry, please refer to the [Isometric Standard](https://isometric.com/standard).\n\n## Resource visibility\n\n- Until resources are submitted as part of a GHG statement, they are visible only to members of your organization.\n- After statement submission, they are visible to the verifier assigned to the GHG statement.\n- Once credits have been issued, removals are added to the [public registry](https://registry.isometric.com), and associated resources are visible publicly, with the exception of source documents.\n- Sources uploaded in the Certify platform are kept private by default once published on the Isometric registry (file names will be displayed). Contact Isometric to update public source visibility. Sources [added via the API](/api-reference/certify/post-source) can be set `public` on submission.\n\n## Resources\n\nThe main resources used in Certify are sources, datapoints, components and removals.\n\n### Sources\n\n- Sources represent a piece of evidence for a particular datapoint used in carbon accounting calculations.\n- Source documents are private, and only shared with the verifier assigned to a related removal.\n- Other information associated with a source, such as its display name, is visible publicly once the removal is on the public registry.\n- Verifiers are not notified when new sources are added to datapoints in a submitted removal, but they will immediately have access to the source documentation. Please notify the Isometric Registry Operations team when sources are added on a verifier's request so that we can ensure that the verifier is aware.\n\n### Datapoints\n\n- Datapoints represent any value used in carbon accounting calculations.\n- When creating datapoints, sources should be referenced to provide evidence for the value used.\n- A standard deviation should be provided if the datapoint is to be included in the variance propagation method of uncertainty analysis.\n- All datapoints are considered statistically independent for the purpose of variance propagation, although if a datapoint is used twice within a removal calculation, this dependence is captured.\n\n### Components\n\n- Components represent physical activities whose CO₂e flux needs to be accounted for.\n- Components are created from [component blueprints](/user-guides/certify/component-blueprint-library) that contain sets of equations used to calculate a transfer of CO₂e into or out of the atmosphere.\n- A blueprint defines a set of inputs that are the datapoints to be used in the calculation. For instance, a transport emissions blueprints would ask for datapoints representing a distance, mass and carbon intensity.\n- When creating a component from a blueprint, the blueprint must be specified, as well as a list of datapoints for the expected blueprint inputs. Learn more about components in [Identifying Components](/user-guides/certify/identifying-components).\n\n### Removals\n\n- Removals represent a series of activities that result in CO₂e being removed from the atmosphere.\n- The carbon accounting of a removal typically contains sequestrations, counterfactuals and activities (emissions).\n- Removals are structured using a template, [defined in your LCA](/user-guides/certify/lca).\n- Templates are divided into component groups. For instance, a biochar template may contain a `Feedstock sourcing` group.\n- Groups can contain multiple components.\n- Components can also be partially attributed to removals, if the activity the component represents contributed to multiple removals.\n- The final uncertainty discounting is done on the removal level - the API will return the CO₂e removed with and without discounting.\n- See the [Create a removal](/user-guides/certify/removal) guide for more details.\n\n### Feedstock types\n\n- Many carbon removal methods involve a feedstock, for instance biomass feedstock in BiCRS or silicate rock in enhanced weathering.\n- Feedstock types are used to describe the feedstock used in a removal.\n- When creating a removal, a feedstock type can be optionally specified so that Isometric and verifiers can see which removals use which feedstocks.\n- This is important if different feedstocks are used in a single GHG statement.\n- See the [Add feedstock](/user-guides/certify/add-feedstock) guide for more details.\n"
  title: Isometric Certify Data Ingestion Beneficiaries Sensors API
  version: v0
servers:
- description: Sandbox Isometric MRV API
  url: https://api.sandbox.isometric.com/mrv/v0
- description: Production Isometric MRV API
  url: https://api.isometric.com/mrv/v0
tags:
- name: Sensors
paths:
  /sensors:
    get:
      description: Gets all sensors.
      operationId: get_sensors_sensors_get
      parameters:
      - in: query
        name: project_id
        required: false
        schema:
          anyOf:
          - $ref: '#/components/schemas/IsometricIDQueryParam_Project_'
          - type: 'null'
          title: Project Id
      - in: query
        name: reference
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Reference
      - in: query
        name: last
        required: false
        schema:
          default: 10
          description: An integer number of items to retrieve before the item represented by the cursor passed in the before parameter. Defaults to 10 with a maximum value of 50.
          exclusiveMinimum: 0
          maximum: 50
          title: Last
          type: integer
      - in: query
        name: before
        required: false
        schema:
          anyOf:
          - minLength: 1
            type: string
          - type: 'null'
          description: An opaque cursor representing the first item in the previously requested page to select items ordered before it. Submit the previously requested page’s start_cursor here when paginated backwards.
          title: Before
      - in: query
        name: first
        required: false
        schema:
          default: 10
          description: An integer number of items to retrieve after the item represented by the cursor passed in the after parameter. Defaults to 10 with a maximum value of 50.
          exclusiveMinimum: 0
          maximum: 50
          title: First
          type: integer
      - in: query
        name: after
        required: false
        schema:
          anyOf:
          - minLength: 1
            type: string
          - type: 'null'
          description: An opaque cursor representing the last item in the previously requested page to select items ordered after it. Submit the previously requested page’s end_cursor here when paginated forwards.
          title: After
      - description: A secret token identifying the client connecting to the API
        in: header
        name: x-client-secret
        required: true
        schema:
          description: A secret token identifying the client connecting to the API
          examples:
          - Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP
          title: Client secret
          type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PaginatedListResource_Sensor_'
          description: Successful Response
        '422':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
          description: Validation Error
      security:
      - HTTPBearer: []
      summary: Get Sensors
      tags:
      - Sensors
    post:
      description: Creates a sensor in the Isometric system.
      operationId: post_sensors_sensors_post
      parameters:
      - description: A secret token identifying the client connecting to the API
        in: header
        name: x-client-secret
        required: true
        schema:
          description: A secret token identifying the client connecting to the API
          examples:
          - Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP
          title: Client secret
          type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateSensorRequest'
        required: true
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Sensor'
          description: Successful Response
        '422':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
          description: Validation Error
      security:
      - HTTPBearer: []
      summary: Post Sensors
      tags:
      - Sensors
  /sensors/{id}:
    get:
      description: Gets sensor by ID.
      operationId: get_sensor_sensors__id__get
      parameters:
      - in: path
        name: id
        required: true
        schema:
          $ref: '#/components/schemas/IsometricIDPathParam_Sensor_'
      - description: A secret token identifying the client connecting to the API
        in: header
        name: x-client-secret
        required: true
        schema:
          description: A secret token identifying the client connecting to the API
          examples:
          - Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP
          title: Client secret
          type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Sensor'
          description: Successful Response
        '422':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
          description: Validation Error
      security:
      - HTTPBearer: []
      summary: Get Sensor
      tags:
      - Sensors
components:
  schemas:
    Sensor:
      properties:
        id:
          example: sns_1GJ82BEMB1S0FBFV
          examples:
          - sns_1GJ82BEMB1S0FBFV
          - sns_1CCYZYWFWSBXYG38
          maxLength: 37
          minLength: 20
          title: Id
          type: string
        manufacturer:
          anyOf:
          - type: string
          - type: 'null'
          title: Manufacturer
        measurement_property:
          $ref: '#/components/schemas/MeasurementProperty'
        model:
          anyOf:
          - type: string
          - type: 'null'
          title: Model
        project_id:
          title: Project Id
          type: string
        reference:
          title: Reference
          type: string
        units:
          title: Units
          type: string
      required:
      - id
      - project_id
      - reference
      - measurement_property
      - units
      - manufacturer
      - model
      title: Sensor
      type: object
    PaginatedListResource_Sensor_:
      properties:
        nodes:
          items:
            $ref: '#/components/schemas/Sensor'
          title: Nodes
          type: array
        page_info:
          $ref: '#/components/schemas/PageInfo'
        total_count:
          title: Total Count
          type: integer
      required:
      - nodes
      - total_count
      - page_info
      title: PaginatedListResource[Sensor]
      type: object
    CreateSensorRequest:
      properties:
        facility_id:
          anyOf:
          - example: fcl_1G8QT5ZAB1S0XSDW
            examples:
            - fcl_1G8QT5ZAB1S0XSDW
            - fcl_1E384BDCGSBXNNZZ
            maxLength: 37
            minLength: 20
            type: string
          - type: 'null'
          description: The facility where the sensor is installed
          title: Facility Id
        manufacturer:
          anyOf:
          - type: string
          - type: 'null'
          description: The manufacturer of the sensor
          title: Manufacturer
        measurement_property:
          $ref: '#/components/schemas/MeasurementProperty'
          description: The physical quantity this sensor measures
        model:
          anyOf:
          - type: string
          - type: 'null'
          description: The model of the sensor
          title: Model
        reference:
          description: What the supplier refers to this sensor by
          maxLength: 255
          title: Reference
          type: string
        storage_location_id:
          anyOf:
          - example: slc_1F3PMGVC91S0SBK3
            examples:
            - slc_1F3PMGVC91S0SBK3
            - slc_1DCY5K78BSBX3XMZ
            maxLength: 37
            minLength: 20
            type: string
          - type: 'null'
          description: The storage location where the sensor is stored
          title: Storage Location Id
        units:
          description: The units of measurement for this sensor
          title: Units
          type: string
      required:
      - reference
      - measurement_property
      - units
      title: CreateSensorRequest
      type: object
    PageInfo:
      properties:
        end_cursor:
          anyOf:
          - type: string
          - type: 'null'
          title: End Cursor
        has_next_page:
          title: Has Next Page
          type: boolean
        has_previous_page:
          title: Has Previous Page
          type: boolean
        start_cursor:
          anyOf:
          - type: string
          - type: 'null'
          title: Start Cursor
      required:
      - has_previous_page
      - start_cursor
      - has_next_page
      - end_cursor
      title: PageInfo
      type: object
    ValidationError:
      properties:
        ctx:
          title: Context
          type: object
        input:
          title: Input
        loc:
          items:
            anyOf:
            - type: string
            - type: integer
          title: Location
          type: array
        msg:
          title: Message
          type: string
        type:
          title: Error Type
          type: string
      required:
      - loc
      - msg
      - type
      title: ValidationError
      type: object
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          title: Detail
          type: array
      title: HTTPValidationError
      type: object
    QuantityKindType:
      enum:
      - acidity
      - activity_concentration
      - amount_of_substance
      - amount_of_substance_concentration
      - amount_of_substance_per_mass
      - area
      - area_carbon_emission_factor
      - buffer_ph
      - bulk_density
      - count
      - currency
      - currency_carbon_emission_factor
      - depth
      - diameter
      - diameter_at_breast_height
      - dimensionless
      - dimensionless_ratio
      - distance
      - distance_carbon_emission_factor
      - dose_equivalent_rate
      - electric_current
      - elevation
      - energy
      - energy_carbon_emission_factor
      - energy_density
      - exchangeable_amount_of_substance_per_mass
      - fuel_economy
      - height
      - ionic_strength
      - latitude
      - longitude
      - mass
      - mass_carbon
      - mass_carbon_emission_factor
      - mass_cdr_potential
      - mass_concentration
      - mass_density
      - mass_distance
      - mass_distance_carbon_emission_factor
      - mass_energy_density
      - mass_flow_rate
      - mass_fraction
      - mass_fraction_dry_basis
      - mass_fraction_wet_basis
      - mass_per_area
      - mass_ratio
      - molality_of_solute
      - molar_mass
      - mole_fraction
      - partial_pressure
      - particle_diameter
      - particle_mass_density
      - power
      - pressure
      - specific_surface_area
      - specific_volume
      - temperature
      - time
      - time_emission_factor
      - voltage
      - volume
      - volume_carbon_emission_factor
      - volume_distance_carbon_emission_factor
      - volume_flow_rate
      - volume_fraction
      - volume_per_area
      title: QuantityKindType
      type: string
    MeasurementProperty:
      properties:
        qualifier:
          anyOf:
          - $ref: '#/components/schemas/QuantityKindQualifierType'
          - type: 'null'
        quantity_kind:
          $ref: '#/components/schemas/QuantityKindType'
      required:
      - quantity_kind
      - qualifier
      title: MeasurementProperty
      type: object
    IsometricIDRequestParam_Sensor_:
      example: sns_1GJ82BEMB1S0FBFV
      examples:
      - sns_1GJ82BEMB1S0FBFV
      - sns_1CCYZYWFWSBXYG38
      maxLength: 37
      minLength: 20
      type: string
    IsometricIDQueryParam_Project_:
      $ref: '#/components/schemas/IsometricIDRequestParam_Project_'
    QuantityKindQualifierType:
      enum:
      - base_saturation_ca_2plus
      - base_saturation_k_plus
      - base_saturation_mg_2plus
      - base_saturation_na_plus
      - base_saturation_major_cations
      - max_limit
      - min_limit
      - flue_stack_emissions
      - pyrolysis_reactor_emissions
      - high_boiling_residue
      - material_condition_dry
      - material_condition_wet
      - hydrogen_to_organic_carbon_ratio
      - inertinite_fraction
      - poorly_carbonized_fraction
      - semi_inertinite_fraction
      - mass_transferred
      - aggregated_container_contents
      - approximate_quantity_recovered
      - ash_content
      - loss_on_ignition
      - nameplate_charge
      - porosity
      - volatile_matter
      - radiation_normalization_method_gamma_activity_concentration_idx
      - cation_exchange_capacity
      - potential_acidity
      - capacity
      - gross_alpha
      - gross_beta
      - radiation_normalization_method_ec_rp112_standard_room_model
      - anion_cl_1minus
      - anion_no3_1minus
      - anion_po4_3minus
      - anion_so4_2minus
      - cation_ca_2plus
      - cation_k_1plus
      - cation_mg_2plus
      - cation_na_1plus
      - heptacdd_1234678
      - heptacdf_1234678
      - heptacdf_1234789
      - hexacdd_123478
      - hexacdf_123478
      - hexacdd_123678
      - hexacdf_123678
      - hexacdd_123789
      - hexacdf_123789
      - pentacdd_12378
      - pentacdf_12378
      - hexacdf_234678
      - pentacdf_23478
      - tetracdd_2378
      - tetracdf_2378
      - compound_ch4
      - compound_co
      - compound_co2
      - compound_cao
      - compound_h2
      - compound_h2o
      - compound_h2s
      - compound_k2o
      - compound_mgo
      - compound_n2
      - compound_n2o
      - compound_na2o
      - compound_o2
      - compound_p2o5
      - compound_so4
      - acenaphthene
      - acenaphthylene
      - anthracene
      - benz_a_anthracene
      - benzo_a_pyrene
      - benzo_b_fluoranthene
      - benzo_e_pyrene
      - benzo_ghi_perylene
      - benzo_j_fluoranthene
      - benzo_k_fluoranthene
      - cfc_11
      - cfc_111
      - cfc_1112
      - cfc_1112a
      - cfc_112
      - cfc_112a
      - cfc_113
      - cfc_113a
      - cfc_114
      - cfc_114a
      - cfc_115
      - cfc_12
      - cfc_13
      - cfc_211
      - cfc_212
      - cfc_213
      - cfc_214
      - cfc_215
      - cfc_216
      - cfc_217
      - chrysene
      - dibenz_ah_anthracene
      - e_r316c
      - fluoranthene
      - fluorene
      - hcfc_121
      - hcfc_122
      - hcfc_122a
      - hcfc_123
      - hcfc_123a
      - hcfc_124
      - hcfc_124a
      - hcfc_131
      - hcfc_132
      - hcfc_132a
      - hcfc_132c
      - hcfc_133
      - hcfc_133a
      - hcfc_141
      - hcfc_141b
      - hcfc_142
      - hcfc_142b
      - hcfc_151
      - hcfc_21
      - hcfc_22
      - hcfc_221
      - hcfc_222
      - hcfc_223
      - hcfc_224
      - hcfc_225
      - hcfc_225ca
      - hcfc_225cb
      - hcfc_226
      - hcfc_231
      - hcfc_232
      - hcfc_233
      - hcfc_234
      - hcfc_235
      - hcfc_241
      - hcfc_242
      - hcfc_243
      - hcfc_244
      - hcfc_251
      - hcfc_252
      - hcfc_253
      - hcfc_261
      - hcfc_262
      - hcfc_271
      - hcfc_31
      - hcfo_1233zd_e
      - hcfo_1233zd_z
      - hfc_125
      - hfc_134
      - hfc_134a
      - hfc_143
      - hfc_143a
      - hfc_152
      - hfc_152a
      - hfc_161
      - hfc_227ca
      - hfc_227ea
      - hfc_23
      - hfc_236cb
      - hfc_236ea
      - hfc_236fa
      - hfc_245ca
      - hfc_245cb
      - hfc_245ea
      - hfc_245eb
      - hfc_245fa
      - hfc_263fb
      - hfc_272ca
      - hfc_32
      - hfc_329p
      - hfc_365mfc
      - hfc_41
      - hfc_43_10mee
      - indeno_123_cd_pyrene
      - naphthalene
      - octacdd
      - octacdf
      - pcb_101
      - pcb_105
      - pcb_114
      - pcb_118
      - pcb_123
      - pcb_126
      - pcb_138
      - pcb_153
      - pcb_156
      - pcb_157
      - pcb_167
      - pcb_169
      - pcb_180
      - pcb_189
      - pcb_28
      - pcb_52
      - pcb_77
      - pcb_81
      - phenanthrene
      - pyrene
      - z_r316c
      - cfc
      - hcfc
      - hfc
      - i_teq_nato_ccms_lower_bound
      - i_teq_nato_ccms_upper_bound
      - total_16_epa_pah_excl_loq
      - total_6_ndl_pcb_lower_bound
      - total_6_ndl_pcb_upper_bound
      - total_7_indicator_pcb_lower_bound
      - total_7_indicator_pcb_upper_bound
      - total_8_efsa_pah_excl_loq
      - who_2005_pcb_teq_lower_bound
      - who_2005_pcb_teq_upper_bound
      - who_2005_pcdd_f_pcb_teq_lower_bound
      - who_2005_pcdd_f_pcb_teq_upper_bound
      - who_2005_pcdd_f_teq_lower_bound
      - who_2005_pcdd_f_teq_upper_bound
      - element_al
      - element_as
      - element_b
      - element_ba
      - element_ca
      - element_cd
      - element_ce
      - element_co
      - element_cr
      - element_cs
      - element_cu
      - element_eu
      - element_fe
      - element_h
      - element_hf
      - element_hg
      - element_k
      - element_la
      - element_lu
      - element_mg
      - element_mn
      - element_mo
      - element_n
      - element_na
      - element_nb
      - element_nd
      - element_ni
      - element_o
      - element_p
      - element_pb
      - element_rb
      - element_s
      - element_sb
      - element_sc
      - element_se
      - element_si
      - element_sn
      - element_sr
      - element_ta
      - element_tb
      - element_th
      - element_ti
      - element_tl
      - element_u
      - element_v
      - element_w
      - element_y
      - element_yb
      - element_zn
      - element_zr
      - alkalinity
      - dissolved_inorganic_carbon
      - dissolved_organic_carbon
      - fixed_carbon
      - particulate_inorganic_carbon
      - particulate_organic_carbon
      - soil_inorganic_carbon
      - soil_organic_carbon
      - soil_organic_matter
      - total_carbon
      - total_inorganic_carbon
      - total_organic_carbon
      - ghg_aggregate_co2e
      - biochar
      - crop_yield
      - mineral_albite
      - mineral_andesine
      - mineral_augite
      - mineral_diopside
      - mineral_hematite
      - mineral_labradorite
      - mineral_maghemite
      - mineral_montmorillonite
      - mineral_orthoclase
      - mineral_pigeonite
      - mineral_quartz
      - mineral_rutile
      - mineral_category_asbestiform
      - mineral_category_asbestos
      - clay
      - sand
      - silt
      - fullness_empty
      - fullness_filled
      - genus_abarema
      - genus_acacia
      - genus_albizia
      - genus_amaioua
      - genus_ambelania
      - genus_anacardium
      - genus_andira
      - genus_aniba
      - genus_annona
      - genus_apeiba
      - genus_aspidosperma
      - genus_astrocaryum
      - genus_attalea
      - genus_bactris
      - genus_banara
      - genus_bauhinia
      - genus_bellucia
      - genus_bombax
      - genus_bowdichia
      - genus_brosimum
      - genus_brunfelsia
      - genus_buchenavia
      - genus_byrsonima
      - genus_caraipa
      - genus_cariniana
      - genus_caryocar
      - genus_casearia
      - genus_cassia
      - genus_cecropia
      - genus_cheiloclinium
      - genus_clarisia
      - genus_clitoria
      - genus_clusia
      - genus_coccoloba
      - genus_combretum
      - genus_commiphora
      - genus_copaifera
      - genus_cordia
      - genus_couepia
      - genus_couma
      - genus_couratari
      - genus_croton
      - genus_cupania
      - genus_cybianthus
      - genus_dimorphandra
      - genus_dinizia
      - genus_diospyros
      - genus_diplotropis
      - genus_duguetia
      - genus_duroia
      - genus_emmotum
      - genus_endopleura
      - genus_erisma
      - genus_erythroxylum
      - genus_eschweilera
      - genus_eugenia
      - genus_euphorbia
      - genus_faramea
      - genus_ficus
      - genus_garcinia
      - genus_gardenia
      - genus_genipa
      - genus_goupia
      - genus_guarea
      - genus_guatteria
      - genus_handroanthus
      - genus_heisteria
      - genus_himatanthus
      - genus_hirtella
      - genus_hymenaea
      - genus_inga
      - genus_iryanthera
      - genus_isertia
      - genus_jacaranda
      - genus_lacmellea
      - genus_lecythis
      - genus_licania
      - genus_licaria
      - genus_lonchocarpus
      - genus_luehea
      - genus_mabea
      - genus_machaerium
      - genus_macoubea
      - genus_macrolobium
      - genus_manilkara
      - genus_maprounea
      - genus_maquira
      - genus_margaritaria
      - genus_matayba
      - genus_miconia
      - genus_micrandra
      - genus_micropholis
      - genus_mouriri
      - genus_myrcia
      - genus_myrciaria
      - genus_naucleopsis
      - genus_nectandra
      - genus_neea
      - genus_ocotea
      - genus_ormosia
      - genus_ouratea
      - genus_pachira
      - genus_pagamea
      - genus_palicourea
      - genus_parahancornia
      - genus_parkia
      - genus_perebea
      - genus_philocosmos
      - genus_piper
      - genus_piptadenia
      - genus_platonia
      - genus_pourouma
      - genus_pouteria
      - genus_pradosia
      - genus_protium
      - genus_pseudobombax
      - genus_pseudolmedia
      - genus_pseudopiptadenia
      - genus_psychotria
      - genus_pterocarpus
      - genus_rauvolfia
      - genus_rhabdodendron
      - genus_rinorea
      - genus_rinoreocarpus
      - genus_sacoglottis
      - genus_salix
      - genus_samanea
      - genus_senegalia
      - genus_senna
      - genus_simaba
      - genus_siparuna
      - genus_sloanea
      - genus_solanum
      - genus_sorocea
      - genus_sparattosperma
      - genus_sterculia
      - genus_stryphnodendron
      - genus_swartzia
      - genus_tabebuia
      - genus_tabernaemontana
      - genus_tachigali
      - genus_talisia
      - genus_tapirira
      - genus_terminalia
      - genus_ternstroemia
      - genus_theobroma
      - genus_toulicia
      - genus_tovomita
      - genus_trattinnickia
      - genus_trichilia
      - genus_triplaris
      - genus_unonopsis
      - genus_vatairea
      - genus_vernonia
      - genus_virola
      - genus_vismia
      - genus_vitex
      - genus_vochysia
      - genus_xylopia
      - genus_zygia
      - species_abarema_cochleata
      - species_abuta_grandifolia
      - species_acacia_mangium
      - species_acacia_polyacantha
      - species_acridocarpus_katangensis
      - species_afzelia_quanzensis


# --- truncated at 32 KB (46 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/isometric/refs/heads/main/openapi/isometric-sensors-api-openapi.yml