{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MetafieldPost_Batch", "title": "MetafieldPost_Batch", "description": "The model for a POST to create metafield.\n", "allOf": [ { "$ref": "#/components/schemas/MetafieldBase_Post" }, { "type": "object", "properties": { "resource_id": { "type": "integer", "example": 42, "description": "The ID for the resource with which the metafield is associated.\n" } }, "required": [ "resource_id" ] } ], "x-internal": false }