{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "고객사 상품수집 - 상품 등록",
"description": "고객사의 상품 데이터 수집",
"type": "object",
"properties": {
"@context": {
"type": "string",
"description": "context",
"enum": [
"https://schema.org"
],
"default": "https://schema.org"
},
"specversion": {
"type": "string",
"description": "스펙 버전",
"enum": [
"1.0"
],
"default": "1.0"
},
"id": {
"type": "string",
"description": "이벤트 고유 식별자",
"enum": [
"EVT-CREATE-PRODUCT"
],
"default": "EVT-CREATE-PRODUCT"
},
"type": {
"type": "string",
"description": "상품 수집 유형",
"enum": [
"create_product"
],
"default": "create_product"
},
"agent": {
"type": "object",
"description": "조직 정보",
"required": [
"name"
],
"properties": {
"@type": {
"type": "string",
"description": "조직",
"enum": [
"Organization"
],
"default": "Organization"
},
"name": {
"type": "string",
"description": "생성 요청한 기업"
}
}
},
"@graph": {
"type": "array",
"description": "상품 데이터",
"minItems": 1,
"maxItems": 1000,
"items": {
"type": "object",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/Product",
"enum": [
"Product"
],
"default": "Product"
},
"sku": {
"type": "string",
"description": "상품 코드"
},
"name": {
"description": "상품명",
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/$defs/langName"
}
},
{
"$ref": "#/$defs/langName"
},
{
"type": "string"
}
]
},
"description": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/$defs/description"
}
},
{
"$ref": "#/$defs/description"
}
]
},
"brand": {
"type": "object",
"description": "브랜드 정보",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/Brand",
"enum": [
"Brand"
],
"default": "Brand"
},
"@id": {
"type": "string",
"description": "브랜드 아이디"
},
"name": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/$defs/brandName"
}
},
{
"$ref": "#/$defs/brandName"
},
{
"type": "string",
"description": "브랜드 이름"
}
]
},
"logo": {
"type": "array",
"description": "브랜드 로고",
"items": {
"type": "string",
"description": "브랜드 로고"
}
}
},
"required": [
"@id",
"name"
]
},
"category": {
"description": "카테고리 정보",
"oneOf": [
{
"type": "array",
"description": "카테고리",
"minItems": 1,
"items": {
"$ref": "#/$defs/category"
}
},
{
"$ref": "#/$defs/category"
}
]
},
"positiveNotes": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/$defs/positiveNote"
}
},
{
"$ref": "#/$defs/positiveNote"
},
{
"type": "array",
"description": "핵심 장점 요약",
"items": {
"type": "string"
}
},
{
"type": "string",
"description": "핵심 장점 요약"
}
]
},
"url": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/$defs/url"
}
},
{
"$ref": "#/$defs/url"
},
{
"type": "array",
"description": "상품 페이지 URL",
"items": {
"type": "string"
}
},
{
"type": "string",
"description": "상품 페이지 URL"
}
]
},
"mobileUrl": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/$defs/mobileUrl"
}
},
{
"$ref": "#/$defs/mobileUrl"
},
{
"type": "array",
"description": "모바일 상품 페이지 URL",
"items": {
"type": "string"
}
},
{
"type": "string",
"description": "모바일 상품 페이지 URL"
}
]
},
"itemCondition": {
"type": "string",
"description": "상품 상태",
"enum": [
"NewCondition",
"RefurbishedCondition",
"UsedCondition",
"DamagedCondition"
]
},
"hasAdultConsideration": {
"type": "string",
"description": "성인 대상 상품",
"enum": [
"AlcoholConsideration",
"DangerousGoodConsideration",
"HealthcareConsideration",
"NarcoticConsideration",
"ReducedRelevanceForChildrenConsideration",
"SexualContentConsideration",
"TobaccoNicotineConsideration",
"UnclassifiedAdultConsideration",
"ViolenceConsideration",
"WeaponConsideration"
]
},
"countryOfOrigin": {
"type": "object",
"description": "제조 국가 정보",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/Country",
"enum": [
"Country"
],
"default": "Country"
},
"address": {
"type": "string",
"description": "제조 국가 코드 (ISO 3166-1-alpha-2)"
}
},
"required": [
"address"
]
},
"material": {
"oneOf": [
{
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/$defs/material"
}
},
{
"$ref": "#/$defs/material"
},
{
"type": "array",
"description": "소재 정보",
"items": {
"type": "string"
}
},
{
"type": "string",
"description": "소재 정보"
}
]
},
"additionalProperty": {
"type": "array",
"description": "부가 정보",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/PropertyValue",
"enum": [
"PropertyValue"
],
"default": "PropertyValue"
},
"propertyID": {
"type": "string",
"description": "속성 아이디"
},
"value": {
"description": "속성 값"
}
}
}
},
"offers": {
"oneOf": [
{
"$ref": "#/$defs/offers"
},
{
"type": "array",
"description": "",
"minItems": 1,
"items": {
"$ref": "#/$defs/offers"
}
}
]
}
},
"required": [
"sku",
"name",
"description",
"brand",
"category",
"url",
"offers"
]
}
}
},
"required": [
"agent",
"@graph"
],
"$defs": {
"langName": {
"type": "object",
"properties": {
"@value": {
"type": "string",
"description": "상품명"
},
"@language": {
"type": "string",
"description": "ISO 639-1 언어코드",
"enum": [
"ko",
"en",
"ja"
],
"pattern": "^[a-z]{2}$",
"default": "ko"
}
},
"required": [
"@value",
"@language"
]
},
"brandName": {
"type": "object",
"description": "브랜드 이름",
"properties": {
"@value": {
"type": "string",
"description": "브랜드 이름"
},
"@language": {
"type": "string",
"description": "ISO 639-1 언어코드",
"enum": [
"ko",
"en",
"ja"
],
"pattern": "^[a-z]{2}$",
"default": "ko"
}
},
"required": [
"@value",
"@language"
]
},
"description": {
"type": "object",
"description": "상품 상세 설명 정보",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/TextObject",
"enum": [
"TextObject"
],
"default": "TextObject"
},
"text": {
"type": "string",
"description": "상품 상세 설명"
},
"inLanguage": {
"type": "string",
"description": "ISO 639-1 언어코드",
"enum": [
"ko",
"en",
"ja"
],
"pattern": "^[a-z]{2}$",
"default": "ko"
},
"image": {
"description": "상품 상세 설명 (이미지)",
"oneOf": [
{
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/$defs/descriptionImage"
}
},
{
"$ref": "#/$defs/descriptionImage"
}
]
},
"additionalProperty": {
"type": "array",
"description": "상품 설명 부가 정보",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/PropertyValue",
"enum": [
"PropertyValue"
],
"default": "PropertyValue"
},
"propertyID": {
"type": "string",
"description": "속성 아이디"
},
"value": {
"description": "속성 값"
}
}
}
}
},
"required": [
"text",
"inLanguage"
]
},
"descriptionImage": {
"type": "object",
"description": "상품 상세 설명 (이미지)",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/ImageObject",
"enum": [
"ImageObject"
],
"default": "ImageObject"
},
"contentUrl": {
"type": "string",
"description": "이미지 파일 URL"
},
"inLanguage": {
"type": "string",
"description": "ISO 639-1 언어코드",
"enum": [
"ko",
"en",
"ja"
],
"pattern": "^[a-z]{2}$",
"default": "ko"
}
}
},
"category": {
"type": "object",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/CategoryCode",
"enum": [
"CategoryCode"
],
"default": "CategoryCode"
},
"codeValue": {
"type": "string",
"description": "카테고리 코드"
},
"name": {
"description": "카테고리 이름 정보",
"oneOf": [
{
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/$defs/categoryName"
}
},
{
"$ref": "#/$defs/categoryName"
}
]
},
"position": {
"type": "integer",
"description": "카테고리 수준 (대/중/소/세)"
}
},
"required": [
"codeValue",
"name",
"position"
]
},
"categoryName": {
"type": "object",
"properties": {
"@value": {
"type": "string",
"description": "카테고리 이름"
},
"@language": {
"type": "string",
"description": "ISO 639-1 언어코드",
"enum": [
"ko",
"en",
"ja"
],
"pattern": "^[a-z]{2}$",
"default": "ko"
}
},
"required": [
"@value",
"@language"
]
},
"positiveNote": {
"type": "object",
"description": "핵심 장점 요약 정보",
"properties": {
"@value": {
"type": "string",
"description": "핵심 장점 요약"
},
"@language": {
"type": "string",
"description": "ISO 639-1 언어코드",
"enum": [
"ko",
"en",
"ja"
],
"pattern": "^[a-z]{2}$",
"default": "ko"
}
},
"required": [
"@value",
"@language"
]
},
"url": {
"type": "object",
"description": "상품 페이지 URL",
"properties": {
"@value": {
"type": "string",
"description": "상품 페이지 URL"
},
"@language": {
"type": "string",
"description": "ISO 639-1 언어코드",
"enum": [
"ko",
"en",
"ja"
],
"pattern": "^[a-z]{2}$",
"default": "ko"
}
},
"required": [
"@value",
"@language"
]
},
"mobileUrl": {
"type": "object",
"description": "모바일 상품 페이지 URL",
"properties": {
"@value": {
"type": "string",
"description": "모바일 상품 페이지 URL"
},
"@language": {
"type": "string",
"description": "ISO 639-1 언어코드",
"enum": [
"ko",
"en",
"ja"
],
"pattern": "^[a-z]{2}$",
"default": "ko"
}
},
"required": [
"@value",
"@language"
]
},
"image": {
"type": "object",
"description": "상품 이미지 정보",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/ImageObject",
"enum": [
"ImageObject"
],
"default": "ImageObject"
},
"representativeOfPage": {
"type": "boolean",
"description": "대표 이미지 여부",
"default": false
},
"contentUrl": {
"type": "string",
"description": "이미지 파일 URL"
},
"contentSize": {
"type": "string",
"description": "이미지 파일 사이즈"
},
"width": {
"type": "object",
"description": "이미지 넓이",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/QuantitativeValue",
"enum": [
"QuantitativeValue"
],
"default": "QuantitativeValue"
},
"value": {
"type": "number",
"description": "이미지 높이"
}
}
},
"height": {
"type": "object",
"description": "이미지 파일의 높이",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/QuantitativeValue",
"enum": [
"QuantitativeValue"
],
"default": "QuantitativeValue"
},
"value": {
"type": "number",
"description": "이미지 파일의 높이 값"
}
}
}
},
"required": [
"contentUrl"
]
},
"material": {
"type": "object",
"description": "소재 정보",
"properties": {
"@value": {
"type": "string",
"description": "소재"
},
"@language": {
"type": "string",
"description": "ISO 639-1 언어코드",
"enum": [
"ko",
"en",
"ja"
],
"pattern": "^[a-z]{2}$",
"default": "ko"
}
},
"required": [
"@value",
"@language"
]
},
"priceSpecification": {
"type": "object",
"description": "가격 유형",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/UnitPriceSpecification",
"enum": [
"UnitPriceSpecification"
],
"default": "UnitPriceSpecification"
},
"priceType": {
"type": "string",
"description": "가격 유형",
"enum": [
"InvoicePrice",
"ListPrice",
"MSRP",
"MinimumAdvertisedPrice",
"RegularPrice",
"SRP",
"SalePrice",
"StrikethroughPrice"
]
},
"price": {
"type": "number",
"description": "유닛 가격"
},
"priceCurrency": {
"type": "string",
"description": "ISO 4217 통화코드 (예: KRW, USD, JPY)"
},
"unitCode": {
"type": "string",
"description": "단위"
}
},
"required": [
"priceType",
"price",
"priceCurrency",
"unitCode"
]
},
"offers": {
"type": "object",
"description": "SKU 별 가격, 판매 가능여부 ",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/Offer",
"enum": [
"Offer"
],
"default": "Offer"
},
"sku": {
"type": "string",
"description": "판매용 SKU"
},
"gtin": {
"type": "string",
"description": "국제 표준 바코드 (GTIN / EAN / UPC / ISBN), GTIN-13 = EAN "
},
"mpn": {
"type": "string",
"description": "제조사 부품 번호 (Manufacturer Part Number)"
},
"price": {
"type": "number",
"description": "판매가격"
},
"priceCurrency": {
"type": "string",
"description": "ISO 4217 통화코드 (예: KRW, USD, JPY)",
"pattern": "^[A-Z]{3}$"
},
"priceSpecification": {
"oneOf": [
{
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/$defs/priceSpecification"
}
},
{
"$ref": "#/$defs/priceSpecification"
}
]
},
"color": {
"type": "string",
"description": "색상"
},
"size": {
"type": "string",
"description": "사이즈"
},
"availability": {
"type": "string",
"description": "재고 상태",
"enum": [
"BackOrder",
"Discontinued",
"InStock",
"InStoreOnly",
"LimitedAvailability",
"MadeToOrder",
"OnlineOnly",
"OutOfStock",
"PreOrder",
"PreSale",
"Reserved",
"SoldOut"
]
},
"availabilityStarts": {
"type": "string",
"description": "ISO 8601 UTC 생성시간 (2025-11-28T10:00:00Z)",
"pattern": "Z$"
},
"availabilityEnds": {
"type": "string",
"description": "ISO 8601 UTC 생성시간 (2025-11-28T10:00:00Z)",
"pattern": "Z$"
},
"inventoryLevel": {
"type": "object",
"description": "재고 현황 정보",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/QuantitativeValue",
"enum": [
"QuantitativeValue"
],
"default": "QuantitativeValue"
},
"value": {
"type": "number",
"description": "재고 현황"
}
},
"required": [
"value"
]
},
"shippingDetails": {
"type": "object",
"description": "배송 정보",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/OfferShippingDetails",
"enum": [
"OfferShippingDetails"
],
"default": "OfferShippingDetails"
},
"weight": {
"type": "object",
"description": "배송 무게",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/OfferShippingDetails",
"enum": [
"QuantitativeValue"
],
"default": "QuantitativeValue"
},
"value": {
"type": "number",
"description": "배송 무게"
},
"unitCode": {
"type": "string",
"description": "배송 무게 표시 단위"
}
},
"required": [
"value",
"unitCode"
]
}
},
"required": [
"weight"
]
},
"image": {
"oneOf": [
{
"type": "array",
"minItems": 1,
"items": {
"$ref": "#/$defs/image"
}
},
{
"$ref": "#/$defs/image"
}
]
},
"additionalProperty": {
"type": "array",
"description": "부가 정보",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"@type": {
"type": "string",
"description": "https://schema.org/PropertyValue",
"enum": [
"PropertyValue"
],
"default": "PropertyValue"
},
"propertyID": {
"type": "string",
"description": "속성 아이디"
},
"value": {
"description": "속성 값"
}
}
}
}
},
"required": [
"sku",
"gtin",
"mpn",
"price",
"priceCurrency",
"color",
"size",
"availability",
"availabilityStarts",
"availabilityEnds",
"image"
]
}
}
}