Skip to content

Instantly share code, notes, and snippets.

@romifz
Created April 27, 2020 20:48
Show Gist options
  • Save romifz/10a776768b97b379f0b33de7143a2f67 to your computer and use it in GitHub Desktop.
Save romifz/10a776768b97b379f0b33de7143a2f67 to your computer and use it in GitHub Desktop.
{
"properties": {
"tender": {
"properties": {
"consolidatedProcessMxCnet": {
"title": "Consolidated Process",
"description": "Consolidated Process in COMPRANET México. Identifies whether the contract is part of a consolidated purchase.",
"type": "boolean"
},
"procurementMethodMxCnet": {
"title": "Procurement Method",
"description": "Procurement Method in COMPRANET México. Identifies the procurement method used by the buyer.",
"type": "string"
},
"procurementMethodCharacterMxCnet": {
"title": "Procurement character",
"description": "Procurement character in COMPRANET México. Indicates the character of the procurement method used by the buyer.",
"type": "string"
},
"procurementMethodDetailsTemplateMxCnet": {
"title": "Procuremnt Method Details",
"description": "Procuremnt Method Details in COMPRANET México. Indicates the template selected by the buyer's contact point while creating the contracting process and corresponds to the procurement method being used.",
"type": "string"
},
"multiyearContractMxCnet": {
"title": "Multiyear Contract",
"description": "Multiyear Contract in COMPRANET México. Indicates whether a contract spans more than one fiscal period.",
"type": "boolean"
}
}
},
"contracts": {
"properties": {
"hasFramework": {
"title": "Contract Framework Existence",
"description": "Indicates whether a Contract Framework is used in a specific contract. Contract Frameworks are a strategy through which buyers reach an agreement with one or many providers, where technical and quality specifications, scopes, prices and conditions are established to regulate the acquisition or leasing of properties, or the provision of services.",
"type": "boolean"
},
"framework": {
"title": "Contract Framework",
"description": "Textual reference of the Contract Framework to which a specific contract is linked.",
"type": "string"
},
"statusMxCnet": {
"title": "Contract Status",
"description": "Contract Status in COMPRANET México. Activo: state of the contract while it is being executed. Terminado: state of the contract when the buyer cancels or rescinds the contract before its end date. Expirado: state of the contract when its end date has been reached.",
"type": "string"
},
"multiyearContractMxCnet": {
"title": "Multiyear Contract",
"description": "Multiyear Contract in COMPRANET México. Indicates whether a contract spans more than one fiscal period.",
"type": "boolean"
},
"filedMxCnet": {
"title": "Filed contract",
"description": "Filed contract in COMPRANET México. Classification state that indicates if the electronic element that contains the relevant contract data has been filed inside the system. This has no impact on publishing of the information being reported.",
"type": "boolean"
}
}
}
},
"definitions": {
"Organization": {
"properties": {
"details": {
"properties": {
"govLevel": {
"title": "Government Level",
"description": "The government level of the buyer party. Can be one of: country, region, or city.",
"type": "string"
},
"scaleReportedByBuyerMxCnet": {
"title": "Scale Reported by Buyer",
"description": "Supplier party scale as reported by the buyer. Can be one of: No MIPYME, Mediana, Pequeña, or Micro.",
"type": "string"
},
"scaleReportedBySupplierMxCnet": {
"title": "Scale Reported by Supplier",
"description": "Supplier party scale as reported by the supplier itself. Can be one of: No MIPYME, Mediana, Pequeña, or Micro.",
"type": "string"
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment