changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "page": {
+ "description": "Current page number",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "results": {
+ "description": "Array of emission factor records",
+ "items": {
+ "properties": {
+ "access_type": {
+ "description": "Access level of the factor",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "activity_id": {
+ "description": "Climatiq activity identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "category": {
+ "description": "Factor category",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Factor ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "lca_activity": {
+ "description": "LCA activity reference",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Factor name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "region": {
+ "description": "ISO region code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "region_name": {
+ "description": "Human-readable region name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sector": {
+ "description": "Industry sector",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "source": {
+ "description": "Data source (e.g., EPA, DEFRA)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "unit_type": {
+ "description": "Activity unit type (Energy, Volume, etc.)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "year": {
+ "description": "Publication year",
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "returned": {
+ "description": "Number of results returned in this response",
+ "type": "number"
+ },
+ "total_pages": {
+ "description": "Total number of pages available",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "total_results": {
+ "description": "Total number of matching results",
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "page",
+ "total_pages",
+ "total_results",
+ "returned",
+ "results"
+ ],
+ "type": "object"
+}